body         {
              text-align: center;
              background-color: #ffffee;
              font-family: Georgia, Times New Roman, serif;
              font-size: 100.01%;
              padding: 0;
              margin-top:15px;
              margin-bottom:5px;
              min-width: 760px;
              }
.page          {
               border-style:solid;
               background-color: #ffffee;
               border-color:#000000;
               border-width:4px;
               margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
               width: 765px;
               height: 580px;
               padding: 0;
               }
        a:link.navilink { font-weight:bold; color:#ffffff; text-decoration:underline; }
        a:visited.navilink  { font-weight:normal; color:#ffffff; text-decoration:underline; }
        a:hover.navilink  { font-weight:bold; color:#000000; text-decoration:none; }
        a:active.navilink  { font-weight:normal; color:#ffffff; text-decoration:none; }
        a:link.logolink { font-weight:bold; color:#ffffff; text-decoration:none; }
        a:visited.logolink  { font-weight:normal; color:#ffffff; text-decoration:none; }
        a:hover.logolink  { font-weight:bold; color:#000000; text-decoration:none; }
        a:active.logolink  { font-weight:normal; color:#ffffff; text-decoration:none; }
.content       {
               vertical-align:top;
               background-color: #FFFFEE;
               font-size: 1em;
                }
.content-left  {
                margin: 0;
                margin-top:-3px;
                padding: 0;
                float:left;
                width:130px;
                height:483px;
                color: #FFFFEE;
                background-color: #882244;
                }
.content-right  {
                margin-top:-3px;
                 color:#000000;
                 padding: 0;
                 font-size:0.8em;
                 float:right;
                 width:622px;
                 height:480px;
                 }
h1                {
                 padding-left:1.5em;
                 font-size:1.3em;
                 font-weight:bold;
                 text-align:center;
                  }
h2                {
                 text-align:center;
                 padding-left:1.5em;
                 padding-right:1.5em;
                 font-size:1.3em;
                 font-weight:bold;
                 }
h3               {
                 padding-top:0.8em;
                 padding-bottom:1em;
                 padding-left:1.5em;
                 font-size:1em;
                 font-weight:bold;
                 text-align:center;
                 }

p.content        {
                 padding-left:1.5em;
                 padding-right:1.5em;
                 text-align:center;
                 }
p.content_impressum        {
                 padding-left:1.5em;
                 padding-right:1.5em;
                 font-size:0.9em;
                 text-align:center;
                 }
p.impressum        {
                 padding-left:1.5em;
                 padding-right:1.5em;
                 font-size:0.8em;
                 text-align:justify;
                 }
.mailer       {
                 padding-left:1.5em;
                 }
/*Formmailer*/

.formmaileralles {
        clear: both;
        margin-top: 15px;
        width: 600px;
        text-align:left;
}
.formmaileralles p {
        clear: both;
}

.formmailertext {
        width: 60px;
        float:left;
        line-height:20px;
        text-align:left;
}
.formmailerinput {
        width: 520px;
        float:right;
}
.formmailertextfeld {
        border: 1px solid #ccc;
        background-color: #fff;
        width: 230px;
        color: #434343;
}
.formmailertextfeldspam {
        border: 2px solid #ccc;
        background-color: #fff;
        width: 140px;
        text-align: center;
        vertical-align: middle;
        padding: 0px;
        margin: 0px 0px 0px 0px;
        font-weight: bold;
        color: #914E23;
}
.formmailertextfeldlang {
        border: 1px solid #ccc;
        background-color: #fff;
        width: 480px;
        color: #434343;
}
.formmailertextarea {
        border: 1px solid #ccc;
        background-color: #fff;
        width: 480px;
        height: 50px;
        color: #434343;

}
.formmailerbutton {
        height: 30px;
        width: 230px;
        margin-right: 10px;
        border: 1px solid #ccc;
        background-color: #f6f6f6;
        margin-top: 5px;
        color: #914E23;
}
.formmailerimg {
        text-align: left;
        vertical-align: middle;
        margin: 0px;
        padding: 0px;
        height: 10px;
        width: 10px;
}
.formmailerfehler {
        background-image: url(images/stop.gif);
        background-repeat: no-repeat;
        background-position: left top;
        position:absolute;
        top:200px;
        left:730px;
        width:250px;
        height:250px;
        z-index:1;
        font-size:1.7em;
        font-weight:bold;
        color: red;
}
.formmailerok {
        background-image: url(images/ok.gif);
        background-repeat: no-repeat;
        background-position: left center;
        position:absolute;
        top:200px;
        left:730px;
        width:250px;
        height:250px;
        z-index:2;
        font-size:1.7em;
        font-weight:bold;
        color: green;
}
.formmailerfehler p, .formmailerok p {
        margin: 0;
        padding: 0;
        font-size: 11px;
}


/*Ende Formmailer */
