body {
	background-color: #fff;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height:18px; 
	color: #333333;	
}
 
  #header {
  	position:absolute;
  	left:63px;
  	top:40px;

  }
 
  #header img {
	border: none;
  }
  

  #eerstekolom {
	position:absolute;
  	width:225px;
  	left:65px;
  	top:170px;
    }


  #tweedekolom {
	position:absolute;
  	width:225px;
  	left:310px;
  	top:170px;
    }

  #derdekolom {
	position:absolute;
  	width:225px;
  	left:555px;
  	top:170px;
    }

  
  p {
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height:18px; 
	color: #333333;
  }
  
  
  
a:link {color: #369; text-decoration: none;}                                  
a:visited {color: #369; text-decoration: none;}                               
a:hover {color: #000; background-color: #eee; border-bottom: solid 1px #000;}   




H1, H2 {
	text-transform: uppercase;
	color:#15303D;  
	font-family: Georgia, sans-serif; 
	font-size: 12px; 
	font-weight:normal;
	letter-spacing:  0.3em
}

.align-left {
	float:left;
	margin-right: 10px;
	margin-bottom: 5px;
}
