#naviLvl1 a {
	display:block;
	background-color:#be2e21;
	color:white;
	padding:6px 0 5px 11px;
	border-bottom:1px solid white;
	font-weight:bold;
	font-size:85%;
}

#naviLvl1 a:hover {
	background-color:#585858;
	border-bottom:1px solid white;	
}

#naviLvl1 a.active {
	background-color:#585858;
	border-bottom:1px solid #8f8e8e;
}

#naviLvl2 {
	background-color:#585858;
	border-bottom:1px solid white;		
}

#naviLvl2 a {
	margin-left:8px;
	border:none;
	background-color:#585858;
}

#naviLvl2 a:hover {
	background-image:url(/img/navi_punkt_01.gif);
	background-repeat:no-repeat;
	background-position:left center;
	border:none;		
}

#naviLvl2 a.active {
	background-image:url(/img/navi_punkt_01.gif);
	background-repeat:no-repeat;
	background-position:left center;
	border:none;		
}

#naviLvl3 {
	margin-left:12px;
}

#naviLvl3 a:hover {
	background-image:url(/img/navi_punkt_02.gif);
	background-repeat:no-repeat;
	background-position:left center;
	border:none;		
}

#naviLvl3 a.active {
	background-image:url(/img/navi_punkt_02.gif);
	background-repeat:no-repeat;
	background-position:left center;
	border:none;		
}