body
{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	background-color: #FFFFFF;
}

a:link { color: #164F9E; }
a:visited { color: #164F9E; }

h4 { font-size:12px; }
h3 { font-size:13px; }
h2 { font-size:16px; }

a:hover, a:active
{
	color: #fff;
	background-color: #164F9E;
}

#uebercontainer
{
	margin: 1em auto;
	width: 1000px;
	text-align: left;
	background-color: #ffffff;
	font-size:12px;
	font-weight : regular; 
	FONT-FAMILY: Arial,Verdana, Helvetica; 
}

#container
{
	margin: 1em auto;
	width: 1000px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #D3D3D3;
	font-size:12px;
	font-weight : regular; 
	FONT-FAMILY: Arial,Verdana, Helvetica; 
}

#header
{
	border-left:1px none #fff; border-right:1px none #fff; border-top:1px none #fff;
	width: 100%;
	height: 82px;
	background-image: url('http://www.immozone.de/images/kopf_verlauf.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
	position: relative;
}

#logo
{
	border-left:1px none #fff; border-right:1px none #fff; border-top:1px none #fff;
	width: 244px;
	height: 68px;
	background-image: url('http://www.immozone.de/images/logo.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	float:left;
}

#slogan
{
	border-left:1px none #fff; border-right:1px none #fff; border-top:1px none #fff;
	top:42px;
	left:-150px;
	position: relative;
	font-size:12px;
	font-weight : regular; 
	FONT-FAMILY: Arial,Verdana, Helvetica; 
	color: #979797;
}

#header_links
{
	border-left:1px none #fff; border-right:1px none #fff; border-top:1px none #fff;
	margin-right:10px;
	top:15px;
	text-align:right;
	position: relative;
	font-size:12px;
	font-weight : regular; 
	FONT-FAMILY: Arial,Verdana, Helvetica; 
	color: #979797;
}

#separator
{
	clear: both;
	border-left:1px none #fff; border-right:1px none #fff; border-top:1px none #fff;
	background-image: url('http://www.immozone.de/images/separator.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
	top:20px;
	position: relative;
}

#main
{
	margin-top:5px; margin-left:10px; margin-right:10px; margin-bottom:5px;
	width: 100%;
}

#menu
{
	width: 20%;
	background-color: #F6F6F6;
	border: 1px solid #D6D6D6;
	margin-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
	top:15px;
	position: relative;
	float:left;
}

#contents
{
	padding-left:23%;
	padding-right:3%;
	position: relative;
}



#footer
{
	clear:both;
	float:left;
}

#footerlinks
{
	text-align:right;
}