/* >> Ohne Teaser*/
	table.contentMainTable td.leftBorderCol,
	table.contentMainTable td.spacerColumnLeft,
	table.contentTable td.spacerColumnRight,
	table.contentTable td.rightBorderCol
	{
		display: none;
	}

	@media screen
	{
		div.contentContainer
		{
			/width: 100%;
			margin-left: 11.5pt;
			margin-right: 11.5pt;
		}
	}
	
	@media print
	{
		div.printButtonShell,
		table.printButtonTable td,
		img.printViewPrintIcon,
		img.printViewCloseWindowIcon,
		table.printButtonTable td span
		{
			display: none;
		}
		
		table.contentTable
		{
			height: 100%;
		}
	}
/*<<*/

