#container { border: solid 1px #84c40b;
			 width: 1023px;
			 margin: 0 auto;
			 background: #dfdfdf;
			 display: block; }
			 
#content_left {
	width: 281px;
	float: left;
	clear: none;
}

#content_container {
	width: 1023px;
	margin: 0 auto;
}

#content_middle {
	width: 450px;
	margin-left: 6px;
	float: left;
	font-size: 14px;
}

#content_right {
	width: 281px;
	float: right;
	clear: none;
}

#header { width: 1023px;
		  height: 184px;
		  background:url(images/header.jpg);
		  border-bottom: 6px solid black;
		  padding-top: 19px; }
		  
#anzeigelinks { background:url(images/box_background.png);
				width: 183px;
				height: 183px;
				border: 2px solid black;
				border-bottom: 0px;
				margin-left: 46px;
				float:left;
				color: #FFF }
				
#anzeigerechts { background:url(images/box_background.png);
				width: 183px;
				height: 183px;
				border: 2px solid black;
				border-bottom: 0px;
				margin-right: 46px;
				float:right;
				color: #FFF }
				
#alhead { background:url(images/aufstellung.jpg);
		  width: 281px;
		  height: 35px; }
		  
#al { width: 279px; 
	  border: solid 1px #84c40b;
	  border-top: 0px; }
	  
#alcontent { padding: 10px;
			 padding-top: 0px; }

#rlheader

		  
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
