function Aendern_hover(obj) {
	obj = obj.style;
	obj.backgroundPosition = "bottom left";
}
function Aendern_out(obj) {
	obj = obj.style;
	obj.backgroundPosition = "top left";
}