/********************************************************************************************************
	created by:		newmedia AG	http://www.newmedia.ch
	project:		alpspektakel
	date:			April/2009, Beat Hausheer
	version:		4.1
	file:			colums.css
	function:		different content colums-styles inside /templates/sub/
********************************************************************************************************/	
/* 1-spalte */
#colNormal {
	float:left;
	padding:40px 40px 40px 20px;
	margin:0px;
	width: 880px;
	line-height:16px;
}

/* 2-spalten */
#col_2 #colNormal {
	float:left;
	margin:0px;
	width: 500px;
	line-height:16px;
}
#colLeft {
	float:left;
	width: 320px;
	padding:40px;
	line-height:16px;
}
/* 3-spalten head */
#col_3 #colTop {
	float:left;
	padding:10px;
	width:940px;;
	line-height:16px;
}
#col_3 #colNormal{
	margin-right:0;
	width:300px;
	padding:10px;
	line-height:16px;
}

#col_3 #colLeft {
	float:left;
	padding:10px;
	width: 300px;
	line-height:16px;
}

#col_3 #colRight {
	float:left;
	padding:10px;
	width: 300px;
	line-height:16px;
}