#container {
	text-align: center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#kop {
	background-image: url(../afbeeldingen/top.jpg);
	float: left;
	height: 100px;
	width: 100%;
}
#menu {
	background-image: url(../afbeeldingen/geel.jpg);
	background-repeat: repeat;
	text-align: center;
	float: left;
	height: 60px;
	width: 100%;
}
#leeg {
	float: left;
	height: 10px;
	width: 100%;
	background-image: url(../afbeeldingen/oranje.jpg);
	background-repeat: repeat;
}
#content {
	background-image: url(../afbeeldingen/geel.jpg);
	float: left;
	height: 100%;
	width: 980px;
	clear: both;
	padding: 10px;
	text-align: left;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #333;
	background-image: url(../afbeeldingen/oranje.jpg);
	background-repeat: repeat;
}
.kleur {
	color: #F00;
	background-color: #69F;
	font-weight: bold;
}

a:link {
	color: #006;
	text-decoration: underline overline;
}
a:visited {
	text-decoration: underline overline;
	color: #006;
}
a:hover {
	text-decoration: underline;
	color: #006;
}
a:active {
	text-decoration: none;
	color: #006;
}
h1 {
	font-size: 24px;
	color: #F00;
}
h2 {
	font-size: 18px;
	color: #F00;
}
h3 {
	font-size: 16px;
	color: #F00;
}
h4 {
	font-size: 20px;
	color: #000;
}

