/* ####################################################### */

/* # Fehlerwerte formatieren                             # */

/* ####################################################### */

.STATUSMSG {
  font-weight: bold;
  color: #FFFFFF;
}
.ERRORMSG_RED_BOLD {
  font-weight: bold;
  color: #AA0000;
}
.ERRORMSG_RED, .Fehler {
  font-weight: normal;
  color: #AA0000;
}
.ERRORMSG_BLUE_BOLD {
  font-weight: bold;
  color: #0020FF;
}
.ERRORMSG_BLUE {
  font-weight: normal;
  color: #0020FF;
}
