function aktiv(inp) 
{
	//inp.style.backgroundColor = "#ffffff";
	inp.style.borderColor = "#000000";
	inp.style.color = "#000000";
}
function inaktiv(inp)
{
	//inp.style.backgroundColor = "#ffffff";
	inp.style.borderColor = "#A3A3A3";
	inp.style.color = "#5A5A5A";
}