body {
	background-color: #D6F2D6;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin:0px;
	font-family: arial;
	text-align:center;
	height: 100%
}
#box {
	border: solid 1px #465C47;
	border-top:none;
	border-bottom:none;
	width:650px;
	margin:auto;
	background-color: #B4DAB4;
	text-align:left;
	height: 100%
}
#header {
	margin-bottom:10px;
	border-bottom: solid 1px #6E8E6F;
	padding:0px;
	background-color: #84AD85;
}
#content {
	padding:10px;
	color: #465C47;
	font-size: 0.9em;
}
#navigatie {
	font-size:12px;
	letter-spacing:1px;
}

/*top navigatie*/

#navigatie #top {
	border-top: solid 1px #6E8E6F;
}

#navigatie #top #left {
	float:left;
	height: 125px;
	width:190px;
	overflow:hidden;
}
#navigatie #top #middle {
	float:left;
	border: none;
	border-bottom:none;
	border-top:none;

}
#navigatie #top .right {
	float:left;
	height: 125px;
	width:324px;
	overflow:hidden;
}


/*bottom navigatie*/

#navigatie #bottom {
	border: solid 1px #6E8E6F;
	border-left: none;
	border-right:none;
}
#navigatie #bottom .right {
	border-left: solid 0px #000000;
	margin-left:325px;
}

/* buttons*/

#navigatie .btn-vert {
	border-bottom:solid 1px #6E8E6F;
}
.btn-vert a {
	border-right:solid 1px #6E8E6F;
	border-left:solid 1px #6E8E6F;
	display:block;
	width:130px;
	padding:2px;
	padding-top:1px;
	padding-bottom:1px;
	text-decoration: none;
	color: #000000;
}
.btn-vert a:hover {
	background-color: #D4E9D4;
}

#navigatie .btn-hor {
	float:left;
	border-left:solid 1px #6E8E6F;
	text-align:center;
}
.btn-hor a {
	display:block;
	padding-left:10px;
	padding-right:10px;
/*	width: 100px; */
	text-decoration: none;
	color: #000000;
}
.btn-hor a:hover {
	background-color: #D4E9D4;
}


h1 {
	font-size:1.3em;
	margin:0px;
}
h2 {
	font-size: 1.1em;

	margin-left:4px;
}
h3 {
	font-size: 1em;

	margin-left:8px;
}
p {
	margin-left:12px;
	line-height:1.2em;
	text-align: justify;
	font-size: 0.9em;
}

#content .plaatje-rechts {
	float:right;
	border: solid 1px;
	margin-left:10px;
}

#content .error {
	color: #FF0000;
}

#content .success {
	color: #0000FF;
}

#content input {
	width: 200px;
}

#content fieldset {
	border: solid 1px #465C47;
}