/*### horizontales Menue###*/

#impressum {
	position:absolute;
	z-index:2;
	right:0px;
	top:-20px;
	height:20px;
	padding:0 10px 0 0;
	color:#999;
	text-align:right;
	}
	
#impressum a{color:#2828ff;}
#impressum a:hover{color:#000080;text-decoration:underline;}	


#leftnav {
	width:185px;
}

#leftnav a {
	text-decoration:none;
	color:#000080;
	width:170px;
	display:block;
	text-align:left;
	padding:8px 0 8px 12px;
	margin-bottom:2px;
}

#leftnav a.level1-no {background:#0099ff;color:#000080;}
#leftnav a.level1-act {background:#0099ff url(../gfx/nav_act.png) 0 center no-repeat;}
#leftnav a.level1-no:hover {background:#88d1ff url(../gfx/bgr_hover.png) 0 center no-repeat;}


#leftnav a.level2-no {margin-left:5px;padding-left:19px;width:157px;background-color:#88d1ff;}
#leftnav a.level2-act {margin-left:5px;padding-left:19px;width:157px;background:#88d1ff url(../gfx/bgr_level3_act.png) 5px center no-repeat;}
#leftnav a.level2-no:hover, #leftnav a.level3-no:hover {background:#0099ff url(../gfx/bgr_hover.png) 0 center no-repeat;}

#leftnav a.level3-no {margin-left:10px;padding-left:19px;width:152px;background-color:#caebff;}
#leftnav a.level3-act {margin-left:10px;padding-left:19px;width:152px;background:#caebff url(../gfx/bgr_level2_act.png) 5px center no-repeat;}