.sub_sitemap {
	background: #f4f4f4;
	padding: 0.5rem 0.75rem;
}
.sub_sitemap_titel a {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 0.1rem;
	color: #7A003F;
}
.sub_sitemap_titel a:hover {
	background-color: #7A003F;
	color: white;
}
.sub_sitemap a {
	padding: 0.05rem 0.2rem;
}
.sub_sitemap a.aktiv {
	font-weight: bold;
}
.sub_sitemap ul {
	margin: 0;
	padding: 0 0 0 0.5rem;
}
.sub_sitemap ul li {
}
.sub_sitemap ul li:before {
	content: url('navi_join.gif');
	vertical-align: top;
	padding: 0;
	left: 0;
}