/* Regio Berlin e.V.i.Gr.
   Design und Realisierung: Stephan Kundinger
   (C) Stephan Kundinger

   rte.css
*/


/* global */

* {
  margin: 0px;
  padding: 0px;
}
body {
  color: #001940; /*schwarzblau*/
  font-family: Verdana,Helvetica,Arial,sans-serif;
}
a {
  color: #6079a0; /*graublau*/
  text-decoration: none;
}
a:hover {
  color: #0044b5; /*blau*/
  text-decoration: underline;
}
img {
  border-style: none;
}


/* Überschriften */

.rteBodytextH2 {
  color: #6079a0; /*graublau*/
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 20px; /* Vor Absatz 15px Zzr. */
}
.rteBodytextH3 {
  color: #6079a0; /*graublau*/
  font-weight: bold;
  line-height: 17px;
  margin-top: 10px;
}


/* Motto */

.rteEpigraph {
  color: #6079a0; /*graublau*/
  font-family: times, serif;
  font-size: 14px;
  line-height: 17px;
  margin-top: 5px; /* Vor Absatz 15px Zzr. */
  padding-top: 1px;
  text-align: right;
}
.rteEpigraphQuote {
  font-style: italic;
}
.rteEpigraphAuthor {
  font-variant: small-caps;
}
.rteEpigraphTitle {
  font-variant: normal;
}


/* Lauftext */

.rteBodytextFlash {
/*background-color: #bbbbbb; /* Ebene 4 */
  line-height: 17px;
  margin-top: 5px; /* Vor Absatz 15px Zzr. */
}
.rteBodytextIndent {
/*background-color: #bbbbbb; /* Ebene 4 */
  line-height: 17px;
  text-indent: 16px; /* Erste Zeile*/
}
.rteBodytextGuide {
  color: #6079a0; /*graublau*/
  font-weight: bold;
}


/* Links */

.rteLinkMail {
}
.rteLinkUrl {
}
.rteLinkPage {
}
.rteLinkFile {
}