/* CSS Document  Bertram Solcher */

/* ---------------------------------
hauptfenster mittig
---------------------------------- */ 	
#gruen{ 
	position: absolute;
	width: 1000px;
	height: 600px;
	z-index: 10;
	left: 50%;
	margin-left: -500px;
	top:10px;
	background-color:#042A18;
	overflow:hidden;
	}


#logo{ 
	position: relative;
	width: 323px;
	height: 67px;
	z-index: 10;
	left: 647px;
	top:27px;
	}
#linieoben{ 
	position: absolute;
	width: 100%;
	height: 1px;
	z-index: 10;
	left: 0px;
	top:173px;
	}
#linieunten{ 
	position: absolute;
	width: 100%;
	height: 1px;
	z-index: 10;
	left: 0px;
	top:423px;
	}
#zurueckbutton{ 
	position: absolute;
	width: 33px;
	height: 25px;
	z-index: 20;
	left: 82px;
	top:443px;
	}
#vorbutton{ 
	position: absolute;
	width: 33px;
	height:25px;
	z-index: 20;
	left: 111px;
	top:443px;
	}
#start{ 
	position: absolute;
	width: 100px;
	height:30px;
	z-index: 30;
	left: 85px;
	top:211px;
	}

#uebersicht{ 
	position: absolute;
	width: 100px;
	height:30px;
	z-index: 30;
	left: 85px;
	top:240px;
	}
#bilder{ 
	position: absolute;
	width: 100px;
	height:30px;
	z-index: 30;
	left: 85px;
	top:268px;
	}
#kunden{ 
	position: absolute;
	width: 100px;
	height:30px;
	z-index: 30;
	left: 85px;
	top:325px;
	}

#biografie{ 
	position: absolute;
	width: 100px;
	height:30px;
	z-index: 30;
	left: 85px;
	top:352px;
	}

#kontakt{ 
	position: absolute;
	width: 100px;
	height:30px;
	z-index: 30;
	left: 85px;
	top:380px;
	}
#textfeld{ 
	position: absolute;
	width: 660px;
	height:239px;
	z-index: 30;
	right:0px;
	top:179px;
	background-color:#748F72;
	}
	
#text{ 
	position: relative;
	width: 630px;
	height:200px;
	z-index: 40;
	left: 18px;
	top:15px;
	}
	
#bilderfeld {
	position:absolute; 
	width:498px;
	height:239px; 
	top:179px;
	right:0px; 
	z-index:40;
	}	
