* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(afbeeldingen/lijn_BG_green.gif);
}
#wrapper {
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFCC;
	margin-top: 16px;
	border: 4px groove #00FF00;
}
#banner {
	height: 100px;
	width: 100%;
	background-image: url(afbeeldingen/bg_banner2.jpg);
	background-repeat: no-repeat;
}
#navHor {
	background-color: #CCCCCC;
	height: 22px;
	width: 100%;
	margin-top: 4px;
	margin-bottom: 4px;
	float: left;
}
#navHor li {
	list-style-type: none;
	float: right;
	margin-right: 20px;
}

#navHor a {
	text-decoration: none;
	text-align: center;
	float: left;
	margin-left: 4px;
	color: #FFFFCC;
	font-size: 0.7em;
	display: inline;
	font-weight: 600;
	background-image: url(afbeeldingen/bgNavHor.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 96px;
}
#navHor a:hover {
	color: #FF0000;
	text-decoration: none;
	background-image: url(afbeeldingen/bgNavHorA.gif);
	background-repeat: no-repeat;
}
#navHor a.active {
	color: #006600;
	font-size: 0.9em;
	background-image: url(afbeeldingen/bgNavHorO.gif);
	background-repeat: no-repeat;
}

#navLeft {
	float: left;
	width: 120px;
}
#navLeft li {
	list-style-type: none;
}

#navLeft a {
	color: #000066;
	text-decoration: none;
	background-image: url(afbeeldingen/bgr_left_mid.jpg);
	background-repeat: repeat-y;
	display: block;
	height: 22px;
	width: 110px;
	text-indent: 10px;
	margin-bottom: 2px;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
}
#navLeft a:hover {
	color: #FF0000;
}
#navLeft a.active {
	color: #009900;
	background-image: url(afbeeldingen/bgr_leftA_.gif);
	background-repeat: repeat-y;
}


#colRight {
	float: right;
	width: 120px;
	text-align: center;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000066;
	background-color: #FFFFCC;
	margin-right: 130px;
	margin-left: 130px;
}
#content img {
	margin: 6px;
	border: 6px groove #999999;
}
#content table {
	margin: 6px;
	text-align: center;
}
#content a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 900;
	font-size: 0.8em;
	background-image: url(afbeeldingen/knopUp.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 20px;
	width: 200px;
}
#content a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-size: 0.8em;
	background-image: url(afbeeldingen/knopOver.gif);
	text-align: center;
	height: 20px;
	width: 200px;
}
#content h1 {
	font-size: 1.6em;
	font-style: italic;
	font-weight: 900;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
}
#content table {
	margin-right: auto;
	margin-left: auto;
}

#footer {
	background-color: #999999;
	clear: both;
	height: 20px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
	vertical-align: 50%;
	padding-bottom: 2px;
	padding-top: 2px;
}
#footer p {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
}
#tekst {
	padding: 4px;
	height: 400px;
	max-height:300px;
	overflow:auto;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#tekst p {
	margin-top: 5px;
	margin-bottom: 10px;
}
.fotorechts {
	float: right;
	margin-right: 6px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFF00;
	background-image: url(afbeeldingen/knopUp.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	display: block;
	height: 20px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

