$(document).ready(function(){
    // insert background
    $("ul.nav_sub li:last-child").css({
        "backgroundImage" : "url('fileadmin/template/img/bg_nav.jpg')",
        "backgroundRepeat" : "repeat-x",
        "backgroundPosition" : "left bottom",
        "width" : "115px"
    })
    // remove background
    $("ul.nav_sub").parent().children(":first").css("background", "none");
    // remove background
    $("div.news").first().css({
        "backgroundImage" : "none",
        "paddingTop" : "0"
    })
    
    $("body#uid15 ul#subpages li:last").addClass("last");
    
        /* alle ® in <sup> setzen */
    $("ul#breadcrumb *").each(function() {
        $(this).html($(this).html().replace("-<br>",""));
    });

});
