/* ============================================================
   blank.css – Standard-CSS für das zContent Redaktionssystem
   
   Diese Datei ist als Standard-CSS gesetzt (Standard: ja).
   Sie stellt die grundlegenden Formatklassen bereit, auf die
   Redakteure im Online-Editor direkt zugreifen können.
   
   WICHTIG: Keine Layout- oder Design-Styles hier.
            Nur Redaktions-Klassen für den %CONTENT% Bereich.
   ============================================================ */

/* ── Basis ── */
body {
  margin: 0;
  padding: 0;
  background-color: #f8f8f8;
}

p {
  margin: 0 0 6px 0;
  border: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;	
}

/* ── Fließtext ── */
.text {
  color: #555555;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.0;
}

.normal {
  color: #333333;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

.bemerkung {
  color: #888888;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.auswahl {
  background-color: transparent;
  color: #555555;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* ── Hervorhebungen ── */
.pokal {
  color: #333333;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

/* ── Überschriften ── */
.titel {
  /*background-color: #ff9933;*/
  color: #333;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ueberschrift {
  color: #ff9933;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

/* ── Links ── */
.link,
a.link,
a.link:link,
a.link:visited {
  color: #e07000;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

a.link:hover,
a:hover.link {
  color: #ff9933;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}

.link_aktiv,
a.link_aktiv {
  color: #ff9933;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}
