body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../images/achtergrond.jpeg');
	font-size: small;
}
h1 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	text-align: center;
	font-size: large;
	color: #0000FF;
	top: 10px;
	width: 210px;
	left: 50%;
	margin-left: -105px;
	
}
ul#menu {
	position: absolute;
	top: 60px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 240px;
	left: 50%;
	margin-left: -125px;
	background-color: #FFFFC1;
	padding: 5px;
}
ul#menu li {
	text-align: center;
	width: 70px;
	float: left;
	color: #0000FF;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-top: 1px;
}
ul#menu li a {
	color: #0000FF;
}
ul#imagerow {
	position: absolute;
	top: 8px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 750px; /*443*/
	left: 50%;
	margin-left: -375px;
	
}
ul#imagerow li {
	float: left;
}
ul#imagerow li.middle_left {
	padding-left: 3px;
	padding-right: 150px;
}
ul#imagerow li.middle_right {
	padding-left: 150px;
	padding-right: 3px;
}
div#content {
	margin-top: 150px;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
div#content a {
	color: #0000FF;
}
div#content table {
	width: 650px;
	margin-left:auto; 
	margin-right:auto;
}
div#content table thead {
	display: none;
}
div#content table tbody {
	text-align: left;
	vertical-align: top;
}
div#content table tbody td {
	background-color: #C0C0C0;
}
div#content table tbody th {
	white-space: nowrap;
	padding-right: 5px;
	background-color: #C0C0C0;
}
div#content address {
	font-style: normal;
	line-height: 2em;
}
p#odintext {
	margin: 0px;
	padding: 0px;
	position: absolute;
	text-align: center;
	top: 110px; /*98*/
	width: 750px;
	left: 50%;
	margin-left: -375px;
}
p#odintext a {
	font-size: small;
	color: #0000FF;
	text-decoration: none;
}
p#odintext a strong {
	font-weight: normal;
	text-decoration: underline;
}