$(document).ready(function(){ 
        jQuery("ul.sf-menu").superfish({ 
            pathClass:  'current' 
        });
        
        jQuery(".textpic-alltag").ready(function(){ 
            jQuery(this).find(".textpic-alltag .csc-textpic-imagerow:first-child").each(function(){
              jQuery(this).css("display","block");
              var height=jQuery(this).find("img").height()-18;
              
              jQuery(this).append("<div class='more-images' style='top:"+height+"px'>mehr Bilder</div>");
            });
        });
        jQuery('.randomimage').cycle({ 
            fx:    'fade', 
            speed:  4000 ,
            timeout: 5000,
            random:  1
         });
         jQuery('.suchbutton').replaceWith("<button name='submit' value='suchen' style='border:0; padding:0; width:16px; height:16px; vertical-align:bottom; cursor:pointer;' type='submit'><img src='fileadmin/images/searchbutton.jpg'></button>");
    });  

