/**
* (C) by Andreas Zeman 2008,
*
**/



body {
	margin:0px;
	padding:0px 0px 0px 0px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	text-align:center;
	background-color:#EFC43E;
	}

#container  {
	margin:70px auto 25px auto;
	position:relative;
	width:972px;
	text-align:left;
}


#contenter {
	background-color:#fff;
	width:972px;
	float:left;
}



#navigation {
	float:left;
	width:187px;
	position:relative;
	overflow:hidden;
	padding:127px 0px 30px 0px;
	height:100%;
}

	
#content {
	margin:0px auto;
	width:760px;
	position:relative;
	float:left;
	padding:123px 0px 30px 25px;
	background-image:url('../../img/logo-greuterhof.gif');
	background-repeat:no-repeat;
	background-position:top right;
}

* html #content {
	width:785px;
	w\idth:760px;
}

#footer-banner {
	float:left;
	width:650px;
	height:20px;
}

#infocolumn {
	float:left;
	width:322px;
	right:0px;
	padding:0px 0px 20px 0px;
	position:relative;
	}

* html #infocolumn {
	width:322px;
	w\idth:322px;
}	


.clear {
	clear:both;
	}

	
#footer {
	clear:both;
	width:972px;
	padding:0px 0px 10px 0px;
	text-align:left;
	color:#999;
	position:relative;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #footer {
	width:972px;
	w\idth:972px;
	}
	

#menu {
	position:relative;
	top:0px;
	left:0px;
	margin:0px auto;
	padding:0px;
	border:0px;
	text-align:left;
	}
	
#contact {
	padding:20px 0px 0px 15px;
	font-size:11px;
	font-weight:bold;
	color:#48443f;
}


