
.navidiv
{
  margin-left : 7px;
  text-align : left;
  font-size : 12px;
  padding-bottom : 20px;
}

.navipunkt
{
  font-size : 5px !important;
  line-height: 0px !important;
  height : 6px;
  width: 6px;
  float : left;
  margin-top : 4px;
  margin-right : 10px;
  padding-right : 0px;
  background-image : url(../tmpl/layout/punkt.gif);
}

.activnavipunkt
{
  font-size : 5px !important;
  line-height: 0px !important;
  height : 6px;
  width: 6px;
  float : left;
  margin-top : 4px;
  margin-right : 10px;
  padding-right : 0px;
  background-image : url(../tmpl/layout/ac_punkt.gif);
}


/* Tabellen Zelle einer Navigation die einen Link enthält. */
.navi
{
  color : #465E9A;
  text-decoration : none;
  padding-left : 2px;
  padding-bottom : 5px;
  padding-top : 5px;
}

/* Link in einer Navigation. */
.navi a
{
  font-weight : bold;
  color : #465E9A;
  text-decoration : none;
}

/* Mouseover (drüberfahren mit Mousecursor) effekt bei Links. */
.navi a:hover
{
  font-weight : bold;
  color : #000000;
  text-decoration : none;
}

/* Tabellen Zelle einer Navigation die einen aktiven Link enthält. */
.naviactiv
{
  color : #000000;
  text-decoration : none;
  padding-left : 2px;
  padding-bottom : 5px;
  padding-top : 5px;
}

/* Ein Aktiver (angeklickter) Link in einer Navigation */
.naviactiv a
{
  font-weight : bold;
  color : #000000;
  text-decoration : none;
}

/* Mouseover effekt eines aktiven Links. */
.naviactiv a:hover
{
  font-weight : bold;
  color : #ACB6CF;
  text-decoration : none;
}

/* Tabellenzelle die einen Untermenüpunkt enthält. */
.subnavi
{
  color : #000000;
  text-decoration : none; 
  font-size : 11px;
  padding-left : 20px;
  padding-top : 3px;
}

/* Untermenüpunkt einer Navigation. */
.subnavi a
{
  color : #000000;
  text-decoration : none;
}

/* Mouseover effekt eines Untermenüpunktes. */
.subnavi a:hover
{
  color : #000000;
  text-decoration : underline;
}

/* Tabellenzelle die einen aktiven Untermenüpunkt enthält. */
.subnaviactiv
{
  color : #000000;
  font-weight : normal;
  text-decoration : underline;
  font-size : 11px;
  padding-left : 20px;
  padding-top : 3px;
}

/* Aktiver Untermenüpunkt einer Navigation. */
.subnaviactiv a
{
  color : #000000;
  font-weight : normal;
  text-decoration : underline;
}


/* Aktiver Untermenüpunkt einer Navigation. */
.subnaviactiv a:hover
{
  color : #000000;
  font-weight : normal;
  text-decoration : underline;
}


.hnavidiv
{
  margin-left : 17px;
  font-size : 12px;
  margin-top : 10px;
  clear : both;
  padding-right : 10px;
  margin-bottom : 2px;
  clear : both;
}

/* Tabellen Zelle einer Navigation die einen Link enthält. */
.hnavi
{
  color : #465E9A;
  text-decoration : bold;
  padding : 3px;
  padding-bottom : 4px;
}

.hnavitrennung
{
  font-size : 11px;
  color : #465E9A;
}

/* Link in einer Navigation. */
.hnavi a
{
  font-weight : normal;
  color : #465E9A;
  text-decoration : none;
}

/* Mouseover (drüberfahren mit Mousecursor) effekt bei Links. */
.hnavi a:hover
{
  font-weight : normal;
  color : #000000;
  text-decoration : underline;
}

/* Tabellen Zelle einer Navigation die einen aktiven Link enthält. */
.hnaviactiv
{
  color : #465E9A;
  text-decoration : bold;
  padding : 3px;
  padding-bottom : 4px;
}

/* Ein Aktiver (angeklickter) Link in einer Navigation */
.hnaviactiv a.link
{
  font-weight : bold;
  color : #465E9A;
  text-decoration : none;
}

.hnaviactiv a:visited
{
  font-weight : bold;
  color : #465E9A;
  text-decoration : none;
}

/* Mouseover effekt eines aktiven Links. */
.hnaviactiv a:hover
{
  font-weight : bold;
  color : #000000;
  text-decoration : none;
}