* {margin: 0; padding: 0;}

body {background-color: black; color: white; font-family: 'Courier New', courier, monotype; font-size: 70%; height: 100%; margin: 0; padding: 0;}


/* korte pagina's hebben een .shortbody in de <body>, langere pagina's hebben een <div class="logo"> onderaan */

.shortbody {background-image: url('images/logo.new.gif'); background-position: bottom left; background-repeat: no-repeat;}
.logo {width: 100%; height: 126px; background-image: url('images/logo.new.gif'); background-position: bottom left; background-repeat: no-repeat;}


/* de homepage centeren in IE */

.wrapper {clear: both; width: 100%; text-align: center;}
.bodydiv {margin: 0 auto; width: 900px; text-align: left;}

.hometable {width: 100%;}
.hometable td {padding: 0 5px 0 5px; text-align: left; vertical-align: top;}
.center {text-align: center;}

h1 {float: left; display: block;}
h2 {font-size: 150%; font-weight: normal; color: red; clear: both;}
h3 {width: 100%; border-bottom: 1px solid white; font-size: 130%;}

.nav {padding-left: 20px; padding-top: 10px; padding-bottom: 10px; clear: right;}

#maintext {padding: 0 15% 0 15%; font-size: 110%;}

img.foto {border: 10px solid white;}
td {font-size: 0.8em;}
a {color: red;}


/* Simpelviewerdingetjes voor IE/Mac */
html {height: 100%; overflow: auto;}
#flashcontent {height: 80%;}

