body {
     margin: 0px;
     padding: 0px;
     background-color: #ffffff;
     font-family: Verdana, Helvetica, Arial, sans-serif;
     color: #666666;
     font-size: 12px;
     text-align: center; 
}
#container {
     width: 800px;
     margin: 20px auto 0px auto;
     text-align: left;
     position: relative;
}
h1 {
     font-size: 170%;
     font-weight: bold;
     margin-top: 0px;
     margin-bottom: 0px; 
}
h2 {
     font-size: 120%;
     font-weight: bold;
     margin-bottom: 0px;
     margin-top: 0px; 
}
p {
     line-height: 150%;
     margin-top: 0px;
     margin-bottom: 0px; 
}
.nadruk {
     font-weight: bold;
}
#logo {
     position: absolute;
     top: 0px;
}
#content {
     position: absolute;
     top: 150px;
     width: 800px;
}
#gereserveerd {
     background-color: #D4EAFC;
     position: absolute;
     left: 160px;
     border: 1px #666666 dotted;
     padding: 20px;
     width: 400px; 
}
#tekst1 {
     background-color: #D4EAFC;
     position: absolute;
     border: 1px #666666 dotted;
     padding: 20px;
     top: 120px;
     width: 330px;
     height: 280px;
}
#tekst2 {
     background-color: #D4EAFC;
     position: absolute;
     border: 1px #666666 dotted;
     padding: 20px;
     top: 120px;
     width: 330px;
     left: 428px;
     height: 280px; 
}



