$(document).ready(function(){
	$(".nav1").mouseover(function(){
    document.getElementById('nav1').style.backgroundImage="url('images/allerolloverfahnen.png')",
    document.getElementById('n1').style.color="#59462f",
		$(this).stop().animate({height:'150px'},{queue:false, duration:600, easing: 'easeOutBounce'})
	});
	$(".nav1").mouseout(function(){
  		$(this).animate({height:'40px'},{queue:false, duration:600, easing: 'easeOutBounce', complete:   function(){document.getElementById('nav1').style.backgroundImage="none";document.getElementById('n1').style.color="#dcc9b2";}});
	});
  
	$(".nav2").mouseover(function(){
    document.getElementById('nav2').style.background="url('images/allerolloverfahnen.png') -141px 0px no-repeat",
    document.getElementById('n2').style.color="#59462f",
		$(this).stop().animate({height:'195px'},{queue:false, duration:600, easing: 'easeOutBounce'})
	});
	$(".nav2").mouseout(function(){
  		$(this).animate({height:'40px'},{queue:false, duration:600, easing: 'easeOutBounce', complete:   function(){document.getElementById('nav2').style.backgroundImage="none";document.getElementById('n2').style.color="#dcc9b2";}});
	});  
	
	$(".nav6").mouseover(function(){
    document.getElementById('nav6').style.background="url('images/allerolloverfahnen.png') -854px 0px no-repeat",
    document.getElementById('n6').style.color="#59462f",
		$(this).stop().animate({height:'158px'},{queue:false, duration:600, easing: 'easeOutBounce'})
	});
	$(".nav6").mouseout(function(){
  		$(this).animate({height:'40px'},{queue:false, duration:600, easing: 'easeOutBounce', complete:   function(){document.getElementById('nav6').style.backgroundImage="none";document.getElementById('n6').style.color="#dcc9b2";}});
	});    
  
});
