function fuOver(ele, KnopfFarbe, SchrFarbe)
{
	{
		ele.style.backgroundColor = KnopfFarbe;
		//ele.children.tags('A')[0].style.color = "#ffffff"; // fu ni im Mozilla
		ele.children.tags('A')[0].style.color = SchrFarbe; // fu ni im Mozilla
		ele.style.cursor = 'hand';
	}
}

function fuOut(ele, KnopfFarbe, SchrFarbe, ziel)
{
	if (top.document.title != ziel) 
	{
		ele.style.backgroundColor = KnopfFarbe;
		//ele.children.tags('A')[0].style.color = "#ffffff";
		ele.children.tags('A')[0].style.color = SchrFarbe; // fu ni im Mozilla
	}
}

function Klick(ele, KnopfFarbe)
{
	ele.style.backgroundColor = KnopfFarbe;
	ele.children.tags('A')[0].style.color = "#ffff00"; // fu ni im Mozilla
}

function fuUp(path)
{
	location.href = path;
}

// if JS ist ausgeschaltet !!!   vermeidet Sicherheitswarnung IE
// Farben out "#009999";
// navi bleibt beim scrollen fest links
// ganze Buttonfläche klickbar machen

