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 {font-size: 0.9em; text-align: center;}
.Form TH {
  color: Black;
  font-size: 0.9em
}
.FormHi, .FormLow {background: #dde1e4;} 
.FormHi TH, .FormLow TH {
  color: #ffffff; /*#000000;*/
  background-color: #416e5b; /*#b0c4de;*/
 font-size: 1.0em;
 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: #336699; font-weight: bold;} 
.Message STRONG {color: #336699; font-size: 12px;}
.Message VAR {color:#336699;}
.MessageHead {font-size: 12px; font-weight: bold; background: #dedede;}
.MessageBorderInfo {font-size: 12px; font-style: italic; background: #6666FF;}
.MessageBorderWarn {background: #FF9900;}
.MessageBorderErr  {background: #E20A16;}
.Msg th { font-size: 12px; color: #336699; font-weight: bold; text-align: left;}
.Msg { font-size: 12px; color: #336699; font-weight: normal; text-align: left; }
.Msg A {font-size: 11px; color: #425B6A; text-decoration: none; }
.Msg A:hover {font-size: 11px; color: #708090; text-decoration: none; }
/* Klassen für Tabelle (Liste) */
.Liste {
 border:0px;
/* border-collapse:collapse; */
 cellpadding:2;
 cellspacing:1;
}
.Liste TD {
  background-color: #dde1e4;
}
.Liste TH {
  background-color: #416e5b;	/*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 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold; 
    background-color: #416e5b;  /*#b0c4de;*/
    color: #ffffff;}
.ListeHead A {color:Black; text-decoration:none;} 
.ListeHead A:Hover {color:#919191;} 
.ListeHi TD {background-color: #dde1e4; vertical-align:top;} 
.ListeLow TD {background-color: #dde1e4; vertical-align:top;}
 
.center {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 line-height: 18px;
 padding-left: 10px; 
 padding-right: 10px;  
 padding-bottom: 10px;
 background-color: #FFFFFF;
 text-align: left;
 margin-left: 6px;
 right: 6px;
}
.center h1 { font-size: 18px; font-weight: normal; margin-top: 0; margin-bottom: 0;  text-align: left;}
.center h2 { font-size: 15px; font-weight: bold; margin-top: 0; margin-bottom: 2px;}
.center h3 { font-size: 13px; font-weight: bold; margin-top: 0; margin-bottom: 2px; }
 
.center A { color: #336633; text-decoration: none;}
.center A:Visited { color: #669900; text-decoration: none; } 
.center A:hover { color: #9ACD32; text-decoration: none;}
.center UL {
  list-style-image: url('bul1.gif');
  margin-left: 20px; 
 
}