TEXTAREA {font-family: Verdana, Arial, Helvetica, sans-serif;}
/* Für Gui verwendete Tags */
EM,VAR {
  font-style: normal;
  font-weight: bold;
}
EM  {
  font-style: normal;
  font-weight: normal;
 color:Black;
 }
VAR {
  font-style: normal;
  font-weight: bold;
 color:#003366;
}
/* Klassen für Formulare */
.Form {text-align: center;}
.Form TH {
  color: Black;
}
.FormHi, .FormLow {background: #DCDCDC;} 
.FormHi TH, .FormLow TH {
  color:White;
  background-color: #778899;
 font-size: 1.1em;
 font-weight: bold;
 padding: 2px;
 text-align: left;} 
.FormSubmit {
   text-align: right;
 } 
/* Spezielle Formularfelder */
.FixedSizeList {
  font-family: Courier New;
  text-align: left;
}
/* Klassen für Infobereich */
.Message {color: #717171; font-weight: bold;} 
.Message STRONG {color: #ce0000; font-size: 12pt;}
.Message VAR {color:#ce0000;}
.MessageHead {font-size: 12pt; font-weight: bold; background: #dedede;}
.MessageBorderInfo {background: #6666FF;}
.MessageBorderWarn {background: #FF9900;}
.MessageBorderErr  {background: #E20A16;}
/* Klassen für Tabelle (Liste) */
.Liste {
 border:0px;
 border-collapse:collapse;
}
.Liste TD {
  background-color: aliceblue;
}
.Liste TH {
  background-color:lightsteelblue;
  text-align:left;
}
.Liste {} 
.Liste TBODY TH {color: white; background: #003366; font-weight: normal; vertical-align:top;} 
.Liste TBODY TH A {color: white;}
.Liste IMG {margin-right:0;}
.ListeHead TD {background-color:transparent;}
.ListeHead TH {background-color: lightsteelblue;color: Black;}
.ListeHead A {color:Black; text-decoration:none;} 
.ListeHead A:Hover {color:#919191;} 
.ListeHi TD {background-color: aliceblue; vertical-align:top;} 
.ListeLow TD {background-color: #EFEFEF; vertical-align:top;}
