$(document).ready(function()
{
/*var max_height=0;
	 $(".hersteller .bildbox").each(function(i)
         {
                            //Title aus child img holen
                            var height=$("> a img",this).attr("height");
			    if (height>max_height)
			    {
			       max_height=height;
			    }
                        });
	 $(".hersteller .bildbox").each(function(i)
         {
		$(this).css("height",max_height);
}*/
	
});
