body, html {
	border: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font: normal 100% Arial, Verdana, sans-serif;
	color: #000000;
}
#logo {
	position: static;
	width: 100%;
	text-align: right;
}
#content {
	position: static;
	margin: 10px;
}
#content h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
#content p {
	font-size: 12px;
	color: #000000;
	line-height: normal;
	margin: 0;
}
#content .bodytext {
	font-size: 12px;
	color: #000000;
	line-height: normal;
	margin: 0;
}
#content li {
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}
#content a {
	color: #000000;
}
#content a:hover {
	color: #000000;
	text-decoration: none;
}

/* Sitemap formatieren*/
#content .csc-sitemap-level1 {
                margin-left: 0;
}
#content .csc-sitemap-level2 {
                margin-left: 20px;
}
#content .csc-sitemap-level3 {
                margin-left: 40px;
}
#content .csc-sitemap-level4 {
                margin-left: 60px;
}

#footer {
	position: static;
	width: 100%;
	border-top: 1px solid #000000;
	background-color: #FFFFFF;
	line-height: 40px;
}
#route {
	position: absolute;
	padding-left: 10px;
	color: #000000;
	font-size: 12px;
}
#route a{
	color: #000000;
	text-decoration: none;
}
#copyright {
	top: -20px;
	float: right;
	clear: both;
	padding-right: 10px;
	color: #000000;
	font-size: 10px;
}

