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,ul,ol,li,div,td,th,address,nobr,b,i
     {font-family:Arial,sans-serif;}
td
     {vertical-align:top;}
td.k,th.k,tr.k
      {font-size:80%;}

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

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




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