/* Tabellen Zelle einer Navigation die einen Link enthält. */
.navi
{
  font-family : Courier New, Courier;
  font-size : 14px;
  
  color : #000000;
  text-decoration : none;
}

/* Link in einer Navigation. */
.navi a
{
  font-family : Courier New, Courier;
  font-size : 14px;
  
  color : #000000;
  text-decoration : none;
}

/* Mouseover (drüberfahren mit Mousecursor) effekt bei Links. */
.navi a:hover
{
  font-family : Courier New, Courier;
  font-size : 14px;
  
  color : #000000;
  text-decoration : none;
}

/* Tabellen Zelle einer Navigation die einen aktiven Link enthält. */
.naviactiv
{
  font-family : Courier New, Courier;
  font-size : 14px;
  
  color : #000000;
  text-decoration : none;
}

/* Ein Aktiver (angeklickter) Link in einer Navigation */
.naviactiv a
{
  font-family : Courier New, Courier;
  font-size : 14px;
  
  color : #000000;
  text-decoration : none;
}

/* Mouseover effekt eines aktiven Links. */
.naviactiv a:hover
{
  font-family : Courier New, Courier;
  font-size : 14px;
  color : #000000;
  text-decoration : none;
}

