﻿body {

}

.divSite {
    width: 100%;
    background: url('images/SpaansA4.jpg') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 350px;
}
.divLeft
{
    width:25%;
    float:left;
}
.divTekst {
    font-family: Verdana;
    font-size: 12px;
    text-align: left;
    float: left;
    width: 50%;
    background-color:transparent;
}
.divRight {
    width:25%;
    float:left;

}
