ul#startnav{
	display:block;
	
	}

ul#startnav li {
	background:url(/wDeutsch/img/template/startseite/navi.gif) no-repeat;
	list-style:none;
	text-indent:30px;
	height:30px;
	}
	
ul#startnav li a {
	font-size:16px;
	font-weight:bold;
	color:#000;
	padding-top:3px;
	text-decoration:none;
	}
	
ul#startnav li a:hover {
	text-decoration:underline;
}

ul#nav{
	width:100%;
	margin:0;
	position:relative;
	margin-bottom:10px;
	}
	
ul#nav a{
	display:block;
	width:201px;
	border-top:1px solid #fff;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	padding:5px 0 5px 5px;
	text-align:left;
	}

ul#nav li.childs a{
	background:url(/wDeutsch/img/template/navi_pfeil.gif) right no-repeat;
	}

ul#nav li.selected a:hover{
	background:#5D8ED5;
	}
	
ul#nav li.childs a:hover{
	background:#5D8ED5 url(/wDeutsch/img/template/navi_pfeil.gif) right no-repeat;
	}

ul#nav li.childs li a, ul#nav li.selected li a{
	background:none;
	}
	
ul#nav a:hover, ul#nav li.selected {
	background-color:#5D8ED5;
	}
	
ul#nav li{
	list-style:none;
	}
	
ul#nav li ul {
	display:none;
	width:160px;
	position:absolute;
	margin:-24px 0 0 206px;
	border:1px solid #fff;
	background:#5D8ED5;
	z-index:100;
	}
	
ul#nav li ul li a{
	width:155px;
	border:none;
	background:none;
	padding:6px 0 1px 5px;
	}
	
ul#nav li ul li a:hover, ul#nav li.childs ul li a:hover, ul#nav li.selected ul li a:hover{
	background:#84ade2;
	}
	
ul#nav li:hover ul {
	display:block;
	}
	


ul#sitemap{
	display:block;
	width:100%;
}

ul#sitemap a{
	font-size:14px;
	font-weight:bold;
	}
	
ul#sitemap ul a{
	font-size:12px;
	}
