/*--------------------------------------------------------
      http://www.delacher.com/
      autor: holzweg ecommerce solutions, www.holzweg.com
      beginn: 2006-04-21
      ende: 2006-04-26
      inhalt: formular
--------------------------------------------------------*/



/* [ PUSHBOX ] - SPRACHAUSWAHL
--------------------------------------------------------*/
div#sprache select{
               width: 145px;
               height: 20px;

               margin: 0 0 0 0;
               padding: 2 0 0 0px;
               
               font-size: 12px;
               border: 1px solid #666666;
               color: #999;
}

/* [ PUSHBOX ] - LOGIN, my delacher
--------------------------------------------------------*/

div#myDelacher input{
               width: 85px;
               height: 21px;
               padding-top: 3px;
               margin: 0;
               font-size: 10px;
               background-image: url(../images/inputMyDelacher.gif);
               border: 1px solid #ccc;
}


button.go{
          height: 24px;
          width: 25px;
          background: url(../images/go_button_orange.jpg);
          background-repeat: no-repeat;
          background-position: 2 4;
          cursor: pointer;
          border: 0px;
          color: #fff;
          font-size: 10px;
          /*-- top right bottom left --*/
          padding: 0 0 0 0;
          margin: 0 0 0 0px;

}


/* [ KONTAKTFORMULAR ] - SENDEN / LÖSCHEN BUTTON
--------------------------------------------------------*/

#button{
        border: 1px solid #999;
        background-color: #EEEBF1;
        color: #999;
        }

/* INPUTFELDER - KONTAKTFORMUALR
--------------------------------------------------------*/
input#x4cForms_normal   { color: #999; font-weight: normal; font-size: 11pt; width: 250px; height: 25px;}
input#x4cForms_normal.a { color: #999; font-weight: normal; font-size: 9pt;  width: 160px; height: 22px;}
input#x4cForms_normal.b { color: #999; font-weight: normal; font-size: 11pt; width: 250px; height: 25px;}
input#x4cForms_normal.c { color: #999; font-weight: normal; font-size: 10pt; width: 300px; height: 27px; padding-left: 2px;}

textarea#x4cForms_normal   { font-family: arial, verdana; color: #999; font-size: 11pt; width: 250px; height: 200px;}
textarea#x4cForms_normal.a { font-family: arial, verdana; color: #999; font-size: 9pt;  width: 160px; height: 100px;}
textarea#x4cForms_normal.b { font-family: arial, verdana; color: #999; font-size: 11pt; width: 250px; height: 200px;}
textarea#x4cForms_normal.c { font-family: arial, verdana; color: #999; font-size: 11pt; 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: 11pt; line-height: 130%;}

/* BEZEICHNUNG FORMULAR, text in klammer
--------------------------------------------------------*/
span#formBezeichnungKlammer   { font-size: 9pt; line-height: 130%;}
span#formBezeichnungKlammer.a { font-size: 7pt; line-height: 130%;}
span#formBezeichnungKlammer.b { font-size: 9pt; line-height: 130%;}
span#formBezeichnungKlammer.c { font-size: 10pt; line-height: 130%;}


/* ERROR - FELDBEZEICHNUNG
--------------------------------------------------------*/
span#directerror   { font-size: 9pt; line-height: 130%; color: #21A90B; font-weight: bold;}
span#directerror.a { font-size: 7pt; line-height: 130%; color: #21A90B; font-weight: bold;}
span#directerror.b { font-size: 9pt; line-height: 130%; color: #21A90B; font-weight: bold;}
span#directerror.c { font-size: 10pt; line-height: 130%; color: #21A90B; font-weight: bold;}

