@charset "UTF-8";
/* CSS Document */
a:link {
	text-decoration: none;
	color: #900;
}
a:visited {
	text-decoration: none;
	color: #C00;
}
a:hover {
	text-decoration: none;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #900;
}

.logo {
	background-image: url(../images/logo.jpg);
	height: 121px;
	width: 158px;
	position:absolute;
	left: 10px;
	top: 15px;
}
.mainmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	padding-left: 15px;
	list-style-type: circle;
}
.mainmenu a {
	color: #FFF;
}

.header {
	background-color: #DBE0E8;
	height: 121px;
	width: 519px;
	position:absolute;
	left: 168px;
	top: 15px;
	background-image: url(../images/kopfleiste.jpg);
}
.header2 {
	background-color: #DBE0E8;
	height: 121px;
	width: 50%;
	position:absolute;
	left: 687px;
	top: 15px;
	background-image: url(../images/kopfleiste2.jpg);
}
.left {
	position: absolute;
	left: 10px;
	top: 136px;
	height: 1200px;
	width: 158px;
	background-color: #e10012;
}
.main1 {
	width: 375px;
	position:absolute;
	left: 168px;
	top: 136px;
	align: center;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.main2 {
	width: 440px;
	position:absolute;
	left: 543px;
	top: 136px;
	align: center;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.headline {
	font-weight: bold;
	font-size: 24px;
}
