body { background-color:#505050;  }

/* body { margin-top:7px; margin-bottom:7px; }/*
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */

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

/* font-family = Schriftart fuer Textelemente */
/* sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

p,h4,h5 { font-weight:normal; }


p,h1,h2,h3,h4,h5,ul,ol,li,div,td,th,address,blockquote,nobr,b
  { color:#d1cb83; }
i { font-style:normal; color:#FFFFDD; }



a:link {text-decoration:underline; color:#FFFFFF; }
a:visited {text-decoration:underline; color:#FFFFFF; }
a:active {color: #505050; background-color: #ffffff}

a.an { text-decoration:none; }
a:hover { color: #505050; background-color: #ffffff }


