function pruefeVerfuegbarkeit()
{
  for(var key in arrSizeListValues)
	{
	  if(parseInt(BestandArr[key]))
	    return true;
  }
}