if(window.clipboardData && document.compatMode) {
	var txt='<style>';
	txt+='div.css_hack{width:100%;}';
	txt+='div.contentblock{width:100%;}';
	txt+='p.shopblock{width:100%;}';
/*
	txt+='p.blockstatistic{width:100%;}';
	txt+='p.blockonline{width:100%;}';
	txt+='p.blockintern{width:100%;}';
	txt+='p.blocknewsletter{width:100%;}';
	txt+='p.blockuser{width:100%;}';
	txt+='p.blockshopuser{width:100%;}';
	txt+='p.blockreservelist{width:100%;}';
	txt+='p.blockmarketbasket{width:100%;}';
	txt+='p.blockshopnart{width:100%;}';
	txt+='p.blockshopsart{width:100%;}';
	txt+='p.blockshopattr{width:100%;}';
	txt+='div.location{width:100%;}';
	txt+='.drag-contentarea{width:100%;margin-right:0;margin-bottom:0;}';
*/
	document.write(txt+'<\/style>');
}
