/****************************************************************************************
# 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; }
.csc-frame-frame2 { display:block; border: 1px solid #B4B4B4; padding:4px; background-color: #EDEBF1; }
p * {color:#323232;}
a img { border:none !important; }

.text-oben { vertical-align:top; }
.text-unten { vertical-align:bottom; }
.text-mitte { text-align:center; }
.text-blocksatz, .text-blocksatz * { text-align:justify; }
.text-klein { font-size:10px;}
.text-blau, .text-blau * { color:#014493; }

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {
  color: #003d80;
  padding-left:20px;
  background-image:url(../icons/link.jpg);
  background-repeat:no-repeat;
  background-position:left 2px;
}
a.external-link-new-window {
  color: #003d80;
  padding-left:20px;
  background-image:url(../icons/link.jpg);
  background-repeat:no-repeat;
  background-position:left 2px;
}
a.internal-link  {
  color: #003d80;
  padding-left:20px;
  background-image:url(../icons/link.jpg);
  background-repeat:no-repeat;
  background-position:left 2px;
}
a.internal-link-new-window  {
  color: #003d80;
  padding-left:20px;
  background-image:url(../icons/link.jpg);
  background-repeat:no-repeat;
  background-position:left 2px;
}
a.download  {
  color: #003d80;
  padding-left:20px;
  background-image:url(../icons/link.jpg);
  background-repeat:no-repeat;
  background-position:left 2px;
}
a.mail  {
  color: #003d80;
  padding-left:20px;
  background-image:url(../icons/link.jpg);
  background-repeat:no-repeat;
  background-position:left 2px;
}
a.internal-link {
  color: #003d80;
  padding-left:20px;
  background-image:url(../icons/link.jpg);
  background-repeat:no-repeat;
  background-position:left 2px;
}
/* Überschriften 1 - 5*/
/* Überschriften eq in RTE.css */
h1, h1 a { color: #004494; font-size:16px; }
h1, h1 a { color: #004494; font-size:16px; }
h2, h2 a { color: #004494; font-size:14px; }
h2, h2 a { color: #004494; font-size:14px; }
h3, h3 a { color: #004494; font-size:12px; }
h3, h3 a { color: #004494; font-size:12px; }
h4, h4 a { color: #004494; font-size:12px; font-weight:normal; }
h4, h4 a { color: #004494; font-size:12px; font-weight:normal; }

