*
{
	margin:					0;
	padding:				0;
}
html, body
{
	height:					100% !important;
}
body
{
	background:				#573401;
	behavior:				url("../css/csshover.htc");
}
body, textarea, input
{
	font-family:			"Arial";
	font-size:				13px;
}
h1
{
	display:				none;
}
h2
{
	font-size:				18px;
	color:					#191919;
}
h3
{
	font-size:				16px;
	color:					#191919;
}
h4
{
	font-size:				15px;
}
h5
{
	font-size:				14px;
}
p
{
	margin:					7px 0;
}
.true
{
	border:					1px solid #003;
}
.false
{
	border:					1px solid #CE3000;
}
img
{
	border:					none;
}
ul
{
	list-style-type:		bullet;
	margin-left:			20px;
}
a
{
	color:					#555;
	text-decoration:		none;
}
:focus
{
	-moz-outline-style:		none;
}
td
{
	vertical-align:			top;
}
thead td
{
	font-weight:			bold;
}
#wrapper
{
	width:					1000px;
	margin:					0 auto;
	position:				relative;
}

/* KOP */
#kop
{
}

/* MENU */
#menu
{
	list-style-type:		none;
	margin:					0;
}
#menu li a
{
}
#menu li a:hover
{
}
#menu li.huidig a
{
}

/* FOOTER */
#footer
{
	position:				absolute;
	bottom:					0;
	left:					0;
	width:					100%;
	text-align:				center;
}