*
{
	margin: 0;
	padding: 0;
}

html, body
{
	width: 100%;
	height: 100%;
	font-family: Arial;
	font-size: 12px;
	
	text-align: center;
}

body
{
	color: #58585a;
	background-color: #f2f2f3;
	/*
	background-image: url(/images/back.jpg);
	background-repeat: repeat-x;
	background-position: 53px 1px;	
	*/
}

img
{
	border: 0;
}
 
#wrapper
{
	min-height: 100%;
	position: relative;
	width: 1000px;
	overflow: hidden;
	margin-top: -24px; /* Adjust according to footer size */
	margin-left: 0;
	margin-right: auto;
	text-align: left;
	
}


	#header
	{
		width: 1000px;
		height: 96px;
		padding-top: 24px;
		overflow: hidden;
		background-color: #FFFFFF;
		background-image: url(/images/header.jpg);
		background-repeat: no-repeat;
		background-position: bottom;

	}
	
	#center_wrapper
	{
		width: 100%;
		float: left;
		text-align: justify;
		background-color: #FFF;
		min-height: 384px;
		position: relative;
		background-image: url(/images/contentback.jpg);
		background-repeat: repeat-y;
		background-position: top;
		
		
	}
	
		#center_wrapper #center
		{
			margin: 0px 163px 0px 298px; /* Adjust according to left and right column width */
			min-height: 384px;
			background-image: url(/images/watermerk.jpg);
			background-repeat: no-repeat;
			background-position: 290px 180px;
		}
			
	#navigation
	{
		margin: 0 0 0 -1000px;
		width: 298px;
		float: left;
		min-height: 416px;
		background-image: url(/images/sfeer_home_links.jpg);
		background-repeat: no-repeat;
		background-position: top;
		position: relative;
	}
	
	#sidebar
	{
		width: 163px;
		margin: 0 0 0 -1000px;
		float: right;
		min-height: 416px;
		background-image: url(/images/sfeer_home_rechts.jpg);
		background-repeat: no-repeat;
		background-position: top;
		position: relative;
	}
	
	#footer
	{
		height: 24px;
		width: 1000px;
		
		margin-left: auto;
		margin-right: auto;
		
		clear: both;
		
		font-size: 11px;
		color: #58585a;
		
		text-align: left;
		
	}	
	
		
		
		


