@CHARSET "ISO-8859-1";

body, html {
    margin: 0px;
    padding: 0px;
    height: 100%;
	color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	margin: 0px;
	background: #ccc url("/images/bgbody.gif") repeat-y 50% 0%;
}

ul, li, form, h2, h3, img, span {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

form {
	clear: both;
}

/* VORMGEVING TEKST */

h1 {
	margin: 0px;
	color: #006;
	line-height: 24px;
	font-size: 18px;
	font-weight: normal;
}

/* WRAPPERS */

#wrapper {
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 926px;
	height: 100%;
}
#header {
	padding: 20px 0px;
	background: #f2f2f0 url("/images/bgheader.gif") no-repeat top right;
}

#subheader, #footer {
	background: #fff url("/images/bgsubheader.gif") no-repeat top left;
	font-weight: bold;
	color: #9ea0a2;
}

#footer {
	text-align: right;
}

#footer ul {
	padding-top: 53px;
	padding-right: 15px;
	padding-bottom: 15px;
}

#subheader ul {
	float: right;
	padding-top: 8px;
	padding-right: 15px;
}

#subheader li, #footer li {
	list-style-type: none;
	display: inline;
	padding-left: 12px;
}

#subheader li a, #footer li a { color: #9ea0a2; text-decoration: none; }
#subheader li a:visited, #footer li a:visited { color: #9ea0a2; text-decoration: none; }
#subheader li a:hover, #footer li a:hover { text-decoration: underline; }

#subheader .datum {
	padding: 8px 0px 42px 15px;
}

#content {
	background-color: #fff;
	padding: 0px 15px 0px 15px;
	color: #000;
	line-height: 1.5em;
}
#content p {
	margin: 0px;
	padding-bottom: 15px; 
}
#content table {
	border: 0px;
	width: 896px;
}
#content thead tr td {
	background-color: #dbe7f3;
	font-weight: bold;
	padding: 1px;
	line-height: 26px;
	vertical-align: top;
}
#content thead tr td input[type=image] {
	float: right;
	left-margin: 3px;
}
#content thead tr td a { color : #4966b0; text-decoration: none; }
#content thead tr td a:visited { color : #4966b0; text-decoration: none; }
#content thead tr td a:hover { text-decoration: underline; }
#content tbody tr {
	font-size: 11px;
	background-color: #f2f2f0;
	padding: 2px;
	vertical-align: top;
}
#content tbody tr.odd {
	background-color: #fff;*
	vertical-align: top;
}
#content td a {
	color: #000;
	text-decoration: none;
}

label {
	display: block;
	float: left;
	width: 235px;
	height: 50px;
}
label span {
	display: block;
	font-weight: bold;
}
label select {
	margin-bottom: 5px;
	width: 200px;
}
label.larger {
	width: 470px;
	height: 25px;
}
label.divider {
	width: 705px;
	height: 25px;
}
label.divider span {
	font-weight: normal;
}
input[type=text] {
	width: 435px;
}
