body
{
    background-color: #F49D00;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#taakbalk 
{
    height: 75px;
    width: 13%;
    padding-top: 0px;
    float:right;
    border: solid black;
    box-sizing: border-box;
    -moz-box-sizing: border-box;   
    background-color: #FFE085;
}

#logo
{
    height: 75px;
    width: 16%;
    padding-top: 0px;
    float:left;
    border: solid black;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#A
{
    position: absolute;
    top: 150px;
    left: 50px;
    width: 300px;
}

#B
{
    position: absolute;
    top: 350px;
    left:500px;
    width: 325px;
}

#C
{
    position: absolute;
    top: 120px;
    left: 900px;
    width: 250px;
}

#D
{
    position: absolute;
    top: 200px;
    left: 1400px;
    width: 300px;
}

#E
{
    position: absolute;
    top: 550px;
    left:30px;
    width: 350px;
}

#F
{
    position: absolute;
    top: 550px;
    left: 1000px;
    width: 300px;
}

#G
{
    position: absolute;
    top: 600px;
    left: 1600px;
    width: 250px;
}

footer
{
    text-align: center;
    background-color: #FFE085;
    margin-top: 43%;
}

#footerlogo
{
   width: 200px;
   height: auto;
}


