/********************************************************************************************************
	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;
	/*border-bottom:1px dotted #CCCCCC;*/
}						

/*#col_2, #col_3 {
	border-bottom:1px dotted #CCCCCC;
}*/

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


/* 3-spalten */


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

#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;
}
