/* uebersicht */
.sitemap .sitemap-col {
	float: left;
	margin-right: 1%;
	width: 17.5em;
	width: 24.2%;
}
.sitemap .last { margin-right: 0; }
.sitemap a, .sitemap a:link, .sitemap a:visited {
	text-decoration: none;
}
.sitemap h3 {
	background-color: #7c7c7c;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding:0.2em 0.2em 0.2em 0.4em;
	margin-bottom: 2px;
}
.sitemap h3 a {
	display: block;
	color: #fff;
	font-weight: bold;
}
.sitemap ul {
	list-style-type: none;
}
.sitemap li {
	list-style-type: none;
	display: block;	
	border-bottom: 2px solid #fff;
	background-color: #ebebeb;
	color: #000;
}
.sitemap li a {
	color: #000;
	display: block;
	padding: 0.2em 0.2em 0.2em 0.4em;
}
.sitemap li ul {
	border-top: 2px solid #fff;
}
.sitemap li li a {
	padding-left: 2em;
}
.sitemap li .last {
	border: none;
}