$(document).ready(function() {

	
			
			$( function() { $( "#kalender" ).hover( 
				function() { $( ".showkalender" ).fadeIn(); }, 
				
				function() { $( ".showkalender").hide(); } ); 

				$( ".showkalender" ).hover( function() { $( ".showkalender" ).show(); }, function() { $( ".showkalender").hide(); } ); } );
						   
				
				
					
			$( function() { $( "#media" ).hover( 
				function() { $( ".fotoshow" ).fadeIn(); }, 
				
				function() { $( ".fotoshow").hide(); } ); 

				$( ".fotoshow" ).hover( function() { $( ".fotoshow" ).show(); }, function() { $( ".fotoshow").hide(); } ); } );
						   
				
		
						   
				


})		
			

