body {
	background: #FFFFFF;
	font: small Arial, Helvetica, sans-serif;
	color: #000000;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
html body {
	padding: 0;
	margin: 0;
}
img {
	border-style: none;
}
.navigatie {
	font: normal medium Arial, Helvetica, sans-serif;
	padding-left: 5px;
	border: 1px solid #990000;
}
a.navigatie:link, a.navigatie:visited, a.navigatie:active, a.navigatie:hover {
	text-decoration: none;
	border-style: none;
}

#header {
	height: 50px;
	background: #FFFFFF url(gfx/bg-logo.gif);
}
#content {
	background: #FFFFFF;
	padding: 5px 10px 5px 5px;
}
#footer {
	height: 20px;
	border-top: 5px solid #990000;
	font-size: x-small;
}

p,div,td {
	font: small Arial, Helvetica, sans-serif;
}
h1 {
	color: #000000;
	font: normal medium Arial, Helvetica, sans-serif;
}
h2 {
	color: #000000;
	font: bold small Arial, Helvetica, sans-serif;
}
hr {
	color: #990000
}
.txtklein {
	font-size: x-small;
}
a:link, a:visited, a:active { 
	color: #990000;
    text-decoration: none;
}
a:hover {
	color: #000000;
    text-decoration: underline;
}
a.kllink:link, a.kllink:visited, a.kllink:active { 
	color: #000000;
	font-size: x-small;    
	text-decoration: none;
}
a.kllink:hover {
	color: #990000;
    text-decoration: none;
}
.rand1px {
	border: 1px solid #6F4A6F;
}
.geenafbr { 
	white-space: nowrap;
}
.centreren {
	text-align: center;
}
.seccode {
	border: 1px solid #666666;
	vertical-align: bottom;
}	
.formleft {
	position: absolute;
	left: 85px;
}
.blokcenter {
	margin: 0px auto; 
}
