html, body{
	font-size:12px;
	font-family:Arial;
	margin:0;
	padding:0;
	line-height:15pt;
	background:#FFF;
}
#container{
	width:705px;
	margin:0 auto;
	background:url(img/background.jpg) top center repeat-y;
}
#page_header{
	background:url(img/header_bg.jpg) top center no-repeat;
	width:100%;
	height:25px;
	margin:0 auto;
}
#content{margin: 0 50px 0 50px;}
#footer{
	background:url(img/footer_bg.jpg) top center no-repeat;
	width:100%;
	height:25px;
	margin:0 auto 10px auto;
}
H1, H2, H3, H4, H5{
	font-family:Tahoma;
}

H1 {
	font-size:2.1em;
	color:#C00;
	line-height:25pt;
	text-align:center;
}
H2 {
	font-size:1.8em;
	color:#C00;
	margin-left:0px;
	margin-bottom:20px;
	margin-top:35px;
	padding:0;
	text-align:center;
}
H3 {
	font-size:1.2em;
	color:#000;
	margin:0;
	padding:0;
	text-align:left;
	font-style:italic;
	font-family: Arial, Helvetica, sans-serif;
}
H4 {font-size:1.2em; color:#800000; margin-left:0px; margin-bottom:20px; padding:0; text-align:left;}
H5 {font-size:1.2em; color:#800000; margin-left:0px; margin-bottom:20px; padding:0; text-align:left;}

IMG {border:0;}
IMG a{border:0;}

.vinkje {margin-bottom:15px; list-style-image:url(img/checkbox-red-check.gif);}
.kruisje {margin-bottom:15px;	list-style-image:url(img/checkbox-red-cross.gif);}
.vinkje_groen {margin-bottom:15px; list-style-image:url(img/groen_vinkje.gif);}
.duim {padding:0 20px 0 75px;margin:0; vertical-align: top;list-style-image:url(img/duim.gif);}
.check-red {padding:0 20px 0 50px;margin:0; vertical-align: top;list-style-image:url(img/bullets-tick-red.gif);}
.check-green {padding:0 20px 0 50px;margin:0; vertical-align: top;list-style-image:url(img/bullets-tick-green.gif);}

li{margin-bottom:15px;
	font-size: 18px;  }
	
.garantieblok{
	width:85%;
	padding:10px;
	background-color:#CEFAFF;
	border:#000 1px solid;
	margin: 0 auto;
}
.bonussen{
	width:85%;
	border:#d30101 4px dotted;
	margin: 20px auto;
	padding: 20px;
	text-align: center;
}
.payments{
	width:90%;
	border:#800000 4px dashed;
	margin: 20px auto;
	padding: 20px;
}
.testimonials {
	width:90%;
	padding:20px;
	background-color:#fff000;
	margin:10px auto;
}
.alignleft{float:left;}
.alignright{float:right;}

img.alignleft{margin-right:15px;}
img.alignright{margin-left:15px;}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
