#logo {
	position: absolute;
	background-color: #969696;
	width: 170px;
	height: 150px;
	left: 0px;
	top: 0px;
	background-image: url(../pictures/bg_logo_08_vers2.jpg);
	background-repeat: no-repeat;
}

#navigation {
	position: absolute;
	height: 500px;
	width: 170px;
	left: 0px;
	top: 150px;
	background-image: url(../pictures/bg_navigation_08_vers1.jpg);
}
#navigation a:link, #navigation a:active, #navigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
#navigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}

#title {
	background-image: url(../pictures/bg_title_08_vers2.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 150px;
	width: 730px;
	left: 170px;
	top: 0px;
}
#content {
	position: absolute;
	height: 70%;
	width: 730px;
	left: 170px;
	top: 150px;
}
#content a:link, #content a:active, #content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
}
#content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #C80000;
	text-decoration: none;
}
#aktuell {
	border: 2px solid #c80000;
	position: absolute;
	height: 90px;
	width: 130px;
	left: 7px;
	background-image: url(../pictures/bg_aktuell.jpg);
	top: 400px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#aktuell a:link, #aktuell a:active, #aktuell a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#aktuell a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #c80000;
	text-decoration: none;
}
.aktuell_titel {
	font-family: "Arial Black";
	font-size: 14px;
	color: #c80000;
}

.haupttitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #C80000;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #000000;
}

.normalfett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.kleinfett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #000000;
}
.klein {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C80000;
	font-weight: bolder;
	text-transform: uppercase;
}
.rahmen {
	border: 1px solid #C80000;
}
.rahmenSchwarz {
	border: 1px solid #000000;
}

