	body {
		padding-top: 3.8em;
		padding-left: 21em; 
		padding-right: 9em;
		font-family: x-small Verdana, Arial, Helvetica, serif;
	    text-align:center; /* http://www.webdesignerforum.co.uk/topic/2473-tutorial-how-to-center-a-site-using-css/*/
		color: 000000;
	    background-color: #eee;
		font-size: 90%}
	ul.navbar {
		background-color: #eee;
		list-style-type: none;
	    padding-top: 5em;
		padding-left: 0;
	    margin-top: 0em;
	    position: absolute;
	    top: 0em;
	    left: 4em;
		bottom: 0em;
	    width: 12em}
	h1 {
		border-bottom: 0.05em solid #ccc;
		padding-top: 0em;
		padding-bottom: 1em;
		font-family: Helvetica, Geneva, SunSans-Regular, sans-serif}
	h2 {font-size: 120%}
	ul.navbar li {
	    font-size: 100%;
		background: #fff;
	    margin: 0.5em 0;
	    padding: 0.3em}
	ul.navbar li#sub {
	    margin-left: 1.5em}
	ul.navbar li#sub_active {
	    margin-left: 1.5em;
		background: #fff;
		border-style: solid;
		border-color: #aaa;
		border-width: 1px	}
	ul.navbar li#active {
		background: #fff; 
		border-style: solid;
		border-color: #aaa;
		border-width: 1px	}
	ul.navbar a {
		text-decoration: none }
	a:link {
		color: blue}
	a:visited {
		color: purple}
	a:hover { 
		color: red}
	a:active { 
		color: #f00}
	img { border: 0 none;}
	address {
	    font-size: 75%;
		margin-top: 3em;
	    padding-top: 1em;
	    border-top: thin dotted #ccc}
	img#bestuur { float:left; margin-right: 2em }
	#bestuurblok { border-bottom: 0.02em solid #ddd;
		padding-top: 0.5em;
		padding-bottom: 0.5em}
	table tr td {text-align: left; border: 1px solid #eee; background-color: #fff; border-color: #fff; vertical-align: middle}
#wrapper { /* http://www.webdesignerforum.co.uk/topic/2473-tutorial-how-to-center-a-site-using-css/*/
        margin: 0 auto;
        width: 800px; /* Replace the xxxx with the the width of your site (eg 800px)*/
        background-color: #fff;
		text-align:left;
		border-style: solid;
		border-color: #fff;
		border-width: 1em
}	
#nieuwsitem { /* http://www.webdesignerforum.co.uk/topic/2473-tutorial-how-to-center-a-site-using-css/*/
        background-color: #ccc;
		border-style: solid;
		border-color: #ccc;
		border-width: 1em;
		margin-top: 1em;
		margin-bottom: 1em
}		
#indent { 
        padding-left: 5em;	
}	
