@charset "utf-8";
/* CSS Document */

html{
	height:100%;
}

body{
	height:100%;
	padding:0px;
	margin:0px;
	text-align:center;
	background-color:#CBD3D6;
}

div#container{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:896px;
}

div#header{
	height:309px;
	width:896px;
	background-image:url(/images/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
}

div#header_top{
	width:896px;
	height:90px;
	float:left;
}

div#header_link{
	width:796px;
	height:60px;
	margin-top:40px;
	text-align:right;
	float:left;
}

div#header_left{
	width:380px;
	height:209px;
	float:left;
}

div#header_mail{
	width:200px;
	height:109px;
	text-align:left;
	float:left;
}

div#header_tel{
	width:316px;
	height:150px;
	text-align:left;
	float:left;
}

div#container_content{
	width:896px;
	float:left;
	background-image:url(/images/midden_content.jpg);
	background-repeat:repeat-y;
}

div#box_left{
	width:34px;
	height:266px;
	float:left;
}

div#menu{
	width:162px;
	height:240px;
	float:left;
}

div#container_main{
	width:700px;
	margin-left:auto;
	margin-right:auto;
	float:left;
}

div#container_text{
	width:648px;
	float:left;
	text-align:left;
	padding:10px 40px 40px 12px;
	background-image:url(/images/stipellijn.jpg);
	background-position:10 10;
	background-repeat:no-repeat;
}

div#footer{
	width:896px;
	height:126px;
	background-image:url(/images/footer.jpg);
	background-repeat:repeat-x;
	text-align:left;
	float:left;
}

div#snelknop1{
	width:190px;
	height:101px;
	padding:25px 0px 0px 18px;
	float:left;
	text-align:center;
}

div#snelknop2{
	width:218px; /* 218 */
	height:126px;
	margin:0px 4px 0px 0px;
	float:left;
}

div#snelknop3{
	width:220px; /* 220 */
	height:126px;
	margin:0px 4px 0px 0px;
	float:left;
}

div#snelknop4{
	width:233px; /* 233 */
	height:126px;
	margin:0px 4px 0px 0px;
	float:left;
}

/* 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);
}
#downloads, #downloads:visited {
	background-image:url(/images/downloads.jpg);
}
#directverzekeren, #directverzekeren:visited {
	background-image:url(/images/directverzekeren.jpg);
}
#klantenservice, #klantenservice:visited {
	background-image:url(/images/klantenservice.jpg);
}
#polismap, #polismap:visited {
	background-image:url(/images/polismap.jpg);
}
#uitvaart, #uitvaart:visited {
	background-image:url(/images/uitvaart.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 -29px;
}