
/*
 * For all website content
 */
 
A:link, A:hover, A:active, A:visited {
  color: #626258;
  text-decoration: none; 
  font-weight: bold;
}

/*
 * Only for RTE
 */

.htmlarea-content-body {
  background-color: white;
  color: black;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
}

.htmlarea-content-body TD {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
}

.htmlarea-showtableborders, .htmlarea-showtableborders TD, .htmlarea-showtableborders TH {
  border: 1px dashed lightgrey !important;
}

/*
 * For RTE contents
 */

P.Zwischenueberschrift, DIV.Zwischenueberschrift {
  color: #626258;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

TD.Ueberschrift, TH.Ueberschrift {
  color: #626258;
  font-weight: bold;
}

SPAN.Hervorheben {
  color: #626258;
  font-weight: bold;
}

P.Bildunterschrift, DIV.Bildunterschrift {
  color: #626258;
  margin-bottom: 0px;
}

SPAN.BildunterschriftAnfang {
  font-weight: bold;
}
