
body.main{
background-image: url('desert.jpg')
}

body.mail{
background-color: #E0FFFF
}

div.boven {
background-image: url("golf.jpg");
 border: 2px solid #FF0000; 
 color: red;
 font-size: 160%;
 text-align: center;
 margin-top:10px;
          }



div.links {
color: #000000;
text-align: center;
padding: 4px;
height: 80%;
width:15%;

float: left;
}

div.rechts {
border: groove;
border-color: green;
color: #000000;
text-align: center;
font-size: 130%;
padding: 4px;
height: 80%;
width: 82%;
float: right;
}

form.mailform{
border: 5 px dashed #00FF00;
color: blue;
background-repeat: no-repeat;
background-position: center;
text-align: left;
margin-top: 3%;
}

input.knopje{
color: blue;
}

textarea#comment {
	width: 600px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
}
