﻿body {
}
.scherm_instelling {
    position: relative;
    width: 74%;
    float: left;
    left: 0%;
}

@media screen and (max-width: 1600px) {
    .scherm_instelling {
        position: relative;
        width: 74%;
        float: left;
        left: 22%;
    }
    .MenuBar {
        top: 50px !important;
    }
    .ContentBovenRand {
        position: relative;
        top: 0px !important;
    }
}

@media screen and (max-width: 1500px) {
    .scherm_instelling {
        position: relative;
        width: 74%;
        float: left;
        left: 22%;  
    }
    .MenuBar {
        top: 50px !important;
        margin-bottom: 30px;
    }
    .ContentBovenRand {
        position: relative;
        top: 0px !important;
    }    
}

@media screen and (max-width: 1500px) {
    .scherm_instelling {
        position: relative;
        width: 74%;
        float: left;
        left: 22%;
    }

    .MenuBar {
        top: 50px !important;
        margin-bottom: 30px;
    }

    .ContentBovenRand {
        position: relative;
        top: 0px !important;
    }
}

@media screen and (max-width: 1150px) {
    .scherm_instelling {
        position: relative;
        width: 72%;
        float: left;
        left: 27%;
    }
    .MenuBar {
        top: 50px !important;
        margin-bottom: 50px;
    }
    .ContentBovenRand {
        position: relative;
        top: 0px !important;        
    }
}

@media screen and (max-width: 1000px) {
    .scherm_instelling {
        position: relative;
        width: 70%;
        float: left;
        left: 30%;
    }

    .MenuBar {
        top: 50px !important;
        margin-bottom:50px;
    }
    .ContentBovenRand {
        position: relative;
        top: 20px !important;        
    }
}


