div#titel-links{
    position: absolute;
    left: 0em;
    top: 3em;
    width: 28em;
    height: 8em;
    background-color:#ff9933;
    padding: 0.5em;
}
div#titel-rechts{
    position: absolute;
    left: 30em;
    top: 3em;
    width: 15.5em;
    border: solid 2px white;
}
div#titel-tips{
    position: absolute;
    left: 0em;
    top: 3em;
    width: 52em;
    height: 9em;
    padding: 0.5em;
    background-color:#ff9933;
    z-index:0;
}
div#toc-tips{
    position: absolute;
    width: 20em;
    z-index:2;
}
div#titel-foto-tips{
    position: absolute;
    left: 0em;
    top: 1.7em;
    width: 6em;
    padding: 0.5em;
}
div#titel-links-tips{
    position: absolute;
    left: 6em;
    top: 1.7em;
    width: 36em;
    padding: 0.5em;
}
div#titel-rechts-tips{
    position: absolute;
    left: 36em;
    top: 2em;
    width: 13.5em;
    padding: 0.7em
}
/* Zoeken en navigatie */
 div#zoekenMDIV{
    position: absolute;
    left: 0;
    height: 6em;
    bottom: 0em;
    width: 100%;
    border-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    z-index:2;
}