body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EBEBEB;
}

#container {
	position: absolute;
	width: 800px;
	height: 690px;
	left: 50%;
	margin-left: -400px;
	visibility: visible;
}

#pageHeader {
	position: absolute;
	top: 0px;
	height: 59px;
	width: 800px;
	text-align: right;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-color: #fff;
}

#headertekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
}

#content    {
	position: absolute;
	top: 70px;
	left: 190px;
	width: 600px;
	height: 585px;
	visibility: visible;

}

#contenttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	color: #333;
}

h1 {
	font-size: 18px;
	font-style:normal;
	font-weight:normal;
	margin-bottom: 0px;
	margin-top: 0px;
}

h2 {
	font-size: 12px;
	font-style:italic;
	font-weight:normal;
	margin-bottom: 0px;
	margin-top: 0px;
}
h3 {
	font-size: 12px;
	font-style:italic;
	font-weight:normal;
	margin-bottom: 0px;
	margin-top: 0px;
}

a:link {
	color: #008D99;
}
a:hover {
	color: #00B9C9;
}
a:visited {
	color: #008D99;
}

#menu {
	position: absolute;
	width: 180px;
	float: left;
	top: 150px;
}


#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 0px solid #fff;
}


#navcontainer a {
	height: 20px;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 10px;
	color: #333333;
	text-decoration: none;
	border-bottom: 0px solid #fff;
	background: repeat-x url(images/button_normal.png);
	padding-bottom: 0px;
	font-weight: normal;
	letter-spacing: 0.1em;
}

#navcontainer #current {
	height: 30px;
	display: block;
	padding-top: 6px;
	padding-right: 5px;
	padding-left: 10px;
	color: #008D99;
	text-decoration: underline;
	border-bottom: 0px solid #fff;
	font-weight: normal;
	padding-bottom: 0px;
}
#navcontainer a:hover {
	color: #008D99;
}

#topnavcontainer {
	margin-bottom: 5px;
	margin-top: 5px;
	top: 25px;
	position: relative;
}
#topnavcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 0px solid #fff;
}

#topnavcontainer li {

}

#topnavcontainer a {
	height: 35px;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 10px;
	color: #333333;
	text-decoration: none;
	border-bottom: 0px solid #fff;
	padding-bottom: 0px;
	font-weight: normal;
	letter-spacing: 0.1em;
	background-image: url(images/buttonback_2.png);
	background-repeat: no-repeat;
}

#topnavcontainer #current {
	height: 30px;
	display: block;
	padding-top: 6px;
	padding-right: 5px;
	padding-left: 10px;
	color: #008D99;
	text-decoration: underline;
	border-bottom: 0px solid #fff;
	background: repeat-x url(images/button_selected.png);
	font-weight: normal;
	padding-bottom: 0px;
}
#topnavcontainer a:hover {
	color: #008D99;
}
/*IE Win interprets the line breaks between our nicely formatted HTML list items as white space, so menu items don’t stack up*/
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

#footer {
	width: 800px;
	top: 660px; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */
	
	height: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
}

#footer a:link, #footer a:visited {
	color: #333333;
}

.kleiner {
	font-size: 0.8em;
}

h1 {
	font-size: 18px;
}
.linkslijnend {
	text-align: left;
}
.rechtslijnend {
	text-align: right;
}
.lichtblauw {
	color: #333333;
}

