function mouseOver(obj) {
	obj.style.listStyleImage='url(../_Bilder/Pfeil-1.gif)';
}
function mouseOut(obj) {
	obj.style.listStyleImage='url(../_Bilder/Pfeil-2.gif)';
}