/* CSS Document */

html, body {
	margin: 0px;
	height: 100%;
	background-color: #B8C1A9;
	background-image: url(../images/bodyBg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#headerBox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 199px;
	height: auto;
	background-color: #ECEEE9;
	background-image: url(../images/headerBg.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #FFFFFF;
}
#topImage {
	height: 257px;
}
#searchBox {
	height: 52px;
	width: 199px;
	margin-top: 13px;
	background-image:url(../images/searchBg.jpg);
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	color: #353732;
}
#searchBox form {
	position: relative;
	top: 12px;
}
#addressBox {
	margin-top: 13px;
}
#boxContainer {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 563px;
	height: auto;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
#realestateBox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 187px;
	height: 531px;
	background-color: #D9DD9E;
	background-image: url(../images/realestateBg.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #FFFFFF;
}
#favusBox {
	position: absolute;
	top: 0px;
	left: 188px;
	width: 187px;
	height: 531px;
	background-color: #F5CA99;
	background-image: url(../images/favusBg.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #FFFFFF;
}
#exzellentBox {
	position: absolute;
	top: 0px;
	left: 376px;
	width: 187px;
	height: 531px;
	background-color: #C7BFA7;
	background-image: url(../images/exzellentBg.gif);
	background-repeat: repeat-x;
}
#realestateImg {
	margin-top: 34px;
	width: 100%;
	height: 80px;
	background-image: url(../images/realestateImg.jpg);
	background-repeat: no-repeat;
}
#favusImg {
	margin-top: 34px;
	width: 100%;
	height: 80px;
	background-image: url(../images/favusImg.jpg);
	background-repeat: no-repeat;
}
#exzellentImg {
	margin-top: 34px;
	width: 100%;
	height: 80px;
	background-image: url(../images/exzellentImg.jpg);
	background-repeat: no-repeat;
}
#infoBox {
	margin-top: 531px;
}
#bottomBox {
	clear: both;
}
#languageBox {
	position: absolute;
	top: 10px;
	left: 751px;
}