* {
	padding:0;
	margin:0;
	}
html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0;
	}
body {
	background:#fff;
	margin-top:15px;
	text-align:center;
	height:100%;
	}

/*#content, #navMain, #main, #headerPic, #navSub, #marginal, #footer {
	border:1px solid red;
}*/
#topBorder {
	height:10px;
	background:#fff;
	}

/* Bild oben für die Druckansicht der Haus-Details */
#topHeaderPic {
	display: none;
	}
#container {
	border: 1px solid #999;
	background:#fff url('../img/content-bg2.jpg') repeat-y top left;
	width:950px;
	overflow:hidden;
	padding-bottom:2em;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	min-height:98%;
	}
#main {
	float:left;
	}
#marginal {
	width:150px;
	float:right;
	margin-right:10px;
	}
#navMain {
	float:left;
	height:185px;
	width:170px;
	background:#c9252b;
	border-left:10px solid white;
	overflow:hidden;
	}
#headerPic {
	float:left;
	width:580px;
	height:185px;
	border-left:10px solid white;
	}
#navSub {
	clear:both;
	width:760px;
    	height:19px;
	/*background: #D3BEA1 url(../img/Holzbalken2.jpg) top left;*/
	background: #c9252b;
	border-top:10px solid white;
	border-bottom:10px solid white;
	border-left:10px solid white;
	}
#content {
	width: 740px;
	border-left:10px solid white;
	padding-left:10px;
	padding-right:10px;
	}

#printLink {
	/*text-align: right;
	height: 1.5em;
	padding-top: 0.5em;
	background: #f00;
	*/float: right;
	}


/* zwei-spaltiges layout */
.clearfix {
	width:100%;
	clear:both;
	}
div.contentLeft {
	float:left;
	width:160px;
	/* padding muss noch aus den uberschriften errechnet werden */
	padding-top:7em;
	}
div.contentRight {
	margin-left:170px;
	}


/* Bild unten für die Druckansicht der Haus-Details */
#bottomPic {
	display: none;
	}


/* Footer */
#footer {
	clear:both;
	width:952px;
	background:#fff;
	/* fester footer */
	position:fixed;
	bottom:0px;
	/* mittig*/
	left:50%;
	margin-left:-476px;
	border-top:1px solid #999;
	text-align:right;
	padding-top:0.4em;
	padding-bottom:0.4em;
	z-index:	1000;
	}
#footerLeft {
	float:left
	}
#footerMenu {
	float:right;
	}	
#logo {
	margin-bottom: 18px;
	margin-top: 15px;
	}

/* Angaben nur fur den Internet Explorer mit Star-HTML-Hack */
* html, * html body
{
	height:100%;
	overflow:hidden;
	}
* html #container
{
	width:966px;	
	height:95%;
	overflow-y:scroll;
	overflow-x:hidden;
}
* html #headerPic { width:590px; }
* html #navSub {width:770px;height:29px;}
* html #content {width:770px;}
* html #navMain { width:180px; }
* html #marginal {margin-right:5px;}
* html #topBorder { margin-bottom:-2px;}
* html #footer 
{
	border:none;
	height:5%;
	margin:0;
	padding-top:0.4%;
	}




.markerTooltip {
	background: #FFD700;
	color:#38359E;
	padding: 1px 1px;
	white-space: nowrap;
	border:none;
	z-index:4;
	font-weight: bold;
} 

