/*
// ------------------------------------------------------------------
//    www.liga-spiel.de
//    navigation.css
//    03 Nov 2005
//    17 Nov 2005
//    Alfred Gerhards, Niederbreitbach
// ------------------------------------------------------------------
*/
<style type="text/css">
<!--
#navigation           {
                      font-family: Arial;
                      }

#navigation ul        {
                      list-style: none;
                      color: red;
                      }

#navigation li a      {
                      display: block;
                      color: blue;
                      text-decoration: none;
                      }

#navigation li a:hover {
                      background-color:#B0C4DE;
                      color: #000000;
                      }
/* --------------------------------------------------------------- */
#navitable table      {
                      font-family:arial, sans-serif;
                      margin-left:2px;
                      margin-right:2px;
                      }

#navitable td         {
                      list-style: none;
                      font-style:normal;
                      color:#0000FF;
                      padding-bottom:1px;
                      border-bottom:1px solid #000000;
                      }

#navitable td a       {
                      display: block;
                      color:#0000FF;
                      text-decoration: none;
                      padding-bottom:1px;
                      }

.td01                 {
                      color:blue;
                      text-align:left;
                      font-style:normal;
                      font-weight:bold;
                      font-size:0.8em;
                      padding-bottom:1px;
                      border-bottom:1px solid #000000;
                      }

.td02                 {
                      font-style:normal;
                      color:#0000FF;
                      text-align:left;
                      padding-bottom:1px;
                      border-bottom:1px solid #000000;
                      }

.td03                 {
                      font-family: arial, sans-serif;
                      color:#FF0000;
                      font-size:0.9em;
                      white-space:nowrap;
                      padding-bottom:1px;
                      font-weight:bold;
                      }

#navitable td a:hover {
                      background-color: #B0C4DE;
                      color: #000000;
                      }
/*
---------------------------------------------------------------------
                      Einsatz:md_ereignis.inc.php (javascript)
                      Funktion 'toggledisplay()
---------------------------------------------------------------------
*/
#hiddendiv            {
                      display:none;
                      }
/* --------------------------------------------------------------- */
//-->
</style>
