﻿div.formBg
{
    background-image:url(/img/footer_background.jpg);
    padding:0 60px 10px 40px;
    color:#7E003F;
    font-size:11px;
    line-height:1.4;
    //margin-top:-3px;
}

div.formBg span
{
    text-transform:uppercase;
    font-size:11px;
    font-weight:bold;
}

div.formBg a
{
    color:#7E003F;
}

div.formBg div.adress, div.formBg div.form
{
    float:left;
}


div.formBg div.adress
{
    float:left;
    width:300px;
}

div.formBg div.adress a:hover
{
    text-decoration:underline!Important;
}

input.name, input.mail, textarea.anfrage
{
    font-family:courier new , Arial!Important;
    font-size:11px;
    border:1px solid #5D0049;
    margin-bottom:8px;
    padding:2px;
}

input.name
{
    width:182px;
}

input.mail
{
    width:177px;
    margin-left:9px;
}

textarea.anfrage
{
    width:377px;
    height:56px;
}

a.button
{
    margin-left:292px;
    display:block;
    background-image:url(/img/button_background.gif);
    width:91px;
    height:14px;
}

a:hover.button
{
    background-image:url(/img/button_background_aktiv.gif);
}

div.stichworte, div.stichworte a
{
    color:#995A87;
}

div.stichworte
{
    width:683px;
    text-align:center;
    font-weight:normal;
}

div.stichworte a, div.stichworte a:visited
{
    color:#995A87;
    margin-right:4px;
}

div.stichworte a:hover
{
    color:#7E003F;
    text-decoration:underline!Important;
}

div.stichworte h1, div.stichworte h1 h1:first-letter
{
    color:#995A87;
    font-size:11px!Important;
    font-family:ITC Stone sans , Arial;
    font-weight:normal;
    text-transform:none;
    padding:0;
    margin:0;
    font-style:normal!Important;
}


