* {
	marging: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
}
body {
	height: 100%;
	width: 100%;
	margin-top: 15px;
}

.titel a {
	color: #FFFFFF;
}
.titel a:hover {
	color: #FF0000;
}

#wrapper {
	width: 802px;
	overflow: visible;
	margin: 0px auto;
}
#content {
	width: 630px;
	float: left;
}
#content .boventitel {
	float: right;
}
#content .nr {
	font-size: 18px;
	color: #00a0c6;
}
#content .ondertekst {
	float: right;
	margin-bottom: 10px;
}

#content .titel {
	width: 570px;
	background-image: url(image/vlaktitel.jpg);
	background-repeat: repeat-y;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 15px 10px;
	float: right;
}
#content .titelitem {
	color: #FF0000;
	font-size: 16px;
}

#content .tekst {
	padding: 10px 15px 5px;
	width: 570px;
	float: right;
	background-image: url(image/vlakmidden.jpg);
	background-repeat: repeat-y;
	font-size: 12px;
	line-height: 18px;
}
.tekst hr, .tekstarchief hr {
	border: 1px dashed #00a0c6;
}
#content .tekstarchief {
	padding: 10px 15px 5px;
	width: 570px;
	float: right;
	background-image: url(image/vlakmidden.jpg);
	background-repeat: repeat-y;
	font-size: 12px;
	line-height: 13px;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

#logo {
	float: left;
	width: 170px;
}
#logo img {
	margin-bottom: 20px;
}

#onderkant {
	height: 30px;
	width: 500px;
	float: right;
	padding-left: 100px;
}
#onderkant a {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
#onderkant a:hover {
	color: #000000;
	text-decoration: underline;
}
#onderkant .streepboven {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #009EC5;
}
#onderkant .streeprechts {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #009EC5;
}
input {
	border: 1px solid #01A0C7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF0000;
	height: 20px;
}
