html, body {
	margin:0;
	padding-top:0;
	padding-bottom:0px;
	border:0 none;
}
.clearfloat { clear: both; height: 0px; }

img {
	border: 0px;
}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

#Container {
	width:930px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

#MenubalkContainer {
	position: relative;
	width:100%;
	height:40px;
	background: url(images/menubalk_bg.jpg) repeat-x;
}

#Menubalk {
	position: relative;
	width:930px;
	height:40px;
	margin-right: auto;
	margin-left: auto;
}
#Menuschaduw {
	position: relative;
	width:100%;
	height:8px;
	background: url(images/menu_onderverloop.png) repeat-x;
}
#Logoruimte {
	position: relative;
	width: 905px;
	height:83px;
	visibility:visible;
	float: left;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 25px;
}
#Tabkader {
	position: relative;
	width:930px;
	height:46px;
	float: left;
}
.Linkerschaduw {
	position: relative;
	width:15px;
	height:630px;
	float: left;
}
.Rechterschaduw {
	position: relative;
	width:15px;
	height:630px;
	float: left;
}

.IEBackground {
	background-image: url(images/spacer.gif);
}
.SchaduwBackgroundLinks {
	background-image: url(images/linkerschaduw.png);
}
.SchaduwBackgroundRechts {
	background-image: url(images/rechterschaduw.png);
}
#Contentkolom {
	position: relative;
	width:900px;
	float: left;
	background-color: #ffffff;
}
#LinkerContentkollom {
	position: relative;
	width: 250px;
	float: left;
	margin-right: 10px;
	padding-left: 30px;
	margin-top: 25px;
	text-align: left;
}
#GrijzeLijn {
	position: relative;
	width:1px;
	height: 250px;
	margin-top: 30px;
	float: left;
	background-color: #CCCCCC;
}
#ObjectvdMaandBeeldOverlay {
	position: absolute;
	width:245px;
	float: left;
	height: 175px;
	z-index: 15;
	background-position: center center;
	background-repeat: no-repeat;
}
#ObjectvdMaandBeeld {
	position: relative;
	width:245px;
	float: left;
	height: 175px;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.ObjectvdMaandTekst {
	position: relative;
	width: 235px;
	float: left;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ObjectvdMaandTekstKop {
	position: relative;
	width: 235px;
	float: left;
	height: 30px;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.WoningAanbod {
	position: relative;
	width:245px;
	float: left;
}
.WoningAanbodBeeldOverlay {
	position: absolute;
	width:115px;
	float: left;
	height: 115px;
	z-index: 10;
	margin-bottom: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	
}
.WoningAanbodBeeld {
	position: relative;
	width:115px;
	float: left;
	height: 115px;
	margin-bottom: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	
}
.WoningAanbodTekst {
	position: relative;
	width: 120px;
	float: left;
	height: 105px;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}
#MainContentkollom {
	position: relative;
	width:566px;
	float: left;
	margin-left: 25px;
	margin-top: 25px;
}
#TekstKader {
	position: relative;
	width:345px;
	float: left;
	margin-right: 23px;
	margin-bottom: 10px;
}
#TekstKaderBeeld {
	position: relative;
	width:185px;
	float: left;
	overflow:  hidden;
}
.BlauwItem {
	position: relative;
	width:270px;
	float: left;
	background-color: #F1F4F9;
	margin-right: 13px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.BlauwItemTekstKop {
	position: relative;
	width: 254px;
	height: 27px;
	float: left;
	background-color: #7294C2;
	padding-top: 8px;
	padding-left: 10px;
}
.BlauwItemRonding {
	position: relative;
	width:3px;
	height: 35px;
	float: left;
}
.BlauwItemTekst {
	position: relative;
	width: 254px;
	float: left;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

.BruinItem {
	position: relative;
	width:270px;
	height: 185px;
	float: left;
	background-color: #F7F5F1;
	margin-right: 13px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.BruinItemTekstKop {
	position: relative;
	width: 254px;
	height: 27px;
	float: left;
	background-color: #B5A073;
	padding-top: 8px;
	padding-left: 10px;
}
.BruinItemRonding {
	position: relative;
	width:3px;
	height: 35px;
	float: left;
}
.BruinItemTekst {
	position: relative;
	width: 254px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}



#ResultatenKolom {
	position: relative;
	width: 675px;
	float: left;
	padding-left: 20px;
	padding-right: 15px;
}
#ZoekKolom {
	position: relative;
	width: 160px;
	float: left;
	padding-right: 15px;
	margin-top: 30px;
}
#ZoekKop {
	width: 134px;
	height: 25px;
	position: relative;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #7294C2;
	padding-top: 10px;
}

#BlauwKolom {
	margin-top: 30px;
}

.BlauweKopRonding {
	width: 3px;
	height: 35px;
	position: relative;
	float: left;
	
}
#BlauwKader {
	width: 140px;
	height: 280px;
	position: relative;
	float: left;
	background-color: #F1F4F9;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

#BlauwKaderLinks {
	width: 160px;
	position: relative;
	float: left;
	background-color: #F1F4F9;
	padding-top: 20px;
	padding-bottom: 20px;
}

.BekijkWoning {
	width: 330px;
	height: 32px;
	position: relative;
	float: left;
	text-align: right;
	padding-top: 50px;
}
#Aantalresultaten {
	position: relative;
	width: 675px;
	float: left;
	height: 25px;
	padding-left: 10px;
	margin-top: 30px;

}
#Bekijkoptie {
	position: relative;
	width: 305px;
	float: left;
	height: 25px;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 10px;

}
.InfoKop {
	position: relative;
	width: 100px;
	height: 25px;
	float: left;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 10px;
}

.ZoekItemBeeld {
	width: 115px;
	border: 1px solid #CCCCCC;
	position: relative;
	float: left;
	margin: 10px;
	overflow: hidden;
	text-align: center;
}
.ZoekItemTekst {
	width: 180px;
	position: relative;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ZoekItemInfo {
	width: 100px;
	position: relative;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.ZoekResultaatItemWit {
	position: relative;
	width: 675px;
	float: left;
	cursor: pointer;
}
.ZoekResultaatItemTint {
	position: relative;
	width: 675px;
	float: left;
	background-color: #F4F1EA;
	cursor: pointer;
}

.TabRuimteActief {
	position: relative;
	width: 160px;
	float: left;
	height: 43px;
}
.TabRuimteInActief {
	position: relative;
	width: 135px;
	float: left;
	height: 30px;
	padding-top: 13px;
	padding-left: 25px;
}
.TabTop {
	position: relative;
	width: 160px;
	float: left;
	height: 10px;
}
.TabTekstActief {
	position: relative;
	width: 135px;
	float: left;
	height: 20px;
	background: url(images/tab_bg.jpg) repeat-y;
	padding-left: 25px;
	padding-top: 3px;
}
.TabBottom {
	position: relative;
	width: 160px;
	float: left;
	height: 10px;
}
#LinkerKolom {
	position: relative;
	width: 160px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 30px;
}
#WoningAdres {
	position: relative;
	width: 330px;
	float: left;
	height: 55px;
	padding: 0 10px 5px 20px;
}
#WoningFotoOverzicht {
	position: relative;
	width: 361px;
	float: left;
	padding: 0 0 5px;
}
.WoningFotos {
	width: 115px;
	border: 1px solid #CCCCCC;
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
}

#InfoKaderWoning {
	position: relative;
	width: 330px;
	float: left;
	padding: 20px 10px 20px 20px;
	background-color: #F4F1EA;
}
#InfoKaderWoning_A {
	position: relative;
	width: 160px;
	float: left;
}
#InfoKaderWoning_B {
	position: relative;
	width: 160px;
	float: left;
}
#WoningTekst {
	position: relative;
	width: 330px;
	float: left;
	padding: 20px 10px 5px 20px;
}
#WoningKader {
	position: relative;
	width: 360px;
	float: left;
	margin-top: 30px;
	padding-bottom: 10px;
	margin-right: 10px;
}
#WoningKaderBreed {
	position: relative;
	width: 695px;
	float: left;
	padding-bottom: 10px;
}
#BovenGrootBeeld {
	position: relative;
	width: 325px;
	float: left;
	height: 30px;
	padding: 55px 0 5px;
}
#NaarLinks {
	position: relative;
	width: 130px;
	float: left;
	height: 30px;
	padding-right: 15px;
	padding-left: 15px;
}
#NaarRechts {
	position: relative;
	width: 130px;
	float: left;
	height: 30px;
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
}
#WoningGrootBeeld {
	position: relative;
	width: 325px;
	float: left;
	border: 1px solid #CCCCCC;
	text-align: center;
	overflow: hidden;
}
#WoningGrootBeeldOverlay {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	border: 0px;
	overflow: hidden;
}
#DivWoningGrootBeeldLaden {
	position: relative;
	width: 325px;
	float: left;
	height: 325px;
	border: 1px solid #CCCCCC;
	text-align: center;
	display: none;
}
.Laden {
	margin-top: 25px;
}
#OnderGrootBeeld {
	position: relative;
	width: 325px;
	float: left;
	padding-top: 20px;
}
.Button {
	height: 33px;
	position: relative;
}
.Links {
	float: left;
}

.Rechts {
	float: right;
}
.FotoOverzicht{

}
	
.ButtonLinks {
	height: 33px;
	width: 15px;
	position: relative;
	float: left;
}
.ButtonRechts {
	height: 33px;
	width: 15px;
	position: relative;
	float: left;
}
.ButtonBlauwTekst {
	height: 27px;
	position: relative;
	float: left;
	background-image: url(images/knop_blauw_bg.png);
	padding-top: 6px;
}
.ButtonBruinTekst {
	height: 27px;
	position: relative;
	float: left;
	background-image: url(images/knop_bruin_bg.png);
	padding-top: 6px;
	cursor: pointer;
}

#Onderkant {
	width:930px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
}

.AlertBox_DivAchtergrond{	
	z-index:250;
	position:absolute; /* Always needed	*/
	top:0;
	left: 0;
	display: none;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.AlertBox_DivContent{
	z-index:300;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	display: none;
}

#DivPDContainer {
	width: 600px;
	background-color: #ffffff;
}
#DivPDSluiten {
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 110;
	margin-left: 585px;
	margin-top: -15px;
}
#DivPDInhoud {
	width: 550px;
	padding: 25px;
}

#DivAantalResultatenLinks{
	width: 150px;
	float: left;
}
#DivAantalResultatenRechts{
	width: 525px;
	float: left;
}

#AfbeeldingKlein {
	border: 1px;
	border-color: #CCCCCC;
}

.DivFotoOverzicht {
	width: 120px;
	margin-top: 20px;
	margin-left: 10px;
	float: left;
}
.ZoekItemBeeldOverzicht {
	width: 125px;
	height: 125px;
	border: 1px solid #CCCCCC;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.DivItemsStreep {
	width: 125px;
	height: 1px;
	background-color: #cccccc;
}
.DivItemsTussenstuk {
	clear: left;
	width: 675px;
	height: 2px;
}
.ZoekItemPrijs {
	width: 119px;
	padding: 10px 3px 5px;
}
.FotoOverzichtKnop {
	width: 118px;
	text-align: center;
	padding-left: 7px;
	padding-bottom: 10px;
}
#HuisDetailsRechterKant {
	position: relative;
	width: 325px;
	float: left;
	margin-bottom: 25px;
}
.TabelHomeZoeken {
	padding-top: 4px;
}
.TabelHomeZoekenKnop {
	padding-top: 8px;
}

#GoogleMap {
	width: 660px; 
	height: 400px;
	position: relative;
	margin-top: 20px;
}
#GoogleMapHuis {
	width: 360px; 
	height: 400px;
	position: relative;
	margin-top: 60px;
}
#DivImpression {
	display: none;
}
#DivVerborgen {
	display: none;
}
#DivContactLeesMeer {
	float: right;
}
.TussenDiv{
	display: block;
}
#DivFooterTop {
	clear: both;
	height: 1px;
	width: 860px;
	margin: 0 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#DivFooter {
	clear: both;
	vertical-align: bottom;
	height: 60px;
	width: 900px;
	padding-top: 10px;
}
#DivDisclaimer {
	clear: left;
	padding-left: 20px;
	float: left;
	height: 60px;
	width: 245px;
	vertical-align: text-bottom;
}

#DivLogos {
	float: left;
	height: 60px;
	vertical-align: bottom;
	padding-left: 30px;
}

.DivTussenFotos {
	width: 360px;
	clear: both;
	height: 5px;
}

.Navigatie {
	margin-top: 15px;
	margin-bottom: 15px;
}
.NavigatieKnop {
	width: 300px;
}
.NavLinks{
	float: left;
}
.NavRechts {
	float: right;
	text-align: right;
}
.NieuwsItems {
	position: relative;
	width: 240px;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}
.NieuwsNavigatie {
	position: relative;
	width: 675px;
	float: left;
	cursor: pointer;
}
.NavigatieKnopNieuws {
	width: 110px;
}
.DivNieuwsDivider {
	height: 1px;
	width: 254px;
	background-color: #ffffff;
	margin-top: 2px;
	margin-bottom: 2px;
}