body.login {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
    font-family: verdana, arial, helvetica, helve, sans-serif, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS';
    font-size: 14px;
    color: #000000;
    line-height: 1;
    text-align: center;
}

.body_beheer {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
    font-family: verdana, arial, helvetica, helve, sans-serif, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS';
    font-size: 14px;
    color: #000000;
    line-height: 1;
    text-align: center;
}

.body_header {
    height: 66px;
    margin: 0 auto 0 auto;
    padding-top: 10px;
    text-align: center;
}

#contentwrapper {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 1028px;
    /* deprecated:   min-height: calc(100% - 84px); /* make space for footer incl top- & bottom-padding*/
    min-height: calc(100vh + 125px);
    margin: auto;
    /* deprecated    margin-top: -79px; /* make space for footer incl top- & bottom-padding*/
    border: 0 #000000 dotted;
    background: #eeddf9; /*center column color transparent*/
    text-align: left;
    z-index: 0;
}

#inner {
    position: relative;
    width: 100%;
    z-index: 3;
}

#main_container {
    width: 100%;
    /*max-width: 1028px;*/
    height:100%;
    /*height: calc(100vh - 66px - 11px - 11px );*/
    margin: 0 auto;
}


#main_header {
    background-color: transparent;
    width: 100%;
    border-top: 79px dotted transparent; /* make space for footer incl top- & bottom-padding*/
    padding: 0;
}

#header {
    position: relative;
    background-color: transparent;
    width: 100%; /* height:20px; */
    margin: 0 auto;
    padding: 22px;
}



.volumen {
    position: relative;
    top:0;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

#footercms {
    position: relative;
    bottom:0;
    clear: both;
    width: 100%;
    height: 66px;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    font: 12px Verdana, Helvetica, sans-serif; /*  */
    text-align: center;
}