/* >> 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: 15px;
			margin-right: 15px;
		}
	}
/*<<*/

