body {
	text-align: center ; 
	margin: 0; 
	padding: 0;
	color: #333;
	background-color: #FFF;
	}
	
div#headertop { 
     width: 100%;
		 text-align: center;
		 margin: 10px auto 10px auto;
}

div#navigation { 
     width: 100%;
		 height: 50px;
		 padding: 0;
		 margin: 0;
		 text-align: center;
	   background-image: url(http://www.webersholland.nl/navbackgr.png);
		 background-repeat: repeat-x;
		 }

div#navigation a {
      margin: 0px 30px 0px 30px ;
			text-decoration: none;
			padding: 0;
			  }

img { 
     border: 0;
		 }
div#content  {
             width: 900px; 
             margin-left: auto; 
		         margin-right: auto;
             } 

.hiq, a.hiq:hover {
          color: #999;
					text-decoration: none;
					font-weight: normal;
					}	
						
table.form {
       font-size: 13px; 
			 font-family: verdana, sans-serif;
			 font-weight: bold;
			 color:#333; 
			 }
			 
table.form a { 
        color: #333;
				text-decoration: none; 
				}
				
table.form a:hover {
      color: #333;
			text-decoration: underline; 
			}
				
div#form {
        background-color: #FFF;
				margin-top: 10px;
				margin-bottom: 20px;
				}

span.pink { 
         color: #FF0099
				 }
				 
div#formresult {
      font-family: verdana, sans-serif;
			font-size: 13px;
			font-weight: bold;
      color: #666;
			margin-top: 80px;
			margin-bottom: 120px;
		   }
			 


