/* 
# 
# CSS FILE : STRUKTUR
# DESCRIPTION : Grunds�tzlicher Aufbau der Seiten / Unterseiten
#
*/

html {height:100%; }

body {
	margin:0%;
	padding:0%;
	height:100%;
	text-align: center;
	background: url("../images/background.gif") no-repeat top center; 
}

#WrapperMainBackgound {
	position: fixed;
	bottom: 0;
	height: 950px;
	padding: 0;
	width: 100%;
	background: url("../images/linien_background.png") no-repeat fixed bottom center;
	z-index: -2;
}

#WrapperMain {
	margin:0% auto;
	padding: 0%;
	height: auto;
	min-height: 100%;
	width: 900px;
}

#WrapperMainPage {
	text-align: left;
	height:100%;
}

#Col1 {	
	float: left; 
	width: 160px; 
}

#Col1_Content { 
    position:relative;
	margin: 3px 0 0 0;
    padding: 0 10px 5px 0;
}

* html #NaviE2, #NaviE2 {
	padding: 10px;
	margin: 0 0 0 0;
	width: 133px;
	text-align: left;
	border: 3px #b4b4b4 solid;
	background-color: #ffffff;
}

#WrapperImmobilien {
	border-left: 3px #b4b4b4 solid;
	border-right: 3px #b4b4b4 solid;
	border-bottom: 3px #b4b4b4 solid;
	margin: 0 0 10px 0;
	padding: 10px;
	width: 133px;
	background-color: #ffffff;
}

#WrapperNews {
	border: 3px #b4b4b4 solid;
	margin: 0 0 10px 0;
	padding: 0px 10px 10px 10px;
	width: 133px;
	background-color: #ffffff;
}

#Col2 {	
	float:right; 
	width:170px; 
}

#Col2_Content {	
    position:relative;
	margin: 0;
    padding: 10px 10px 0 10px;
}

#WrapperFontsize, #WrapperLanguage {
	margin-top: 10px;
}

#FontsizeDesc {
	float: left;
	padding: 3px 0 0 4px;
	width: 75px;
}

#Fontsize {
	float: right;
	width: 70px;
}

#WrapperLanguage {
	width: 160px;
}

#WrapperImmobilienFavs {
	border: 3px #b4b4b4 solid;
	margin: 51px 0 10px 0;
	padding: 10px;
	width: 134px;
	background-color: #ffffff;
	overflow: hidden;
}

#Col3 {
 	margin: 0 170px;
}

#Col3_content { 
	position:relative; 
	margin-left: 6px; 
	margin-right: 6px;
	padding-top:6px; 
}

#WrapperNavigation {
	height: 25px;
}

#HeaderLogo {
	height: 105px;
	width: 540px;
}
#HeaderLogoBeach {
   display: none;
   }

#HeaderLogoMini {
	height: 130px;
	width: 150px;
}

* html #NaviE1, #NaviE1 {
	margin: 0 0 38px 0;
	padding: 0;
	text-align: center;
	width: 555px;
}

#WrapperContent {
	float: left;
	width: 555px;
	padding: 0;
	margin: 15px 0 0 0;
	background-color: #ffffff;
	border: 3px #b4b4b4 solid;
}

*+html #WrapperContent{
	float: left;
	width: 555px;
	padding: 0;
	margin: 15px 0 0 0;
	background-color: #ffffff;
	border: 3px #b4b4b4 solid;
	margin-top:108px;
}

*+#WrapperContentImmobilien {
	float: left;
	width: 561px;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
}

#ContentImmobilien {
	width: 480px;
	margin: 20px;
	padding: 0;
}

#ContentImmobilienExt {
	width: 560px;
	margin: 0;
	padding: 0;
}

#Header {
	width: 555px;
	height: 160px;
	margin: 0;
	padding: 0 0 20px 0;
	background: url("../images/header.jpg") no-repeat top left;
	overflow: hidden;
}

#Content {
	width: 515px;
	margin: 0;
	padding: 0 20px;
	background-color: #ffffff;
}

#Break {
	float: left;
	height: 20px;
}

#NaviHelp {
	float: left;
	height: 25px;
	width: 555px;
	padding: 10px;
	margin: 20px 0 0 0;
	background-color: #ffffff;
	border: 3px #b4b4b4 solid;
	text-align: center;
}

#Spacer {
	height: 50px;
}
#SpacerNeu {
	height: 10px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	
* html .clearfix {height: 1%;}

.clearfix { display: block }

/* Styles für die Landkarte */

#GoogleSelect{
	width:100%;
	min-height:50px;
}
#GoogleSelect table{
	width:250px;
	margin-bottom:10px;
}
#GoogleSelect table tr th{ 
	color:F19300; 
	text-align:left; 
	font-size:14px; 
	font-weight:bold;
	height:25px;
	vertical-align:top;
	padding:0;
}
#GoogleSelect table tr td, #GoogleSelect table tr td a{
	font-size:12px;
	color:#000;
	padding-left:1px;
}
#GoogleSelect table#neubauten{
	float:left;
	margin-right:10px;
}

#map {
	width: 520px;
	height: 510px;
	float: left;
}
#map-side-bar {
	padding: 10px 0 0 0;
}
