p    { font-size: 10pt; font-family: Arial, serif; font-weight: normal }

h1    { color: #66755D; font-size: 18pt; font-family: Arial, serif; font-weight: normal; margin: 0pt }

h2   { font-size: 10pt; font-family: Arial, serif; font-style: italic; font-weight: bold }

h3     { color: #fffbf0; font-size: 10pt; font-family: Arial, serif; font-weight: bold; line-height: 12pt; background-color: #66755d; margin: 0 }

h4  { color: #fffbf0; font: large Arial, serif; background-color: #66755D; margin: 1.67em 0 }

h5   { font-size: 10pt; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-weight: normal; background-color: #D8E3C5; padding: 4px; border: dashed 1px #000 }

h6  { font-size: xx-small; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; line-height: 8px; margin: 0 }



/****************************************************************************************

# 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.*/



div.figure {

  float: right;

  width: 25%;

  border: thin silver solid;

  margin: 0.5em;

  padding: 0.5em;

}

div.figure p {

  text-align: center;

  font-style: italic;

  font-size: smaller;

  text-indent: 0;

}



p.linksbuendig, h1.linksbuendig, h2.linksbuendig, h3.linksbuendig, h4.linksbuendig, h5.linksbuendig, h6.linksbuendig, td.linksbuendig { text-align: left; }

p.zentriert, h1.zentriert, h2.zentriert, h3.zentriert, h4.zentriert, h5.zentriert, h6.zentriert, td.zentriert { text-align: center; }

p.rechtsbuendig, h1.rechtsbuendig, h2.rechtsbuendig, h3.rechtsbuendig, h4.rechtsbuendig, h5.rechtsbuendig, h6.rechtsbuendig, td.rechtsbuendig { text-align: right; }

p.bildueberschrift  { font-style: italic; font-weight: bold; line-height: 16px; text-align: left }



/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/

p.umrandung_grau, umrandung_grau { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

/*p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }



/* Bullet styles for unordered lists.*/

ul.component-items { color: #186900; list-style-type: circle; }

ul.action-items { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }



/* Numbering styles for ordered lists.*/

ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }

ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }



/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/

span.wichtig { color: #8A0020; }

span.name-of-person { color: #10007B; }

span.detail { color: #186900; }



/* Selectors for the default configuration of the link accessibity feature.*/

a.external-link {}

a.external-link-new-window {}

a.internal-link {}

a.internal-link-new-window {}

a.download {}

a.mail {}

