/********************************************************************************************************
	created by:		ICSurselva AG	http://www.icsurselva.ch
	project:		doit
	date:			04/2008, claudia
	Version:		4.1.5
	file:			colums.css
	function:		different content colums-styles inside /templates/sub/
********************************************************************************************************/	
/* 1-spalte */
#colNormal {
	float:left;
	padding:5px 30px 15px 30px;
	margin:0px;
	width: 480px;
	background:#F7E300;
}

* html #colNormal {
	padding:5px 29px 15px 28px;

}

*+html div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	margin-top:10px;
}




/* 2-spalten */
/*#col_2 #colNormal {
	margin-right:0px;
	width: 480px;
	float:left;
}

#colRight {
	background-color: #DDDDDD;
	float:left;
	padding:10px 0px 10px 10px;
	width:230px;
}
*/

