/* --- NOSE AG Design Intelligence --------------------------------------------------- */
/* --- CSS Framework: page layout definitions ---------------------------------------- */
/* --- HU143 Arch Höfe, BR ----------------------------------------------------------- */


/*<![CDATA[*/
@media all {

/* -------------------------------------------------------------------------------------
 AREAS
 ======================================================================================*/
#container {
	position:relative;
	width:780px;
	margin-left:140px;
}



/* -------------------------------------------------------------------------------------
 HEADER
 ======================================================================================*/
#logo {
	height:149px;
	background-color:#DCD7CA;
	border-bottom:1px solid #FFFFFF;
}
#logo a, #logo a:hover {
	position:absolute;
	left:15px;
	top:20px;
	display:block;
	padding:15px;
	text-decoration:none;
}
#printLogo {
	display:none;
}
#mainnavigation {
	height:29px;
	background-color:#DAD8D1;
	border-bottom:1px solid #FFFFFF;
}
#subnavigation {
	height:29px;
	background-color:#F0EFEC;
	border-bottom:1px solid #FFFFFF;
}


/* -------------------------------------------------------------------------------------
 MAIN
 ======================================================================================*/
#main {
	width:780px;
}
#teaser {
	width:780px;
}
#content {
	float:left;
	width:570px;
	margin-top:20px;
}
body.home #content, body.plan #content {
	width:780px;
}
#marginal {
	float:right;
	width:160px;
	padding:0 10px;
	margin-left:30px;
	margin-top:50px;
	background-color:#F4F3F1;
}
body.home #marginal {
	display:none;
}


/* -------------------------------------------------------------------------------------
 MAIN
 ======================================================================================*/
#footer {
	margin-top:40px;
	background-color:#F0EFEC;
	height:150px;
}
#footer-wrapper {
	height:150px;
	background-image:url(../../img/bg_footer.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}


}
/*]]>*/

