/********************************************************************************************************
	created by:		newmedia AG	http://www.newmedia.ch
	project:		outdooradventure
	date:			April/2009, Beat Hausheer
	version:		4.1
	file:			columns.css
********************************************************************************************************/
/* 1-spalte */
#colNormal {
	float:left;
	margin:0px 8px 0 8px;
	
}
* html #colNormal {
	float:left;
	margin:2px;
	
}

/* 2-spalten */
#col_2 #colNormal {
	margin-right:0px;
	width: 194px;
	float:left;
	border-right:2px solid #FFFFFF;
}
* html #col_2 #colNormal {
	width: 175px;
}

#colRight {
	float:right;
	text-align:left;
	margin:0 6px 0 0;
	padding:0px;
	width:311px;
	padding:0px 0 20px 10px;
}
* html #colRight {
	width:301px;
}
#colInfo {
	float:right;
	text-align:left;
	margin:0 6px 0 0;
	padding:0px;
	width:213px;
}
* html #colInfo {
	margin-right:3px;
}
/* 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;
}
