div#background{
	width:960px;
	height:610px;
	text-align:center;
	margin:auto;
	}

div.spacer{
	background-color:#FFFFFF;
	width:960px;
	height:5px;
	overflow:hidden;
	float:left;
	}
	
div.spacer2{
	background-color:#FFFFFF;
	width:960px;
	height:15px;
	overflow:hidden;
	float:left;
	}
	
div#banner{
	background-image:url(../pics/banner.jpg);
	background-repeat:no-repeat;
	width:760px;
	height:130px;
	float:left;
	}
	
div#contentarea{
	width:760px;
	height:440px;
	background-color:#FFFFFF;
	float:left;
	}
	
div#contentleft{
	background-color:#FFFFFF;
	width:200px;
	height:440px;
	float:left;
	text-align:left;
	}
	
div#contentmiddle{
	background-color:#FFFFFF;
	width:560px;
	height:440px;
	float:left;
	text-align:left;
	}
	
div#navi{
	width:560px;
	height:50px;
	text-align:left;
	}
	
div#inhalt{
	width:547px;
	height:390px;
	text-align:left;
	padding-left:13px;
	}
	
div#inhalt2{
	width:267px;
	height:390px;
	text-align:left;
	padding-left:13px;
	float:left;
	}
	
div#inhalt3{
	padding-top:47px;
	width:275px;
	height:390px;
	text-align:left;
	float:right;
	}	
	
div#contentright{
	background-image:url(../pics/banner_b.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:570px;
	float:right;
	}
		
div#footer{
	background-image:url(../pics/footer.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:25px;
	padding-top:7px;
	color:#FFFFFF;
	float:left;
	}
