/* menus.css
   Letzte Aenderung : 31.05.2003   eWe
*/
BODY
   {
     background-color   : #0000ce;
   }
table        
   { 
     margin-left        : 5pt;
     margin-top         : 5pt; 
     margin-bottom      : 5pt;
     background-color   : #0000ce;
     border-bottom-width   : 1pt;
     border-bottom-style   : inset;
     border-color       : #fff406;
   } 

/*
TD
   {
     border-top-width   : 1pt;
     border-top-style   : inset;
     border-color       : #fff406;
   }
*/

TD, a
   { 
     color             : #fff406;
     font-family       : Garamond, "sans-serif";
     font-weight       : bold;
     font-size         : 12pt;
     text-valign       : middle;
     text-decoration   : none;
     line-height       : 17pt;
     margin-left       : 7pt;
   }
.untermenutitel
   { 
     border-bottom-width   : 1pt;
     border-bottom-style   : inset;
     border-color          : #fff406;
     color                 : #fff406;
     font-family           : Arial, "sans-serif";
     font-weight           : bold;
     font-size             : 12pt;
     text-align            : center;
     text-valign           : middle;
     line-height           : 17pt;
   }
/* Links --> eichtige Reihenfolge einhalten!! 

  A:link    { color : rgb(255,255,255);}
  A:visited { color : rgb(255,255,255);}
  A:hover   { color : rgb(252,100,150);}
  A:active  { color : rgb(255,255,255);}
  ------------------------------------------

  A:visited { color : rgb(190,190,190);}
  A:hover   { color : rgb(0,255,100);}



 a:link { text-decoration:none; font-weight:bold; color:#fff406; }
 a:visited { text-decoration:none; font-weight:bold; color:rgb(190,190,190); }
 a:hover { text-decoration:none; font-weight:bold; background-color:rgb(50,150,100); }
 a:active { text-decoration:none; font-weight:bold; background-color:#CCFF00; }
*/

 a:link { text-decoration:none; font-weight:bold; color:#fff406; }
 a:visited { text-decoration:none; font-weight:bold; color:rgb(190,190,190); }
 a:hover { text-decoration:none; font-weight:bold; background-color:rgb(0,155,100); }
 a:active { text-decoration:none; font-weight:bold; background-color:#CCFFFF; }
