﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-align: left;
    color: #0000FF;
    background-color: #F4F4F4;
}
.table
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-align: left;
    color: #0000FF;
    background-color: #F4F4F4;
    border: 0;
    padding: 0;
}
.spalte_links
{
    width: 10px;
    background-position: rigth top;
    background-repeat: no-repeat;
}
.spalte_menu
{
    width: 220px;
    vertical-align: top;
    text-align: center;
    height: 10px;
    background-color: #F4F4F4;
    background-repeat: repeat-x;
    padding-top: 10px;
}
.zelle_oben_rechts
{
    width: 10px;
    height: 10px;
    background-color: #F4F4F4;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.spalte_mitte
{
    width: 740px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    text-align: left;
    vertical-align: top;
}
.zelle_mitte_rechts
{
    width: 10px;
    background-color: #F4F4F4;
    background-position: left bottom;
    background-repeat: repeat-y;
}
.zelle_unten_links_validator
{
    height: 40px;
    color: #FF0000;
    font-style: italic;
    text-align: center;
    vertical-align: middle;
}
.zelle_unten_links
{
    width: 10px;
    background-color: #F4F4F4;
    background-position: right top;
    background-repeat: no-repeat;
}
.zelle_unten_mitte
{
    height: 10px;
    background-color: #F4F4F4;
    background-repeat: repeat-x;
}
.zelle_unten_rechts
{
    width: 10px;
    background-color: #F4F4F4;
    background-position: left top;
    background-repeat: no-repeat;
}

