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, H4{
	font-family:Tahoma;
}
H3, H5{
	font-family:Tahoma;
}
H1 {font-size:2em; color:#ff0000; line-height:25pt; text-align:center;}
H2 {font-size:1.5em; color:#ff0000; margin-left:0px; margin-bottom:20px; margin-top:20px; padding:0; text-align:center;}
H3 {font-size:1.5em; color:#ff0000; margin-left:0px; margin-bottom:20px; padding:0; text-align:center;}
H4 {font-size:1.2em; color:#ff0000; margin-left:0px; margin-bottom:20px; padding:0; text-align:left;}
H5 {font-size:1.2em; color:#ff0000; margin-left:0px; margin-bottom:20px; padding:0; text-align:left;}

H2 a:link, H2 a:active, H2 a:visited{color:#ff0000; text-decoration:underline;}
H2 a:hover{text-decoration:underline;}
H3 a:link, H3 a:active, H3 a:visited{color:#ff0000; text-decoration:underline;}
H3 a:hover{text-decoration:underline;}
H4 a:link, H4 a:active, H4 a:visited{color:#ff0000; text-decoration:underline;}
H4 a:hover{text-decoration:underline;}
H5 a:link, H5 a:active, H5 a:visited{color:#ff0000; text-decoration:underline;}
H5 a:hover{text-decoration:underline;}

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/images/groen_vinkje.gif);}
.duim {padding:0 20px 0 75px;margin:0; vertical-align: top;list-style-image:url(img/images/duim.gif);}

li{margin-bottom:15px;}
	
.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;
}
.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;
}