$(function() {
  
  // 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();

});