html, body {
	background-color: black;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: black;
	height: 100%;
	overflow: auto;
}

#header {
	position: absolute;
	left: 50%;
	top: -50px;
	width: 800px;
	height: 220px;
	margin-left: -400px; /* half of width */
	z-index: 10;
}

#main {
	position: absolute;
	left: 50%;
	top: 62px;
	width: 750px;
	height: 550px;
	margin-left: -375px; /* half of width */
	padding-bottom: 5px;
	background-image: url(../images/design/bg.gif);
	background-repeat: no-repeat;
}

#menu {
	position: absolute;
	top: 92px;
	left: 50%;
	width: 750px;
	margin-left: -375px; /* half of width */
	height: 50px;
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	z-index: 20;
}

#menu a {
	color: white;
	text-decoration: none;
}

#menu a:hover {
	color: yellow;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	list-style: none;
}

#menu li {
	margin-top: 0px;
	padding-left: 0px;
	display: inline;
}

#menu hr {
	color: white;
	border: 0px solid white;
	background-color: white;
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
	margin-right: 20px;
}

#middle {
	position: absolute;
	left: 50%;
	top: 122px;
	width: 680px;
	height: 445px;
	margin-left: -375px; /* half of width */
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
	z-index: 20;
}

#scrollup {
	position: absolute;
	left: 50%;
	top: 130px;
	width: 20px;
	height: 9px;
	margin-left: 335px; /* half of width */
	background-image: url(../images/design/up.gif);
	background-repeat: no-repeat;
	z-index: 30;
	cursor: pointer;
}

#scrolldown {
	position: absolute;
	left: 50%;
	top: 550px;
	width: 20px;
	height: 9px;
	margin-left: 335px; /* half of width */
	background-image: url(../images/design/down.gif);
	background-repeat: no-repeat;
	z-index: 30;
	cursor: pointer;
}

#bottom {
	position: absolute;
	left: 50%;
	top: 572px;
	width: 710px;
	height: 50px;
	margin-left: -355px; /* half of width */
	color: white;
	font-size: 14px;
	font-weight: bold;
	z-index: 10;
}

#bottom hr {
	color: white;
	border: 0px solid white;
	background-color: white;
	padding: 0px;
	margin: 0px;
}

#fotoalbum ul {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	list-style: none;
}

#fotoalbum li {
	margin-top: 0px;
	padding-left: 0px;
	display: inline;
}

a {
	color: yellow;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
}

img {
	border: 0px solid black;
}

img.fotolinks {
	margin: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}

img.fotorechts {
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 0px;
}

div .links {
	float: left;
}

div .rechts {
	float: right;
}

table {
	font-size: 12px;
}

table td {
	vertical-align: top;
}

form {
	padding: 0px;
	margin: 0px;
}

h1 {
	margin-top: 0px;
}

legend {
	color: black;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

fieldset {
	-moz-border-radius: 5px;
}

hr {
	color: white;
	border: 0px solid white;
	background-color: white;
	padding: 0px;
	margin: 5px;
	margin-left: 0px;
	margin-right: 0px;
	height: 1px;
}

input.textfield {
	font-size: 10px;
	color: #505050;
	border: 1px solid gray;
	padding: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

input.button {
	font-size: 10px;
	color: #505050;
	border: 1px solid gray;
	padding: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

input.checkbox {
	height: 12px;
	color: #505050;
	border: 0px solid gray;
	margin: 0px;
	margin-right: 5px;
	margin-top: 2px;
	padding: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

select.select {
	font-size: 10px;
	color: #505050;
	border: 1px solid gray;
	margin: 0px;
	margin-right: 15px;
	margin-top: 2px;
	padding: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}

textarea {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #505050;
	border: 1px solid gray;
	padding: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.nieuweregel {
	clear: left;
	line-height: 15px;
}

.verplicht {
	color: #EF3E33;
}

.inputerror {
	color: #EF3E33;
}

.smaller {
	font-size: smaller;
}

.meerinfo {
	color: gray;
	font-size: 10px;
	margin-bottom: 10px;
}

.bijschrift {
	font-style: italic;
	color: white;
	font-size: 10px;
}
