* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background-color: black;
	text-align: center;

	font-family: verdana, sans-serif;
	font-size: 10px;
	

	height: 100%;
}

#wrap {
	margin: 0 auto;
	width: 787px;
	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/

	min-height: 100%; /* real browsers */

	text-align: left;

	position: relative;
}

#header {
   width: 787px;
}

#menu {
	background-color: black;
	
}

#menu a {

	font: 15px verdana;

	color: white:
	
	text-decoration: none;
}

#menu a:hover {
	color: white;
	background: url('/images/menu_hover.jpg') no-repeat bottom left;
}

#content {
	padding: 0px;

	background-color: black;
}

#tekst {
	float: left;
	padding: 10px;
	width: 560px;
}

input.checkbox {
	float: left;
	vertical-align: top;
}

label.veld {
	float: left;
	width: 130px;
}

input.tekst {
	float: left;
	width: 235px;
}

td {
 vertical-align: top;
 padding-bottom: 5px;
}

.overzicht td {
	padding: 0;
}


#extra {
	float: right;
	width: 175px;	

	text-align: center;

	padding-top: 20px;
}

#footer {
	clear: both;
}

.fout {
	color: red;
}
