html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
} 
 
#pagewidth{ 
 width:760px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:120px; 
  background-color:#FFFFFF; 
 width:100%;
} 
a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	color: #999999;
}
.mail{
	text-decoration: underline;
	font-size: 100%;

}
#menubalk{
	background-color: #FF0000;
	height: 30px;
	width: 760px;
	top: 0px;
	position: relative;
}
.celbreedte{
	width: 190px;
	text-align: center;
}
#maincol{background-color: #000000;  
 float: right; 
 display:inline; 
 position: relative; 
}
.tekst1{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 130%;
	text-align: center;
	width: 760px;
	padding-top: 30px;
}
.tekst2{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 100%;
	text-align: left;
	width: 760px;
	padding-top: 60px;
	line-height: 30px;
}
.highlight{
	background-color: #333;
}
.tekst3{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 110%;
	text-align: center;
	width: 760px;
	background-color: #FF0000;
	font-weight: bolder;
	background-position: center;
	margin-top: 60px;
	letter-spacing: 5px;

}
.verkocht{
	color: #FF0000;
}
 
#footer{
 height:30px; 
  background-color:#FFFFFF; 
 clear:both;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */  
