//version 0.0.1

var farbe = "#9a4873"; //dunkles lila

function h1ul () {

  document.all.aktuell.style.backgroundColor = farbe;
}

function h1norm () {

  document.all.aktuell.style.backgroundColor ="";

}

function h2ul () {

  document.all.ueber_uns.style.backgroundColor = farbe;
}

function h2norm () {

  document.all.ueber_uns.style.backgroundColor ="";

}

function h3ul () {

  document.all.seifensiederei.style.backgroundColor = farbe;
}

function h3norm () {

  document.all.seifensiederei.style.backgroundColor ="";

}

function h4ul () {

  document.all.medien.style.backgroundColor = farbe;
}

function h4norm () {

  document.all.medien.style.backgroundColor ="";

}

function h5ul () {

  document.all.sonstiges.style.backgroundColor = farbe;
}

function h5norm () {

  document.all.sonstiges.style.backgroundColor ="";

}
