body
    {margin-top:30px;}

/* 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,h4,ul,ol,li,div,td,th,address,nobr,b,i
     {font-family:Arial,sans-serif;}

p,ul,ol,li,blockquote
     {text-align:justify}
p.r
     {text-align:right}

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

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

h2
     {font-family:Arial,sans-serif;
     margin-top:10px;
     margin-bottom:2px;}

h3
     {font-family:Arial,sans-serif;
     margin-bottom:2px;}

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