body {
       background-image: url(afbeeldingen/achtergrond.jpg);
		 background-repeat: no-repeat;
		 background-color: #9cb6d7;
		 padding: 0px;
		 margin: 0px;
}


#menu {
	position: absolute;
	top: 150px;
	width: 120px;
	left: 40px;
	font-family: Arial;
	font-size: 12px;
	color: #006001;
	}

#venster {
	position: absolute;
	top: 130px;
	left: 260px;
	width: 550px;
	height: 400px;
	overflow: auto;
	font-family: Arial;
	font-size: 12px;
	color: #191970;
}
	
#kop {
	position: absolute;
	top: 0px;
	left: 220px;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	color: Navy;
}

#onder {
		font-family: Arial;
		font-size: 12px;
		position: absolute;
		left: 220px;
		top: 550px;
		}

h1 {font-size: 18px}

h2 {font-size: 12px}

h3 {
	font-size: 12px
}

a:hover {
	background-color: #E0FFFF;
}
	