#header
{
  height: 107px !important;
}

td
{
  font-family      : arial, helvetica, geneva;
  font-size        : 11px;
  font-weight      : normal;
  color            : #FF0000;
  color            : #000080
}

h1
{
  font-family      : arial, helvetica, geneva;
  font-size        : 16px;
  font-weight      : bold;
  /*color            : #FFFFFF;*/
  margin-bottom    : 0px;
  margin-top       : 0px;
}

h2
{
  font-family      : arial, helvetica, geneva;
  font-size        : 16px;
  font-weight      : bold;
  color            : #FF0000;
  margin-bottom    : 0px;
  margin-top       : 0px;
}

h3
{
  font-family      : arial, helvetica, geneva;
  font-size        : 12px;
  font-weight      : bold;
  color            : #000080;
  margin-bottom    : 0px;
  margin-top       : 0px;
}

div.pflichtfeld
{
  background       : #FFFFD7;
  width            : 200px;
  height           : 17px;
  text-align       : center;
  vertical-align   : middle;
  padding-top      : 3px;
}

input, select
{
  font-family      : Arial;
  font-size        : 12px;
}

input.zahl
{
  font-size        : 10px;
  width            : 50px;
  height           : 20px;
  color            : #404040;
}

input.grosse_zahl
{
  font-size        : 10px;
  width            : 100px;
  height           : 20px;
  color            : #404040;
}

select.kleine_auswahlliste, input.kleines_eingabefeld,
select.kleine_auswahlliste_r, input.kleines_eingabefeld_r,
select.kleine_auswahlliste_f, input.kleines_eingabefeld_f
{
  font-size        : 10px;
  width            : 100px;
  height           : 20px;
  color            : #404040;
}

select.grosse_auswahlliste, input.grosses_eingabefeld,
select.grosse_auswahlliste_r, input.grosses_eingabefeld_r,
select.grosse_auswahlliste_f, input.grosses_eingabefeld_f
{
  font-size        : 10px;
  width            : 200px;
  height           : 20px;
  color            : #404040;
}

input.ganz_grosses_eingabefeld,
input.ganz_grosses_eingabefeld_r,
input.ganz_grosses_eingabefeld_f
{
  font-size        : 10px;
  width            : 360px;
  height           : 20px;
  color            : #404040;
}

select.kleine_auswahlliste_f, input.kleines_eingabefeld_f,
select.grosse_auswahlliste_f, input.grosses_eingabefeld_f,
input.ganz_grosses_eingabefeld_f
{
  background-color : #FFD3D3;
}

select.kleine_auswahlliste_r, input.kleines_eingabefeld_r,
select.grosse_auswahlliste_r, input.grosses_eingabefeld_r,
input.ganz_grosses_eingabefeld_r
{
  background-color : #FFFFD7;
}

textarea
{
  font-family      : Arial;
  font-size        : 12px;
  width            : 650px;
  height           : 80px;
  color            : #404040;
}

input.button
{
  width            : 200px;
  font-family      : Arial;
  font-size        : 12px;
  height           : 25px;
  cursor           : hand;		
  color            : #000000;
  background-color : #DEE3E7;
}

table.kommentareingabe
{
  width            : 200px;
  height           : 25px;
  background-color : #DEE3E7;
  text-align       : center;
  border           : 1px solid #BBBBBB;
}

table.kommentareingabe a:link, table.kommentareingabe a:active, table.kommentareingabe a:visited,
table.kommentareingabe a:hover, table.kommentareingabe a:focus
{
  font-family      : Arial;
  font-size        : 12px;
  font-weight      : normal;
  cursor           : hand;		
  color            : #000000;
}
