﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ebf4e6;
    margin: 10px 50px 50px 50px;
    font-size: 12px;
}
#screenCenter
{
    width: 990px;
    left: 50%;
    margin: 0px auto 0px -495px;
    position: relative;
    padding: 0px;
    height: 100%;
    overflow: hidden;
    background-color: White;
    border: solid 1px #58ad40;
}

.adresvak
{
    width: 990px;
    text-align: right;
    left: 50%;
    margin: 0px auto 0px -495px;
    position: relative;
    padding-bottom: 10px;
}

.hoofding
{
    height: 126px;
    width: 990px;
    /*background-image : url(img/head_bg.png);/* is klikbaar gemaakt*/
    background-repeat: no-repeat;
}
.hoofding img
{
    border:none;
}
.menu
{
    background-color: #d2232a;
    width: 840px;
    height: 15px;
    padding: 5px 5px 5px 15px;
    color: White;
    margin-left: 150px;
    text-transform: uppercase;
}

.menu ul
{
    list-style-type: none;
    margin: 0px;
    padding-left: 0px;
}

.menu ul li
{
    display: inline;
    padding-right: 8px;
    color: White;
}
.menu a
{
    color: White;
    text-decoration: none;
}
.menu a:hover
{
    text-decoration: underline;
}

.broodkruimels
{
    color: #d2232a;
    width: 840px;
    height: 15px;
    padding: 5px 5px 5px 0px;
    margin-left: 150px;
    margin-bottom: 10px;
}
.broodkruimels a
{
    color: #d2232a;
    text-decoration: none;
}
.broodkruimels a:hover
{
    text-decoration: underline;
}
#content
{
    width: 840px;
    padding: 0px;
    margin-left: 150px;
}

.promoties
{
    position: absolute;
    top: 171px;
    left: 20px;
    float: left;
}


.occasies
{
    position: absolute;
    top: 510px;
    left: 20px;
    float: left;
}

.thumbNailBoxPromoOcc
{
    width: 70px;
    height: 52px;
    overflow: hidden;
    border: solid 1px #58ad40;
    text-align: center;
}

h1
{
    color: #d2232a;
    font-size: 16px;
    font-weight: normal;
}
h2
{
    color: #005838;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

h4
{
    color: #005838;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: dotted 1px #005838;
    border-bottom: dotted 1px #005838;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
    width: 100px;
    font-size: 13px;
    font-weight: normal;
}

img
{
    border: solid 1px #58ad40;
}

.keuzesLinks a
{
    font-weight: bold;
    color: Black;
    text-decoration: none;
}
.keuzesLinks p
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.blog
{
    border-top: dotted 1px #005838;
    border-bottom: dotted 1px #005838;
    width: 320px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.blog h1
{
    margin: 0px;
    padding: 10px 0px 0px 0px;
}

.blog ul
{
    /* margin:0px;*/
}

.blog li
{
    list-style-type: square;
}

.blog a
{
    color: Black;
    text-decoration: none;
}

.extraInfoBoxen
{
    border: solid 1px #58ad40;
    width: 140px;
    float: right;
    position: absolute;
    top: 671px;
    height: 220px;
    overflow: hidden;
}
.extraInfoBoxen h2
{
    width: 128px;
    text-align: center;
    padding: 5px;
    margin: 0px;
}
.extraInfoBoxen img
{
    border: none;
}

.extraInfoBoxen p
{
    padding: 5px;
    margin: 0px;
}
.extraInfoBoxen a
{
    text-decoration: none;
    color: Black;
}

.infoBox0
{
    left: 500px;
}
.infoBox1
{
    left: 660px;
}
.infoBox2
{
    left: 820px;
}

.footer
{
    width: 990px;
    color: #58ad40;
    font-size: 10px;
    left: 50%;
    margin: 0px auto 0px -495px;
    position: relative;
    text-align: center;
    clear: both;
}
.subGroepContainer
{
    float: left;
    margin-right: 25px;
    margin-bottom: 30px;
}

.subGroepBoxen
{
    border: solid 1px #58ad40;
    width: 140px;
    height: 300px;
    overflow: hidden;
}
.subGroepBoxen h2
{
    width: 128px;
    height: 50px;
    text-align: center;
    padding: 5px;
    margin: 0px;
    font-size: 13px;
}
.subGroepBoxen h2 a
{
    color: #005838;
}
.subGroepBoxen img
{
    border: none;
}

.subGroepBoxen p
{
    padding: 5px;
    margin: 0px;
}
.subGroepBoxen a
{
    text-decoration: none;
    color: Black;
}

.subGroepMerken
{
    margin-top: 20px;
    color: #005838;
}
.subGroepMerken ul
{
    margin: 0px;
    padding: 0px;
}
.subGroepMerken li
{
    border-top: dotted 1px #005838;
    list-style-type: none;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
}
.subGroepMerken a
{
    text-decoration: none;
    color: #005838;
}

.filters
{
    width: 803px;
    border: solid 1px #58ad40;
    margin-bottom: 30px;
}
.filters p
{
    background-color: #58ad40;
    color: White;
    margin: 0px;
    padding: 5px 5px 5px 15px;
}

.filters select
{
    border: solid 1px #58ad40;
    margin: 15px;
}

.thumbNailBoxProduct .afbeelding
{
    padding: 0px;
    width: 135px;
    height: 101px;
    overflow: hidden;
    border: solid 1px #58ad40;
    margin: 0px 30px 0px 0px;
    text-align: center;
}

.thumbNailBoxProduct p
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.thumbNailBoxProduct a
{
    font-weight: bold;
    color: Black;
    text-decoration: none;
}

.productDetailsFotos
{
    width: 330px;
    float: left;
    margin-right: 20px;
}
.productDetailsFotos img
{
    border: none;
}
.productDetailsFotos .large
{
    height: 240px;
    width: 320px;
    border: solid 1px #58ad40;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
}


.productDetailsFotos .movie
{
    height: 265px;
    width: 320px;
    border: solid 1px #58ad40;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    clear: left;
}

.productDetailsFotos .small
{
    height: 52px;
    width: 70px;
    border: solid 1px #58ad40;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
}
.productDetailsInformatie
{
    float: right;
    border-top: dotted 1px #58ad40;
    border-bottom: dotted 1px #58ad40;
    margin-right: 20px;
    width: 450px;
}
.productDetailsInformatie a
{
    text-decoration: none;
    color: #d2232a;
}
.productDetailsInformatie a:hover
{
    text-decoration: underline;
}
.productDetailsInformatie h1
{
    font-weight: bold;
    padding-top: 10px;
}
.knop
{
    color: #ffffff;
    background-color: #d2232a;
    border: solid 1px #aaaaaa;
}

.tekstVak
{
    border: solid 1px #aaaaaa;
}

.tableOnderhoud td
{
    vertical-align: top;
    border: solid 5px #ffffff;
}

.inspringenLinks
{
    margin: 0px 0px 0px 25px;
}