/* Der Microsoft-Browser ist bis zur Version 6 nicht in der Lage, den Attribut-Selektor zu erkennen. */
a.adminmenu {
  display:block;
  padding-left:8px;
}
.errmsg, .errormsg {
  color           : red;
  font-weight     : bold;
  margin-left     : 4px;
  margin-right    : 4px;
}
.errorfield {
  background-color: red;
}
input, select, textarea {
  margin: 2px 0;
}
input.kurz {
  width: 4.5em;
}
input.mit, input.mittel {
  width: 10.0em;
}
input.norm, select.norm {
  width: 16.0em;
}
input.otst { /* Ort, Strasse */
  width: 11em;
}
input.breit {
  width: 100%;
}
input.zahl {
  text-align:right;
}
input.geld, input.proz {
  text-align:right;
}
input.uhrzeit {
  width: 5em;
}
input.bankkto {
  width: 100%;  /* sonst: 14.0em;*/
}
input[readonly=readonly]  {
  background-color: #CCFFCC;
  color           : #000000;
}
input.rdfld, input.rdo {
  background-color: #CCFFCC;
  color           : #000000;
}
}
.w2C {
    width:2em;
}
.w4C {
    width:4em;
}
.wFinebig {
    width:18.0em;
    font-size: 1.6em;
}
.wFine {
    width:280px;
}
label {
  font-weight: bold;
  margin-bottom: 2px;
}
.fhelp { /* Formular-Hilfetext */
    color      : #444444;
    font-style : italic;
}
legend {
  background-color:#cccccc;
  color:#060606;
}
tr.odd {
  background-color:#efefef;
  color:#000;
}
tr.even {
  background-color:#666666;
  color:#FFFFFF;
}
td.xhelp {
  color     : #404040;
  font-style: italic;
  font-size : 0.86em;
}
