body
{
    color: #000000;
    background-color: #315530;
}

form
{
    font-family: Verdana;
    font-size: 7pt;
}

select
{
    font-family: Verdana;
    font-size: 7pt;
}

input
{
    font-family: Verdana;
    font-size: 7pt;
    margin: 1px;
    padding: 1px;
}

#header
{
    background-image: url(../images/logo.jpg);
    width: 955px;
    height: 300px;
    margin: 0 auto;
}

#top
{
    background-image: url(../images/oben.jpg);
    width: 955px;
    height: 56px;
    margin: 0 auto;
}

#middle
{
    width: 955px;
    height: 1072px;
    margin: 0 auto;
}

#left
{
    background-image: url(../images/links.jpg);
    width: 56px;
    height: 1072px;
    float: left;
}

#center
{
    position: relative;
    background-image: url(../images/kachel.jpg);
    background-position: 18px 18px;
    width: 843px;
    height: 1072px;
    float: left;
}

#right
{
    background-image: url(../images/rechts.jpg);
    width: 56px;
    height: 1072px;
    float: left;
}

#bottom
{
    background-image: url(../images/unten.jpg);
    width: 955px;
    height: 56px;
    margin: 0 auto;
}

.description
{
    font-family: Arial;
    font-size: 12pt;
    line-height: 14pt;
    position: absolute;
    left: 36px;
    top: 118px;
    margin: 0;
    padding: 0;
}

.feature
{
    font-family: "Arial Narrow";
    font-size: 10pt;
    font-weight: bold;
}

.caption
{
    font-family: Tahoma;
    font-size: 7pt;
    font-weight: bold;
    color: #687A1D;
}

.steps
{
    font-family: Tahoma;
    font-size: 8pt;
}

.requirements
{
    font-family: Tahoma;
    font-size: 7pt;
}

.footer
{
    font-family: Tahoma;
    font-size: 11pt;
}

