/****************************************************************************************
# Default css file for content edited with htmlArea RTE
#
# Defines a few class selectors that can be simply taken as examples by anyone who needs to configure the RTE.
# This css file is referenced by property RTE.default.contentCSS in the default configuration of htmlArea RTE
#
# TYPO3 CVS ID: $Id: dynamiccss.css 955 2005-12-28 00:49:12Z mundaun $
# ***************************************************************************************/

/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

.text-oben { vertical-align:top; }
.text-unten { vertical-align:bottom; }
.text-blocksatz, .text-blocksatz * { text-align:justify; }
.text-gross, .text-gross * { font-size:15px; line-height:150%; }

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {
  background-image: url('../gfx/icon-link.jpg');
  background-repeat:no-repeat;
  background-position: left 3px;
  padding-left:10px;
  text-decoration: underline;
  color:#8b8e1a;
}
a.external-link-new-window {
  background-image: url('../gfx/icon-link.jpg');
  background-repeat:no-repeat;
  background-position: left 3px;
  padding-left:10px;
  text-decoration: underline;
  color:#8b8e1a;
}

a.internal-link  {
  background-image: url('../gfx/icon-link.jpg');
  background-repeat:no-repeat;
  background-position: left 3px;
  padding-left:10px;
  text-decoration: underline;
  color:#8b8e1a;
}
   
a.internal-link-new-window  {
  background-image: url('../gfx/icon-link.jpg');
  background-repeat:no-repeat;
  background-position: left 3px;
  padding-left:10px;
  text-decoration: underline;
  color:#8b8e1a;
}
a.download  {
  background-image: url('../gfx/icon-link.jpg');
  background-repeat:no-repeat;
  background-position: left 3px;
  padding-left:10px;
  text-decoration: underline;
  color:#8b8e1a;
}
a.mail  {
  text-decoration: underline;
  color:#8b8e1a;
  font-family: Arial;
  font-weight:normal; 
}
p.bodytext a  {
  background-image: url('../gfx/icon-link.jpg');
  background-repeat:no-repeat;
  background-position: left 3px;
  padding-left:10px;
  text-decoration: underline;
  color:#8b8e1a;
}

.news-list-morelink a {
  background-image: url('../gfx/icon-link.jpg');
  background-repeat:no-repeat;
  background-position: left 3px;
  padding-left:10px;
  text-decoration: underline;
  color:#8b8e1a;
}

.news-list-morelink {
    padding-left: 0px;
    display:block;
}
/* Überschriften 1 - 5

    1 = rot - grau mit Pfeil
    2 = grau mit grauem Pfeil
    3 = grau mit rotem Pfeil
    4 = grau f&uuml;r links
    5 = grau f&uuml;r mitte

*/
h1, h1 a {
  font-size:24px;
  font-family: "Times New Roman";
  font-style: italic;
  font-weight:normal;
  color:#554e3f;
  text-align:center;
  padding:15px 0px 30px 0px;
}
.csc-header-n1 h1 { padding-top:0px; }
.csc-subheader {
  font-family: Arial;
  text-align:center;
  font-size:16px;
  padding-top:0px;
  margin-top:0px;
}

h2, h2 a {
  font-family: "Times New Roman";
  font-size:18px;
  padding:15px 0px 10px 0px;
  font-weight:normal;
}
h3, h3 a {
  font-family: "Times New Roman";
  font-size:16px;
  padding:15px 0px 10px 0px;
}
h4, h4 a {
  font-family: Arial; 
  text-align:center;
  font-size:18px;
  padding-top:0px;
  margin-top:0px;
}

h5, h5 a {
  font-size:18px;
  padding-top:0px;
  margin-top:0px;
}