@charset "utf-8";
/* CSS Document */

body{
background-color: #FDF8EC;
text-align:left;
padding:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px

}

a:link {
	text-decoration: none;
	color: #6E032E;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #6E032E;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #666600;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #666600;
	font-weight: bold;
}

#sitemap {padding: 20px; line-height: 20px;}
#sitemap ul {list-style-type: none;}
#sitemap li.titel {text-transform: uppercase; background-color: #E0D9C7; display:inline; margin: 10px 0 10px 0; padding: 0 0 0 20px;}
#sitemap li.norm {
	padding: 0 0 0 25px;
	margin: 10px 0 10px 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-position: inside;
	list-style-image: url(Bilder/rechts_neu.gif);
}
#sitemap li.norm1 {
	padding: 0 0 0 25px;
	margin: 10px 0 10px 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-position: inside;
	list-style-image: url(Bilder/Sitemap.gif);
}
#sitemap li.norm2 {
	background: 0% 0%;
	margin: 4px 0 4px 0;
	padding: 0 0 0 35px;
	list-style-position: inside;
	list-style-image: url(Bilder/rechts_neu.gif);
	left: 35px;
}
#sitemap li.last {padding: 0 0 0 24px; border-bottom: 1px #666666 dotted}



