$(document).ready(function(){ 

    // PNG FIX
    $(document).pngFix();
        
        
	$("a[href='#']").click(function() { 
		
		return false;
		
	});      
        
    $("img[src*='RTEmagicC']").remove();    
    
    $('#SubpageGalleryWrapper').remove();
    $('#FCE-Inhalt01-Image').remove();
    $('#FCE-Inhalt01-Dot').remove();
    $('#FCE-Main-Print').remove();
    $('#NavMenuInhalt').remove();
    
        
        
}); //document ready
