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