//optik stand hauptnavi
function markiereRubrik(id)
{
	document.getElementById(id).className = "navi_aktiv";
}