html, body, ul, li, img, a, form, h1
{
	margin:					0;
	padding:				0;
	border:					none;
}
table thead
{
	font-weight:			bold;
}
*
{
	font-family:			Verdana;
	font-size:				13px;
	color:					black;
}
#wrapper
{
	position:				relative;
	margin:					0 auto;
	width:					972px;
}
#kop
{
	height:					370px;
	clear:					both;
}
#kop h1
{
	font-family:			Verdana;
	position:				absolute;
	top:					20px;
	left:					210px;
	font-size:				48px;
	color:					#263997;
}
#kop .logo
{
	position:				absolute;
	top:					10px;
	left:					10px;
}
#kop ul
{
	position:				absolute;
	top:					80px;
	right:					301px;
	list-style-type:		none;
	border-left:			1px solid #CCC;
}
#kop li
{
	display:				inline;
	float:					left;
}
#kop li a
{
	padding:				0 10px;
	border-right:			1px solid #CCC;
	text-decoration:		none;
}
#kop li a:hover
{
	padding:				0 9px;
	border-right:			2px solid #CCC;
	border-left:			1px solid #CCC;
}
#content, #nieuws
{
	border:					solid #CCC;
	border-width:			0 1px 1px;
	position:				relative;
	min-height:				300px;
}
#content
{
	width:					670px;
	display:				inline;
	float:					left;
	margin-bottom:			10px;
	text-align:				justify;
}
.tekst
{
	margin:					20px;
}
h2
{
	margin:					0;
	padding:				6px 0 0 20px;
	border-bottom:			2px solid #999;
	height:					20px;
	background:				#DEDEDE;
}
h3
{
	font-size:				16px;
	margin:					0 0 5px;
}
h4
{
	margin:					10px 0 0;
	font-size:				13px;
}
p
{
	margin:					0 0 12px;
}
#nieuws
{
	width:					273px;
	display:				inline;
	float:					right;
}
#nieuws p img
{
	margin-top:				8px;
}
.true
{
	border:					1px solid #263997;
}
.false
{
	border:					1px solid #CE3000;
}
.waarschuwing
{
	color:					#CE3000;
	font-weight:			bold;
}
#footer
{
	text-align:				center;
	clear:					both;
	margin:					10px auto;
	color:					#777;
}
#footer a
{
	text-decoration:		none;
	color:					#555;
	border-bottom:			1px solid #CCC;
}
