.bildunterschrift { font-family: Arial, Helvetica; font-size: 8pt; }

/* Standardtext */
.standard         { font-family: Arial, Helvetica; font-size: 9pt; }

/* Seitentitel */
.titel            { font-family: Arial, Helvetica; font-size: 10pt; font-weight: bold; color: #ffcc00; }

/* Kapitelüberschrift */
.ueberschrift     { font-family: Arial, Helvetica; font-size: 10pt; font-weight: bold; font-style: italic; color: #990033; }

/* Allgemeine Hyperlinks */
a:link    { text-decoration:underline; color:#0066cc; }
a:visited { text-decoration:underline; color:#0066cc; }
a:active  { text-decoration:underline; color:#0066cc; }
a:hover   { text-decoration:underline; color:#ffffff; background-color:#FFCC33; }

/* Navigation (Ebene 1) */
.nav:link    { text-decoration:none; color:#808080; }
.nav:visited { text-decoration:none; color:#808080; }
.nav:active  { text-decoration:none; color:#000000; }
.nav:hover   { text-decoration:underline; color:#ffffff; background-color:#FFCC33; }

/* Navigation (Ebene 2) */
.nav2:link    { text-decoration:none; color:#808080; }
.nav2:visited { text-decoration:none; color:#808080; }
.nav2:active  { text-decoration:none; color:#000000; }
.nav2:hover   { text-decoration:underline; color:#000000; }

td.standard { font-family: Arial, Helvetica; font-size: 9pt; color: #000000; }
td.small { font-family: Arial, Helvetica; font-size: 8pt; color: #000000; }

td.copyright { font-family: Arial, Helvetica; font-size: 8pt; color: #808080; }

a.copyright { font-family: Arial, Helvetica; font-size: 8pt; color: #808080; }
a.copyright:link { color: #808080; }
a.copyright:visited { color: #808080; }
a.copyright:active { color: #808080; }
a.copyright:hover { text-decoration:underline; color: #ffffff; background-color:#FFCC33; }

ul { list-style-image: url('ul_blue.gif'); }
