/* all padding and margin to zero */* {	margin: 0;	padding: 0;	border: 0;}html, body {	list-style-type: none;	text-decoration: none;	height: 100.01%;	overflow: auto;	text-align: center;/* to center page in IE */	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;	font-size: 90%;	line-height: 1.5em;	color: #555;	background-color: #E6E6D2;}img {border: solid 4px #999;margin-top: 20px;}/* eerst alle divs */div#pagecontainer {/* bevat alles */	text-align: centre;	margin: 0% auto;	width: 100%;	}div#closebottom {/* standaard div om pagina af te sluiten, zit onder pagecontainer */	height: 0%;}div#header {   width: 100%;	margin: 0 auto;	text-align: right;	padding: 0;	font-family:  "Trebuchet MS", Trebuchet, Arial, Sans-serif;	background: #F9F5D4;	background-image: url(headernl.png);	background-position: right;	background-repeat: no-repeat;	height: 160px;}/*alles onder de subheader tot de footer */div#container {/* bevat linkerkolom en contentkolom */	margin: 0px auto;	clear: both;	text-align: left;	min-height: 500px;}div#middle {	padding: 1em;	background: #F9F5D4;	}/* footer, over hele breedte pagecontainer */div#footer {	clear: both;	margin: 0 auto;	font-size: 1em;	text-align: center;	padding: 0.5em;}div#footer a {	padding: 0 0.8em;	display: inline-block;}.credits {	font-size: 0.9em;}/* nu alle fonts etc */li {	list-style-type: none;}p {	line-height: 1.4em;	color: #555;	font-size: 1.2em;}h1, h2, h3 {	color: #57406E;	background: inherit;	font-weight: bolder;}h1 {	font-size: 1.8em;}h2 {	font-size: 1.4em;}h3 {	font-size: 1.2em;}a {	color: #57406E;	background: inherit;	font-weight: bolder;	text-decoration: none;}a:hover {	color: #0897CF;	background: inherit;}.hidden {display:none; padding:0px; margin:0px;}
