/*
Meeste is niet meer nodig vanwege tabel-structuur. Content nog wel. Ik adviseer alles gewoon te laten staan 
*/

/* reset padding and margin */

* {
margin: 0px;
padding: 0px;
}

html {
top: 0px;
left: 0px;
margin: 0px;
padding: 0px;
}

body {
position: relative;
top: -15px;
margin: 0 auto 0 auto;
background: black;
color: white;
text-align: center;
}

h1 {
margin-top: -2px;
margin-bottom:10px;
font-size: 1.5em
}

h2 {
color: white;
font-size: 1.5em;
}

a {
padding: 0px;
margin: 0px;
color: white;
text-decoration: underline;
}

img {
padding: 0px;
margin: 0px;
border-style: none;
display: block;
}

a img {
padding: 0px;
margin: 0px;
border-style: none;
}

#mainmenu {
width: 136px;
padding: 0px;
margin: 0px;
height: 137px;
}

a img .menubutton {
position: relative;
padding: 0px;
margin: 0px;
}

#content {
width: 516px;
color: white;
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
font-size: 0.8em;
padding: 0 1em 0 1em;
}

#content p {
padding-bottom: 1em;
}

#content img {
padding: 1em 0em 1em 0em;
}

h1.tussenkop {
margin: 0px;
color: white;
font-size: 1.2em;
}

ul, ol {
list-style-position: inside;
}
