$(document).ready(function(){
    $("#header_slides").innerfade({speed:"slow",timeout:4000,type:"sequence",containerheight:"200px"});
    $("#home").hover(function(){
        $("#home img").attr("src", "Bilder/back2_hover.jpg");
    },function(){
        $("#home img").attr("src", "Bilder/back2.jpg");
    });
});



