/* Sitemap */
#mainarea {
	float: left;
	width: 60.9em;
	background: #ffffff;
}
#rightarea {
	float: left;
	width: 17.45em;
	width: 17em;
}

#sitemap {
	margin: 0;
	padding: 0;
}
#sitemap .sitemap_col, #sitemap .sitemap_col_next {
	float: left;
	width: 12.6em;
	width: 13.2em;
	margin-left: 1em;
}
* html #sitemap .sitemap_col {
	margin-left: 0.5em;
}
#sitemap .sitemap_col_next {
	margin-left: 1.5em;
}
* html #sitemap .sitemap_col_next {
	margin-left: 1.5em;
}

#sitemap h2 {
	color: #707172;
	font-weight: bold;
	margin-left: 0;
	margin-top: 1em;
}
#sitemap h2 a:link, #sitemap h2 a:active {
	color: #707172;
}
#sitemap h2 a:visited {
	color: #7f9db9;
}
#sitemap ul {
	list-style-image: none;			/* Standard von "ul" überschreiben */
	list-style-position: inherit;
	margin: 0;
}
#sitemap ul li {
	margin-top: 0.25em;
}
#sitemap li {
	list-style-type: none;
	padding-right: 0.25em;
}
#sitemap a {
	display: block;
	text-decoration: none;
}
#sitemap ul ul a {
	margin-left: 1.0em;
	text-decoration: none;
}
#sitemap ul ul ul a {
	margin-left: 2.0em;
	text-decoration: none;
}
#sitemap a:link, #sitemap a:active  {
	text-decoration: none;
	color:#4d4d4d;
}
#sitemap a:visited  {
	text-decoration: none;
	color:#7f9db9;
}
#sitemap a:hover, #sitemap a:focus {
	text-decoration: none;
	color:#0867aa;
}

/* w-add */

* html #sitemap .sitemap_col_next {
	margin-left: 1.7em;
}
