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

/* Erstes Level ANFANG -------------------------------------------*/
#nav_struktur {
	margin : 0;
	height : 25px;
	position : relative;
}
ul#nav {
	margin : 0;
	padding : 0;
	padding-left : 15px;
	padding-top : 0;
}
ul#nav li {
	padding : 0;
	margin : 0;
	list-style : none;
	float : left;
}
ul#nav a:link, ul#nav a:visited {
	display : block;
	font-family : "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #FBFBFB;
	text-decoration : none;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 0;
	padding-bottom : 0;
	text-align : center;
	border-left-width : 1px;
	border-left-style : solid;
	border-left-color : #FBFBFB;
	line-height : 12px;
	margin-top : 5px;
}
ul#nav li:first-child a {
	border-left-style : none;
}
ul#nav a:hover {
	color : #ccc;
}
ul#nav #activepath > a {
	font-weight : bold;
	color : #ccc !important;
}
ul#nav #activenav a {
	font-weight : bold;
	color : #ccc;
}
/* Erstes Level ENDE -------------------------------------------*/

/* Zeites Level ANFANG -----------------------------------------*/
ul#nav li ul {
	padding : 0;
	margin : 0;
	display : none;
}
ul#nav #activepath ul, ul#nav #activenav ul {
	display : block;
	position : absolute;
	width : 950px;
	padding : 0;
	width : 790px;
	margin : 0;
	top : 65px;
	left : 17px;
}
ul#nav li ul li {
	text-align : left;
	margin-bottom : 25px !important;
}
ul#nav li ul li a:link, ul#nav li ul li a:visited {
	display : block;
	float : left;
	margin : 0;
	padding : 0;
	font-size : 11px;
	color : #000000 !important;
	text-decoration : none;
	font-weight : bold;
	padding-left : 10px;
	padding-right : 10px;
	border-left-style : none;
}
ul#nav li ul li a:hover {
	color : #ccc !important;
}
ul#nav li ul #activenav a {
	color : #dc542b !important;
}
/* Zeites Level ENDE -------------------------------------------*/


/*HAUPTNAVIGATION Ende*/


/*TOPNAVIGATION Anfang*/
ul#TopNavigation {
	margin : 0;
	padding : 0;
	float : right;
	padding-top : 3px;
}
ul#TopNavigation li {
	list-style : none;
	float : left;
	margin : 0;
	padding : 0;
	border-left-width : 1px;
	border-left-style : solid;
	border-left-color : #999;
}
ul#TopNavigation a {
	display : block;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 0;
	padding-bottom : 0;
	color : #333;
	text-decoration : none;
	font-size : 11px;
	text-decoration : none !important;
}
ul#TopNavigation li:first-child {
	border-left-style : none;
}
ul#TopNavigation a:hover {
	color : #61bfe6;
}
#activeTopNavigation > a {
	font-weight : normal !important;
	color : #999 !important;
}
/*TOPNAVIGATION Ende*/