$(document).ready(function() {	
						   
						   

						   
						   
						   

 $("#facebook .logotyp").mouseenter(
 function()
 {
	 
	 $('#facebook').animate({marginLeft: '0'}, 700);

 });
 

 
   $("#facebook").mouseleave(
 function()
 {
	$('#facebook').animate({marginLeft: '-184'}, 1000);


 });	
   
   
   
   
   
    $("#mobilnagc .logotyp").mouseenter(
 function()
 {
	 
	 $('#mobilnagc').animate({marginLeft: '0'}, 700);

 });
 

 
   $("#mobilnagc").mouseleave(
 function()
 {
	$('#mobilnagc').animate({marginLeft: '-184'}, 1000);


 });
   
   
   
   
       $("#rssgc .logotyp").mouseenter(
 function()
 {
	 
	 $('#rssgc').animate({marginLeft: '0'}, 700);

 });
 

 
   $("#rssgc").mouseleave(
 function()
 {
	$('#rssgc').animate({marginLeft: '-184'}, 1000);


 });
   
   
   
});
