* {
	margin: 0;
	padding: 0;
}

body {
	background-color:#06C;
	text-align: center;	
}

html, body {
	height: 100%;
}
H1 { 	
	font-size: 20pt;
	color:#0066FF;
}
H2{
	font-size: 15pt;
	color:#0066FF;
}
H3{
	font-size: 12pt;
	color:#0066FF;
	font-weight: bold;
}
#central {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 945px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color:#FFF;
	overflow: hidden;
	border-left:2px;
	border-left-style:solid;
	border-left-color:#000;
	border-right:2px;
	border-right-color:#000;
	border-right-style:solid;
}
#header {
	width: 895px;
	height: 130px;
	position: relative;
	text-align:right;
	background-color: #CCC;
	padding-top:20px;
	padding-left:25px;
	padding-right:25px;
}
#navlist{
	padding-left: 0px;
	white-space: nowrap;
	background-image: url(/images/button.gif);
	position: relative;
	height: 27px;
	width: 945px;
}
#navlist li{
	display: inline;
	list-style-type: none;
}
#navlist a {
	background-image: url(/images/button.gif);
	background-repeat:repeat-x;
	height: 26px;
	width: 135px;
	display: inline;
	position:absolute;
	text-align: center;
	color: #000;
	text-decoration: none;
	padding-top: 2px;
}
#navlist a:hover{background-image: url(/images/buttonover.gif);}
#n1{left: 0px;}
#n2{left: 135px;}
#n3{left: 270px;}
#n4{left: 405px;}
#n5{left: 540px;}
#n6{left: 675px;}
#n7{left: 810px;}

#content{
	width: 915px;
	text-align:left;
	background-color: #FFF;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:20px;
	height: 400px;
	min-height: 400px;
}
#content {
	height:auto;
}
#footer {
	position: absolute;
	font-size:10pt;
	bottom: 0;
	width: 944px;
	text-align:center;
	vertical-align:middle;
	background-color:#CCC;
}

A {text-decoration: yes; color:#0066FF}
A:hover {color:#000000;}
HR{
color:#0066FF;
}


INPUT.radio
{
	background-color:FFFFFF;
	border:none;
	font-size: 8pt;
}

INPUT
{
	background-color:FFFFFF;
	border: 1px solid #0066FF;
	font-size: 10pt;
}

SELECT
{
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #0066FF;
	font-size: 10pt;
}

textarea
{
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #0066FF;
	font-size: 10pt;
}
.error { 	
	color:red;
	font-weight: bold;
}
.fout { 	
	color:red;
	font-weight: bold;
}
.done { 	
	color:green;
	font-weight: bold;
}
.oke { 	
	color:green;
	font-weight: bold;
}
.melding { 	
	color:#ff3300;
	font-weight: bold;
	
}



