@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 center;
	background-color:#ffffff;
}

div#container{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:825px;
}

div#container_background{
	width:825px;
	background-image:url(/images/background_content.jpg);
	background-repeat:repeat-y;
	float:left;
}

div#box_left{
	width:7px; /*schaduwverloop linkerkant is 7 pixels*/
	height:566px;
	float:left;
}

div#header{
	height:136px;
	width:810px;
	background-image:url(/images/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
}

div#container_content{
	width:810px;
	float:left;
	position:relative;
}

div#menu_container{
	width:153px;
	height:495px;
	float:left;
}

div#menu{
	width:143px;
	height:248px; /*hoogte menu + 10px ruimte*/
	float:left;
}

div#menu_spacer{
	width:5px; 
	height:300px; 
	float:left; 
	font-size:1px;	
}

div#image_linksonder{
	height:193px;
	width:143px;
	background-image:url(/images/stoel.jpg);
	float:left;
}

div#container_image{
	height:182px;
	width:657px;
	background-image:url(/images/image_content.jpg);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
}

div#boven_content{
	height:3px;
	width:657px;
	background-image:url(/images/boven_content.jpg);
	float:left;
	font-size:1px;
}

div#container_text{
	width:641px;
	padding:4px 8px 20px 8px;
	float:left;
	text-align:left;
}

div#footer{
	width:825px;
	height:12px;
	background-image:url(/images/footer.jpg);
	float:left;
}

div#breadcrumb{font-size:10px; color:#666; border-bottom:1px solid #ccc; margin:0 0 25px;}
div#breadcrumb a{color:#005596; font-weight:bold;}


a#nieuwsbanner{position:absolute; bottom:-2px; right:5px;}


/* Onderstaande code voor het mouseover effect bij het menu */

#home, #home:visited {
	background-image:url(/images/home.jpg);
}
#overons, #overons:visited {
	background-image:url(/images/overons.jpg);
}
#verzekeringen, #verzekeringen:visited {
	background-image:url(/images/verzekeringen.jpg);
}
#hypotheken, #hypotheken:visited {
	background-image:url(/images/hypotheken.jpg);
}
#financieringen, #financieringen:visited {
	background-image:url(/images/financieringen.jpg);
}
#pensioenen, #pensioenen:visited {
	background-image:url(/images/pensioen.jpg);
}
#directverzekeren, #directverzekeren:visited {
	background-image:url(/images/directverzekeren.jpg);
}
#klantenservice, #klantenservice:visited {
	background-image:url(/images/klantenservice.jpg);
}
#contact, #contact:visited {
	background-image:url(/images/contact.jpg);
}
#onsprofiel, #onsprofiel:visited {
	background-image:url(/images/onsprofiel.jpg);
}
#onsprofiel, #onsprofiel:visited {
	background-image:url(/images/onsprofiel.jpg);
}
#particulier, #particulier:visited {
	background-image:url(/images/particulier.jpg);
}
#zakelijk, #zakelijk:visited {
	background-image:url(/images/zakelijk.jpg);
}
#schade, #schade:visited {
	background-image:url(/images/schade.jpg);
}
#indemedia, #indemedia:visited {
	background-image:url(/images/indemedia.jpg);
}

#nieuws, #nieuws:visited {
	background-image:url(/images/nieuws.jpg);
}

#vacatures, #vacatures:visited {
	background-image:url(/images/vacatures.jpg);
}
#knop1, #knop1:visited {
	background-image:url(/images/knop.jpg);
}
#knop2, #knop2:visited {
	background-image:url(/images/knop.jpg);
}
#sparen, #sparen:visited {
	background-image:url(/images/sparen.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 -27px;
}


/*	TIJDELIJKE STYLE VOOR VEERTIG JARIG BESTAAN 1 T/M 7 OKTOBER 2011
==================================================================*/
div#veertig-jarig-bestaan{float:left; width:143px; margin:0px 0 0; padding:0px 0 0px; border-top:1px solid #adadad;  border-bottom:1px solid #adadad; background:#ebf6f8;}
div#veertig-jarig-bestaan p{margin:0 0 0px; color:#005596; font-weight:bold; font-family:Verdana, Geneva, sans-serif; font-size:12px; line-height:1.4;}
div#veertig-jarig-bestaan img{margin:0 0 0px;}
div#veertig-jarig-bestaan a{width:143px; height:27px; display:block; text-indent:-9999px; overflow:hidden;}

div#veertig-jarig-bestaan a#relaties_btn{background-image:url(/images/relaties_btn.jpg);}
div#veertig-jarig-bestaan a#nieuwe-relaties_btn{background-image:url(/images/nieuwe-relaties_btn.jpg);}

div#veertig-jarig-bestaan a:hover{background-position:bottom;}

