$(document).ready(function() {
            $("#home").hover(
                function() {
                    $(this).fadeOut(0, function() {
                        $(this).attr({"src":"button_home-hover.png"}).fadeIn(0);
                    });
                },
                function() {
                    $(this).fadeOut(0, function() {
                        $(this).attr({"src":"button_home.png"}).fadeIn(0);
                    });
                });
        });
$(document).ready(function() {
            $("#informationen").hover(
                function() {
                    $(this).fadeOut(0, function() {
                        $(this).attr({"src":"button_informationen-hover.png"}).fadeIn(0);
                    });
                },
                function() {
                    $(this).fadeOut(0, function() {
                        $(this).attr({"src":"button_informationen.png"}).fadeIn(0);
                    });
                });
        });
$(document).ready(function() {
            $("#geschichte").hover(
                function() {
                    $(this).fadeOut(0, function() {
                        $(this).attr({"src":"button_geschichte-hover.png"}).fadeIn(0);
                    });
                },
                function() {
                    $(this).fadeOut(0, function() {
                        $(this).attr({"src":"button_geschichte.png"}).fadeIn(0);
                    });
                });
        });

$(document).ready(function() {
            $("#faq").hover(
                function() {
                    $(this).fadeOut(0, function() {
                        $(this).attr({"src":"button_faq-hover.png"}).fadeIn(0);
                    });
                },
                function() {
                    $(this).fadeOut(0, function() {
                        $(this).attr({"src":"button_faq.png"}).fadeIn(0);
                    });
                });
        });
$(document).ready(function() {
            $("#preise").hover(
                function() {
                    $(this).fadeOut(0, function() {
                        $(this).attr({"src":"button_preise-hover.png"}).fadeIn(0);
                    });
                },
                function() {
                    $(this).fadeOut(0, function() {
                        $(this).attr({"src":"button_preise.png"}).fadeIn(0);
                    });
                });
        });
$(document).ready(function() {
            $("#jobs").hover(
                function() {
                    $(this).fadeOut(0, function() {
                        $(this).attr({"src":"button_jobs-hover.png"}).fadeIn(0);
                    });
                },
                function() {
                    $(this).fadeOut(0, function() {
                        $(this).attr({"src":"button_jobs.png"}).fadeIn(0);
                    });
                });
        });
$(document).ready(function() {
            $("#kontakt").hover(
                function() {
                    $(this).fadeOut(0, function() {
                        $(this).attr({"src":"button_kontakt-hover.png"}).fadeIn(0);
                    });
                },
                function() {
                    $(this).fadeOut(0, function() {
                        $(this).attr({"src":"button_kontakt.png"}).fadeIn(0);
                    });
                });
        });
$(document).ready(function() {
            $("#impressum").hover(
                function() {
                    $(this).fadeOut(0, function() {
                        $(this).attr({"src":"button_impressum-hover.png"}).fadeIn(0);
                    });
                },
                function() {
                    $(this).fadeOut(0, function() {
                        $(this).attr({"src":"button_impressum.png"}).fadeIn(0);
                    });
                });
        });


$(document).ready(function()
{
	$("#aktuell").ready(function()
    {
		$("#aktuell").fadeOut(350).fadeIn(350).fadeOut(350).fadeIn(850);
	});
});

