body {
   overflow: hidden;
   font-family: verdana, sans-serif;
   color: slategray;
   background-color: white;
   margin left: 0;
   margin-top: 0;
   margin-bottom: 0;
   padding-left: 0;
   padding-top: 0;
}

#introblok {
position: absolute;
top: 0px;
left: 0px;
background-color: white;
}

#logointro {
position: absolute;
}

#textintro {
position: absolute;
}

#imageholder {
position: absolute;
}


#navigation {
   position: absolute;
   overflow: hidden;
   width: 40px;
   height: 40px;
   background-image: url('5pijlens.gif');
   font-size: 40pt;
}
#navigation a{
   text-decoration: none;
}

#menu {
   position: absolute;
   overflow: hidden;
   visibility: hidden;
   background-color: slategray;
   height: 360px;
   color: white;
}

#menu a{
color: white;
text-decoration: none;
}

#menu a:hover{
color: darkblue;
}

.jt {
position: absolute;
visibility: hidden;
}

#pagetitle {
   position: absolute;
   top: 10px;
   left: 50px;
}

#next {
   position: absolute;
   overflow: hidden;
   background-image: url('next.gif');
   height: 40px;
   width: 40px;
   top: 50px;
   right: 50px;
   font-size: 80pt;
}

#previous {
   position: absolute;
   overflow: hidden;
   background-image: url('previous.gif');
   height: 40px;
   width: 40px;
   top: 100px;
   right: 50px;
   font-size: 80pt;
}