@charset "utf-8";
/* CSS Document */
/* IE6, IE7, IE8, FF3 */

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

a {
	color:#008032;
}

a:hover {
	color:#0c0;
}

h1, h2, h3, h4, h5 {
	color: #174401;
}

table, th, td {
	border: 1px solid #174401;
}

table {
	border-collapse:collapse;
	width: 100%;
}

th {
	background-color:#174401;
	color:white;
	padding: 0.5em;
	text-align:left;
}

td {
	/*background-color:#9fc;*/
	padding: 0.5em;
	vertical-align:top;
}

tfoot td {
	font-style:italic;
}

#pagina {
	background-color:#fff;
	margin: 0 auto;
	width: 1000px;
}

#kop {
}

#kop a img {
	border:none;
}

#midden {
	clear:both;
}

#rechterkant {
	background-color:#F9FDFF;
	background-image:url(../images/background.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	float:right;
	width: 845px;
}

#inhoud {
	min-height: 400px;
	width: 615px; /* 620px breekt IE6 */
	/* begin IE6 hack */
	height:auto !important;
  	height:400px;
	/* einde IE6 hack */
}

#afbeelding {
	float:right;
	text-align:right;
	width: 225px;
}

#marker {
	clear:both;
}

#navigatie {
	background-color:#fff;
	width: 150px;	/* 155px breekt IE6 */
}

#navigatie ul {
	list-style:none;
	margin:0;
	padding:0;
}

#navigatie ul li {
	font-weight:bold;
	padding: 0.8em 0;
	text-align:center;
}

#navigatie ul li a {
	text-decoration: none;
}

#navigatie ul li a:hover {
	text-decoration: underline;
}

#voet {
	background-image:url(../images/voet.png);
	background-position:center top;
	background-repeat:no-repeat;
	clear:both;
	padding: 2em;
	text-align:center;
}

.box {
	margin: 0.5em;
}

.niet_weergeven {
	display:none;
}
