jQuery(function(){
  jQuery('.kategorie-liste a.active').each(function(){
    jQuery(this).parent().css('background','url(/fileadmin/templates/images/cat_bg.jpg) no-repeat top center');
    //jQuery(this).parent().parent().css('background','url(/fileadmin/templates/images/cat_bg.jpg) no-repeat top center');
    jQuery(this).parent().parent().parent().css('background','url(/fileadmin/templates/images/cat_bg.jpg) no-repeat top center');
    jQuery(this).parent().parent().parent().parent().parent().css('background','url(/fileadmin/templates/images/cat_bg.jpg) no-repeat top center');
  })
  jQuery('.tt_products_item_catlist').css('background', 'none');

  jQuery('.prodimage').each(function(){ if(jQuery(this).html() == "") { jQuery(this).remove() }});
});


function zustandpopupopen(anId)
{
  jQuery('#zustand-popup-' + anId).fadeIn();
}

function zustandpopupclose(anId)
{
  jQuery('#zustand-popup-' + anId).fadeOut();
}


