@charset "iso-8859-1";
#sitemap {
	color: #2C2C2C;
}
#sitemap a {
	color: #2C2C2C !important;
	text-decoration: none;
}
#sitemap a:hover {
	text-decoration: underline;
}
#sitemap ul {
	list-style-type: none;
}
#sitemap ul li {
}
#sitemap ul li ul li {
	padding-left: 15px;
}
#sitemap ul li a {
	border: 0px solid #333333;
	background-position: left center;
	margin: 10px 0px 10px 0px;
	line-height: 25px;
	padding: 0px 0px 0px 15px;
	background-image: url('../pics/sitemap_pfeilre.jpg');
	background-repeat: no-repeat;
	font-weight: bold;
}
#sitemap ul li ul li a {
	border: 0px solid #333333;
	background-position: left center;
	margin: 10px 0px 10px 0px;
	line-height: 25px;
	padding: 0px 0px 0px 15px;
	background-image: url('../pics/sitemap_pfeilre.jpg');
	background-repeat: no-repeat;
	font-weight: normal;
}


