/*---------------------------------------------------------
Cascading Style Sheets for typo3.edu basiert auf:

Cascading Style Sheets for typo3.org, typo3.com 
and association.typo3.org
-----------------------------------------------------------
columns subtemplates 
-----------------------------------------------------------*/

#colLeft {
	float:left;
	padding:10px;
	width: 220px;
	}

#colNormal {
	float:left;
	padding:0px 0px 10px 0px ;
	width: auto;
	}
	
#colRight {
	float:right;
	padding:10px;
	width: 220px;	
}

