@charset "utf-8";
html {
	overflow: auto;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:white;
}
#main {
	position: absolute;
	background-image:url(../Images/main.png);
	width: 820px;
	height: 780px;
	left: 50%;
	top: 50%;
	margin-left: -410px;
	margin-top: -390px;
}
#content {
	position: absolute;
	overflow-y: auto;
	position: absolute;
	display: inline;
	width: 513px;
	height: 501px;
	left: 376px;
	top: 232px;
	margin-left:-360px;
	overflow:auto;
}
#h1 {
	font-size:16px;
}
#h2 {
	font-weight:bolder;
	font-size:13px;
}
#navigatie {
	font-size: 20px;
	position: absolute;
	display: inline;
	width: 526px;
	height: 20px;
	left: 540px;
	top: 191px;
	margin-left: -520px;
	text-align:center;
}
a {
	color: #FFFFFF;
	text-decoration:none;
	margin-right: 20px;
}
a:hover {
	color: #a5cd39;
	text-decoration:none;
}
#slideshow {
	width:227px;
	height:300px;
	position:absolute;
	left: 551px;
	top:464px;
}
#Menu {
	font-size: 20px;
	position: absolute;
	display: inline-block;
	width: 200px;
	height: 200px;
	left: 1076px;
	top: 249px;
	margin-left: -520px;
}
a.menuLink {
	text-decoration: none;
	color: white;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
}
ul.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li a {
	text-decoration: none;
	color: white;
	padding-left: 10px;
	display: block;
	width: 170px;
}
li a:hover {
	color:#a5cd39;
}
ul.menu {
	display: none;
}
#mails {
	color:#000000;
	text-decoration:none;
}
#mails:hover {
	color: #a5cd39;
	text-decoration:none;
}

#commentaar {
	font-size: 10px;
	color: #a5cd39;
}

