html, body {
	width: 100%;
	height: 100%;
}

body, input, select, textarea {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	
	text-align: center;
	margin: auto;
	padding: 0;
	
	line-height: 24px;	
	color: #624b3b;
	color: white;
	font-weight: bold;
}

input, select, textarea {
	text-align: left;
}

table, td {
	margin: auto;
	border-collapse: collapse;
	vertical-align: middle;
	padding: 0;
}

img {
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

a {
	color: #df1730;
	color: black;
	color: #fed137;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Tahoma, "Arial narrow", "times new roman", verdana, arial;
	font-size: 24px;
	font-weight: bold;
	color: #fed137;
	margin-top: 20px;
	line-height: normal;
}

ol, ul {
	padding-left: 20px;
}

.background {
	background-color: #ece8dc;
}

.image {
	width: 200px;
	
	background-image: url(../images/logo.gif); 
	background-repeat: no-repeat; 
	background-position: bottom left;
}

.main {
	width: 900px;
	height: 574px;
	height: 605px;
	text-align: left;
	
	background-image: url(../images/logo_achtergrond.gif); 
	background-repeat: no-repeat; 
	background-position: bottom right;
}

.text {
	height: 364px;
	vertical-align: top;
	padding: 0px 20px 10px 20px;
	padding: 20px 60px 20px 20px;
	overflow: auto;
}

.adres {
	font-size: 11px;
	vertical-align: top;
	padding-top: 30px;
	padding-left: 20px;
	line-height: 18px;
	font-weight: normal;
}

.adres a {
	color: white;
	text-decoration: underline;
}

.subtitle {
	font-weight: bold;
}

.footer {
	font-size: 11px;
	text-align: right;
}

.footer a {
	text-decoration: underline;
	color: #624b3b;
}

.footer a:hover {
	text-decoration: none;
}

.menu {
	text-align: left;
	font-size: 11px;
	border-collapse: collapse;
}

.menu td {
	height: 30px;
	padding: 0px 7px;
	padding: 0px 20px;
	font-weight: bold;
	border: solid #981d2e;
	border-width: 1px 0px 1px 0px;
	white-space: nowrap;
	cursor: pointer;
}

.menu td a {
	text-decoration: none;
	color: white;
}

.menu td a:hover {
	color: #333333;
	text-decoration: none;
}

.active {
	background-color: #fed137;
	color: #333333;
}

.menu .active a:hover,
.menu .active a {
	color: #333333;
	text-decoration: none;
	padding-left: 12px;
}



/* Formulier declaraties */

input {
	line-height: normal;
}

.form_select { width: 204px; }
.inputform { width: 200px; }
.inputform_postcode { width: 70px; }
.inputform_geboortejaar { width: 50px; }
.inputform_aanmelden { width: 80px; }
.inputform_datum { width: 120px; }
.inputform_search { width: 124px; }

.form_area {
	width: 300px;
	height: 102px;
	border: solid 1px #7f9db9;
}

.form_label { 
	vertical-align: middle;
	padding-right: 50px;
	width: 80px;
}

.formulier td {
	padding-top: 2px;
	padding-bottom: 2px;
}

.error {
	color: #e80000;
}