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

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

/* absatzformate */
p.bodytext { margin-bottom: 20px; }
p.align-right{ text-align: right; }
p.align-center { text-align: center; }
.contenttable p.bodytext { margin-bottom: 0px; } 
.textnormal { }
.textcolor { }
.textklein { }
.ohneabstand { }

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