﻿body
{
    font-family: Arial;
    font-size: small;
    color: #615f5f;
}

H1
{
    margin: 0 0 6px 0;
    padding: 0 0 0 0;
    font-size: 2.2em;
    font-weight: bold;
}

H2
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}

p
{
    margin: 3px 0 3px 0;
    padding: 0 0 0 0;
}

a
{
    color: #615f5f;
    text-decoration: underline;
}

a:hover
{
    color: Black;
}

.ProductenMenu
{
    width: 740px;
    font-size: 1.1em;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    text-decoration: none; 
}

.ProductenMenu:hover
{
    color: Black;
}

.ProductenMenu td
{
    background-color: #FEBA31;
    padding: 4px; 
}

.Specificaties
{
    text-align: left;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
}

.Specificaties th
{
    background-color: #FEBA31;
    color: #fff; 
    text-align: left;
    font-weight: bold;
    border-top: solid 1px #000; 
    border-left: solid 1px #000;
}

.Specificaties td
{
    border-top: solid 1px #000;
    border-left: solid 1px #000;
}

.SideBarMenu img
{
    border: 0;
}