body
{
    background-color: white;
    color: black;
}

h1
{
    font-size: 14pt;
    font-family: verdana;
    font-weight: normal;
}

h2
{
    font-size: 12pt;
    font-family: verdana;
    font-weight: normal;
}

p
{
    font-size: 8pt;
    font-family: verdana;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 15px;
}

td.leverbaar-in p
{
    padding:0px;
    margin:0px;
}

td
{
    font-size: 8pt;
    font-family: verdana;
    font-weight: normal;
}

a
{
    font-size: 8pt;
    font-family: verdana;
    font-weight: normal;
    color:#989f01;
    text-decoration: underline;
}

#tijdindicatieResponse
{
    margin-top:15px;
    margin-left:15px;

    font-size: 8pt;
    font-family: verdana;
    font-weight: normal;
}

table.winkelwagen
{
    margin: 15px;
}

table.winkelwagen td
{
    margin-right: 15px;
    padding-right: 15px;
    vertical-align: top;
    
    font-size: 8pt;
    font-family: verdana;
    font-weight: normal;    
}

table.winkelwagen th
{
    margin-right: 15px;
    padding-right: 15px;
    vertical-align: top;

    font-size: 8pt;
    font-family: verdana;
    font-weight: bold;
}

/* Contact formulier */

div.contact-form
{
    width:305px;
    height: 380px;
    padding:10px;
}

div.contact-form input.text
{
    height: 12px;
    margin:2px;
    padding:2px;
}

input.contact-button
{
    height: 30px;
}

fieldset
{
    border:0px;
    
}

fieldset legend
{
    background-color:black;
    font-weight: bold;
    margin-bottom: 5px;
}

img.meubelThumb
{
    position:relative;
    float:center;
    max-height:125px;
    max-width:200px;
}

a.collectie_pagina_huidig
{
    padding: 4px;
    margin: 2px;
    border: 1px solid #989f01;
    background-color: white;
    color: black;
    text-decoration: none;    
}

a.collectie_pagina_huidig:hover
{
    padding: 4px;
    margin: 2px;
    border: 1px solid #989f01;
    background-color: #e1f1be;
    color: black;
    text-decoration: none;    
}