/* general */

body {
	margin: 0px;
	padding: 0px;
	background: white url(../img/body_bg.png) repeat-x;
	font: 11px Arial, Helvetica, sans-serif;
	height: 100%;
	line-height:160%;
}

:focus {
	outline: none;
}

a {
	text-decoration: none;
}

img {
	border: 0px;
}

/* wrapper */

div#wrapper {
	margin: 0 auto;
	width: 970px;
	padding: 0px 3px 0px 3px;
}

/* head */

div#header {
	position: relative;
	height: 332px;
	width: 970px;
}

div#header div#login {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #3F6DAB;
	font-weight: bold;
	font-size: 10px;
}

div#login a {
	color: #3F6DAB;
}

div#header a#logo {
	background: url(../img/logo.png);
	display: block;
	position: absolute;
	top: 60px;
	left: 30px;
	width: 240px;
	height: 57px;
}

div#header img#headerimg {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 3px;
	height: 303px;
	width: 668px;
}

/* headmenu */

ul#headmenu {
	background: white;
	position: absolute;
	top: 148px;
	left: -2px;
	border-style: solid;
	border-color: #CCC;
	border-width: 2px 2px 0px 2px;
	height: 162px;
	width: 278px;
	padding: 20px 20px 0px 20px;
	margin: 0px;
	list-style: none;
}

ul#headmenu li {
	width: 277px;
	height: 50px;
	margin-bottom: 6px;
}

ul#headmenu li a {
	display: block;
	width: 277px;
	height: 50px;
	margin: 0px;
}

ul#headmenu li a#woningaanbod {
	background: white url(../img/goedkope_autopremie_button.png);
}
ul#headmenu li a#woningaanbod:hover,
ul#headmenu li a#woningaanbod.sfhover {
	background: white url(../img/goedkope_autopremie_button_hover.png);
}
ul#headmenu li a#hypotheek {
	background: white url(../img/hypotheek_berekenen_button.png);
}
ul#headmenu li a#hypotheek:hover,
ul#headmenu li a#hypotheek.sfhover {
	background: white url(../img/hypotheek_berekenen_button_hover.png);
}
ul#headmenu li a#sprankelen {
	background: white url(../img/vericon_pakketpolis_button.png);
}
ul#headmenu li a#sprankelen:hover,
ul#headmenu li a#sprankelen.sfhover {
	background: white url(../img/vericon_pakketpolis_button_vericon.png);
}

/*

ul#headmenu li a {
	background: orange;
	color: white;
	display: block;
	width: 247px;
	height: 50px;
	line-height: 50px;
	padding: 0px 15px 0px 15px;
	margin: 0px;
}

ul#headmenu li:hover a,
ul#headmenu li.sfhover a,
ul#headmenu li.selected a {
	background: white;
	color: black;
}

*/

/* page */

div#page {
	background: white;
	overflow: hidden;
	width: 927px;
	padding: 20px 20px 20px 20px;
}

div#page-left {
	float: left;
	width: 181px;
}

div#page-text {
	float: left;
	width: 422px;
	padding: 10px 20px 0px 20px;
}

div#page-right {
	position: relative;
	float: left;
	width: 283px;
}

/* leftmenu */

ul#leftmenu {
	background: #5793C9;
	overflow: hidden;
	width: 181px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

ul#leftmenu li {
	margin:0px;
	padding: 0px;
	width: 181px;
}

ul#leftmenu li a {
	color: white;
	display: block;
	width: 151px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	float: left;
}

ul#leftmenu li:hover a,
ul#leftmenu li.sfhover a,
ul#leftmenu li.selected a {
	background: #ED7900;
	color: #FFF;
	position: relative;
}

ul#leftmenu li.selected a {
	background: #3D6DAB;
}

/* subnav */

ul#leftmenu li ul {
	display: none;
	overflow: hidden;
	background: #B3DEEE;
	margin-left: -20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	width:181px;
}

ul#leftmenu li ul li {
	background: #B3DEEE;
	list-style: none;
	overflow: hidden;
	width: 181px;
}

ul#leftmenu li.selected ul li a {
	background: #B3DEEE;
	padding: 0px 15px 0px 15px;
	width: 136px;
	font-weight: normal;
	font-size: 11px;
	color: #003888;
	height: 24px;
	line-height: 24px;
	display: block;
	float: left;
}

ul#leftmenu li.selected ul {
	display: block;
}

ul#leftmenu li ul li:hover a,
ul#leftmenu li ul li.sfhover a,
ul#leftmenu li ul li.selected a {
	background: #B3DEEE url(../img/sub_arrow.png) 3% 54% no-repeat;
	font-weight: bold;
	border: 0px;
}

/* subsubnav */

ul#leftmenu li.selected ul li ul {
	display: none;
	overflow: hidden;
	background: #D9EEF6;
	margin-left: -20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
}

ul#leftmenu li ul li ul li {
	background: #D9EEF6;
	list-style: none;
	overflow: hidden;
	width: 181px;
}

ul#leftmenu li.selected ul li ul li a {
	background: #D9EEF6;
	padding: 0px 15px 0px 30px;
	width: 136px;
	font-weight: normal;
	font-size: 11px;
	color: #003888;
	height: 24px;
	line-height: 24px;
	display: block;
	float: left;
}

ul#leftmenu li ul li.selected ul {
	display: block;
}

ul#leftmenu li ul li ul li:hover a,
ul#leftmenu li ul li ul li.sfhover a,
ul#leftmenu li ul li ul li.selected a {
	background: #D9EEF6;
	font-weight: bold;
	border: 0px;
}

/* left-thumb */

img#left-thumb {
	display: block;
	width: 181px;
	height: 179px;
}

/* address */

address {
	font-style: normal;
	color: #999;
	margin-top: -10px;
	padding: 0px;
}

address.orange {
	width: 151px;
	background: #F6AA31;
	padding: 15px 15px 15px 15px;
	font-style: normal;
	color: #FFF;
}

/* page-text */

div#page-text h1 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #3D6DAB;
}

div#page-text p {
	line-height: 160%;
}

div#page-text p.inleiding {
	font-weight: bold;
}

/* page-right */

div#page-right h1 {
	height: 43px;
	line-height: 43px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	font-size: 16px;
	background: #3D6DAB url(../img/arrow_down.png) 95% 50% no-repeat;
	color: white;
}

div#page-right div.actueel-item {
	border-bottom: 1px solid lightblue;
	float: left;
}

div#page-right div.actueel-item h1 {
	margin: 0px;
	padding: 10px 15px 10px 15px;
	font-size: 13px;
	height: 13px;
	line-height: 130%;
	color: #ED7900;
	background: transparent;
}

div#page-right div.actueel-item p {
	margin: 0px;
	padding: 0px 15px 5px 15px;
}

div#page-right div.actueel-item a {
	float: right;
	display: block;
	margin: 0px;
	padding: 0px 15px 10px 15px;
	font-style: italic;
	font-size: 10px;
	color: #999999;
}

div.thumbs {
	width: 283px;
	overflow: hidden;
}

div.thumbs img {
	width: 283px;
	margin-top: 20px;
}

div#bijonsvindtu {
	width: 251px;
	height: 50px;
	background: url(../img/bijonsvindtu.png);
	margin-top: 30px;
	float: right;
}

/* Actueel */

div#actueel {
	float: left;
	width: 712px;
	padding: 10px 0px 0px 20px;
	overflow: hidden;
}

div#actueel h1 {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-size: 16px;
	color: #3D6DAB;
}

div#actueel div.newsrow {
	width: 722px;
	height: 150px;
	line-height: 160%;
}

div#actueel div.newsrow a {
	font-size: 11px;
	height: 11px;
	line-height: 11px;
	padding-left: 15px;
	color: #998675;
	background: url(../img/arrow_small.png) 0% 60% no-repeat;
}

div#actueel div.newsrow a.newsthumb {
	background: none;
	padding: 0px;
	margin: 0px;
}

div#actueel div.newsrow p {
	padding: 0px;
	margin: 0px;
}

div#actueel div.newsrow h1 {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-size: 16px;
	color: #3D6DAB;
}

div#actueel div.newsrow img {
	float: left;
}

div#actueel div.newsrow div {
	height: 125px;
	width: 510px;
	margin-left: 20px;
	float: left;
}

div#actueel div.newsrow div img {
	width: 8px;
	height: 9px;
	float: none;
}

ul#newslist {
	width: 717px;
	padding: 0px;
	margin-top: 50px;
	list-style: none;
}

ul#newslist li {
	position: relative;
	height: 30px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #D5E4F1;
}

ul#newslist a {
	font-size: 11px;
	position: absolute;
	right: 0px;
	bottom: 10px;
	height: 11px;
	line-height: 11px;
	padding-left: 15px;
	color: #998675;
	background: url(../img/arrow_small.png) 0% 60% no-repeat;
}

ul#newslist strong {
	position: absolute;
	left: 140px;
	bottom: 10px;
}

ul#newslist span.date {
	position: absolute;
	right: 595px;
	bottom: 10px;
	color: #534741;
}
