jQuery(document).ready(function(){jQuery('#footerlogo').after(jQuery('.bottom .introtext h2'));jQuery("#zusatzinformationen").hide();jQuery('#slidewrapper').cycle({fx:'fade',timeout:6000,speed:1000,pause:true,delay:0,pager:'#slidernav'});jQuery(function(){jQuery(".tiptop").tipTip({maxWidth:"auto",edgeOffset:7,defaultPosition:"top"});});jQuery(function(){jQuery(".tipbottom").tipTip({maxWidth:"auto",edgeOffset:7});});jQuery(".infosmall").css({'opacity':'0'});jQuery("#aktuelle li").hover(function(){jQuery(this).children(".infosmall").fadeTo("fast",1.0);},function(){jQuery(this).children(".infosmall").fadeTo("fast",0);});jQuery('ul#filter a').click(function(){jQuery(this).css('outline','none');jQuery('ul#filter .current').removeClass('current');jQuery(this).parent().addClass('current');var filterVal=jQuery(this).text().toLowerCase().replace(' ','-');if(filterVal=='alle'){jQuery('ul#portfolio li.hidden').stop().animate({"width":"300px","height":'show',"opacity":1},'slow').removeClass('hidden');}else{jQuery('ul#portfolio li').each(function(){if(!jQuery(this).hasClass(filterVal)){jQuery(this).stop().animate({"width":0,"height":'hide',"opacity":0},'slow').addClass('hidden');}else{jQuery(this).stop().animate({"width":"300px","height":'show',"opacity":1},'slow').removeClass('hidden');}});}
return false;});jQuery('a#handytwo').click(function(){return false;});if(!(jQuery.browser.msie&&jQuery.browser.version.substr(0,1)<8)){jQuery("#logo").hover(function(){jQuery("#logo h2 a").animate({opacity:.8},"fast");},function(){jQuery("#logo h2 a").animate({opacity:1},"fast");});}
jQuery('body').localScroll();});
