#container {
	width:754px;
	position:absolute;
	left:50%;
	margin-left:-37%;
}

	#header { width:553px; }
	
	#content { width:553px; }
	.detail #content { width:754px; }
		
		#sidebar {
			position:absolute;
			top:45px;
			left:553px;
			width:201px;
			background: #fff url(../images/hertzberger.gif) no-repeat;
			padding:634px 0 0 0;
		}
		
	#footer {
		clear:both;
		font-size:10px;
		color:#9E9E9E;
		margin:0;
		padding:20px 0 20px 0;
	}
