/*--------------------------------------------------------
      http://www.delacher.com/
      autor: holzweg ecommerce solutions, www.holzweg.com
      beginn: 2006-04-21
      ende: 2006-04-26
      inhalt: formular
--------------------------------------------------------*/



/* [ KONTAKTFORMULAR ] - SENDEN / LÖSCHEN BUTTON
--------------------------------------------------------*/

#button{
        border: 1px solid #44717D;
        background-color: #F0F9FB;
        color: #44717D;
        height: 20px;
        }

/* INPUTFELDER - KONTAKTFORMUALR
--------------------------------------------------------*/
input#x4cForms_normal   { background: #ffffff; color: #999; font-weight: normal; border: 1px solid #949595; font-size: 11pt; width: 250px; height: 25px;}
input#x4cForms_normal.a { background: #ffffff; color: #999; font-weight: normal; border: 1px solid #949595; font-size: 9pt;  width: 160px; height: 22px;}
input#x4cForms_normal.b { background: #ffffff; color: #999; font-weight: normal; border: 1px solid #949595; font-size: 11pt; width: 250px; height: 25px;}
input#x4cForms_normal.c { background: #ffffff; color: #999; font-weight: normal; border: 1px solid #949595; font-size: 13pt; width: 300px; height: 27px;}

textarea#x4cForms_normal   { background: #ffffff; font-family: arial, verdana; border: 1px solid #949595; color: #999; font-size: 11pt; width: 250px; height: 200px;}
textarea#x4cForms_normal.a { background: #ffffff; font-family: arial, verdana; border: 1px solid #949595; color: #999; font-size: 9pt;  width: 160px; height: 100px;}
textarea#x4cForms_normal.b { background: #ffffff; font-family: arial, verdana; border: 1px solid #949595; color: #999; font-size: 11pt; width: 250px; height: 200px;}
textarea#x4cForms_normal.c { background: #ffffff; font-family: arial, verdana; border: 1px solid #949595; color: #999; font-size: 13pt; width: 300px; height: 250px;}


/* BEZEICHNUNG FORMULAR
--------------------------------------------------------*/
span#formBezeichnung   { font-size: 11pt; line-height: 130%;}
span#formBezeichnung.a { font-size: 9pt; line-height: 130%;}
span#formBezeichnung.b { font-size: 11pt; line-height: 130%;}
span#formBezeichnung.c { font-size: 13pt; line-height: 130%;}


/* ERROR - FELDBEZEICHNUNG
--------------------------------------------------------*/
span#directerror   { font-size: 9pt; line-height: 130%; color: #EB1D25; font-weight: bold;}
span#directerror.a { font-size: 7pt; line-height: 130%; color: #EB1D25; font-weight: bold;}
span#directerror.b { font-size: 9pt; line-height: 130%; color: #EB1D25; font-weight: bold;}
span#directerror.c { font-size: 10pt; line-height: 130%; color: #EB1D25; font-weight: bold;}

