/* CSS Document */

body {
	background-color: #669900;
}
.kader {
	text-decoration: none;
	border:none
}
#outer_wrapper {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 895px;
	margin-left: -448px; /* half of the width */
	margin-top: -235px; /* half of the heigth */
	heigth: 500px;
	}
#wrapper {
	height:475px;
	border: 2px solid #ffffff;
	background: #003300;
}
#colofoon {
	heigth: 25px;
	color: #ffffff;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:3px;
	text-align:right;
}
#colofoon a {
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
}
#colofoon a:hover {
	text-decoration: underline;
}
#nav {
	width: 165px;
	margin-left:35px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
	position: relative;
}
ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	padding:3px;
	background: #003300;
	heigth:25px;
	border-bottom: 1px solid #ffffff;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
ul li a:hover { /* Hover Styles */
	color: #ffffff;
	background: #669900; 
} 
.currentpage {
	color: #669900;
	background: #003300; 
} 
#image {
	border-left: 2px solid #ffffff;
}
.content {
	background: #ffffff;
	border-left: 2px solid #003300; 
	padding: 40px 25px 10px 25px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.content .title{
	font-weight: bold;
	color: #003300;
}
.content a {
	font-weight: bold;
	color: #669900; 
	text-decoration: none;
}
.content a:hover{
	text-decoration: underline;
}
/* opmaak van een formulier */
fieldset {
	border: 1px solid #003300;
	padding: 10px 5px 10px 5px;
}
legend {
	color: #669900;
}
input, textarea {
	border: solid 1px #003300;
	background: #ffffff;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
input.error {
	border: solid 1px #FF0000;
}
.button {
	color: #ffffff;
	background: #003300;
	text-transform:uppercase;
	height: 25px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #003300;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.button:hover {
	background: #669900;
}
/* einde opmaak van een formulier */
