	
	body {
	margin: 5px 0px 0px 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: Black;
	font-size: 11px;
}
		
	#hoofd {
	text-align: center;
	color: White;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: Black;
}
		
	#subhoofd {
	color: Black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}
		
	#titel {
	color: Black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}
	#knop {
	float: right;
	vertical-align: middle;
}
	#kllinks {
	position: absolute;
	left: 1%;
	width: 23%;
}

	#kllinksmidden {
	position: absolute;
	left: 25%;
	width: 24%;
}

	#klrechtsmidden {
	position: absolute;
	left: 50%;
	width: 24%;
}

	#klrechts {
	position: absolute;
	left: 75%;
	width: 24%;
}
	
	#klrechts, #klrechtsmidden, #kllinksmidden, #kllinks {
	text-align: center;
	float: left;
	background-color: Lime;
	border: medium ridge Lime;
	top: 100px;
}
	#eglinks {
	position: absolute;
	left: 1%;
	width: 23%;
}

	#eglinksmidden {
	position: absolute;
	left: 25%;
	width: 24%;
}

	#egrechtsmidden {
	position: absolute;
	left: 50%;
	width: 24%;
}

	#egrechts {
	position: absolute;
	left: 75%;
	width: 24%;
}
	
	#egrechts, #egrechtsmidden, #eglinksmidden, #eglinks {
	text-align: center;
	float: left;
	background-color: Yellow;
	border: medium ridge Yellow;
	top: 100px;
}
	#tglinks {
	position: absolute;
	left: 1%;
	width: 23%;
}

	#tglinksmidden {
	position: absolute;
	left: 25%;
	width: 24%;
}

	#tgrechtsmidden {
	position: absolute;
	left: 50%;
	width: 24%;
}

	#tgrechts {
	position: absolute;
	left: 75%;
	width: 24%;
}
	
	#tgrechts, #tgrechtsmidden, #tglinksmidden, #tglinks {
	text-align: center;
	float: left;
	background-color: Aqua;
	border: medium ridge Aqua;
	top: 100px;
}

	#dglinks {
	position: absolute;
	left: 1%;
	width: 23%;
}

	#dglinksmidden {
	position: absolute;
	left: 25%;
	width: 24%;
}

	#dgrechtsmidden {
	position: absolute;
	left: 50%;
	width: 24%;
}

	#dgrechts {
	position: absolute;
	left: 75%;
	width: 24%;
}
	
	#dgrechts, #dgrechtsmidden, #dglinksmidden, #dglinks {
	text-align: center;
	float: left;
	background-color: #FFA500;
	border: medium ridge #FFA500;
	top: 100px;
}
		
	p  {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:22px;
		}
		
	h6 {
		font-size:12px;
		}
		
	#kleuter {
	background-color: Lime;
	border: medium ridge Lime;
}
	#eerstegraad {
	background-color: Yellow;
	border: medium ridge Yellow;
}
	#tweedegraad {
	background-color: Aqua;
	border: medium ridge Aqua;
}
	#derdegraad {
	background-color: #FFA500;
	border: medium ridge #FFA500;
}
	#hulp {
	background-color: #FFDEAD;
	border: medium ridge #DEB887;
}

	#kleuter, #eerstegraad, #tweedegraad, #derdegraad, #hulp {
	top: 100px;
	margin-left: 3%;
	margin-right: 3%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 13px;

}	

a {
	text-decoration: underline;
	font-weight: bold;
	color: Black;
}
a:link {
	color: Black;
	font-weight: bold;
	text-decoration: underline;
}	
a:hover {
	color: Red;
	font-weight: bold;
	text-decoration: underline;
}	
a:active {
	color : Black;
	background-color : transparent;
	text-decoration: underline;
}

