/********************************************************************************************************
	created by:		ICSurselva AG	http://www.icsurselva.ch
	project:		BPHASH
	date:			August/2008, Gérard Mathiuet
	version:		4.1
	file:			colums.css
	function:		different content colums-styles inside /templates/sub/
********************************************************************************************************/	
#colNormal {
	float:left;
	padding:20px;
	margin:0px;
	width: 554px;
}

/* 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;
}

/* 3-spalten */
#col_3 #colNormal{
	margin-right:0;
	width:230px;
	background:#cccccc;
}

#colLeft {
	float:left;
	padding:10px;
	width: 230px;
	background-color: #CCCCCC;
}

#colBorder {
	float:left;
	padding:10px;
	margin-right:10px;
	width:720px;;
	background-color: #666666;
}
