	/* 
	   Licensed under the GPL, see http://www.gnu.org/copyleft/gpl.html
	   (c) the TYPO3 content rendering group 
	*/
	
	/* COMMON */
	
	.csi-textpic {
		padding: 0;
	}
	
	
	.csi-textpic .csi-caption {
		text-align: left;  /* will have to be an inline style?  - controlled by TS [left - right - center]*/
	}
	
	.csi-caption {
	/*	margin: 0 4px 0 4px; */
		font-size: 89%;
		width: auto;
	}
	
	#rightcolcontent .csc-caption {
	background: url(../img/clickenlarge.gif) no-repeat;
	background-position: 0 0;
	padding: 0 0 0 14px;
	}
	
	.csi-textpic .csi-image {
	/*	width: 210px; will have to be an inline style - controlled by TS*/
		width: auto;
	}
	
	.csi-text {
		padding: 0;
	}	
	
		/* only IE mac will see this: text umfliessen */
*>html .csi-text {d\isplay: inline;}
	
	/* CENTER */
	
	.csi-center .csi-image {
		margin: 0 auto 3px;
	
	}
	
	/* RIGHT */
	.csi-right div.csi-image {
	/*	float: right;  */
		clear: both;
	}
	
	.csi-right div.csi-text {
		clear: right;
	}
	
	
	/* LEFT */
	.csi-left div.csi-image {
	/*	float: left;	*/
		clear: both;
	}
	
	.csi-left div.csi-text {
		clear: left;
	}
	
	
	/* INTEXT LEFT */
	.csi-intext-left .csi-image {
		float: left;
		padding-right: 0.8em;
		position: relative;
	}
	
	/* only IE mac will see this: text umfliessen */
*>html .csi-intext-left .csi-image {w\idth: 160px; float: left; clear: none;}
	
	
	/* INTEXT RIGHT */
	.csi-intext-right .csi-image {
		float: right;
		padding-left: 0.8em;
		position: relative;
	}
	
	/* only IE mac will see this: text umfliessen */
*>html .csi-intext-right .csi-image {w\idth: 160px; float: right; clear: none;}
	
	
	/* INTEXT RIGHT NOWRAP */
	.csi-intext-right-nowrap .csi-text {
		margin-right: 200px; /*will have to be an inline style - controlled by TS*/
	}
	
	.csi-intext-right-nowrap .csi-image {
		padding-top: 5em;
		margin-bottom: 1em;
		float: right;
		position: relative;
	}
	
	/* only IE mac will see this: text umfliessen */
*>html .csi-intext-right-nowrap .csi-image {w\idth: 120px; float: right; clear: none;}
	
	
	/* INTEXT LEFT NOWRAP*/	
	.csi-intext-left-nowrap .csi-text {
		margin-left: 200px; /*will have to be an inline style - controlled by TS*/
	}
	
	.csi-intext-left-nowrap .csi-image {
		padding-top: 5em;
		margin-bottom: 1em;
		float: left;
		position: relative;
	}
	
	/* only IE mac will see this: text umfliessen */
*>html .csi-intext-left-nowrap .csi-image {w\idth: 120px; float: left; clear: none;}


		
	/* box model hack ie win: bildabstand ueberschrift
* html .csi-intext-left-nowrap .csi-image, * html .csi-intext-right-nowrap .csi-image {
		margin: .7em 0 0 0;
	}
	

* html .csi-intext-left-nowrap p.bodytext b, * html .csi-intext-right-nowrap p.bodytext b {
		padding: .8em 0 0 0; display: block;
	}
	
	 */
