/* Kleuren


=================================================================*/



/* Hoofdlayout
=================================================================*/
* { 
	margin:0;
	padding:0;
	}
body { 
	padding:0px;
	margin:0px;
	background-color:#fff;
	font-family:arial, sans-serif;
	font-size:75%;
	line-height:130%;
	}
.noshow { 
	position:absolute;
	left:-9000px;
	}
.clearlaag { 
	clear:both;
	line-height:1px;
	font-size:1px;
	}
a:link,
a:visited {
	color:#35a;
	}
a:hover,
a:visited:hover {
	color:#68d;
	}
h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	}
#wrapitall {
	position:relative;
	margin-right:auto;
	margin-left:auto;
	width:780px;
	}
#top {
	position:relative;
	width:780px;
	height:120px;
	}
#top div {
	width:585px;
	height:120px;
	float:right;
	background-color:#e7393b;
	color:#fff;
	}
#top div div {
	height:102px;
	float:left;
	padding:18px 0px 0px 15px;
	}
#top div div.eerste {
	width:200px;
	}
#top div div.tweede {
	width:180px;
	}
#top div div.derde {
	width:160px;
	}
#top img {
	position:relative;
	top:35px;
	left:15px;
	}
#top a:link,
#top a:visited {
	color:#fff;
	}
#top a:hover,
#top a:visited:hover {
	color:#fbb;
	}
#content {
	padding:30px 0px 0px 210px;
	}
#content h1 {
	font-size:1.4em;
	margin-bottom:15px;
	}
#content p {
	margin-bottom:15px;
	}
#content ul {
	margin-bottom:15px;
	margin-left:18px;
	}
#footer {
	padding:10px 0px 10px 210px;
	}
.algemenevoorwaarden {
	font-size:0.8em;
	position:absolute;
	right:10px;
	bottom:5px;
	}






