div#flyerBody
{ position: relative; }

div#flyerBody label, div#flyerBody p
{
    color: #333;
    font-weight: bold;
    display: block;
}

div#flyerBody form
{
    position: absolute;
    top: 240px;
    left: 35px;
}

div#flyerBody div
{
    background: #005B0B;
    width: 195px;
    height: 22px;
    padding: 2px;
}

div#flyerBody input
{ width: 193px; }

div#flyerBody div#anredeBox
{ width: 98px; }

div#flyerBody div#strasseBox
{ width: 300px; }

div#flyerBody input#hausnummer
{ width: 30px; }

div#flyerBody input#strasse
{ width: 265px; }

* html div#flyerBody input#strasse
{ width: 263px; }

div#flyerBody form label.labelSprache, div#flyerBody form input#sprache_francais, div#flyerBody form input#sprache_deutsch
{
    display: inline;
    width: auto;
}

div#flyerBodylabel, div#flyerBodyinput
{ display: block; }

div#flyerBody div#plzBox
{ width: 300px; }

div#flyerBody input#plz
{ width: 50px; }

div#flyerBody input#ort
{ width: 245px; }

* html div#flyerBody input#ort
{ width: 243px; }

div#flyerBody label, div#flyerBody p
{ margin: 10px 0 0 0; }

div#flyerBody input#absenden
{
    width: 234px;
    display: block;
    margin: 15px 0 0 0;
}

div#flyerBody input#sprache_francais, div#flyerBody input#sprache_deutsch
{ margin: 0 20px 5px 0; }

span.fehler
{
    color: #C00;
}

div#flyerBody span.error
{
    color: #C00;
    font-weight: bold;
}

div#flyerBody div.errorBox
{ background: #C00 !important; }

