/********************************************************************************************************
	ICSurselva AG	http://www.icsurselva.ch
	Projekt:		Simsalabim
	Date:			01/2008, claudia
	Version:		1.0
	file:			colums.css
	function:		differnet colums-styles inside /templates/sub/
********************************************************************************************************/	
/* Suggested order:
 
 * margin
 * padding
 * display
 * width
 * height
 * float
 *
 */


/*
#colLeft {
	float:left;
	padding:10px;
	width: 220px!important;
	width: 240px;
	background-color: #FFFFCC;
} */


#colNormal {
	padding:10px 17px 0px 17px;
	width: 474px;
}

* html #colNormal {
	width: 508px;
}
/*---------------------breit 1 Spalter-------------------------------*/

#colNormal.breit {
	padding:10px 17px 0px 17px;
	width: 714px;
}

* html #colNormal.breit {
	width: 748px;
}

/*---------------------breit 2 Spalter-------------------------------*/

#breit-2spalter #colNormal.spalten {
	float:left;
	width:340px;
	padding:10px 17px 0px 17px;
	 }
	 


 #colRight {
	float:right;
	padding:10px 17px 0px 17px;
	width:340px;}




/*------------------vorsicht breit 2 Spalter IE6-----------------------*/
* html #breit-2spalter .spalten {
float:left;
width:370px;
	 }

* html #colRight {
	float:right;
	padding:10px 17px 0px 17px;
	width:370px;}
/*------------------vorsicht-------------------------------------------*/


/*
#colRight {
	float:right;
	padding:10px;
	width: 220px!important;
	width: 240px;
	background-color: #FFFFCC;
}
*/


