#navigation {
	background-color: #C0C0C0;
	height: 170px;
	width: 180px;
	left: 0px;
	top: 0px;
	position: absolute;
}
#navigation a:link, #navigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar {
	background-color: #FFFFFF;
	position: absolute;
	height: 65%;
	width: 180px;
	left: 0px;
	top: 170px;
}
#title {
	background-color: #DCDCDC;
	position: absolute;
	height: 170px;
	width: 820px;
	left: 180px;
	top: 0px;
}
#content {
	background-color: #FFFFFF;
	height: 65%;
	width: 820px;
	left: 180px;
	top: 170px;
	position: absolute;
}
#content a:link, #content a:active, #content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
#content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: underline;
}
.titel {
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
	font-family: "Arial Black";
}
.titel_jahreszahlen {
	font-family: "Arial Black";
	font-size: 17px;
	font-weight: normal;
	color: #000000;
}

.normalfett {
	font-family: "Arial Black";
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.kleinfett {
	font-family: "Arial Black";
	font-size: 10px;
	color: #000000;
}
.klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.rahmen {
	border: 1px solid #666666;
}
