/********************************************************************************************************
	created by:		NewMedia http://www.newmedia.ch
	project:		newmedia.ch
	date:			Februar/2009, Marianne Luck
	version:		4.1
	file:			colums.css
	function:		different content colums-styles inside /templates/sub/
********************************************************************************************************/	
/* 1-spalte */
#colNormal {
	float:left;
	margin:0px;
	padding:0px;
}

/* Inhaltsseite */
#col_content #colNormal {
	width:380px;
}

/* Home*/
#col_home #colNormal {
	width:620px;
}

/* Team */
#col_team #colNormal {
	width:460px;
	float:left;
}

/* Referenzen */
#col_referenzen #colNormal {
	padding-top:40px;
	float:left;
}

#colRight {
	float:left;
	margin:0px;
	padding:0px;
}

/* 2-Spalten, normale Inhaltsseite */
#col_content #colRight {
	width:460px;
	position:absolute;
	margin-left:480px;
}

/* 2-Spalten Home, spezielle Formatierung für Visitenkarte*/
#col_home #colRight {
	width:240px;
	position:absolute;	
	margin-left:640px;
	padding-top:90px;
}

/* TEAM-Seite */
#col_team #colRight {
	width:460px;
	position:absolute;
	margin-left:460px;	

}

#colLeft {
	float:left;
}

#colBorder {
	float:left;
}

