$(document).ready(function() {

      jQuery("a.lightbox").fancybox(
      {
             'zoomSpeedIn': 300,
             'zoomSpeedOut': 300,
             'overlayShow': true
         }
     );

    // make da list icons hübsch:
    $('.csc-texttext ul, .csc-texttext ol, .csc-textpic-text ul, .csc-textpic-text ol').each(function(el){
        $(this).find('li').addClass('jsc-li').wrapInner('<span></span>');
        $(this).after('<br class="listmargin" />')
    });

    // slideshow
    $('#theme').cycle({ slideExpr: 'img' });

    $('#sidebar').find('#navimain img.bg').clone().prependTo('#contact');

    // lupe unter bilder
    //$('#content-text .csc-textpic a.lightbox').append('<img src="/fileadmin/layouts/main/public/gfx/lupe.gif" class="lupe" alt="" />');

    // schriftersetzung: Eurostile extended
    Cufon.replace('h1, h2, label, .pdf-item dd');
    Cufon.replace('a.a0, a.a1', { forceHitArea: true });

    $('body.nojs').removeClass('nojs');

    if($.browser.msie && (jQuery.browser.version.substr(0,3)=="6.0")){
    // hier den scheiß einbauen, der dich 3 Stunden gekostet hat        
        $('#header').css({zoom: "1"});

        $('#sidebar .el').each(function(){
            var elHeight = $(this).height();
            $(this).find('img.bg').height(elHeight);
        });

        /*
        var naviHeight = $('#navimain').height();
        $('#navimain img.bg').height(naviHeight);
        */
    }
    if($.browser.msie && (jQuery.browser.version.substr(0,3)=="7.0")){
    // hier den scheiß einbauen, der dich 3 Stunden gekostet hat        
        $('#sidebar .el').each(function(){
            var elHeight = $(this).height();
            $(this).find('img.bg').height(elHeight);
        });

        /*
        var naviHeight = $('#navimain').height();
        $('#navimain img.bg').height(naviHeight);
        */
    }    
    
    
});
