function createHover(id, id_link)		{
	/*document.getElementById(id).style.backgroundImage = "url(http://www.foerderland.de/fileadmin/bilder/verlauf_highlight.png)";*/
	document.getElementById(id).style.backgroundImage = "url(http://www.foerderland.de/fileadmin/bilder/verlaufOrange.png)";
	
	document.getElementById(id_link).style.color = "white";
}

function createNormal(id, id_link)		{
	/*document.getElementById(id).style.backgroundImage = "url(http://www.foerderland.de/fileadmin/bilder/verlauf_top.png)";*/
	document.getElementById(id).style.backgroundImage = "url(http://www.foerderland.de/fileadmin/bilder/verlaufNormalListe.png)";
	document.getElementById(id_link).style.color = "#6F9E0C";
}