* { padding: 0; margin: 0; }
	
body, p, td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	
p.bodytext {
	margin: 1em;
	}

#pagewrapper {
	margin-left: -450px;
	position: absolute;
	left: 50%;
	width: 900px;
	background-color: #fafafa;
	}
	
#header {
	margin: 60px 10px 0px 10px;
	height: 35px;
	padding: 2px;
	border-color:black;
	border-style:solid;
	border-width:0 0 1px 0;
	}

#headerlogo {
	float:left;
	height:32px;
	width: 240px;
	background-image:url(images/header_links.gif);
	background-position: center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 4px;
	}


#centercolumn { /* Parent Wrapper for inside boxes */
	margin: 4px 0px 0px 5px;
	display: inline; /* IE Hack */
	padding: 0px;
	width: 76%;
	float: left;
	min-height: 300px;
	background-image:url(images/streep_verticaal.gif);
	background-position: right;
	background-repeat:repeat-y;
	line-height: 1.6em;
	}
* html #centercolumn {height:300px} /* IE Min-Height Hack */ 

#contentarea {
	padding: 20px 10px 0px 10px;
	color: #3a3a3a;
	}
	
#contentarea ul {
	margin-left: 35px;
	list-style-type:circle;
	}

#contentarea a {
	color: #3a3a3a;
	}

#rightcolumn {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	display: inline; /* IE Hack */
	width: 20%;
	float: left;
	min-height: 300px;
	color: #3a3a3a;
	}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 

div#menu {
	margin: 20px 5px 5px 20px
	}
div#menu ul {
	padding-left: 0px;
	margin: 0px;
	}
div#menu ul li {
	list-style-type: none;
	line-height: 1.5em;
	}
div#menu ul li ul {
	padding-left: 0px;
	margin-left: 0px;
	}
div#menu ul li ul li {
	margin-left: 0px;
	padding-left: 0px;
	}
div#menu ul li a {
	text-decoration: none;
	display: block;
	color: #3a3a3a;
	}
div#menu ul li ul li a { }
div#menu ul li a:hover { color: #3a3a3a; text-decoration: underline; }
div#menu ul li.actief a { font-weight: bold; }
div#menu ul li.actief ul li a { }
div#menu ul li.actief ul li.actief a { }
/**** de volgende twee zijn meestal hetzelfde **/
div#menu ul li ul li a:hover { }
div#menu ul li.actief ul li a:hover { }


#footer {
	background-color: #fafafa;
	margin: 0;
	display: inline; /* IE Hack */
	padding: 1px;
	float: left;
	width: 97.7%;
	}

#copyright {
	padding: 25px 0px 50px 0px;
	text-align:center;
	font-weight:900;
	color: #696969;
	}
.copyrighttekst {
	position:relative;
	left: 1.5em;
	font-size: .9em;
	}

h1 { 	font-size: 1.8em; font-family: Garamont, Geneva, Arial, sans-serif; margin-bottom: 12px; }
h2 { 	font-size: 1.4em; display: block; border-bottom: 1px solid gray; margin-top: 18px; margin-bottom: 8px; }
h3 { 	font-size: 1.2em; }
h4 { 	font-size: 1.1em; }
h5 { 	font-size: 1em; } 

img {border-width:0;}
img.thumb {margin:10px 1px;}
