@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:#ffffff;
}

div#container{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:918px;
}

div#header{
	height:242px;
	width:918px;
	background-image:url(/images/header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:right;
	float:left;
}

div#header_top{
	width:918px;
	height:195px;
	float:left;
}

div#header_menu{
	width:918px;
	height:47px;
	text-align:left;
	float:left;
}

div#menu{
	width:900px;
	height:42px;
	margin-left:6px;
	float:left;
}

div#container_content{
	width:918px;
	float:left;
}

div#container_main{
	width:918px;
	margin-left:auto;
	margin-right:auto;
	float:left;
}

div#container_text{
	width:646px;
	min-height:214px;
	margin-left:6px;
	float:left;
	text-align:left;
	padding:10px 0px 20px 20px;
	background-color:#ffffff;
}

div#snelknoppen{
	width:646px;
	height:250px;
	margin-top:0px;
	float:left;
}

div#snelknop_left{
	width:238px;
	height:250px;
	margin-left:40px;
	float:left;
}

div#snelknop_right{
	width:238px;
	height:250px;
	margin-left:80px;
	float:left;
}

div#container_news{
	width:239px;
	height:494px;
	margin-left:7px;
	float:left;
	text-align:left;
	background-image:url(/images/background_right.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
}

div#kop_news{
	width:226px;
	height:20px;
	margin-left:20px;
	margin-top:23px;
	float:left;
}

div#newsfeed{
	width:223px;
	height:161px;
	margin-left:10px;
	margin-top:6px;
	float:left;
}

div#kop_vragen{
	width:226px;
	height:20px;
	margin-left:20px;
	margin-top:28px;
	float:left;
}

div#vragen_text{
	width:193px;
	height:161px;
	margin-left:20px;
	margin-top:6px;
	float:left;
}

div#vragen_contact{
	width:203px;
	height:161px;
	margin-left:6px;
	margin-top:6px;
	float:left;
}

div#footer{
	width:100%;
	height:30px;
	text-align:center;
	float:left;
}

div#footer_links{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:918px;
	height:20px;
}

/* 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/over_ons.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/pensioenen.jpg);
}
#directverzekeren, #directverzekeren:visited {
	background-image:url(/images/direct_verzekeren.jpg);
}
#klantenservice, #klantenservice:visited {
	background-image:url(/images/klantenservice.jpg);
}
#contact, #contact:visited {
	background-image:url(/images/contact.jpg);
}
#digitalepolismap, #digitalepolismap:visited {
	background-image:url(/images/polismap.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 -42px;
}