/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */
/* font-style:italic */
/* line-height:20px; */

/* fuer Tabellen:   */
/* border-width = Randbreite */
/* border-style = Randstil */
/* solid = durchgezogen, Wert aenderbar */
/* border-color = Randfarbe */
/* #999999 = grau, Wert aenderbar */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */


body { background-color:#ffffff; color:#202028; }
a:link { text-decoration:none; color:#C84000; }
a:visited { text-decoration:none; color:#777777; }
a:hover { text-decoration:underline; color:#C84000; }
a:active { text-decoration:none; color:#000000; }

body { margin-top:10px; margin-bottom:10px; }

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Helvetica,Arial,sans-serif; }

p,div,ul,li,blockquote,td { color:#000000; font-size:14px; line-height:20px; }

h1 { font-size:22px; font-weight:bold; color:#C84000;  }

h2 { font-size:18px; font-weight:normal; color:#C84000;  }

h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:14px; }

h4 { font-size:10px; }

tt { font-family:Courier New,Courier; font-size:12px; color:#000000; }

hr { background-color:#C84000; color:#C84000; border:0px;}

table {table-layout: automatic; margin-left: auto; margin-right: auto;}