$(function() {
  
  // Tabs
  $('.jstabs').accessibleTabs({fx:"show",fxspeed: '', syncheights: true, tabbody:'.tab-content'});
  
  // Sprungmarke zum Anfang mit Symbol
  $('.backtotop a').prepend('<img src=\"/c125746c002e3517/files/ico_totop.gif/$file/ico_totop.gif\" alt=\"\" /> '); 
  
  // Fußzeile mit Drucksymbol
  $('html[lang=de] #footer p > a.top').before('<img src=\"/c125746c002e3517/files/ico_print.gif/$file/ico_print.gif\" alt=\"\" /> <a href=\"javascript:window.print();\">Seite drucken</a> <img src=\"/c125746c002e3517/files/ico_totop.gif/$file/ico_totop.gif\" alt=\"\" /> ');
  
  // Link-Icons
  $('p a[href^=http] img').parent('a').addClass('jsico');
  $('p a[href^=http]').prepend('<img class="\jsico\" src=\"/c125746c002e3517/files/ico_ext.gif/$file/ico_ext.gif\" alt=\"\" />');
  $('#col3_content p a[href^=mailto]').prepend('<img class="\jsico\" src=\"/c125746c002e3517/files/ico_int.gif/$file/ico_int.gif\" alt=\"\" />');
  
  $('#col1 .linklist a').prepend('<img src=\"/c125746c002e3517/files/ico_int.gif/$file/ico_int.gif\" alt=\"\" /> ');
  
  // CatNavCombos
  $("form.navForm").dropdownmenu();
  
  // Lightbox
  $('a.lightbox').lightBox();
  $('.fotogalerie li a').lightBox();
  
  // XXL-Ansicht
  $.stylesheetInit();
  $('#col1_content').prepend('<div id="xxl"><a href="#" rel="Normalansicht" class="styleswitch styleswitch-default"><span>zur Normalansicht</span></a><span class="hideme"> / </span><a href="#" rel="XXL-Version" class="styleswitch styleswitch-xxl"><span>zur XXL-Ansicht</span></a></div>');
  $('.styleswitch').bind('click',function(e){ $.stylesheetSwitch(this.getAttribute('rel')); return false; });

});
