/* Ohne Sidebar */


#sidebar, #rechts {
	display: none;
	width: 0px; 
}


#content{
	float: left; 
	position: relative; 
	width: 779px; 
	min-height: 500px;
	padding-left: 5px;
	padding-right: 0px;
	background-color: white; 
	margin-left: 0px !important;
	z-index: 150;
}



