/********************************************************************************************************
	created by:		ICSurselva AG	http://www.icsurselva.ch
	project:		Origen
	date:			März/2008, Ann
	Version:		4.1
	file:			colums.css
	function:		different content colums-styles inside /templates/sub/
********************************************************************************************************/	
/* 1 SPALTE */
.wrap1 {
	width: 280px;
	background: url(/fileadmin/templates/origen/html/img/layertrans.png);
	position:absolute;
	left: 160px;
	height:100%;
	min-height:100%;
	height:auto;
}
#colNormal {
	padding: 148px 10px 10px 10px;
}


*html .wrap1 {
	background: #000000;
	filter: Alpha(Opacity=80);
	}



/* BREITE SPALTE NORMAL */
.wrap3 {
	width: 560px;
	background: url(/fileadmin/templates/origen/html/img/layertrans.png);
	position:absolute;
	left: 160px;
	height:100%;
	min-height:100%;
	height:auto;
}



/* RECHTE SPALTE SCHWEBEND (PERSONEN) */
	
#col_2 #colRight {
	background: url(/fileadmin/templates/origen/html/img/layertrans.png);
	margin: 0;
	position:fixed;
	right:2%;
	padding: 24px;
	width:277px;
	height: auto;
	bottom: 0px;
}

*html #col_2 #colRight {
	background: #000000;
	filter: Alpha(Opacity=80);
	}

/* 2 SPALTEN NEBENEINANDER */



.wrap2{
	width: 280px;
	background: url(/fileadmin/templates/origen/html/img/layertrans.png);
	position:absolute;
	left: 450px;
	height:100%;
	min-height:100%;
	height:auto;
}	

 #colRight {
	padding: 148px 10px 10px 10px;
}



/* 1 SPALTE schmall */
.wrap5 {
	width: 230px;
	background: url(/fileadmin/templates/origen/html/img/layertrans.png);
	position:absolute;
	left: 160px;
	height:100%;
	min-height:100%;
	height:auto;
}


	

/* 2 SPALTEN SCHMALL NEBENEINANDER */

.wrap6	{
	background: url(/fileadmin/templates/origen/html/img/layertrans.png);
	float:left;
	margin: 0 0 30px 0;
    position: absolute;
    left:400px;
	top: 0px;
	width:230px;
	height: 100%;
}



/* 3 SPALTEN SCHMALL NEBENEINANDER */
 #colLeft {
	padding: 148px 10px 10px 10px;
}
	

.wrap7 {
	background: url(/fileadmin/templates/origen/html/img/layertrans.png);
	float:left;
	margin: 0 0 30px 0;
    position: absolute;
    left:640px;
	top: 0px;
	width:230px;
	height: 100%;
}


/* 4 SPALTEN NEBENEINANDER */

#colBorder {
	padding: 148px 10px 0px 10px;
}
.wrap8 {
	background: url(/fileadmin/templates/origen/html/img/layertrans.png);
	float:left;
	margin: 0 0 30px 0;
    position: absolute;
    left:880px;
	top: 0px;
	width:230px;
	height: 100%;
}
