	/* COMMON */
	.csi-textpic {
		margin: 0px;padding:0px;
	
	}
	
	.csi-textpic img {
	   	margin: 0px;padding:0px;
	}
	
	.csi-textpic .csi-caption {
	 	font-weight:normal;
	  	margin: 0px;padding:0px;
	}
			
	 .csi-image {
		 padding-bottom:10px;
	 }
	.csi-textpic .csi-image {
		margin:0px;  /*XXX demo only*/

		/*width: 210px; will have to be an inline style - controlled by TS*/
	}
	
	.csi-textpic .csi-imagewrap {
		text-align:center;
		width:100%;


	}


	.csi-textpic .csi-text {
		margin:0px;padding:0px;
		text-align:left; /*will have to be an inline style - controlled by TS*/ 
	}
	
	.csi-text p {
		margin-top: 0;
	}
	
	/* CENTER */
	
	.csi-center .csi-image {
		margin: 0 auto 3px;
	
	}
	
	/* RIGHT */
	.csi-right .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;
		clear: both;
		margin-right: 0px;
	}
	
	
	/* INTEXT RIGHT */
	.csi-intext-right .csi-image {
		float: right;
		clear: both;
		margin-left: 0px;
	}
	
	
	/* INTEXT RIGHT NOWRAP */
	.csi-intext-right-nowrap .csi-text {
		/*margin-right: 215px; will have to be an inline style - controlled by TS*/
	}

	/* Hide from IE5-mac. Only IE-win sees this. \*/
	*html .csi-intext-right-nowrap .csi-text {
		height: 1%;
	}

	/* End hide from IE5/mac */ 
	
	.csi-intext-right-nowrap .csi-image {
		float: right;
		clear: both;
		width:100px;
	}
	
	
	/* INTEXT LEFT NOWRAP*/	
	.csi-intext-left-nowrap .csi-text {
		 /*margin-left: 215px;will have to be an inline style - controlled by TS*/

	}

	/* Hide from IE5-mac. Only IE-win sees this. \*/
	*html .csi-intext-left-nowrap .csi-text {
		height: 1%;

	}
	/* End hide from IE5/mac */
	
	.csi-intext-left-nowrap .csi-image {
		float: left;
		clear: both;		
	}



	.csc-caption {
	

		}

	.csc-linkToTop {
	margin-bottom:20px;

	}

  .csc-frame-rulerAfter {
  	padding:0px;margin:0px;
	border-bottom:solid 1px  #CCCCCC;
	/* Bugfix Fernoptik */
	height:20px; /* IE */
	line-height:20px; /* FF */
	margin-bottom:20px;
  }



 /* NEW */
.text-pic-holder {
	clear:both;
}

dt, dd, dl {
	margin:0px;padding:0px;line-height:1px;
}



.csi-caption{
	min-height:12px;
	line-height:12px;
	}

/* new */

.csi-intext-left-nowrap  .imageHolder {
	border:0px;
	float:left;
	margin-right:20px;
}
.csi-intext-left-nowrap .csi-text P {
	margin:0px;padding:0px;
}

.csi-intext-left-nowrap  .csi-text {
	float:left;
	_width:300px;
}


.csi-intext-left  .imageHolder {
	float:left;
	margin-left:10px;
}



/* align right */
.csi-intext-right-nowrap  .imageHolder {
	border:0px;
	float:right;
	margin-right:0px;
}


.csi-intext-right-nowrap .csi-text P{
	margin:0px;padding:0px;
	}


.csi-intext-right-nowrap  .csi-text {


}


.csi-intext-right  .imageHolder {
	float:left;
	margin-right:10px;
}
.csi-intext-right .csi-text P {
	margin:0px;padding:0px;

}

.csi-intext-right  .csi-text {
	float:left;


}


/** !!!! Inserts blank lines in Editor, causes different view in FF */
.csi-text .bodytext {
	display:none;
	}


#contentRight .csi-textpic {
	_text-align:right;
}
#contentRight .csi-textpic IMG,
#contentRight .csi-textpic P {
	margin:0px;padding:0px;
	_text-align:right;
	font-weight:bold;

	}


