/* Formate, welche im RTE ausgewaehlt werden koennen sollen */

/* einzelne Buchstaben/Woerter */
span.auszeichnung1 {
 color: gray;
}

span.auszeichnung2 {
 color: darkblue;
}

/* Absaetze */
p.absatznormal {
 line-height: 15px;
 font-weight: normal;
 margin-top: 0px;
 margin-bottom: 6px;
}

p.absatzfett {
 line-height: 15px;
 font-weight: bold;
 margin-top: 0px;
 margin-bottom: 6px;
}

p.erstzeileneinzug {
 line-height: 15px;
 font-weight: normal;
 margin-top: 0px;
 margin-bottom: 6px;
 text-indent: 25px;
}

/* Aufzaehlungen/Nummerierungen */

ul {
 text-indent: 0px;
}

li {
 line-height: 15px;
 font-weight: normal;
 margin-top: 0px;
 margin-bottom: 0px;
}

ol {
 line-height: 15px;
 font-weight: normal;
 margin-top: 0px;
 margin-bottom: 0px;
}

/* in der Tabelle */
td {
 margin: 0px;
 padding: 0px;
 vertical-align: top;
 text-align: left;
}

td.tabellenzelle1 {
 background-color: #F5F5F5;
 padding: 1px;
}

td.Linkzelle {
 color: #333333;
 font-size: 13px;
 line-height: 16px;
 margin: 3pt;
 background-color: #a0b20c;
 border: solid 3px #ffff66;
}

td.tabellentitel1 {
 background-color: #F5F5F5;
 padding: 3px;
 height: 25px;
 vertical-align: middle;
}
