/********************************************************************************************************
	created by:		NewMedia http://www.newmedia.ch
	project:		newmedia.ch
	date:			Februar/2009, Marianne Luck
	version:		4.1
	file:			colums.css
	function:		different content colums-styles inside /templates/sub/
********************************************************************************************************/	

#colNormalScrollBox,
#colLeftScrollBox,
#colRightScrollBox {
	overflow: hidden;
	bottom: 100px;
	min-height: 250px;
}

#colNormal {
	margin:0px;
	/*max-height:250px;*/
	padding:20px;
	color:#333333;
	font-size:11px;
}	

#colLeft {
	margin:0px;
	padding:20px;
	/*max-height:250px;*/
}

#colRight {
	margin:0px;
	padding:20px;
	/*max-height:250px;*/
	color:#333333;	
}

#colBorder {

}
