/* Opbouw home pagina */

.content_home_left{
	float:left;
	width:485px;
}
#home_banner_woningaanbod{
	clear:both;
	margin:20px 0 20px 0;
}
#home_geselecteerde-projecten{
	font-size:16px;
	height:125px;
}
.home_projecten_thumb{
	width:142px;
	height:97px;
	float:left;
	margin:10px 5px 0 0;
}
.home_projecten_beschrijving{
	width:320px;
	height:97px;
	margin:10px 10px 0 0;
}
.content_home_right{
	float:left;
	width:485px;
	margin-left:1px;
}
#home_actueel-nieuws{
	clear:both;
	padding:20px 0 0 0;
	font-size:16px;
	background:url(images/interface/nieuws_bg.jpg) no-repeat;
}
#home_actueel-nieuws img{
	margin:0 0 0 10px;
}
.home_actueel-nieuws-rij{
	clear:both;
}
.home_actueel-nieuws-kolom{
	float:left;
	margin:10px 0 10px 10px;
	width:470px;
}
#overige-berichten{
	clear:both;
	margin:0 10px 30px 20px;					
}
#home_toekomstige-projecten{
	clear:both;
	margin:0 0 20px 0;
	font-size:16px;
	height:125px;
}
#home_banner_toekomstige-ontwikkelingen{
	clear:both;
	margin:20px 0 20px 0;
}
				
#popups div{
	position:absolute;
	width:113px;
	padding:5px;
	border:1px solid #4d525e;
	background-color:#9bbad1;
	z-index:90;
}
*html #popups div{
	width:125px;
}

/* einde opbouw home pagina */		
				
