@charset "utf-8";
/* CSS Document */

html{
	height:100%;
}

body{
	height:100%;
	padding:0px;
	margin:0px;
	text-align:center;
	background-image:url(/images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#D7D8EA;
}

div#container{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:951px;
}

div#header{
	height:115px;
	width:951px;
	background-position:top center;
	background-repeat:no-repeat;
	text-align:right;
	float:left;
}

div#header_menu{
	width:480px;
	height:65px;
	margin:20px 0px 0px 330px;
	float:left;
	text-align:right;
}
div#header h2 {color:#152B81; font-family: Verdana,Arial; float:left; margin: 50px 0 0;}
div#header_link{
	width:600px;
	height:26px;
	margin:34px 0px 0px 350px;
	text-align:left;
	float:left;
}

div#container_content{
	width:951px;
	float:left;
}

div#container_main{
	width:951px;
	margin-left:auto;
	margin-right:auto;
	background:#FFF;
	border-radius: 3px;
	background-repeat:repeat-y;
	float:left;
}

div#container_text{
	width:931px;
	min-height:214px;
	float:left;
	text-align:left;
	padding:10px 20px 20px 20px;
	position: relative;
}

div#hoofdpagina{
	width:680px;
	min-height:261px;
	float:left;
	text-align:left;
}

div#snel_zoeken{
	width:210px;
	/*height:300px;*/
	float:left;
	text-align:left;
	background-image:url(/images/background_woningaanbod.jpg);
	background-repeat:no-repeat;
	padding:10px;
}

div#footer{
	width:100%;
	height:218px;
	background-image:url(/images/background_footer.jpg);
	background-repeat:repeat-x;
	text-align:center;
	float:left;
}
div.footer_text, div.footer_text a {color:#152b81;}
div#footer_adres{
	margin-left:auto;
	margin-right:auto;
	background-image:url(/images/footer.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:951px;
	height:218px;
}

div#snelknoppen{
	width:951px;
	height:174px;
	float:left;
}

div#logos{
	width:360px;
	height:154px;
	float:left;
}

div#huis{
	width:295px;
	height:139px;
	padding:35px 50px 0px 15px;
	float:left;
	text-align:left;
}

div#snelknop{
	width:200px;
	height:124px;
	padding:50px 0px 0px 30px;
	float:left;
	text-align:left;
}

div#adresgegevens{
	width:951px;
	height:30px;
	margin-top:14px;
	float:left;
}

.slidemenu{
	width:700px;
	padding:10px 10px 10px 40px;
}




/* Onderstaande code voor het mouseover effect bij het menu */

#home, #home:visited {
	background-image:url(/images/home.jpg);
}
#aanbod, #aanbod:visited {
	background-image:url(/images/aanbod.jpg);
}
#wie_zijn_wij, #wie_zijn_wij:visited {
	background-image:url(/images/wie_zijn_wij.jpg);
}
#diensten, #diensten:visited {
	background-image:url(/images/diensten.jpg);
}
#veel_gestelde_vragen, #veel_gestelde_vragen:visited {
	background-image:url(/images/veel_gestelde_vragen.jpg);
}
#links, #links:visited {
	background-image:url(/images/links.jpg);
}
#disclaimer, #disclaimer:visited {
	background-image:url(/images/disclaimer.jpg);
}
#hypotheken, #hypotheken:visited {
	background-image:url(/images/hypotheken.jpg);
}
#verzekeringen, #verzekeringen:visited {
	background-image:url(/images/verzekeringen.jpg);
}

.rollover span.alt {
	display:none;
}
.rollover img {
	border:none;
}
.root .rollover img {
	display:block;
}

.rollover {
	background-color:transparent !important; /* needed for Opera5/6 */
	background-repeat:no-repeat;
	background-position:0 0;
}
.rollover:hover, .rollover:focus, .rollover.MMO {
	background-position:0 0;
}
.flex-control-nav, .flex-direction-nav {display: none;}
.slider .flexslider {margin: 0 0 10px 0 ;}