@charset "UTF-8";
/* ********************************************************************************************************************************* */
/* In dieser Datei werden spezielle Formatierungen bestimmt */
/* ********************************************************************************************************************************* */
/* ********************************************************************************************************************************* */
/* Tabelle für die Seite "Mein DARC Ortsverband L11 (Essen-Mitte)" */
/* ********************************************************************************************************************************* */
.ZEIT_Tabelle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  background-color: antiquewhite;
  color: black;
}

.ZEIT_TabHeader {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  font-style: normal;
  background-color: black;
  color: white;
}

.ZEIT_Trenner {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  background-color: lightgrey;
  color: black;
}

.ZEIT_Erklaerung {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7.5pt;
  font-weight: normal;
  font-style: italic;
  color: black;
  background-color: lightgrey;
}

.ZEIT_Beschreibung {
  text-align: justify;
  vertical-align: top;
}

/* ********************************************************************************************************************************* */
/* Einzellne Zellen formatieren */
/* ********************************************************************************************************************************* */
.TopCell {
  vertical-align: top;
}

.PointCell {
  vertical-align: middle;
  align-items: center;
}

/* ********************************************************************************************************************************* */
/* Buttonleiste / Klicktext am unteren Bildrand */
/* ********************************************************************************************************************************* */
.NachOben {
  text-align: center;
  align-items: center;
}

/* ********************************************************************************************************************************* */
/* Einen Telegrammtext markieren und farblich hinterlegen */
/* ********************************************************************************************************************************* */
.TelegrammText {
  font-family: "Courier New", Courier, monospace;
  font-size: 11pt;
  font-weight: bold;
  font-style: normal;
  color: black;
  background-color: antiquewhite;
}

/* ********************************************************************************************************************************* */
/* Das Zurück-Menü am unteren Seitenbereich */
/* ********************************************************************************************************************************* */
.BackMenue {
  text-align: center;
  align-items: center;
  background-color: antiquewhite;
}

/* ********************************************************************************************************************************* */
/* Einen kleinen Hinweistext deklarieren */
/* ********************************************************************************************************************************* */
.HinweisText {
  font-family: "Courier New", Courier, monospace;
  font-size: 8pt;
  font-weight: normal;
  font-style: italic;
  color: black;
  background-color: transparent;
}

/* ********************************************************************************************************************************* */
/* ********************************************************************************************************************************* *//*# sourceMappingURL=zeit.css.map */