/**
 * @author schickedanz
 */
var styleConfig = new Array();
	//styleName, productGroup, productName, headlinespecial, firstBock special, show links, formatPrice 
	styleConfig["teaser"] = new Array('teaser', 'teaserblock', 'teaserProdukts', '', true, false, 1);
	styleConfig["singleteaser"] = new Array('singleteaser', 'singleteaserblock', 'singleteaserProdukts', '', true, false, 1);
	styleConfig["world"] = new Array('world', 'topsellerblock', 'topsellerProdukts', 'Topseller ', false, true, 0);