/*-----------------------------------------------------*/
/*----------------------- Haupt -----------------------*/
/*-----------------------------------------------------*/

* {
	
	margin: 0;
	padding: 0;
	border: 0 none;
	
}

#wrapper {
	width: 962px;
	height: 570px; /* Korrektur der Zentrierung */
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -285px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -481px;
	
}

#header {
	height: 115px;
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 0px;
	
}

#content {
	height: 337px;
	background-color: #000000;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 115px;
	
}

#footer {
	height: 31px;
	position: absolute;
	top: 452px;
	left: 0px;
	background-color: #FFFFFF;
	
}
#footer2 {
	position: absolute;
	height: 81px;
	left: 0px;
	top: 483px;
	background-color: #FFFFFF;
}



/*-----------------------------------------------------*/
/*--------------------- Schrift -----------------------*/
/*-----------------------------------------------------*/

body {
	
	color: #333;
	font-size: 100.1%;
	font-family: Verdana, Tahoma, Sans-Serif;
	
}


/*-----------------------------------------------------*/
/*----------------------- Teil ------------------------*/
/*-----------------------------------------------------*/


/*-----------------------------------------------------*/
/*---------------------- Detail -----------------------*/
/*-----------------------------------------------------*/


/*-----------------------------------------------------*/
/*--------------------- CSS-Hacks ---------------------*/
/*-----------------------------------------------------*/
