/*
	Projekt:
	Datei: rte.css | fuer den editor
	Author: NGI

  Verwendete Farben:
  #fff    = weiss
  #000    = schwarz
  etc.
  
*/
/* ueberschriften */
h1 { font-size: 18px; margin-bottom: 24px; }
h2 { font-size: 14px; margin-bottom: 10px; }
h3 { font-size: 12px; margin-bottom: 10px; font-weight: bold; }

/* absatzformate */

p.bodytext { margin-bottom: 14px; } 
.contenttable p.bodytext { margin-bottom: 0px; } 

/* listen */
#middleTube ul { margin: 10px 0; list-style: square; }
#middleTube li { margin: 5px 0 5px 20px; }
#middleTube ol { margin: 10px 0; list-style: decimal; padding-left: 10px; }

/* tabellenformatierung */
tr.tdtitel, tr.tdtitel p {  }
tr.tddunkel, tr.tddunkel p {  }
tr.tdhell, tr.tdhell p {  }

td.tdtitel, tdtitel p {  }
td.tddunkel, tddunkel p {  }
td.tdhell, tdhell p {  }
