﻿body {
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 62.5%; /* = 10px */;
	background-color: #4F730B;
	padding-left: 10px;
	padding-top: 10px;
	background-image: url('../plaatjes/hermanussen-kopie.jpg');
}
#container {
	margin: 0 auto;
	text-align: left;
	height: 520px;
	width: 900px;
	padding: 0px;
}
a:link {
	font-size: 1.1em;
	font-weight: bold;
	color: #8F8521;
	text-decoration: none;
}
a:visited {
	font-size: 1.1em;
	font-weight: bold;
	color: #8F8521;
	text-decoration: none;
}
#hoofdmenu {
	position: relative;
	width: 900px;
	height: 20px;
	padding-left: 0px;
	padding-top: 0px;
}
#fotoruimte {
	background-position: 0% 0%;
	background-color: #414141;
	position: relative;
	width: 900px;
	height: 100px;
	padding-left: 0px;
	padding-top: 0px;
	z-index: -1;
}
#pagina {
	width: 100%;
	height: 390px;
	background: #E3E7E8;
	padding-left: 0px;
	padding-top: 0px;
	text-align: center;
	z-index: 150;
}
#footer {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 890px;
	height: 20px;
	font-size: 1em;
	font-weight: bold;
	color: #8F8521;
	padding-left: 10px;
	padding-top: 10px;
	background-color: #E8DF73;
}
h1 {
	font-size: 2.0em;
	color: #008080;
	text-align: center;
	line-height: 150%;
	font-variant: normal;
	letter-spacing: 1pt;
	vertical-align: 1px;
	font-weight: bold;
	padding-top: 0;
}
h2 {
	font-size: 1.4em;
	color: #008080;
	text-align: left;
	line-height: 100%;
	font-variant: normal;
	text-transform: capitalize;
	letter-spacing: 1pt;
	vertical-align: 1px;
	font-weight: bold;
	padding-top: 0;
}
H3 {
	font-size: 1.2em;
	color: #008080;
	margin-left: 1%;
	line-height: 130%;
}
H4 {
	font-size: 1em;
	color: #008080;
	margin-left: 1%;
}
H5 {
	font-size: 0.9em;
	font-weight: bold;
	color: #008080;
	margin-left: 1%;
	margin-right: 1%;
}
H6 {
	font-size: 0.8em;
	font-weight: bold;
	color: #008080;
	margin-left: 1%;
	margin-right: 1%;
}
P {
	font-size: 1.2em;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 130%;
	color: #008080;
}
B {
	font-weight: bold;
}
img {
	position: relative;
	left: 0;
	right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0;
	padding-bottom: 0;
	z-index: -3;
}
#nav, #nav ul {
	padding: 3px 0 0 0;
	margin: 0;
	list-style: none;
}
#nav li {
	float: left;
	width: 149px;
}
#nav ul {
	position: absolute;
	width: 147px;
	left: -1000px;
}
#nav li:hover ul, #nav li.ie_does_hover ul {
	left: auto;
	background-position: 0 0;
}
#nav a {
	display: block;
	text-decoration: none;
	font-family: Verdana;
	font-size: 1.1em;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 3px;
}
ul a {
	font-weight: bold;
	color: #F60;
	cursor: default;
}
ul ul a:link, ul ul a:visited {
	font-weight: normal;
	color: #008080;
	cursor: pointer;
}
ul ul a:hover, ul ul a:active {
	font-weight: normal;
	color: #FFF;
	cursor: pointer;
}
ul li {
	background-color: #E8DF73;
	border-left: 1px solid #FFFFFF;
}
ul ul li {
	background-color: #E8DF73;
	border-top: 1px solid #FFFFFF;
	border-left-width: 0;
}
/* IE only hack \*/
* html ul li, * html ul ul li {
	border-bottom: 3px solid #FFF;
}
* html ul ul li {
	border-top: 0;
}
/* Einde IE only hack */