body {
	background-color: #2f2f2f;
	margin: 0px 0px 0px 0px;
}

#zentriert {
 position: absolute;
 width: 900px;
 height: 500px;
 left: 50%;
 top: 50%;
 margin-left: -450px;
 margin-top: -250px;
}

#links {
	position: absolute;
	left: 0px;
	top: 0px;
}


#mitte {
	position: absolute;
	left: 220px;
	top: 100px;
	width: 350px;
}

#rechts {
	position: absolute;
	left: 618px;
	top: 0px;
}
	
#damen_reihe1 {
	position: absolute;
	left: 0px;
	top: 55px;
	}






