body {
	font-family: verdana;
	font-size: 10pt;
	background-color: #DCCDC0;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #8C6894;
}

a:hover {
	text-decoration: underline;
	color: red;
}


.main {
	position: absolute;
	left: 100px;
	width: 802px;

	border: 1px solid #CAC5DB;
	background-color: #FFFFDD;
}
.zeepesizer {
	border: 1px solid #CAC5DB;
	background-color: white;
	width: 100%;
}

.message {
	color: red;
	text-align: center;
	font-weight: bold;
	padding: 4px;
}
.illustration {
	position: absolute;
	top: 130px;
	left: 30px;
	width: 160px;
}

.bodytext {
	position: relative;
	left: 200px;
	width: 580px;
	padding: 10px;
	paddin-top: 0px;

}

td {
	vertical-align: top;
	font-size: 10pt;
}

input, textarea {
	border: 1px solid #CCCCCC;
}

.menu {
	background-color: #FFDDAA;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.footer {
	background-image: url(../images/footer.jpg);
	color: white;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;

}

.adds {
	position: absolute;
	left: 920px;
	top: 0px;
	width: 160px;
}
.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.monotype {
	font-family: courier new;
}

.super {
	font-size: smaller;
	 vertical-align: super
}

.kaarsenzo {
	color: #aaa;
	margin-top: 1em;
}

