body {
	background-color: #D2D2D8;
	margin : 0px;
	padding: 0px;
	scrollbar-base-color: #D2D2D8;
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #D2D2D8;
	scrollbar-arrow-color: #FFFFFF;
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
	overflow-x: hidden;
        text-align: center;
}

#center {
	width: 0px;
	margin: 0px;
	margin-left: 50%;
}

#content {
	position: relative;
	width: 750px;
	left: -345px;
}

#boordeke {
	width: 691px;
	position: absolute;
	left: 0px;
	top: 320px;
	border: 1px solid #000000;
}

#content > #boordeke {
	width: 689px;
        position: center;
}

#maindiv {
	background-color: #E0E0E0;
	border: 1px solid #FFFFFF;
}


h1 {
	font-size: 14px;
	font-weight: center;
	text-align: right;
	border-bottom: 1px solid #000000;
	padding: 2px;
	margin-top: 0px;
}

h2 {
	font-size: 10px;
	font-weight: bold;
}

input, select, textarea {
	background-color: #FFFFFF;
	border: 0px;
	border: 1px solid #000000;
	color : #000000;
	font-family : Verdana;
	font-size : 10px;
}

td {
	background-color: #E0E0E0;
}

a {
	color : #000000;
	text-decoration : underline;
	font-weight : none;
}

a:hover {
	color : #000000;
	text-decoration : none;
	font-weight : none;
}

ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: justify;
}

li {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}
