/* CSS Document Goldmann - Footstools*/

/* ---------------------------------
hauptfenster mittig
---------------------------------- */ 	
body {background-color:#406140;}
#main{ 
	position: absolute;
	width: 1008px;
	max-height: 100%;
	z-index: 10;
	left: 50%;
	bottom: 10px;
	top:10px;
	margin-left: -504px;
	background-color:#CBDCCD;
	border-top-color:#588F58;
	border-top-style:solid;
	border-top-width:75px;
	border-bottom-color:#588F58;
	border-bottom-style:solid;
	border-bottom-width:30px;
	}

#logo{
	position:absolute;
	width:278px;
	height: 35px;
	left: 15px;
	top: -40px;
	z-index:20;
	}
	
#verlauf{
	position:absolute;
	width:1008px;
	height: 24px;
	left: 0px;
	top: 0px;
	z-index:20;
	}
	
#topmenu{
	position:absolute;
	max-width:1008px;
	height: 24px;
	right: 20px;
	top: 3px;
	z-index:20;
	}
	
#bildmenu{
	position:absolute;
	max-width:98px;
	height:340px;
	left: 20px;
	top: 70px;
	z-index:20;
	}
	
#bottommenu{
	position:absolute;
	max-width:1008px;
	height:30px;
	right: 20px;
	bottom: -37px;
	z-index:30;
	}
	
#inhaltcenter{
	position:absolute;
	width:700px;
	height:83%;
	left:180px;
	top: 70px;
	z-index:50;
	overflow:auto;
	text-align:center;
	}
#inhaltleft{
	position:absolute;
	width:800px;
	height:83%;
	left:180px;
	top: 70px;
	z-index:50;
	overflow:auto;		
	text-align:left;
	}
#preistabelle{
	position:absolute;
	right: 44px;
	top: 70px;
	z-index:40;
	background-color:#E1EBE3;
	}
	

	