* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFF;
	margin: 0px;
	font: 62.5% Verdana;
}

h1 {
	font-size: 1.4em;
	color: #b12c1b;
}

input {
	border: 1px solid #999;
}

div#container {
	width: 839px;
	margin:0 auto;
	font-size: 1em;
}

div#header {
	width: 839px;
	height: 97px;
	background: url(../img/header.jpg) no-repeat;
}

div#main {
	width: 599px;
	min-height: 300px;
	padding: 0px 120px 0px 120px;
	background: url(../img/main_bg.jpg) repeat-y;
}

div#footer {
	width: 839px;
	height: 175px;
	background: url(../img/footer.jpg) no-repeat;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #b12c1b;
}

.verplicht {
	border: 1px solid #c35d50;
}

.radiob {
	border: none;
}

.regButton {
	border: 1px solid #999;
	background-color: #b12c1b;
	color: #FFF;
	font-weight: bold;
	font-size: 1em;
}

