/*für Rolf B.*/	
body {  
	margin-top: 30px;  
	margin-left: 30px;
	background-color:white;
}

#mainwindow{
	position: absolute;
	width: 800px;
	height:700px;
	z-index: 40;
	left: 40px;
	top:0px;
	background-color:#ffffff;
	}



#bilderfeld{
	position: absolute;
	width: 540px;
	height: 450px;
	z-index: 40;
	left: 400px;
	top: 133px;
	}
	
#bildertextfeld{
	position: absolute;
	width: 540px;
	height: 450px;
	z-index: 40;
	left: 400px;
	top: 48px;
	}
	
