body {
background-color: #d3d3d3;
background-image: url('bg.jpg');
background-repeat: no-repeat;
background-position: bottom right;
background-attachment: fixed;
color: #000000;
font-family: Arial, Helvetica;
padding: 0px;
margin: 0px;
}
table {
border-collapse: collapse;
}
td {
border: solid 1px #000000;
text-align: center;
}
A:link {text-decoration: none; color: #000000;}
A:visited {text-decoration: none; color: #000000;}
A:active {text-decoration: none; color: #000000;}
A:hover {text-decoration: underline; color: #c0c0c0;}
.menu {
background-image: url('menubg.jpg');
position: absolute;
left: 0px;
top: 253px;
width: 181px;
height: 579px;
}
#main {
position: absolute;
left: 200px;
top: 263px;
padding-right: 300px;
}
#menuinhoud {
font-size: 1.2em;
position: absolute;
left: 16px;
top: 45px;
width: 150px;
text-align: center;
}
#header {
width: 100%;
background-color: #d3d3d3;
}
#header_p {
width: 100%;
background-color: #dedede;
}
a.over:link {
	color: #000000;
	background-color: #dedede;
	text-decoration: none;
	display: block;
}
a.over:visited {
	color: #000000;
	background-color: #dedede;
	text-decoration: none;
	display: block;
}
a.over:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #13058c;
	display: block;
}
a.over:active {
	color: #A6CAF0;
	background-color: #E3E3E3;
	text-decoration: none;
	display: block;
}
a.links:link {
	color: #000000;
	text-decoration: underline;
}
a.links:visited {
	color: #000000;
	text-decoration: underline;
}
a.links:hover {
	color: #ffffff;
	text-decoration: underline;
	background-color: #13058c;
}
a.links:active {
	color: #A6CAF0;
	text-decoration: underline;
}
.fotodiv {

}
.fotos {
margin: 10px;
border: 2px dotted #13058c;
}
.labelwidth {width: 140px; float: left; text-align: right; margin-right: 5px; display: block;}