* {
	margin-left: auto;
	margin-right:auto;	
}

html, body {
	height:auto;
	min-height:100%;
}

 body{
	overflow-y: scroll;
	margin: 0px 0px 0px 0px;
	background-color:#e7e9eb;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #434343;
	text-shadow: 1px 1px 1px #fff;
}

 /* links */
a.img{
	text-decoration:none;
}

a,a:visited,a:active{
	text-decoration:none;
	color:#000000;
}

a:hover{
	text-decoration:none;
}

 /* headings */
 
 h1{
	font-size: 36px;
	color: #e61c1c;
	
	letter-spacing: -1px;
	line-height: 1em;
	font-weight: normal;
	font-family: Georgia, serif;
 }
 
 h2{
	font-size:16pt;
	color: #e61c1c;
	
	letter-spacing: -1px;
	line-height: 1em;
	font-weight: normal;
	font-family: Georgia, serif;
 }
 
 h3{
	font-size:14pt;
	color: #e61c1c;
	
	letter-spacing: -1px;
	line-height: 1em;
	font-weight: normal;
	font-family: Georgia, serif;
 
 }
 
 


 /* div */

 
.container{
	width:100%;
	max-width: 960px;
	letter-spacing:1px;
	line-height: 20px;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
 

header{
	width:100%;
	padding-top:45px;
	margin-bottom: 40px;
	background-image:url('Afbeeldingen/header_bg.jpg');
	background-repeat:no-repeat;
}

ul
{
	list-style-image:url('Afbeeldingen/Pointer.png');
	background-repeat:no-repeat;
}


.content{
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	max-width: 100%;
	margin-bottom: 30px;
}

.content-holder{
	width:100%;
	max-width: 660px;
	float:left;
	margin-right: 10px;
}


.content-right{
	width:100%;
	max-width: 200px;
	float:left;
}

footer{
	width: calc(100% - 4px);
	text-align:center;
	font-size:8pt;
	border: 1px solid #c7ced1;
	margin-bottom: 35px;
	background-color: #f3f4f5;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	
}

.clear{
	clear: both;
}