@charset "utf-8";
/* CSS Document */

/** navigation **/
div.navigation {
	position:			relative;
	clear:				both;
	top:				-20px;
	width: 				990px;
	height:				42px;
	margin:				0px auto 0px auto;

	background-image: 	url(/bilder/global/topnav.png);
	background-repeat:	repeat-x;
	padding:			0px;
	z-index:			0;
}
/*
div.navigation a {
	height:				40px;
	margin: 			0px -2px 0px -2px;
	padding: 			10px 24px 10px 24px;
	border:				0px solid #fff;
	font-family: 		Arial, Helvetica, sans-serif;
	font-size:			12pt;
	text-decoration: 	none;
	text-transform:		uppercase;
	color: 				#fff;
	position:			relative;
	top:				9px;
}
div.navigation a:hover {
	background-image: 	url(/bilder/global/topnav_active.png);
	background-repeat:	repeat-x;
	margin: 			-2px -2px 0px -2px;
	padding: 			10px 24px 12px 24px;
	height:				40px;

}
div.navigation a.active {
	background-image: 	url(/bilder/global/topnav_active.png);
	background-repeat:	repeat-x;
	margin: 			-2px -2px 0px -2px;
	padding: 			10px 24px 12px 24px;
	height:				40px;
	position:			relative;
}
*/

div.navigation a {
	height:				40px;
	margin: 			0px;
	padding: 			0px 0px 0px 0px;
	font-family: 		Arial, Helvetica, sans-serif;
	font-size:			18px;
	line-height:		18px;
	text-decoration: 	none;
	text-transform:		uppercase;
	display:			block;
	text-align:			center;
	color: 				#fff;
	float:				left;
}
div.navigation a div {
	font-weight:		normal;
	margin-top:			10px;
}
div.navigation a:hover {
	background-image: 	url(/bilder/global/topnav_active.png);
	background-repeat:	repeat-x;
	height:				40px;

}
div.navigation a.active {
	background-image: 	url(/bilder/global/topnav_active.png);
	background-repeat:	repeat-x;
	height:				40px;
	position:			relative;
}

/* here_is */
div.here_is {
	width: 				990px;
	height:				18px;
	left:				auto;
	right:				auto;
	margin:				0px 0px 0px 0px;
	background-color:	#fff;
	border-top:			0px;
	text-align:			left;
	vertical-align:		middle;
	padding:			0px 0px 0px 0px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	color:				#999;
}
/* a.nav2 */
div.right1 a.nav1 {
	text-decoration:	none;
	color:				#666;
	background-image:	url(/bilder/global/1_dot.png);
	background-repeat:  no-repeat;
	background-position:5px 5px;
	padding-left:		18px;
	margin-bottom:		14px;
}
div.right1 a.nav1:hover, div.right1 a.active {
	border: 0;
	color:				#900;
	background-image:	url(/bilder/global/2_dot.png);
}

div.right1 a.nav1 {}

/* subnavigation */
div.subnavigation {
	margin-top:			20px;
}
div.subnavigation div.headline{
	width:				140px;
}

div.subnavigation a {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	line-height:		25px;
	text-decoration: 	none;
	border:				none;
	color: 				#060;/*#1f3d0f;*/
	position:			relative;
	margin: 			0px;
	padding: 			0 0 0 25px;
	background-image:	url(/bilder/global/1_dot.png);
	background-repeat:	no-repeat;
	background-position:10px 3px;
}
div.subnavigation a.active {
	color: 				#fcb21b;
}
div.subnavigation a:hover {
	color: 				#fcb21b;
}
div.subnavigation a.nav2 {
	background-image:	none;
	line-height:		20px;
	padding:			0px;
	margin:				0px 0px -15px 25px;
	display:			block;
}
