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;}


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

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

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

p.lm

       {margin-left:20px;}

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

b.a
       {margin-top:25px;}

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