body {
	margin: 0;
	padding: 40px 0px 0px 0px;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #000000;
		}
	
#container {background-image:url(backgr.jpg);
	position: relative;
	margin: auto;
	text-align:left;
	width:800px;
	height:580px;
} 

#banner {
	position:absolute;
	margin: 0px 0px 440px 0px;
	width:800px;
	height:140px;
	background-image: url(Banner_Spiess2_800x140mitfe.jpg);}
	
#navi {
	position: absolute;
	margin-top: 170px;
	float:left;
	width: 180px;
	height: 280px;
	
		}
	
#inhalt {		
	position:absolute;
	margin: 140px 0px 0px 200px;
	width: 600px;
	height: 440px;
	overflow:auto;
	}

#start {
	position: absolute;
	/*float: inherit;*/
	width: 450px;
	height: 150px;
	margin: 395px 0px 0px 315px;
	/*border:solid;
	border-color:#000000;*/
	}

/*jetzt kommts menü*/
A.menulink {
	display: block;
	width: 125px;
	text-align: left;
	text-decoration: none;
	font-family: Arial;
	font-size: 16px;
	color: #666666;
	margin-top: 20px;
	font-weight: bold;	}


 A.menulink:hover {
        color: #000000;
		font-weight:bold;
		background-color: #D7BBA3;
 }
