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

  Verwendete Farben:
  #fff    = weiss
  #000    = schwarz
  etc.
  
*/
/* ueberschriften */
h1 {}
h2 {}
h3 {}

/* absatzformate */
.textcolor { color: #FAAF46; }


p.bodytext { margin-bottom: 20px; }
.contenttable p.bodytext { margin-bottom: 0px; }
/* listen */
#middleContent ul { margin-bottom: 25px; margin-left: 30px; }
#middleContent li { list-style-image: url(../img/listDot.gif); padding-left: 10px; margin-bottom: 3px; }
#middleContent ol {  }

/* 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 {  }
