(function($){
  
  $(document).ready(function() {
    
    $('#schoen2').delay(1000).fadeIn(1000);
    $('#firmenlogo').delay(500).fadeIn(500);
    $('#footer').fadeIn(500);
    $('#border-top').fadeIn(500);
    $('#border-bottom').fadeIn(500);
    $('#edge-tl').fadeIn(500);
    $('#edge-tr').fadeIn(500);
    $('#edge-bl').fadeIn(500);
    $('#edge-br').fadeIn(500);
    $('.page_margins').fadeIn(1500); 
    $('.page_margins_galerie').fadeIn(1000);
    $('.copyright_footer').delay(1000).fadeIn(2000);
    $('.randrechts').fadeIn(1000);
    $('.randlinks').fadeIn(1000);
    $('.c100one').fadeIn(1000);
    
    $("#tooltip a[title]").tooltip({
      // tweak the position
      offset: [10, 0],
      // use the "slide" effect
      effect: 'slide',
      opacity: 0.9
      // add dynamic plugin with optional configuration for bottom edge
    }).dynamic({ bottom: { direction: 'down', bounce: true } });
    
  });
  
})(jQuery);
