<!--
function zeigen(replace)
{
replace.style.background='#00AC00';
replace.style.cursor='hand';
}
function normal(replace)
{
replace.style.background='#107810';
replace.style.cursor='default';
}
function zeigenchamaeleon(replace)
{
replace.style.background='#FFEB3F';
replace.style.cursor='hand';
}
function normalchamaeleon(replace)
{
replace.style.background='#EFCE15';
replace.style.cursor='default';
}
function link(link1,link2,link3)
{
top.inhalt.location.href=link1;
top.links.location.href=link2;
top.navigation.location.href=link3;
}
function inputloeschung(input) {
    	if (input.value=="adresse@domain.de")
        	{ 
	       input.value=""; 
	}
}
function inputfuellung(input)  {
	if (input.name=="email" && input.value=="") { 
		input.value="adresse@domain.de"; 
     	}   
}
//-->

