$(window).load(function(){
    $("#animation h1").css({left:'-300px'});
    $("img.bild-eins").css({right:'-615px'});
    $("img.bild-zwei").css({right:'-492px'});
    $("img.bild-drei").css({right:'-369px'});
    $("#animation h1").animate({left:'123px'}, 3500);
    $("#animation #animation-bilder IMG").animate({right:'0px'}, 6000);
});
