/**********************************************************/
/*     Cascading Style Sheets für das Hauptmenü           */
/**********************************************************/

body
{ 
  background-color: #660000;
  background-image: url(../images/holzmenu.gif);
  margin-left: 4;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  scrollbar-base-color:#000000;
  scrollbar-3dlight-color:#DD7C7C;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#31100F;
  scrollbar-face-color:#973230;
  scrollbar-highlight-color:#AB5755;
  scrollbar-shadow-color:#601F1E;
  scrollbar-track-color:#C89190;
  font-family: Arial, Verdana, Helvetica, SansSerif;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 11px;
}           

/* Bei den nachfolgenden Pseudo-Klassen ist die Reihenfolge sehr wichtig   */
/* Je weiter unten eine Deklaration steht, desto höher ist ihre Priorität  */
/* "hover" ist erst ab CSS 2.0 definiert, Netscape 4.75 kann es noch nicht */

a:link       { color: #FFFFFF; text-decoration: none; }
a:visited    { color: #FFFFFF; text-decoration: none; }
a:active     { color: #FFFFFF; text-decoration: none; }
a:hover      { color: #FF0080; text-decoration: underline; }

