html, body{ 
	margin: 5px; 
	padding: 0px; 
	text-align: center; 
	font-family: Tahoma, Arial, Verdana, Helvetica;
	background: #333333;
} 
 
form
{
	margin: 0;
}

.formtext
{
	font-family: Tahoma, Arial, Verdana, Helvetica;
}

table
{
	font-size: 14px;
}

#pagewidth{ 
  width: 980px; 
  text-align: center;  
	margin-left: auto; 
 	margin-right: auto;  
 	background: #F6F6F6;
} 
 
#header{
	position: relative; 
 	text-align: left;
 	height: 93px; 
 	background-color: #F6F6F6; 
 	width: 980px;
} 

#maincol{
	background-color: #F6F6F6;  
 	float: right; 
 	display: inline; 
 	text-align: left;
 	color: #333333;
 	width: 980px; 
 	min-height:450px;
 }
 
#maintext
{
	margin-left:10px;
	margin-right:10px;
	margin-top:20px;
	margin-bottom:20px;
}
 
#footer{
 	position: relative;
 	height: 37px; 
 	background-color: #F6F6F6; 
 	clear: both;
 } 
 
.clearfix:after {
 	content: "."; 
 	display: block; 
 	height: 0; 
 	clear: both; 
 	visibility: hidden;
 }
 
.clearfix{display: inline-block;}
* html .clearfix{height: 1%;}
.clearfix{display: block;}

.img{
	border: 0px;
}

.floatimg{
	float: left;
	border: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
}

h1{
	font-size: 20px;
	font-weight: bold;
}

h2{
	font-size: 16px;
	font-weight: bold;
	
}

h3{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	color: #6C6C6C;
}

a:link, a:active, a:visited
{
	color:#333333;
	text-decoration: underline;
}

a:hover
{
	color:#005B00;
	text-decoration: underline;
}

.merken
{
	font-size: 13px;
	line-height:20px;
	list-style-type: circle;
}

.small
{
	font-size:11px;
	font-weight: bold;
	font-style: italic;
}

.required
{
	font-weight: bold;
}
