.contentbox
{
    background-color: #F9F9F9;
    height: 400px;
    width: 100%;
    border-bottom-width: 1.5px;
    border-bottom-style: solid;
    border-bottom-color: #07C247;
}

.infobox
{
    border-width: 0.1px;
    border-color: #BBBBBB;
    border-style: solid;
    background-color: #FFFFFF;
}


.infoBoxCaption
{
    font-size: 16px;
    font-weight: bold;
    color: #07C247;
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 10px;
    margin-bottom: 5px;
}

.infoboxContent
{
    margin-top: 30px;
    margin-left: 30px;
    position: relative;
}

.infoboxContentWithoutMargin
{
      position: relative;
}



.infoboxLine
{
    border-width: 1px;
    border-color: #07C247;
    margin-left: 5px;
    margin-right: 5px;
    border-style: solid;
    border-bottom-width: 0px;
}



.bannerInfo
{
  
    width: 300px;
    height: 500px;
    left: 30px;
    top: 30px;
    position: relative;
   
}


.bannerInfoCaption
{
    font-size: 18px;
    color: #F5F5F5;
    text-shadow: 2px 2px 6px #000000;
}

.bannerInfoDetails {
   
    font-size: 18px;
    color: #F5F5F5;
    text-shadow: 2px 2px 6px #000000;
}

.bannerInfoDivider
{
    border-top-width: 1px;
    border-bottom-width: 0px;
    border-style: solid;
    border-color: #EBEBEB;
}

.maincontentBox
{
    border-width: 0.1px;
    border-color: #BBBBBB;
    border-style: none;
    width: 500px;
    height: 500px;
    top: 30px;
    left: 30px;
    position: relative;
    float:left;
}

.maincontentBoxContent
{
    font-size: 14px;
}

.maincontentBoxCaption {
    text-align: left;
    font-family: 'Helvetica Neue LT W01_71488914', Helvica,Arial;
    color: #07C247;
    font-size: 18px;
}

.maincontentBoxLine
{
    border-top-width: 1px;
    border-bottom-width: 0px;
    border-style: solid;
    border-color: #EBEBEB;
}


#contact
{
    width: 200px;
    height: 230px;
    top: 20px;
    left: 100px;
    position: relative;
    float: left;
}

#kaartKantoor
{
    width: 400px;
    height: 300px;
    top: 20px;
    left: 60px;
    position: relative;
    float: left;
}

#tools
{
    width: 550px;
    height: 180px;
    top: 20px;
    left: 200px;
    position: relative;
    float: left;
}

 #map {
        height: 100%;

 }