body {
	text-align: center;
	font-family: Trebuchet, Arial, Helvetica;
	font-size: 12px;
	background-color: #32383b;
}

p {
	font-size: 12px;
}

#voetnoot {
	font-size: 10px;
}

#footertekst {
	font-size: 10px;
	color: white;
}

#error {
	color: red;
}

h1 {
	font:Georgia, "Times New Roman", Times, serif;
	color: #005b75;
	font-size:28px;
	border-bottom: 3px solid #005b75;
}

h2 {
	font:Georgia, "Times New Roman", Times, serif;
	color: #005b75;
	font-size:16px;
	font-weight:bold;
	border-bottom: 2px solid #005b75;
}

h3 {
	font:Georgia, "Times New Roman", Times, serif;
	color: #005b75;
	font-size:14px;
	font-weight:bold;
	margin-top: 25px;
	margin-bottom: -10px;
	border-bottom: 1px dotted #005b75;
}

h4 {
	font:Georgia, "Times New Roman", Times, serif;
	color: white;
	font-size:12px;
	font-weight:bold;
	margin-bottom: 0;
}

#page {
	width: 800px;
	text-align:left;
} 
	 
#header {
	width: 800px;
	font-size:9px;
	height: 150px;
	background-color:ffffff;
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;
	border: 1px solid #95d409;
} 

#headertekst {
	margin-top: 10px;
	margin-left: 280px;
	font-size: 10px;
}
	
#menu {
	width: 800px;
	height: 21px;
	text-align:left;
	background-color:#ffffff;
	font-family:Arial, Trebuchet;
	font-weight:bold;
	font-size:16px;
	border-left: 1px solid #95d409;
	border-right: 1px solid #95d409;
}

#main {
	width: 800px;
	float: left;
	background-color:#FFFFFF;
	position:relative;
	border: 1px solid #95d409;
}
	
#links {
	height: 100%;
	float:left;
	width:504px;
	padding: 8px;
}
	
#rechts {
	height:100%;
	float:left;
	width:260px;
	padding: 8px;	
}

#blok {
	width:240px;
	border: 1px solid #95d409;
	margin-bottom: 15px;	
	padding: 5px;
}

#blokcent {
	text-align: center;
	width:240px;
	border: 1px solid #95d409;
	margin-bottom: 15px;	
	padding: 5px;
}

#blokheader {
	width: 240px;
	padding: 6px;
	background-color: #95d409;	
}

#footer {
	width: 800px;
		text-align:left;
		padding: 5px;
}
	
hr {
	color: #ffffff;
	border-bottom: 1px dotted #95d409;
}

ul { 
	list-style-image: url("images/square.JPG");
	list-style-position: outside;

}

img {
	border: 0;
}

a {	
	color:#005b75;
	font-weight: bold;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:visited:hover {
	text-decoration:underline;
}

a:link:hover {
	text-decoration:underline;
}

a:active {
	text-decoration:none;
}

input#form {
	border: 1px solid #454545;
	height: 20px;
}

/*Top menu*/
.menulijst ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menulijst ul li{
	position: relative;
	display: inline;
	float: left;
	background-color: #ffffff;
}

.menulijst ul li a{
	display: block;
	width: 90px;
	padding: 1px 8px;
	border-right: 1px dotted white;
	border-left: 7px solid #95d409;
	text-decoration: none;
	color: #005b75;
}

.menulijst ul li a:hover{
	background-color: #005b75;
	color: white;
	border-left: 7px solid #95d409;
}

label {
	float: left;
	text-align: left;
	display: block;
}

input, textarea, select {
	color: #000000;
	background: #95d409;
	border: 1px solid #152330;
}

.submit input {
	color: #000;
	background: #95d409;
	border: 1px #152330;
} 

#sbb {
	border: 0;
	background:transparent;
}
#ss0 {
	border: 0;
	background:transparent;
}
#ss1 {
	border: 0;
	background:transparent;
}

#sbi {
	height: 20px;
}

fieldset {
	border: 1px dotted #95d409;
	background-color: #cdcace;
	width: 480px;
	padding: 5px;
}
