html, body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#mainbody {
	position: absolute;
	width: 632px;
	margin-left: -344px;
	left: 50%;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
	padding-left: 24px;
	padding-right: 32px;
}
h1 {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 688px;
	height: 128px;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: -24px;
}
h1 span {
	display: none;
}

h2 {
	font-size: medium;
}
h3 {
	font-size: small;
	margin-top: 2px;
}
a {
	color: #000000;
}

ul#mainmenu {
	background-color: #0000FF;
	background-image: url(../images/menu.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 666px;
	height: 19px;
	margin-left: -24px;
	padding-left: 22px;
	padding-top: 1px;
}
ul#mainmenu li {
	float: left;
	margin-left: 5px;
}
ul#mainmenu li a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

table {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table td {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 100%;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: 1px solid #CCCCCC;
}
table td.widthimage {
	text-align: right;
	width: 305px;
}
acronym {
	border: none;
	border-bottom: 1px dotted #000000;
}

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	width: 688px;
	height: 32px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -24px;
	padding-top: 10px;
	text-align: center;
	font-size: smaller;
}

/* contactformulier */
form#contactform {
}
form#contactform label {
	display: block;
	float: left;
	width: 110px;
}
form#contactform input#submit {
	margin-left: 110px;
}
form#contactform textarea, form#contactform input, form#contactform select {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
.required {
	color: red;
}
/* contactformulier */
