h1 { text-align:center;
    }
h2 { text-align: center;
    }
div.sitenaam{
       background: rgb(80%, 80%, 100%);
       position: fixed;
       top: 0;
       left: 1em;
       right: 11em;
       height: 4em;
       border-width: 0.2%;
       border-color: blue;  
       border-style: solid;
       padding: 0.5em;
       text-align: left;
       }
div.menu{
       background: rgb(80%, 80%, 100%);
       position: fixed;
       top: 0%;
       height: 4em;
       right: 1em;
       left: 13em;
       border-width: 0.2%;
       border-color: blue;  
       border-style: solid;
       padding: 1em;
       text-align: center;
       /* overflow: auto; */
       }
a.menu { width: 16%;
           padding: 1%;
           background: #EECC33;
           margin: 0em;
           border-width: 1%;
           /* border-color: maroon;*/
           border-style: outset;
           float: left;
           text-align: center;
     }
a.menu:link { color: blue;
     }
a.menu:visited { color: maroon;
     }
a.menu:hover { background: #FFDD66;
     }
a.menu:active { background: white;
     }
div.jebenthier { width: 16%;
           padding: 1%;
           color: maroon;
           background: #CCBB11;
           margin: 0em;
           border-width: 1%;
           /* border-color: maroon;*/
           border-style: inset;
           float: left;
           text-align: center;
     }
div.single {
     position: fixed;
     top: 5em;
     bottom: 1em;
     left: 1em;
     right: 1em;
     background: rgb(80%, 80%, 80%);
     border-width: 0.2%;
     border-color: blue;
     border-style: solid;
     padding: 1em;
     overflow: auto;
    }
div.nav {
       background: rgb(80%, 80%, 80%);
       position: fixed;
       top: 5em;
       left: 1em;
       width: 12em;
       bottom: 1em;
       border-width: 0.2%;
       border-color: blue;
       border-style: solid;
       padding: 0.4em;
       overflow: auto;
       text-align: left;
    }
div.subpag {
       background: rgb(80%, 80%, 80%);
       position: fixed;
       top: 5em;
       right: 1em;
       left: 13em;
       bottom: 1em;
       border-width: 0.2%;
       border-color: blue;
       border-style: solid;
       padding: 1em;
       overflow: auto;
       text-align: left;
    }
div.reisdagblok {
       background: rgb(80%, 80%, 80%);
       position: fixed;
       top: 5em;
       right: 1em;
       left: 13em;
       height: 4em;
       border-width: 0.2%;
       border-color: blue;
       border-style: solid;
       padding: 0.2em;
       overflow: auto;
       text-align: left;
    }
div.reissubpag {
       background: rgb(80%, 80%, 80%);
       position: fixed;
       top: 7em;
       right: 1em;
       left: 13em;
       bottom: 1em;
       border-width: 0.2%;
       border-color: blue;
       border-style: solid;
       padding: 1em;
       overflow: auto;
       text-align: left;
    }

div.intable {
     height:100%;
     width:100%;
     overflow: scroll;
    }
td.nav {
       width:28%;
       vertical-align:top;
       background-color:EEEEEE;
       }
td.subpag {
       width:70%;
       background-color:EEEEEE;
       }
p.caption {
      font-size:smaller
   }



