body {
	background: #E0E0E0;
	margin-left: 20px;
	margin-top: 0px;
	color: #000001;
}
#links{
position: absolute;
	width: 250px;
	background-color: #B7FFB7;
	margin-top: 70px;
}
#rechts{
	width: 150px;
	background-color: transparent;
	position: absolute;
	margin-top: 70px;
	margin-left: 850px;
}
#mitte{
position: absolute;
	margin-left: 260px;
	width: 550px;
	margin-top: 70px;
	text-align: center;
}
#obenlinks{
	position: absolute;
	background-color: #DCDCFF;
	margin-left: 0px;
	margin-top: 20px;
	width: 500px;
	text-align: right;
	padding-right: 20px;
}
#inhalt{
	border: 10px solid #B7FFB7;
	width: 550px;
}
#bilderlinks{
	text-align: left;
	margin-left: 0px;
	float: left;
}
#bilderrechts{
	text-align: right;
	margin-right: 0px;
}
#textlinks{
	background-color: #DCDCFF;
	float: right;
}
#textrechts{
	background-color: #DCDCFF;
	float: left;
	text-align: right;
}
#ueberinhalt{
	background-color: #DCDCFF;
	padding-top: 10px;
	text-align: center;
}
h1{
	color: Black;
	font-size: 24px;
}
h2{
	color: Black;
	font-size: 18px;
}
h3{
margin: 0px 0px 0px 0px;
	padding-top: 2px;
	padding-bottom: 4px;
	color: Black;
	font-size: 16px;
}
a{
	color: #FF0000;
	text-decoration: none;
}
a:link{
	color: #FF0000;
	text-decoration: none;
}
a:visited{
	color: #000080;
	text-decoration: none;
}
A:active 
{color: #0000FF; 
text-decoration: none;
}
A:hover {
color: #0000FF;
 text-decoration: none;
}


