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

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {color:#FF5D00;text-decoration:none;}
a:active {text-decoration:none;}

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

p,ol,li,blockquote
     {font-size:90%;}

p.n
     {font-style:normal; margin-left:20px; margin-right:20px; margin-top:20px; margin-bottom:20px;}

p.z
     {font-size:85%; margin-left:40px; margin-right:40px;}

p.foot
     {font-family:Arial,sans-serif; font-size:85%;}

h3.n
     {font-style:normal; margin-left:20px; margin-right:20px; margin-top:20px; margin-bottom:20px;}


td.k, th.k
      {font-size:80%;}

td.kb, th.kb, tr.kb
       {font-size:80%; font-weight:bold;}

tr.k
       {font-size:80%;}

tr.b
    {font-weight:bold;}

div.a
    {margin-bottom:12px;}

div.g
     {font-size:140%; font-weight:bold;}

div.gu
     {font-size:140%; font-weight:bold; text-decoration:underline;}

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */
/* text-align = Absatzausrichtung  justify = Blocksatz */
