
/* style-angaben - browserunabhaengig */
/* Standard BODY */
body {
  color: #000000;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-size: 12px;
  text-decoration: none;
  }

/* Schriftformatierung auf Tabellen, Links und vorformatierten Text ausweiten */
a, td, pre {
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-size: 12px;
  }

.ft {
  color: #000000;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-size: 14px;
  text-decoration: none;
  }

.hl1 {
  color: #000000;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-size: 19px;
  line-height: 21px;
  text-decoration: none;
  font-weight: bold;
  }

.hl2 {
  color: #666666;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-size: 19px;
  line-height: 21px;
  text-decoration: none;
  font-weight: bold;
  }

.hl3 {
  color: #999999;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-size: 19px;
  line-height: 21px;
  text-decoration: none;
  font-weight: bold;
  }

.foot {
  font-family: Arial, Helvetica, Geneva;
  font-size: 12px;
  line-height: 12px;
  }

.box {
 width:350px;
 min-width:350px;
  }

/* Festbreitenschrift für Listboxen */
.monospace { font-family: "Courier New", Courier, mono; }

/* Farben für Tabellenhintergründe */
.hellgrau { background-color: #e5e5e5; }

/* Farben für Titelhintergründe */
.titelback { background-color: #e5e5e5; }

/* Farbe für Ausgabetexte */
.ausgabe { color: #A00032; }

.system { color: #777777; }

.dunkelgrau { background-color: #c0c0c0; }

.header { background-color: #c0c0c0; color: #A00032; font-weight: bold; }

.pfad { color: #000000; font-weight: bold; }

.pfadhl { color: #A00032; font-weight: bold; }

.label { color: #000000; font-weight: bold; }

.mussfeld { color: #ff0000; font-weight: bold; }

.fehlerfarbe { color: #ff0000; }

