/* CSS Document Jo Aschenbrenner*/

/* ---------------------------------
hauptfenster mittig
---------------------------------- */ 	
body {
	background-color:#4A5A6F;
	height: 100%;
	margin-bottom:1px;
	overflow-y:scroll;
	}
#main{ 
	position: absolute;
	width: 900px;
	height: 550px;
	z-index: 10;
	left: 50%;
	margin-left: -450px;
	top:20px;
	background-color:#ffffff;	
	}
#himmel{ 
	position: absolute;
	width: 900px;
	height: 190px;
	z-index: 10;
	left: 0 px;
	top:0px;
	}
#decoliniequer{ 
	position: absolute;
	width:900px;
	height: 32px;
	z-index: 40;
	left: 0px;
	top:190px;
	}
	/* decoliniehoch und menu und inhalt liegen alle im div mainunten, dieses bestimmt die höhe auf jeder seite */
#decoliniehoch{ 
	position: absolute;
	width:9px;
	height: 100%;
	z-index: 40;
	left: 225px;
	top:0px;
	}
#menu{ 
	position: absolute;
	width:225px;
	height: 100%;
	z-index: 40;
	left: 0px;
	top:0px;
	background-color:#E1CEAB;
	}

#inhalt{ 
	position: absolute;
	width:667px;
	height: 100%;
	z-index: 400;
	left: 234px;
	top:0px;
	background-color:#BDC8CE;	
	}
#headline{ 
	position: absolute;
	width:500px;
	height: 30px;
	z-index: 400;
	left:70px;
	top:30px;
	}	
#text{ 
	position: absolute;
	width:490px;
	height: 250px;
	z-index: 400;
	left:70px;
	top:65px;
	}	
#buttons{ 
	position: absolute;
	width:200px;
	height: 200px;
	z-index: 80;
	left: 37px;
	top:30px;
	}
#logo{ 
	position: absolute;
	width:200px;
	height: 200px;
	z-index: 120;
	left:559px;
	top:46px;
	}
