* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;

}

body {
	background: url('/images/background1.jpg') no-repeat fixed;
	text-align: center;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;

	height: 100%;
	
}

#wrap {
	margin: 0 auto;
	width: 787px;
	
	min-height: 100%;
	_height: 100%;

	background: url('/images/wrap_bg.jpg') repeat-y;
	text-align: left;

	border-left: 4px solid white;
	border-right: 4px solid white;
}

#menu {
	float: left;
	width: 261px;
}

#menu a {
	display: block;

	font: 18px arial;
	
	font-weight: bold;

	text-decoration: none;
}

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

#content {
	float: left;

	padding: 40px 35px;

	width: 455px;
}

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

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

label.veld_fout {
	color: red;
	float: left;
	width: 130px;
}

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

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

.overzicht td {
	padding: 0;
}

#footer {
	clear: both;
}
