@charset "iso-8859-1";
/*©2009 midhold*/

*{
	margin: 0;
	padding: 0;
}

/*Floatfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end Floatfix*/

body {
	color: #000000; 
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	background: #fff; 
}

a{
	text-decoration: none;
	color: #000;
}

a:hover{
	text-decoration: underline;
}

img{
	border: none;
}
.melding{
	text-align:center;
}
.melding h1{
	color: #dc1653;
	font-size: 20px;
	margin: 10px auto;
	text-align: center;
}


