function haupt_hover(obj){
	obj.style.background='#FF6633';	
	obj.style.cursor='pointer';
}

function haupt_out(obj){
	obj.style.background='';	
	obj.style.cursor='pointer';
}