﻿/* Home pagina */
img { /* Voor banner */
    border:0px;
}
#ElementAction1 {
    position: absolute; 
    left: 10px; 
    top: 130px; 
    background-color: White; 
    width: 220px; 
    height: 150px; /**/
    z-index:-1;
}
#ElementAction2 {
    position: absolute; 
    left: 10px; 
    top: 290px; 
    background-color: White; 
    width: 220px; 
    height: 150px;
    z-index:-1;
}
#ElementAction3 {
    position: absolute; 
    left: 10px; 
    top: 450px; 
    background-color: White; 
    width: 220px; 
    height: 150px;
    z-index:-1;
}
#ElementAction4 {
    position: absolute; 
    left: 240px; 
    top: 130px; 
    background-color: White; 
    width: 220px; 
    height: 150px; /**/
    z-index:-1;
}
#ElementAction5 {
    position: absolute; 
    left: 240px; 
    top: 290px; 
    background-color: White; 
    width: 220px; 
    height: 150px;
    z-index:-1;
} 
#ElementAction6 {
    position: absolute; 
    left: 240px; 
    top: 450px; 
    background-color: White; 
    width: 220px; 
    height: 150px;
    z-index:-1;
}
#ElementHome {
    position: absolute; 
    left: 470px; 
    top: 130px; 
    background-color: White; 
    width: 480px; 
    height: 310px;
    z-index:-1;
}
#ElementCompany {
    position: absolute; 
    left: 470px; 
    top: 450px; 
    background-color: White; 
    width: 480px; 
    height: 150px;
    z-index:-1;
}


/* #menubar {
    position: absolute; 
    left: 30px; 
    top: 80px; 
    background-color: orange; 
    width: 940px; 
    height: 30px;
} */

#footer2 { /*Wat doet deze ? */ 
    position: absolute; 
    left: 0px; 
    top: 610px;     
    width: 940px; 
    height: 170px;
}