input.text, input.kleiner, select, select.kleiner, select.datum,
input#text, input#kleiner, textarea, select#kleiner, select#datum
{
  font-family                : Trebuchet MS, Verdana, Arial, sans-serif;
  font-weight                : normal;
  font-style                 : normal;
  font-size                  : 14px;
  border                     : 1px solid;
  padding-top                : 1px;
  padding-left               : 3px;
  padding-right              : 0px;
  border-color               : #212963;
  background-color           : #FFFFFF;
  color                      : #838383;
}

/*************************************************************************************************/
/* Eingabezeile */

input.text, input#text, select
{
  width                      : 350px;
  height                     : 22px;
}

input.kleiner, input#kleiner
{
  width                      : 50px;
  height                     : 22px;
}

/*************************************************************************************************/
/* Drop-Down-Menue */

select.kleiner, select#kleiner
{
  width                      : 250px;
  height                     : 22px;
}

select.datum, select#datum
{
  width                      : 60px;
  height                     : 22px;
}

/*************************************************************************************************/
/* Checkbox */

input.check
{
  height                     : 14px;
  width                      : 14px;
  border-style               : none;
  border-color               : #D0CBDB;
  color                      : #838383;
}

/*************************************************************************************************/
/* Eingabefeld */

textarea
{
  width                      : 350px;
  height                     : 180px;
  scrollbar-arrow-color      : #212963;
  scrollbar-track-color      : #E4E1EB;
  scrollbar-shadow-color     : #212963;
  scrollbar-3dlight-color    : #E4E1EB;
  scrollbar-darkshadow-color : #D0CBDB;
  scrollbar-face-color       : #D0CBDB; 
  scrollbar-highlight-color  : #D0CBDB;
}

textarea.kleiner, textarea#kleiner
{
  width                      : 600px;
  height                     : 40px;
  scrollbar-arrow-color      : #212963;
  scrollbar-track-color      : #E4E1EB;
  scrollbar-shadow-color     : #212963;
  scrollbar-3dlight-color    : #E4E1EB;
  scrollbar-darkshadow-color : #D0CBDB;
  scrollbar-face-color       : #D0CBDB; 
  scrollbar-highlight-color  : #D0CBDB;
}

/*************************************************************************************************/
/* Schaltflaeche */

input.button, input.button_hover,
input#button, input#button_hover,
input.langer_button, input.langer_button_hover,
input#langer_button, input#langer_button_hover,
input.grosser_button, input.grosser_button_hover,
input#grosser_button, input#grosser_button_hover,
input.kleiner_button, input.kleiner_button_hover,
input#kleiner_button, input#kleiner_button_hover,
input.kleinster_button, input.kleinster_button_hover,
input#kleinster_button, input#kleinster_button_hover,
input.seitenzahl, input.seitenzahl_hover, input.seitenzahl_aktiv,
input#seitenzahl, input#seitenzahl_hover, input#seitenzahl_aktiv
{
  font-family                : Trebuchet MS, Verdana, Arial, sans-serif;
  font-size                  : 13px;
  height                     : 22px;
  padding-top                : -5px;
  border                     : 1px solid;
}

input.button, input.button_hover,
input#button, input#button_hover
{
  width                      : 150px;
}

input.langer_button, input.langer_button_hover,
input#langer_button, input#langer_button_hover
{
  width                      : 450px;
}

input.grosser_button, input.grosser_button_hover,
input#grosser_button, input#grosser_button_hover
{
  width                      : 300px;
}

input.kleiner_button, input.kleiner_button_hover,
input#kleiner_button, input#kleiner_button_hover
{
  width                      : 80px;
}

input.kleinster_button, input.kleinster_button_hover,
input#kleinster_button, input#kleinster_button_hover
{
  width                      : 50px;
}

input.seitenzahl, input.seitenzahl_hover, input.seitenzahl_aktiv,
input#seitenzahl, input#seitenzahl_hover, input#seitenzahl_aktiv
{
  width                      : 32px;
}

input.button, input.langer_button, input.grosser_button, input.kleiner_button, input.kleinster_button, input.seitenzahl
{
  border-color               : #212963;
  color                      : #212963;
  background-color           : #B3ABC3;
}

input.button:hover, input.langer_button:hover, input.grosser_button:hover, input.kleiner_button:hover, input.kleinster_button:hover, input.seitenzahl:hover
{
  border-color               : #212963;
  color                      : #212963;
  background-color           : #E4E1EB;
}

input.seitenzahl_aktiv,
input#seitenzahl_aktiv
{
  border-color               : #B3ABC3;
  color                      : #B3ABC3;
  background-color           : #212963;
}

