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

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

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

/* Tabellen Zelle einer Navigation die einen aktiven Link enthılt. */
.naviactiv
{
  font-family : Tahoma, Arial, Helvetica, sans-serif;
  font-size : 11px;
  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 : #464131;
  text-decoration : none;
}

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

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

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

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

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

/* Aktiver Untermenıpunkt einer Navigation. */
.subnaviactiv a:hover
{
  font-family : Tahoma, Arial, Helvetica, sans-serif;
  font-size : 11px;
  color : #000000;
  font-weight : bold;
  text-decoration : underline;
}


/* Tabellen Zelle einer horizontale Navigation die einen Link enthılt. */
.hnavi
{
  font-family : Tahoma, Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-weight : normal;
  color : #464131;
  text-decoration : none;
}

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

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

/* Tabellen Zelle einer Navigation die einen aktiven Link enthılt. */
.hnaviactiv
{
  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 */
.hnaviactiv a
{
  font-family : Tahoma, Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-weight : bold;
  color : #000000;
  text-decoration : none;
}

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