﻿@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

html {
	width: 100%;
	height: 100%;
}

body {
	background: url(../images/landingspage_bg.jpg) repeat-y center #eeeeee;
	color: #004685;
	font-family: Verdana;
	line-height: 18px;
	font-size: 11px;
	width: 100%;
	height: 100%;
	position: relative;
}

img {
	border: none;
}

p {
	margin: 20px 0px 20px 0px;
}

a {
	color: #64c0df;
	text-decoration: underline;
}

#wrapper {
	width: 980px;
	margin: auto;
}

#header {
	width: 980px;
	height: 396px;
	background: url(../images/landingspage_header.jpg) no-repeat;
}
.fr #header {
	background: url(../images/landingspage_header_fr.jpg) no-repeat;
}

#header #logo {
	padding: 10px 20px 0px 25px;
}

#header #taalkeuze {
	float: right;
}

#header #taalkeuze a{
	color: #666666;
	text-decoration: none;
}

#header #taalkeuze ul {
	list-style: none;
	display: block;
}

#header #taalkeuze ul li {
	float: left;
}

#header #taalkeuze #current {
	padding-bottom: 3px;
	border-bottom: solid 5px #ffffff;
}

#header #taalkeuze #current a{
	color: #003366;
}

#header #taalkeuze #whiteBorder{
}

#header #breadcrumb {
	color: #999999;
	font-size: 10px;
	padding: 5px 0px 0px 85px;
}

#header #breadcrumb a{
	color: #999999;
	text-decoration: underline;
}

#header #headerContent {
	padding: 110px 460px 0px 135px;
	line-height: 14px;
}

#content {
	width: 928px;
	/*_overflow: hidden;
	height: 587px;*/
	padding: 0px 26px 0px 26px;
	background: url(../images/landingspage_content.jpg) repeat-x;
}

#contentLeft {
	margin-top: -75px;
	width: 560px;
	float: left;
}

#contentRight {
	width: 328px;
	margin: -45px 0px 0px 35px;
	float: left;
}

#footer {
	border-top: solid 1px #dededf;
	margin: 35px 0px 20px 0px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 9px;
	width: 928px;
}

#footerLeft {
	float: left;
	width: 120px;
	margin: 20px 0px 0px 0px;
}

#footerRight {
	float: left;
	width: 808px;
}

#footer a {
	color: #0099cc;
	text-decoration: underline;
}

#voordelen {
	width: 560px;
}

#voordelen_top {
	background: url(../images/landingspage_bg_voordelen_top.gif) no-repeat;
	width: 560px;
	height: 15px;
}

#voordelen_content {
	background: url(../images/landingspage_bg_voordelen_content.gif) repeat-y;
	width: 524px;
	padding: 18px 18px 1px 18px;
}

#voordelen_bottom {
	background: url(../images/landingspage_bg_voordelen_bottom.gif) no-repeat;
	width: 560px;
	height: 15px;
}

#voordelen ul {
	list-style: url(../images/landingspage_li_voordelen.gif);
	margin-left: 20px;
}

#voordelen ul li{
	margin-bottom: 20px;
}
.fr #voordelen ul li {
	margin-bottom: 8px;
}

#lenen {
	background:url(../images/landingspage_bg_krediet.jpg) no-repeat;
	padding: 10px 0px 10px 0px;
	width: 559px;
	height: 29px;
}
.fr #lenen {
	background:url(../images/landingspage_bg_krediet_fr.jpg) no-repeat;
}

#info {
	background:url(../images/landingspage_bg_info.gif) no-repeat;
	width: 292px;
	height: 182px;
	padding: 18px;
}

.fr #info {
	background:url(../images/landingspage_bg_info_fr.gif) no-repeat;
	width: 292px;
	height: 199px;
	padding: 18px;
}

#info ul{
	list-style: url(../images/landingspage_li_arrow.gif);
	margin-left: 15px;
}

#info ul li{
	margin-bottom: 15px;
}


.spacer {
	height: 1px;
	clear: both;
}

.blauw {
	color: #004685;
}


/* CLEARFIX */
	
	.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
	.clearfix { display: inline-block; }
	html[xmlns] .clearfix { display: block; }
	* html .clearfix { height: 1%; }



