/* REWRITTEN @ 05.10.2004 / 14:04 by 10.0.1.20 */

/* Tabellen Zelle einer Navigation die einen Link enthält. */
.navi
{
  font-family : Tahoma, Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-weight : bold;
  color : #004D9F;
  text-decoration : none;
}

/* Link in einer Navigation. */
.navi a
{
  font-family : Tahoma, Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-weight : bold;
  color : #004D9F;
  text-decoration : none;
}

/* Mouseover (drüberfahren mit Mousecursor) effekt bei Links. */
.navi a:hover
{
  font-family : Tahoma, Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-weight : bold;
  color : #000000;
  text-decoration : none;
}

/* Tabellen Zelle einer Navigation die einen aktiven Link enthält. */
.naviactiv
{
  font-family : Tahoma, Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-weight : bold;
  color : #000000;
  text-decoration : none;
}

/* Ein Aktiver (angeklickter) Link in einer Navigation */
.naviactiv a
{
  font-family : Tahoma, Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-weight : bold;
  color : #000000;
  text-decoration : none;
}

/* Mouseover effekt eines aktiven Links. */
.naviactiv a:hover
{
  font-family : Tahoma, Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-weight : bold;
  color : #004D9F;
  text-decoration : none;
}

/* Tabellenzelle die einen Untermenüpunkt enthält. */
.subnavi
{
  font-family : Tahoma, Arial, Helvetica, sans-serif;
  font-size : 10px;
  color : #004D9F;
  
  text-decoration : none;
}

/* Untermenüpunkt einer Navigation. */
.subnavi a
{
  font-family : Tahoma, Arial, Helvetica, sans-serif;
  font-size : 10px;
  color : #004D9F;
  
  text-decoration : none;
}

/* Mouseover effekt eines Untermenüpunktes. */
.subnavi a:hover
{
  font-family : Tahoma, Arial, Helvetica, sans-serif;
  font-size : 10px;
  color : #000000;
  
  text-decoration : none;
}

/* Tabellenzelle die einen aktiven Untermenüpunkt enthält. */
.subnaviactiv
{
  font-family : Tahoma, Arial, Helvetica, sans-serif;
  font-size : 10px;
  color : #000000;
  
  text-decoration : none;
}

/* Aktiver Untermenüpunkt einer Navigation. */
.subnaviactiv a
{
  font-family : Tahoma, Arial, Helvetica, sans-serif;
  font-size : 10px;
  color : #000000;
  
  text-decoration : none;
}

