function formatNavi_www() {

  highLight = "#404040";
  highLightBorder = "rgb(153,0,13)";
//  highLightBorder = "orange";
  contrast = "orange";

  if (document.getElementById("menuMarkerChemnitz")) {
//    document.getElementById("fieldChemnitz").style.backgroundColor = contrast;
    document.getElementById("fieldChemnitz").firstChild.style.color = contrast;

    if (document.getElementById("menuMarkerInfothek")) {
      document.getElementById("fieldInfothek").firstChild.style.color = contrast;
    }

    if (document.getElementById("menuMarkerDauer")) {
      document.getElementById("fieldDauer").firstChild.style.color = contrast;
    }

    if (document.getElementById("menuMarkerSonder")) {
      document.getElementById("fieldSonder").firstChild.style.color = contrast;
    }

    if (document.getElementById("menuMarkerKontakt")) {
      document.getElementById("fieldKontakt").firstChild.style.color = contrast;
    }

  }

  if (document.getElementById("menuMarkerCrimmitschau")) {
    document.getElementById("fieldCrimmitschau").firstChild.style.color = contrast;
  }

  if (document.getElementById("menuMarkerChemnitz")) {
    document.getElementById("fieldChemnitz").firstChild.style.color = contrast;
  }

  if (document.getElementById("menuMarkerEhrenfriedersdorf")) {
    document.getElementById("fieldEhrenfriedersdorf").firstChild.style.color = contrast;
  }

  if (document.getElementById("menuMarkerKnappenrode")) {
    document.getElementById("fieldKnappenrode").firstChild.style.color = contrast;
  }

  if (document.getElementById("menuMarkerZweckverband")) {
    document.getElementById("fieldZweckverband").firstChild.style.color = contrast;
  }

}

