#sitemap {
    font-size : 11px;;
	font-family: Arial, Helvetica, sans-serif;
}
#sitemap ul, 
#sitemap .ebene1 ul, 
#sitemap .ebene2 ul, 
#sitemap .ebene3 ul 	{ list-style-type: none; padding: 0px; margin: 0px; }
#sitemap li, 
#sitemap .ebene1 li, 
#sitemap .ebene2 li, 
#sitemap .ebene3 li  	{ background-image: url(../imgs/pfeil.gif); background-repeat: no-repeat; background-position: 0px 5px; padding: 2px 0px 2px 10px; margin-left: 50px; }
#sitemap .ebene1 a:hover,
#sitemap .ebene1 a:active,
#sitemap .ebene1 a:focus {
    color: #d30000;
	text-decoration: none;
}
#sitemap .ebene1 a {
    padding-left: 10px;
    color: #333333;
	text-decoration: none;
}
#sitemap .ebene2 a {
    padding-left: 10px;
	text-decoration: none;
    color: #333333;
}
#sitemap .ebene3 a {    
    padding-left: 10px;
    font-weight: normal;
    color: #333333;
	text-decoration: none;
}
