body 			{ font-family: Trebuchet MS, Verdana, Tahoma;
				  color: black;
				}

a 		{
      color: #31B7D2;
	   text-decoration: none;
	   }
	 
a:link {
       color: #31B7D2;
       text-decoration: none;
       }
	  
a:visited {
          color: #31B7D2;
          text-decoration: none;
          }
     
a:hover {
        color: gray;
        text-decoration: none;
        }

.kop			{ font-size: 38px;
				  color: #a6a6a6;
				  position: absolute;
				  left: 350px;
				  top: 25px;
				}
				
.kop2			{ font-size: 15px;
				}
				
.kop3 		{ font-size: 25px;
				  color: #868686;
				  margin-left: 15px;
				  margin-top: 6px;
				}

.balkmenu	{ position: absolute;
				  top: 100px;
				  left: 0px;
				  width: 100%;
				  height: 80px;
				  background-color: #31B7D2;
				  color: white;
				  font-size: 22px;
				}
				
.balkmenu a:link {
				color: white;
	   text-decoration: none;
	   }
	   
.balkmenu a:visited {
				color: white;
	   text-decoration: none;
	   }

.balkmenu a:hover {
				color: white;
	   text-decoration: none;
	   }
	   
.menutxt		{ margin-top: 5px;
				  text-align: center;
				}
				
.home			{ position: absolute;
				  top: 5px;
				  left: 290px;
				}
				
.watbm		{ background-color: #F3ED86;
				  position: absolute;
				  top: 0px;
				  left: 350px;
				  height: 40px;
				  width: 150px;
				}	
				
.cursus		{ background-color: #BCE18D;
				  position: absolute;
				  top: 0px;
				  left: 500px;
				  height: 40px;
				  width: 150px;
				}			

.aanmelden	{ background-color: #AADAE5;
				  position: absolute;
				  top: 0px;
				  left: 650px;
				  height: 40px;
				  width: 150px;
				}
				
.mij		{ background-color: #D9BFE0;
				  position: absolute;
				  top: 0px;
				  left: 800px;
				  height: 40px;
				  width: 150px;
				}
			
.cont			{ background-color: #EDEDED;
				  position: absolute;
				  top: 140px;
			     left: 350px;
				  width: 600px;
				  font-size: 14px;
				}
				
.somp			{ margin-left: 15px;
				  margin-right: 15px;
				  margin-bottom: 5px;
				  color: #a6a6a6;
				  border-top: 1px dotted gray;
				  font-size: 13px;
				}
				
.logo			{ margin-left: 200px;
				}

.image1		{ position: absolute;
				  top: 130px; 
				  left: 60px;
				}
				
.image2		{ position: absolute;
				  top: 140px; 
				  left: 0px;
				}
				
.contxt 		{ margin-left: 15px;
				  margin-top: 10px;
				  margin-bottom: 10px;
				}
				
.contactdiv		{ position: absolute;
				  top: 430px;
				  left: 40px;
				  width: 275px;
				  font-size: 14px;
				  background-color: #EDEDED;
				  padding-bottom: 10px;
				}
				
.contactxt	{ margin-left: 20px;
				  margin-top: 15px;
				}
				
					
input.contact {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: #CCCCCC;
	border: 1px solid black;
	padding: 1pt;
	margin: 5px;
        }
        
textarea {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: #CCCCCC;
	border: 1px solid black;
	padding: 1pt;
	margin: 5px;
	}
	
form {
		margin: 20px;
		}
							    			