 $(document).ready(function() {
    var inhaltHeight = $('#inhalt').height();
    var newheight = inhaltHeight - 840;
    if (newheight > 0) {
        $('#leftmenue_follow').css({
            height: newheight
        })
    }
 })
