#topnav { 
	float: left;
	width: 200px;
	margin-top: 100px;
	margin-left: 0px;
	font-size: 12px;
}

.topnavi_rechts { 
	display: inline;
	list-style-type: none;
	padding-right: -5px;
}

.linktopa_rechts { 
	color: #06023D;
	font-weight: bold;
	padding: 6px;
	text-decoration: none;
}

.linktopp_rechts { 
	color: #06023D;
	font-weight: normal;
	padding: 6px;
	text-decoration: none;
}

/* ------------------ END:TOPNAVI_RECHTS ------------------ */









/* ### Sub Navigation ######################################################### */

#nav { 
	display: block;
	float: left;
	width: 200px;
	border: 0px solid #000;
}

ul.nav1st { 
	list-style-type: none;
	padding: 0px 0px;
}

ul.nav1st li { 
	display: inline;
	padding: 3px 0;
}

ul.nav1st a, 
ul.nav1st a:link { 
	display: block;
	color: #06023D;
	padding: 3px 0;
	border-bottom: 1px solid #D1D7E2;
}

ul.nav1st a:hover { 
	color: #06023D;
	font-weight: bold;
	padding: 3px 0;
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link { 
	color: #06023D;
	font-weight: bold;
	padding: 3px 0;
}

ul.nav1st li a.current:hover { 
	color: #06023D;
	font-weight: bold;
	padding: 3px 0;
}

/* ### nav2nd - second level navigation ######################################### */

ul.nav2nd { 
	margin: 0 0 10px 0;
}

ul.nav2nd li { 
	padding: 0;
	margin: 0;
}

ul.nav2nd a, 
ul.nav2nd a:link { 
	display: block;
	padding: 4px 0px 4px 20px;
}

ul.nav2nd a:hover { 
	padding: 4px 0px 4px 20px;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link { 
	padding: 4px 0px 4px 20px;
	color: #06023D;
	font-weight: bold;
}

/* ### nav3rd - second level navigation ######################################### */

ul.nav3rd { 
	margin: 0 0 10px 0;
}

ul.nav3rd li { 
	padding: 0;
	margin: 0;
}

ul.nav3rd a, 
ul.nav3rd a:link { 
	display: block;
	padding: 4px 0px 4px 40px;
font-weight: normal;
}

ul.nav3rd a:hover { 
	padding: 4px 0px 4px 40px;
}

ul.nav3rd li.active a, 
ul.nav3rd li.active a:link { 
	padding: 4px 0px 4px 40px;
	color: #06023D;
	font-weight: bold;
}

/* ### Breadcrump Navigation #################################################### */

#breadcrumb { 
	float: left;
	width: 650px;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #06023D;
	
}

#sitePath a, #sitePath a:link { 
	color: #06023D;
	text-transform: none;
	font-size: 9px;
	
}

/* DEFAULTS */
ul#navlist li a,ul#subnavlist li a { 
	font-family: arial;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
}

div#navcontainer { 
	width: 200px;
	background: #fff;
	padding: 2em;
}

/* NAV LIST */
ul#navlist { 
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#navlist li { 
	display: inline;
}

ul#navlist li a { 
	color: #999;
	display: block;
	padding: 2px 0 2px 30px;
	border-bottom: solid 1px #999;
	width: 172px;
}

ul#navlist li a:hover { 
	background: #fff url(images/cnr.png) top left no-repeat;
}

ul#navlist li a#current { 
	color: #999;
	background: #fff url(images/cnr.png) top left no-repeat;
}

/* SUB NAV LIST */
ul#subnavlist { 
	margin: 0 0 0 0px;
	list-style-type: none;
	padding: 0;
}

ul#subnavlist li { 
	display: inline;
}

ul#subnavlist li a { 
	display: block;
	color: #666;
	background: #fff;
	padding: 2px 0 2px 30px;
	border-bottom: solid 1px #999;
	height: auto;
	width: 154px;
}

ul#subnavlist li a:hover { 
	background: #aae url(images/cnr.png) top left no-repeat;
}

ul#navlist li a#subcurrent { 
	color: #999;
	background: #fff;
}

ul#navlist li a#suvcurrent:hover { 
	background: #fff;
}

