/********************************************************************************************************
	created by:		ICSurselva AG	http://www.icsurselva.ch
	project:		Prohelvetia
	date:			Januar/2009, Ann
	Version:		4.1
	file:			colums.css
	function:		different content colums-styles inside /templates/sub/
********************************************************************************************************/	
/* 1-spalte */
#colNormal {
	float:left;
	padding:10px 10px 30px 6px;
	margin:0px;
	width: 502px;
	background:#FFFFFF;
}

#colNormal p.bodytext{
    width:330px;
	}
#colNormal TABLE.contenttable {
    width: 502px;
	height:auto;
     }
#colNormal TABLE.contenttable th {
    width: 58px;
	font-weight:normal;
	text-align:right;
     }


	 	 
#col_2 #colNormal TABLE.contenttable {
    width: 330px;
     }

/* 2-spalten */
#col_2 #colNormal {
	margin-right:0px;
	width: 330px;
	float:left;
}
*+html #col_2 #colNormal{
    width:320px;
	margin-right: 10px;
	}

*html #col_2 #colNormal {
	margin: 0px;
	width: 300px;
	padding-left: 0;
	/*padding-right:20px;*/
}

#col_2 #colRight {
	float:left;
	padding: 21px 0 0 0;
	width:159px;
	color:#666666;
	background:#FFFFFF;
}

*html #col_2 {
	margin: 0px;
	width: 512px;
}



/* 3-spalten */
#col_3 #colNormal{
	margin:0;
	width:158px;
	padding: 10px 13px 0 13px;
}


#colLeft {
	margin:0 0 0 6px;
	float:left;
	padding: 10px 0px 0 0px;
	width: 158px;
}

*html #colLeft {
	margin:0;
}

#colRight {
	float:left;
	padding: 10px 0px 0 0px;
	width:158px;
}

#col_3 p.bodytext{
	width:158px;
}

*html #col_3 {
	margin: 0px 0 0 -8px;
	width: 512px;
}

#col_3 #colNormal TABLE.contenttable {
    width: 158px;
     }