﻿html
{
    margin: 0;
    padding: 0;
    height: 100%;
}
body /* Internet Explorer */
{
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    height: 100%;
    text-align: left;
    line-height: 14pt;
}

body /* Mozilla Firefox alignment */
{
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    height: 100%;
    text-align: -moz-left;
    line-height: 14pt;
}

h1
{
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

h2
{
    font-family: Verdana;
    font-size: 9pt;
    font-weight: normal;
    line-height: 14pt;
    margin-top: 0px;
    margin-bottom: 0px;
}
h3
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    line-height: 12pt;
}
a
{
    font-family: Verdana;
    font-size: 10px;
    color: #586d13;
    text-decoration: none;
}
a:hover
{
    font-family: Verdana;
    font-size: 10px;
    color: #8dae1f;
    text-decoration: underline;
}
.produktBild
{
    border: none;
    cursor: pointer;
}
td
{
    font-family: Verdana;
    font-size: 10px;
}
.background
{
    _height: 100%;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    width: 700px;
    background-color: White;
}
