/* Styles aus der CSS-Datei die zuständig für die FE-Ausgabe ist.
   Dieses Stylesheet dient nur der Darstellung des Rte
*/
a, a:link, a:visited {
  color:#173b59;
}
a:active, a:hover, a:focus {
  color:#5589ac;
}
.htmlarea-content-body {
  background-color:#f5e693;
}
h2 {
  font-size:170%;
  padding-left:80px;
  background:url(../layouts/2col-left-fixed/images/h2-image.jpg) left no-repeat;
  font-weight:bold;
}
div #footer p {
  margin-top:5px;
  margin-bottom:3px;
}

h1 {font-size:220%}
h2 {
  font-size:170%;
  padding-left:80px;
  background:url(../layouts/2col-left-fixed/images/h2-image.jpg) left no-repeat;
  font-weight:bold;
}
h3 {font-size:120%}
h4 {font-size:103.33%}
h5 {font-size:86.67%}
h6 {font-size:86.67%;font-style:italic}

.csc-firstHeader {
  font-weight:bold;
  margin-top:5px;
}
.bodytext {
  margin-right:20px;
  margin-left:20px;
}


/* Formate für Textstyle */
span.wichtig {color:#d70202}
span.unterstrichen {text-decoration:underline}


a.mail {
  padding-right:23px;
  background:url(linkicons-rte/mail.gif) right top no-repeat;
  text-decoration:none;
}
a.external-link {
  padding-right:17px;
  background:url(linkicons-rte/external_link.gif) right no-repeat;
  text-decoration:none;
}
a.external-link-new-window {
  padding-right:17px;
  background:url(linkicons-rte/external_link_new_window.gif) right no-repeat;
  text-decoration:none;
}
a.internal-link {
  padding-right:17px;
  background:url(linkicons-rte/internal_link.gif) right no-repeat;
  text-decoration:none;
}
a.internal-link-new-window {
  padding-right:17px;
  background:url(linkicons-rte/internal_link_new_window.gif) right no-repeat;
  text-decoration:none;
}
a.download {
  padding-right:17px;
  background:url(linkicons-rte/download.gif) right no-repeat;
  text-decoration:none;
}
/* Formate für Blockstyle */
p.mittig,
h2.mittig, 
h3.mittig { 
  text-align: center; 
}