$(function() {
	function checkBodyWidth(){
    var $bodyWidth = $('body').width();
    if ($bodyWidth < 900) {
      $("body").addClass("resize");
    }else {
      $("body").removeClass("resize");
    }
  }
  $(window).resize(function(){ checkBodyWidth() });
  checkBodyWidth();
  $('a.ext').prepend('<img class="jsico" src=\"/c12574f3003659f5/files/ico_ext.gif/$file/ico_ext.gif?openelement\" alt=\"\" /> ');
  $('.backtotop a').prepend('<img src=\"/c12574f3003659f5/files/ico_totop.gif/$file/ico_totop.gif?openelement\" alt=\"\" /> ');
  $('#footer p > a.top').after('&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:window.print();\">Seite drucken</a>');
  $('form.navForm').dropdownmenu();
  $('form.navForm input.submit, form.the-form input.submit').css('-moz-border-radius','4px').css('-webkit-border-radius','4px');
});