@charset "utf-8";
/* CSS Document */

#page-outer-wrapper {
	background:url(../images/hg_haus.png) top center no-repeat;
	position:relative;
	min-height:100%;
}

* html #page-outer-wrapper {
	background:none;
}

#page-inner-wrapper {
	position:relative;
	padding:58px 0 150px 0;
}


#page {
	min-height:400px;
	width:1115px;
	margin:0 auto;
}

* html #page-inner-wrapper,
* html #page { 
	height:1%; 
}
*+html #page-inner-wrapper,
*+html #page { 
	height:1%; 
}



#logo {
	display:block;
	float:left;
	height:84px;
	width:213px;
}



#bar {
	height:84px;
	width:1000px;
	position:absolute;
	top:58px;
	left:0;
	background:white;
	/*
	opacity:0.1;
	filter:Alpha(Opacity=10);
	-khtml-opacity:0.1;
	-moz-opacity:0.1;
	*/
}






/**
 * Menü
 **/
#menu {
	margin:0 auto;
	padding-top:22px;
	height:69px;
	width:500px;
	text-align:center;
}

.middle-wrapper {
	min-width:940px;
}





/**
 * Bar links mit Info und Suche
 **/


#links {
	float:left;
	padding:69px 0 0 92px;
	width:300px;
	overflow:hidden;
}
#links-foto {
	float:left;
	padding:69px 0 0 92px;
	width:300px;
	overflow:hidden;
}

/*
*+html #middle {
	margin:50px 0 0 0;
}
*/
#middle {
	width:500px;
	min-height:440px;
	float:left;
	margin:69px 0 0 0;
}

.top-objekte {
	float:left;
	width:200px;
	padding:69px 0 0 0;
	overflow:hidden;
}
* html .top-objekte {
	width:200px;
}







/** 
 * Boxen oben - rechts neben Menü
 **/
#right {
	float:right;
	height:92px;
	width:152px;
}






/**
 * Footer
 **/
#footer {
	border-top:1px solid #669933;
	height:62px;
	position:absolute;
	bottom:0;
	width:100%
}
