/********************************************************************************************************
	created by:		ICSurselva AG	http://www.icsurselva.ch
	project:		XXX
	date:			Monat/2008, Autor
	Version:		4.1.5
	file:			colums.css
	function:		different content colums-styles inside /templates/sub/
********************************************************************************************************/	
/* 1-spalte */
#colNormal {
	float:left;
	padding:10px;
	margin:0 0 0 28px;
	width: 260px;
}

*html #colNormal {
	float:left;
	padding: 0px 0 0 0;
	margin:7px 16px 0 0px;
	width: 260px;
}

#colRight {
	float:left;
	padding:10px 22px 10px 10px;
	width:355px;
}

/* 1 breite Spalte */
#col_3 #colNormal{
	margin-right:0;
	width:625px;
}


/* Home */
#content_home #content #colNormal {
	margin:0px;
	width: 288px;
	float:none;
}
