/********************************************************************************************************
	ICSurselva AG	http://www.icsurselva.ch
	Projekt:		RHB REDESIGN
	Date:			05/2008, claudia
	Version:		1.0
	file:			colums.css
	function:		differnet colums-styles inside /templates/sub/  
********************************************************************************************************/

div#colNormal {
/*background-color: #F0F0F0;*/
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	width: 470px;
	float:left;	
}

* html div#content div#colNormal {
/*background: #00FF00;*/
	padding-bottom:0px;
	width: 470px;
}

#layoutBreit{
width:699px;}

#layoutBreit #colNormal.breit {
	width:699px;
	float:left;	
}

* html #layoutBreit #colNormal.breit {
	width:696px;
}

/*----------------- HOME ------------------------------------*/

#layouthome #colLeft {
	float:left;
	width: 215px;
	/*height:200px;*/
	height:auto;
	margin-right:26px;
	/*padding-bottom:35px;*/
	padding-bottom:0px;
	border-top:1px solid #545353;
	border-bottom:1px solid #545353;
}

* html #layouthome #colLeft {padding-bottom:5px;}
*+html #layouthome #colLeft {padding-bottom:5px;}

/*background: #CCFF00;*/
#layouthome #colBorder {
	width:215px;
	/*height:200px;*/
	height:auto;
	margin-right:26px;
	float:left;	
	/*padding-bottom:35px;*/
	padding-bottom:0px;
	border-top:1px solid #545353;
	border-bottom:1px solid #545353;
}

* html #layouthome #colBorder {padding-bottom:5px;}
*+html #layouthome #colBorder {padding-bottom:5px;}

/*background-color: #00CCCC;*/
#layouthome #colRight {
	float:left;
	width: 215px;
	/*height:200px;*/
	height:auto;
	/*padding-bottom:35px;*/
	padding-bottom:0px;
	border-top:1px solid #545353;
	border-bottom:1px solid #545353;
}

* html #layouthome #colRight {padding-bottom:5px;}
*+html #layouthome #colRight {padding-bottom:5px;}