html, body {
  	height: 100%; /* wichtig */
	overflow:auto;
}
* {
	margin:0px;
	padding:0px;
	left:0px;
	top:0px;
}
body {
	background-color:#333333;
}
#webseite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	background-color:transparent;
	position: absolute;
	width: 880px;
	height: 400px;
	left: 50%;
	top: 50%;
	margin-left: -440px;
	margin-top: -200px;
}
#header {
	width: 880px;
	height:68px;
	background-color: #333333;
	background-image:url(../images/bg_header.jpg);
	background-position:left top; 
	border-bottom:2px solid #333333;
	text-align:center;
}
#header #headertextlinks {
	float:left;
	margin-left:50px;
	width:200px;
}
#header #headertextmitte {
	width:200px;	
	float:left;
	text-align:center;
}
#header #headertextrechts {
	float:right;
	width:200px;
	margin-right:50px;
	text-align:right;
}

#center {
	border-left: 0px solid #CD1B2D;
	border-right: 0px solid #CD1B2D;
	width: 880px;
	height:260px;
	background:#333333 url(../images/bg_mike1.jpg) left no-repeat;
	margin-top:0px;
	
}
#centerlinks {
}

#footer {
	border-top:2px solid #333333;
	background-color: #CD1B2D;
	background-image:url(../images/bg_footer.jpg);
	background-position:left bottom; 
	margin-top:0px;	
	width: 880px;
	height:68px;
	background-color:#333333;
}
#footer #footertext {
	float: left;
	text-align:center;
}
#footer #footerde {
	margin-top:20px;
	margin-left:20px;
	margin-right:8px;
	padding:2px;
	border:1px solid #ffffff;
	background-color:#999999;
	float:left;
	width:30px;
	
}
#footer #footeren {
	margin-top:20px;
	padding:2px;
	border:1px solid #ffffff;
	background-color:#999999;
	float:left;
	width:30px;
}
#cd  {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-weight:bold;
	letter-spacing:.1em;
}