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

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

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;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #df1730;
	margin-top: 20px;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}

ul, ol {
	padding-left: 0;
	margin-left: 17px;
}

.background {
	background-color: #ece8dc;
}

.image {
	width: 264px;
	border: solid #d5cdcd;
	border-width: 0px 1px 0px 0px;
}

.main {
	width: 800px;
	height: 374px;
	text-align: left;
}

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

.subtitle {
	font-weight: bold;
}

.citaat {
	font-weight: bold;
	font-style: italic;
}

.naam {
	font-size: 10px;
	font-weight: normal;
}

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

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

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

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

.menu td {
	height: 25px;
	padding: 0px 7px;
	padding: 0px 10px;
	font-weight: bold;
	font-weight: normal;
	border: solid 0px orange;
	letter-spacing: -0.5px;
	white-space: nowrap;
}

.menu td a {
	text-decoration: none;
	color: #624b3b;
}

.menu td a:hover {
	color: orange;
}

.active {
	background-color: #f29533;
	background-color: orange;
	background-color: #fda400;
	color: white;
}

.menu .active a:hover,
.menu .active a {
	color: white;
	text-decoration: none;
}



/* 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;
}
