html {
    min-height: 100%;
    height: 100%;
    overflow: auto;
    }
body {
    font-size: 70%;
    height: 100%;
    min-height: 100%;
    margin: 0 0 0 0;
    border-style: none;
    background-color: ActiveBorder;
    overflow: visible;
    /* Pas op! Gebruik hier geen: overflow: hidden; */
}
div{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
img{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: 0;
}
div#window {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: Transparent;
    overflow: visible;
    }
div#page{
    position: relative;
    width: 75em;
    height: 100%;
    min-height:100%;
    margin: 0 auto 0 auto;
    background-color: White;
    overflow: hidden;
    }
div#background{
    position: absolute;
    width: 100%;
    height: 100%;
    min-height:100%;
    top:0;
    left:0;
    background-color: White;
    overflow: hidden;
    z-index: 1;
    }
div#top{
    position: absolute;
    left: 0;
    top: 0;
    height: 6.5em;
    width: 99%;
    padding-left: 1%;
    z-index: 2;
}
div#menu{
    position: absolute;
    left: 0px;
    top: 6.5em;
    height: 50em;
    width: 15em;
    padding-left: 0.5em;
    padding-top: 4em;
    z-index: 2;
}
div#other{
    position: absolute;
    left: 0px;
    bottom: 2em;
    height: 16em;
    width: 15em;
    vertical-align: text-bottom;
    padding-left: 0.5em;
    padding-top: 0.5em;
    /*background-repeat: no-repeat;*/
    z-index: 2;
}
div#submenu{
    position: absolute;
    background-repeat: no-repeat;
    right: 0.5em;
    top: 0.5em;
    height: 2em;
    z-index: 2;
}
div.submenu_left{
    float:left;
    padding-top: 5px;
    margin-left: 3px;
}
div.submenu_right{
    float:left;
    margin-left: 0px;
}
div#content{
    position: absolute;
    left: 16em;
    top: 6.5em;
    height: 81%;
    width: 59em;
    overflow: auto;
    z-index: 2;
}
div#bottom{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2em;
    width: 100%;
    margin-bottom: 0;
    padding-left: 1%;
    z-index: 2;
}
span.loginname{
    margin-top: 0px;
    padding-top: 0px;
    vertical-align: top;
}