/* CSS Document */
body {
		margin-top: 0;
		margin-left: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #505367;
		background-color: #E4FFC1;
	/*	background-image: url(images/w3.jpg); 
	background-image: url(images/w3.jpg);*/

}
#container{
		clear:left;
		line-height: 0px;
		margin:0 auto;
		width: 764px;
		position:relative;
		text-align:left;
		background-image: url(images/hinspacer.gif);
		background-color: #FFFFFF;
		border-right: 0px solid #DDDDDD;
		border-left: 0px solid #DDDDDD;
}
#banner {
	width: 764px;
	height: 115px;
	margin-top: 0x;

}
#mainnav {
		margin-top: 0px;
		margin-bottom: 0px;
}
#menu {
    	float: left; 
		width: 160px;
		margin-top: 0px;
		margin-bottom: 0px;
		line-height: normal;

}
#inhalt {
		float: left; 
		width: 575px;
		margin-left: 14px;
		margin-top: 0px;
		margin-bottom: 0px;
		line-height: normal;
}
#end	{
		clear: both;
		height: 23px;
		margin-top: 0px;
}

