/* Mozilla Grafikumrandung aus ( IE: onfocus="this.blur" in jeden Link) */



:link:focus, :visited:focus { -moz-outline: 0px dotted WindowText; }





/* Bestimmung des Standardfonts */



p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr

     { font-family:Verdana, Arial, Helvetica, Sans Serif; }





/* Standardgroesse - normaler Text */



p,ul,ol,li,div,td,th,address,nobr { font-size:8pt; }





/* Groessenbestimmung fŸr Ueberschriften */



h1 { font-size:14pt; }

h2 { font-size:11pt;

font-weight: bold; }

h3 { font-size:11pt; }

h4 { font-size:12pt; }





/* Quelltext-Beispiele im Text */



pre { font-family:Courier,Serif;font-size:9pt;color:#800080; }

code { font-family:Courier,Serif;font-size:9pt;color:color:#800080; }





/* Groessenbestimmung fuer besondere Faelle */



div.sm { font-size:9pt;font-family:arial,geneva }

div.min { font-size:8pt; }





/* Hyperlinks */



A:link { font-size:8pt; }

A:link {color: #000000; text-decoration: none}

A:visited {color: #000000; text-decoration: none}

A:active {color: #000000; text-decoration: underline}

A:hover {text-decoration:underline; background-color:#FFFFFF; color:#000000}





/* Horizontale Linie */



hr { color:#FFCC00; text-align:center; width="250"; size="3"}





/* Bilder ohne Rand darstellen */



img {border:0px;}

