<!--
 
 function kontakt(show)
 {
	if(show==1)  {  document.getElementById('kontakt').style.backgroundImage = "url('../bilder/background/navigation/kontakt_select.png')";  }
	else         {  document.getElementById('kontakt').style.backgroundImage = "url('../bilder/background/navigation/kontakt.png')";  }
 }
 
 function produkte(show)
 {
	if(show==1)  {  document.getElementById('produkte').style.backgroundImage = "url('../bilder/background/navigation/produkte_select.png')";  }
	else         {  document.getElementById('produkte').style.backgroundImage = "url('../bilder/background/navigation/produkte.png')";  }
 }
 
 function home(show)
 {
	if(show==1)  {  document.getElementById('home').style.backgroundImage = "url('../bilder/background/navigation/home_select.png')";  }
	else         {  document.getElementById('home').style.backgroundImage = "url('../bilder/background/navigation/home.png')";  }
 }
 
 function partner(show)
 {
	if(show==1)  {  document.getElementById('partner').style.backgroundImage = "url('../bilder/background/navigation/partner_select.png')";  }
	else         {  document.getElementById('partner').style.backgroundImage = "url('../bilder/background/navigation/partner.png')";  }
 }
 
 function dienst(show)
 {
	if(show==1)  {  document.getElementById('dienst').style.backgroundImage = "url('../bilder/background/navigation/dienst_select.png')";  }
	else         {  document.getElementById('dienst').style.backgroundImage = "url('../bilder/background/navigation/dienst.png')";  }
 }
//-->
