/*---------------------------------------------*/ 
/*                    SiteMap                         */ 
/*---------------------------------------------*/ 

#sitemap /* Einstellungen für die Sitemap*/
{
	float: left;
	margin: 0;
	padding:	0;
	list-style-type: none;
	margin-bottom: 20px;
	position: absolute;
	left: 270px;
	top: 315px;
	width: 670px;
}
#sitemap h1 {
	font-size: 120%;
	font-weight : bold;
	margin: 0px;
	padding: 5px 0px 10px 0px;	
	color: #4884ca;
}
#sitemap ul 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 20px;
}
#sitemap li {
	clear: both;
}
#sitemap li a {
	display: block;
	padding: 13px 12px 3px 5px;
	border-bottom: 1px solid #666;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #4884ca;
	text-decoration: none;
}
#sitemap a:hover {
	color: #000000;
}
#sitemap li li {
	width: 315px;
	float: left;
	clear: none;
	padding-left: 20px;
	padding-right: 0px;
	margin-bottom: 5px;
	font-size: 100%;
}
#sitemap li li a {
	display: block;
	padding: 5px 3px 3px 10px;
	font-weight: bold;
	margin-top: 5px;
	color: #999999;
}
