/* Raender / Hintergrund */
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel */
body { margin-top:10px; margin-bottom:10px; background-image:url("images/bk_j.gif"); }

/* Schriftart Standard */
body,p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
{ font-size:12pt; font-family:Arial,sans-serif }

a
{ font-size:10pt; font-family:Arial,sans-serif; font-weight:bold }


/* Schriftgroesse Seitenueberschriften */
h1 { font-size:20pt; }
h2 { font-size:18pt; }

/* Schriftgroesse  Kleine Schrift (in Tabellen)*/
a.klein,span.klein,p.klein,td.klein { font-size:10pt; }

/* Schriftgroesse  Ganz kleine Schrift (in Tabellen)*/
a.ganzklein,span.ganzklein,p.ganzklein,td.ganzklein { font-size:8pt; }

/* Farben Links */
a:link { color:#0000FF; text-decoration:underline; }
a:visited { color:#FF00FF; text-decoration:underline; }
a:active { color:#FF0000; text-decoration:none; }

/* Vorformatierter Text */
pre { font-family:Courier New,Courier; font-size:9pt; color:#0000C0; } 


