function navunterlegung () {
	document.getElementById(hier_e1).style.backgroundColor = "#9b948b";
	document.getElementById(hier_e2).style.backgroundColor = "#9b948b";
	document.getElementById(hier_e1).style.color = "#ffffff";
	document.getElementById(hier_e2).style.color = "#ffffff";
}
