
/* Anpassung Seitenstruktur auf 3 Seiten 

	-> links Spalte wird zur Mittleren mit breuitem Rand links
	-> Hauptspalte wird zur rechten Spalte
*/
		
.co		{ margin: 0; padding: 0; }

.cleft 	{	width: 375px;
			float: left;
			border: 0px solid #000;
			margin: 0 0 0 245px;
		}

.cleft .content
		{	padding: 0 0 0 12px;		
		}
		
.cmain 	{	width: 375px;
			float: left;
			border: 0px solid #000;
			margin: 0 0 0 245px;
		}

.cmain .content
		{	padding: 0 0 0 12px;		
		}		
		
		
		

.cright {	width: 235px;
			float: right;
			margin: 0 10px 0 0;
			border: 0px solid #000;
			background-color: #dee8b3;
		}		
		
.cright .content
		{	padding: 0 36px 0 12px;
		}	


