html{
	height:100%;
	/*background-color:#f9fafa;*/
	background-image:url(../img/greybg.gif);
	background-repeat:repeat-x;
	background-position:top;
}
* {
	font-family: Trebuchet, "Trebuchet MS", arial, verdana;
	margin: 0px;
	padding: 0px;
	font-size:13px;
	
}
body{
	margin: 0 auto;
	height:100%;
	width:930px;
	position:relative;
	background-color:#FFF;
}
#content{
	float:left;
	padding-bottom:30px;
	text-align:left;
	width:680px;
	background-color:#FFF;
	padding-left:20px;
}
h1{margin-bottom:23px;margin-top:17px;font-size:20px;color:#a1b6d2;font-weight:normal;letter-spacing:2px;}
li{margin-left:30px;}
h2,h3,h4,h5,h6,h2 a,h3 a,h4 a,h5 a,h6 a,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{font-size:13px;color:#b21080;padding:0;clear:both;padding-top:9px;margin-bottom:10px;}
h2,h2 a,h2 a:hover{font-size:15px;letter-spacing:1px;}
ul,ol{margin-bottom:10px;}
p{margin-bottom:10px;clear:all;}
p.vb{margin-top:22px;border-top:1px dashed #c5d1e1;padding-top:2px;clear:left;}
p.vb strong{color:#b21080;display:block;margin-bottom:1px;}
p.vb img{float:left;border:1px solid #c0c0c0;margin-right:12px;margin-top:3px;margin-bottom:10px;}
.quote{
	font-style:italic;
	font-weight:bold;
	padding:2px;
	margin-bottom:26px;
	border-top:1px dashed #c5d1e1;
	border-bottom:1px dashed #c5d1e1;
}
a{
	color:#367dbe;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#ff00cf;
	text-decoration:none;
}
#rightbloc{
	background-color:#fff;
	float:right;
	clear:none;
	margin-top:78px;
	width:151px;
	text-align:center;
	border-left:1px solid #c5d1e1;
	border-right:1px solid #c5d1e1;
	margin-right:20px;
}
#rightbloc img{
	border-top:1px solid #c5d1e1;
	margin:10px;
	margin-top:1px;
	margin-bottom:1px;
	padding-top:6px;
}
#rightbloc #gratis{
	padding-top:30px;
}
#topnav{
	padding:0;margin:0;position:absolute;top:0px;left:0;
}
#footer{
	clear:both;
	padding-top:20px;
	background-color:#FFF;
}
.nospkk{margin-right:-5px;color:#367dbe;}
.nospkk:hover{color:#ff00cf;}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.onderschrift{color:#a1b6d2;}
