
#navheight_vert {
	display:block;
	margin-left:24px;
	}
* html body #navheight_vert { height: 46px; } /* IE 6 / 5.5 Hack */

#navheight_vert ul.nav1st { padding:0px 0px 0px 0px;  margin: 0;}


/* ### erste ebene navigation ######################################## */

ul.nav1st {
	position:relative;
	font-size:0.9em;
	line-height:26px;
	
	}

ul.nav1st li {
	display:block;
	width:9em;
	/*width:11em;*/
	font-weight: normal;
	float:left;
	
	}

ul.nav1st a, 
ul.nav1st a:link {
	font-size: 1em;
	color:#1D1454;
	background: inherit;
	text-align: center;
	padding:0px 0px;
	}

ul.nav1st a:hover {
	font-weight:bold;
	
	}

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

ul.nav1st li a.current:hover {
	color:#1D1454;
	background: inherit;
	}


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

ul.nav2nd {
	position:absolute;
	top:36px;
	left:0px;
	font-weight:normal;
	text-transform:none;
	}

ul.nav2nd li {
	display:block;
	font-weight:normal;
	font-size:1.1em;
	width:9em;
	}

ul.nav2nd a, 
ul.nav2nd a:link {
	color:#7C8187;
	line-height:22px;
	padding:0px 0px;
	}


ul.nav2nd a:hover {
font-weight:normal;
	color: #1D1454;
	padding:0px 0px;
	}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	color: #1D1454;
	font-weight:bold;
	padding:0px 0px;
	}

.spacer {
	/*margin-right:px;*/
	margin-left:2em;
	color:#7C8187;
	}
/* ### Breadcrump Navigation ####################################################

#sitePath {
	float:left;
	padding-left:20px;
	color:#c4d4dc;
	background: inherit;
}

#sitePath a, #sitePath a:link {
	color:#c4d4dc;
	background: inherit;
	text-transform:none;
}

*/
