/********************************************************************************************************
	created by:		ICSurselva AG	http://www.icsurselva.ch
	project:		DLV Deutschschweizer Logopaeden Verband
	date:			02/2008, Beat
	Version:		4.1.5
	file:			colums.css
	function:		different content colums-styles inside /templates/sub/
********************************************************************************************************/	
/* 1-spalte */
#colNormal {
	float:left;
	margin:0px;
	padding:10px 10px 10px 15px;
	width:600px;
}						


/* 2-spalten */
#col_2 #colNormal {
	margin-right:0px;
	width: 480px;
	float:left;
}


/* 3-spalten */


#col_3 #colNormal{
	margin-right:0;
	width:188px;
	margin-top:163px;
}

#colLeft {
	float:left;
	padding:10px 10px 10px 15px;
	width:188px;
	margin-top:163px;
}

* html 	#colLeft {
	padding:10px 10px 10px 10px;
}

#colRight {
	float:left;
	padding:10px 0px 10px 10px;
	width:188px;
	margin-top:163px;
}


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