/*Hauptnavigation*/
.hauptnavi {
	background-color:#1b3a8d;
	height:20px;
	margin-top:10px;
}
.hauptnavi b{
	color:#ffffff;
	font-weight:bold;
 	text-decoration:none;
}
.hauptnavi a{
	color:#ffffff;
	font-weight:bold;
 	text-decoration:none;
}
.hauptnavi a:hover{
	color:#cccbcb;
	font-weight:bold;
 	text-decoration:none;
}

/*Metanavigation - Kontakt, Impressum*/
.metanav{
	float:right;
}

/*Subnavigation - links*/
.subnavi{
	margin-top:25px;
	font-size: 11px;
}
.border_top{
	background:url(../pics/border_oben_klein.gif) no-repeat bottom;
	height:10px;
}

.subnavi .border_bottom{
	background:url(../pics/border_unten_klein.gif) no-repeat bottom;
	height:10px;
}
.subnavi .navi_content{
	background:url(../pics/boder_content.gif) repeat-y;
}
.subnavi a{	
	color:#878686;
	text-decoration:none;
}
.subnavi a:hover{	
	color:#635e5e;
	text-decoration:none;
}
.subnavi li.ebene1{	
	margin-left:5px;
	margin-right:8px;
	padding-bottom:5px;
	padding-top:5px;
}
/*Linie nur beim letzten und in mittlere Navipunkte*/
.subnavi li#middle, li#last{	
	background:url(../pics/dot.gif) repeat-x top;
}
.subnavi ul{	
	padding:0px;
	margin:0px;
	margin-left:5px;
}
.subnavi li{
	list-style-type:none;
	vertical-align:middle;
}
.menu-level2-with-subpage{
	font-weight:bold;
	margin-left:5px;
	margin-right:8px;
	
}
.subnavi li.act1_first{	
	font-weight:bold;
	margin-left:5px;
	margin-right:8px;
	padding-bottom:5px;
	padding-top:5px;
}
.subnavi li.act1{
	background:url(../pics/dot.gif) repeat-x top;
	font-weight:bold;
	margin-left:5px;
	margin-right:8px;
	padding-bottom:5px;
	padding-top:5px;
}
.subnavi li.act1 li, li.act2 li, li.act3 li{
	font-weight:normal;
}
.subnavi li.act2, li.act3{
	font-weight:bold;
	font-size:9px;
	margin-left:0px;
}
.subnavi ul#ebene2{
	margin-bottom:5px;
}
.subnavi li.ebene2, li.ebene3{
	font-size:9px;
	margin-left:10px;
	margin-right:10px;
}

/*runde ecken
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #ebeaea;}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}*/
