/* CSS Document Frauke Beeck */

/* ---------------------------------
hauptfenster mittig
---------------------------------- */ 	
body {background-color:#FFFFFF;}
#main{ 
	position: absolute;
	width: 900px;
	height: 550px;
	z-index: 10;
	left: 50%;
	margin-left: -450px;
	top:40px;
	background-color:#ffffff;
	}
#menuoben{ 
	position: absolute;
	width: 750px;
	height: 21px;
	z-index: 20;
	left: 22px;
	top:32px;
	}

#menulinks{ 
	position: absolute;
	width: 56px;
	height: 100px;
	z-index: 30;
	right: 757px;
	top:124px;
	}
#bildfeldquer{ 
	position: absolute;
	width: 450px;
	height: 300px;
	z-index: 50;
	left: 220px;
	top:102px;
	}
#bildfeldhoch{ 
	position: absolute;
	width: 300px;
	height: 450px;
	z-index: 50;
	left: 303px;
	top:66px;
	}
#bildfeldquadrat{ 
	position: absolute;
	width: 450px;
	height: 450px;
	z-index: 50;
	left: 220px;
	top:66px;
	}
	
#bildinfo{ 
	position: absolute;
	width: 150px;
	height: 18px;
	z-index: 30;
	left: 751px;
	top:161px;
	}
	
#zahlenmenu{ 
	position: absolute;
	width: 160px;
	height: 80px;
	z-index: 30;
	left: 751px;
	top:125px;
	}
#textfeld{ 
	position: absolute;
	width: 450px;
	height: 450px;
	z-index: 50;
	left: 220px;
	top:102px;
	}
	
	
	
	
	
	
