body, html{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #363636;
	background-color: #ffffff;
	_height:100%;
    _overflow:hidden;
	background-image: url(../images/header_hg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
a {
	color: #555555;
	text-decoration: underline;
}
a:hover {
	color: #555555;
	text-decoration: none;
}

#label {
	color: #363636;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
}
#logo{
	position: absolute;
	height: 40px;
	width: 200px;
	top: 21px;
	margin-left: 710px;
	z-index: 300;
}
#navi{
	/* debug */
	position: absolute;
	top: 190px;
	padding-left: 5px;
	z-index: 100;
	font-size: 12px
}
#navir{
	/* debug */
	position: absolute;
	top: 190px;
	margin-left: 810px;
	z-index:150;
	font-size: 10px
}

#main{
	width: 950px;
	height: 100%;
    _overflow:auto;
    _height:99.9%;
	_width:100%;
}

#header{
	width: 950px;
	height: 206px;
}

#latest{
	width: 895px;
	height: 130px;
	margin-left: 20px;
}

#latest_left{
	position:relative;
	float:left;
	width: 534px;
	border: 1px solid #E1E1E1;
	height: 116px;
	background-color: #FFFFFF;
	padding: 6px;
}

#latest_right{
	position:relative;
	float:right;
	width: 324px;
	border: 1px solid #E1E1E1;
	height: 116px;
	/*
	background-image: url(../images/latest_immo_bg.gif);
	*/
	background-color: #FFFFFF;
	padding: 6px;
}

#content{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 140%;
	margin-bottom: 81px;
	width: 910px;
}

#content1_1{
}

#content2_1{
	float: left;
	width: 48%;
}

#content2_2{
	float: right;
	width: 48%;
}

#content2_close{
	width: 895px;
	height: 1px;
}

#footer{
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 81px;
	position:fixed;
	_position:absolute;
	_margin-bottom: -65px;
	bottom: 0px;
	width: 950px;
	z-index:0;
}

#fl{
	float: left;
	padding-top: 65px;
	padding-left: 245px;
}

#fr{
	float: right;
	font-size: 9px;
	color: #FFFFFF;
	padding-top: 66px;
	padding-right: 3px;
}
#fr a{
	color: #FFFFFF;
	text-decoration:underline;
}
#fr a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.clear {
	clear: both;
}

#headercontent {
	position: absolute;
	top: 80px;
	left: 680px;
}
a img{
	border: 0px;
}


