body {
	background-color: #003d85;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 140%;
	color: #000000;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

td, div, p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#spacer {
	position: absolute;
	width: 760px;
	height: 40px;
	left: 50%;
	top: 0px;
	margin-left: -380px;
	background-color: #003d85;
}

#main {
	position: absolute;
	width: 760px;
	top: 40px;
	left: 50%;
	margin-left: -380px;
}

#afbeelding {
	float: left;
	padding-top: 29px;
}



#header {
	position: absolute;
	top: 0px;
	left: 170px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	width: 590px;
	height: 627px;
}

#container_links {
	position: absolute;
	top: 157px;
	left: 170px;
	width: 390px;

}

#container_inner {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
}

#container_links a {
	color: #801a1a;
	text-decoration: underline;
}

#container_rechts {
	position: absolute;
	top: 157px;
	left: 561px;
	width: 199px;
	color: #ffffff;
}

#container_rechts a {
	color: #ffffff;
	text-decoration: none;
}


.titel { 
	font-size: 12pt;
	font-weight: bold;
	color: #c1001f;
}

.field {
	border: 1px solid #333333;
}


table.formulier tr {
	background-color: #EFEFEF;
}

table.formulier tr.space {
	background-color: #9581b6;
}

table.formulier tr td {
	vertical-align: text-top;
}

table.formulier tr .field {
	border: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	width: 200px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}