/* CSS Document Dorothea Heinrich */

/* ---------------------------------
hauptfenster mittig
---------------------------------- */ 	
body {background-color:#ffffff;}
#main{ 
	position: absolute;
	width: 900px;
	height: 550px;
	z-index: 10;
	left:5%;
	top:5%;
	background-color:#ffffff;
	}
#bildindex{
	position: absolute;
	width: 500px;
	height: 333px;
	z-index: 20;
	left: 300px;
	top: 89px;
	}
	
#bildgross{
	position: absolute;
	width: 500px;
	height: 333px;
	z-index: 20;
	left: 300px;
	top: 89px;
	}
#menuoben{
	position: absolute;
	width: 280px;
	height: 33px;
	z-index: 20;
	left: 643px;
	top: 7px;
	}
#menulinks{
	position: absolute;
	width: 200px;
	height: 330px;
	z-index: 20;
	left: 14px;
	top: 86px;
	}

#minis{
	position: absolute;
	width: 400px;
	height: 50px;
	z-index: 30;
	left: 300px;
	top: 463px;
	}
#bildunterzeile{
	position: absolute;
	width: 500px;
	height: 30px;
	z-index: 30;
	left: 300px;
	top: 423px;
	}

