﻿/** Standard ThreeColumns **/
.threecols
{
	width				: 546px;
	margin				: 0px 0px 10px 0px;
	/*position			: relative;*/
	padding				: 0px 15px 0px 15px;
}

.threecols .column1,
.threecols .column2,
.threecols .column3
{
	width				: 170px;
	float				: left;
}

.threecols .spacer
{
	width				: 18px;
	float				: left;
}

/** Standard ThreeColumns Height 200px **/
.threecols_200
{
	width				: 546px;
	/*height				: 200px;*/
	/* Rebrush */
	height				: 218px;
	margin				: 0px 0px 10px 0px;
	/*position			: relative;*/
	
	/* Rebrush */
	/* padding: 		: 0px 15px 0px 15px;*/
	/* rausgenommen */
}

.threecols_200 .column1,
.threecols_200 .column2,
.threecols_200 .column3
{
	width				: 170px;
	/*height				: 200px;*/
	/* Rebrush */
	height				: 218px;
	float				: left;
}

.threecols_200 .spacer
{
	width				: 18px;
	/*height				: 200px;*/
	/* Rebrush */
	height				: 218px;
	float				: left;
}

.threecols:after,
.threecols_200:after,
.column1:after,
.column2:after,
.column3:after
{
	content:"."; visibility:hidden; display:block;
}
