/* Einfacher oranger Text. */
h1 { font-size:12pt; color:#ff8000; font-family:Times; font-weight:bold }

/* Große orange Überschrift. */
h2 { font-size:18pt; color:#ff8000; font-family:Times; font-weight:bold }

/* Normaler Text. */
p,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i 
{ font-size:11pt; 
color:#ffffff; 
font-family:Arial, Helvetica, Verdana; 
font-weight:bold }

/* Eingerückter Fließtext. */
p.ein { margin-left:20px; margin-right:33%; }
/* TN-Absätze. */
p.short { margin-right:33%; }
/* Rechts eingerückt. */
p.medium { margin-right:20%; }


/* Aufzählungen in weißer Schrift. */
li.eins { color:#ffffff; }
/* Aufzählungen in grüner Schrift. */
li.zwei { color:#00ff00; }


/* normale weiße Textlinks. */
a.weiss:link { color:#ffffff; }
a.weiss:visited { color:#800080; }
a.weiss:active { color:#ff0000; }


/* . */
