body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	/*overflow-y:scroll;*/
	text-transform: lowercase;
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #008DB0;
}

a:visited {
	color: #008DB0;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
}.navi {
	height: 125px;
	width: 900px;
}
.Main {
	height: 600px;
	width: 900px;
	position: absolute;
	color: #008DB0;
}
.Titellinks {
	height: 50px;
	width: 450px;
	position: absolute;
	font-size: 14px;
}
.Untenlinks {
}

.Titelrechts {
	height: 50px;
	width: 150px;
	left: 285px;
	position: absolute;
	text-align: right;
	line-height: normal;
}
.Links {
	height: 400px;
	width: 435px;
	position: absolute;
	top: 50px;
	text-align: justify;
	/*overflow-y: scroll;*/
}
.Mitte {
	height: 400px;
	width: 900px;
	position: absolute;
	top: 50px;
	text-align: justify;
}
.Rechts {
	height: 400px;
	width: 450px;
	left: 450px;
	position: absolute;
	text-align: right;
	background-position: bottom;
}
.Untenlinks {
	height: 100px;
	width: 600px;
	position: absolute;
	top: 500px;
}
.Untenrechts {
	height: 100px;
	width: 200px;
	left: 700px;
	position: absolute;
	text-align: right;
	background-position: bottom;
	top: 450px;
}
.Zentrum {
	left: 50%;
	/*top: 50%;*/
	text-align: center;
	margin-top: 25%;
}
.Logo {
	height: 50px;
	width: 225px;
	position: absolute;
	left: 685px;
	top: 25px;
}
.text {
	font-size: 11px;
}

