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

  Verwendete Farben:
  #fff    = weiss
  #000    = schwarz
  etc.
  
*/
/* ueberschriften */
h1 { text-transform: uppercase; font-weight: normal; color: #666; }
h2 {  }
h4 { font-weight: bold; font-size: 18px; margin-bottom: 15px; }

/* absatzformate */
.textnormal { }
.textcolor { }
.textklein { }
.ohneabstand { }

/* listen */
#content ul { list-style: disc inside;  }
#content ol {}

strong { font-weight: bold; }
em { font-style: italic; }

td {  }
td.listImg { width: 120px; }

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

