$(function() {
  
  $('#footer .c66r').prepend(' <img src=\"/c125755b003c0c8a/files/ico_print.png/$file/ico_print.png\" alt=\"\" /> <a href=\"javascript:window.print();\">Drucken</a> ');
  $('.backtotop a').before('<img src=\"/c125755b003c0c8a/files/ico_top.png/$file/ico_top.png\" alt=\"\" /> ');
  $('form.nav-form').dropdownmenu();
  
  // Suche und Newsletter
  $('html[@lang=de] input#suche').blur( function() { if(this.value=='') { this.value='Suchbegriff'; } } ).focus( function () { if(this.value=='Suchbegriff') { this.value=''; } } );
  $('html[@lang=de] input#newsletter').blur( function() { if(this.value=='') { this.value='Ihre E-Mail-Adresse'; } } ).focus( function () { if(this.value=='Ihre E-Mail-Adresse') { this.value=''; } } );
  
  // externe Links
  $('#main p a[@href^=http] img').parent('a').addClass('imageinside');
  $('#main p a[@href^=http][@class!=imageinside]').prepend('<img class="jsico" src=\"/c125755b003c0c8a/files/ico_ext.png/$file/ico_ext.png\" alt=\"\" />');
  
  // fontsizer
  $.FontSizer.Init( { min: -1, max: 3} );
  $('#search').after('<div id="fontsizer"><a href="#" onclick="$.FontSizer.SetSize(3); return false;" title="Schrift vergrößern"><img src="/c125755b003c0c8a/files/fontsizer_a1.png/$file/fontsizer_a1.png" alt="" /></a><a href="#" onclick="$.FontSizer.SetSize(2); return false;" title="Schriftgröße zurücksetzen"><img src="/c125755b003c0c8a/files/fontsizer_a2.png/$file/fontsizer_a2.png" alt="" /></a><a href="#" onclick="$.FontSizer.Reset(); return false;" title="Schrift verkleinern"><img src="/c125755b003c0c8a/files/fontsizer_a3.png/$file/fontsizer_a3.png" alt="" /></a></div>');
  
});
