html, body, ul, li, img, a, form
{
	margin:					0;
	padding:				0;
	border:					none;
}
body
{
	behavior:				url("css/csshover.htc");
	background:				#C7C7C7 url('../media/background.jpg') fixed;
}
*
{
	font-family:			Verdana, Tahoma, Arial;
	font-size:				11px;
	color:					#000066;
}
:root
{
	overflow-y:				scroll !important;
}
#wrapper
{
	width:					860px;
	margin:					5px auto;
	position:				relative;
	border:					1px solid #777;
	background:				#EEE;
}
#header
{
	background:				#224972 url('../media/kop.gif.bak') no-repeat;
	height:					200px;
}
#header h1
{
	display:				none;
}
#footer
{
	clear:					both;
	border-top:				1px solid orange;
	text-align:				center;
	letter-spacing:			13px;
	text-transform:			uppercase;
}
h1, h1 *
{
	font-size:				16px;
	margin:					0 0 10px;
}
h2, h2 *
{
	font-size:				13px;
	margin:					5px 0;
}
p
{
	margin:					5px 0;
}
a, a *
{
	color:					#ff6600;
	text-decoration:		none;
}
a:hover
{
	text-decoration:		underline;
}
hr
{
	border:					none;
	background:				#ff6600;
	color:					#ff6600;
	height:					1px;
}
.true
{
	border:					1px solid #777;
}
.false
{
	border:					1px solid #FF6600;
}
.melding
{
	color:					#FF6600;
	font-weight:			bold;
	margin:					5px 0;
}