$(document).ready(function(){
$(".unten a").hover(function(){$(this).animate({color:"#009fe3"},1000);},function(){$(this).animate({color:"#ffffff"},500);});
$(".kleinegalerie img").css('opacity','0.5');
$('.kleinegalerie img').hover(function(){$(this).stop().animate({'opacity':'1'},{queue:false,duration:150});},function(){$(this).stop().animate({'opacity':'0.5'},{queue:false,duration:300});});
$(".infarbe").hover(function(){
	
		$(this).animate({color:"#009fe3"},1000);},function(){$(this).animate({color:"#ffffff"},500);
	
	});
});
