* {
	margin: 0;
	padding: 0;
}

html {
	/*height: 100%;*/
}

body {
	background: url('/images/background6.png') repeat fixed;
	text-align: center;

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

	/*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: 18px verdana;
	
	font-weight: bold;

	text-decoration: none;
}

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

#content {
	padding: 20px;

	background-color: #a4a4a4;
}

#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: 150px;	

	text-align: center;

	padding-top: 20px;
}

#footer {
	clear: both;
}

.fout {
	color: red;
}