
function aktiv(inp) 
{
	inp.style.backgroundColor = "#DEDEDE";
}
function inaktiv(inp)
{
	inp.style.backgroundColor = "#ffffff";
}