/* default styles for extension "tx_newloginbox_pi3" */
	.tx-newloginbox-pi3-listrow TH { background:#ccc; padding:0 .5em; white-space:nowrap; }
	.tx-newloginbox-pi3-listrow TD { background:#eee; padding:0 .5em; }
	.tx-newloginbox-pi3-singleView TH { background:#ccc; padding:0 .5em; text-align:right; white-space:nowrap; }
	.tx-newloginbox-pi3-singleView TD { background:#eee; padding:0 .5em; }
/* default styles for extension "tx_srfreecap_pi2" */
		.tx-srfreecap-pi2-image { margin-left: 1em; }
		.tx-srfreecap-pi2-cant-read { font-size: .9em; color:#35006d; }
		.tx-srfreecap-pi2-cant-read a:link { background-color:transparent; font-weight:bold; text-decoration:none; }
/* default styles for extension "tx_cssstyledcontent" */

	/* Needed for noRows setting */
	.csc-textpic DIV.imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.imagewrap .image {
		border: 1px solid #005497;
		padding: 0px 0px;
	}

	.csc-textpic DIV.imagewrap { padding: 0; }

	.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	.csc-textpic DIV.imagewrap DIV.image { float: left; }

	/* UL: This will place the images side by side */
	.csc-textpic DIV.imagewrap UL { list-style: none; margin: 0; padding: 0; }
	.csc-textpic DIV.imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	.csc-textpic DIV.imagewrap DL.image { float: left; }
	.csc-textpic DIV.imagewrap DL.image DT { float: none; }
	.csc-textpic DIV.imagewrap DL.image DD { float: none; }
	.csc-textpic DIV.imagewrap DL.image DD IMG { border: none; } /* FE-Editing Icons */
	.csc-textpic DL.image, .csc-textpic .image dl { margin: 0; }
	.csc-textpic DL.image DT, .csc-textpic .image dl dt { margin: 0; display: inline; }
	.csc-textpic DL.image DD, .csc-textpic .image dl dd { margin: 0;}

	/* Clearer */

	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	.csc-textpic.left DIV.imagewrap .image,
	.csc-textpic.left-nowrap DIV.imagewrap .image,
	.csc-textpic.intext-left DIV.imagewrap .image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 8px;
	}

	/* Pictures on right, add margin on left */
	.csc-textpic.right DIV.imagewrap .image,
	.csc-textpic.intext-right-nowrap DIV.imagewrap .image,
	.csc-textpic.intext-right DIV.imagewrap .image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 8px;
	}

	/* Pictures centered, add margin on left */
	.csc-textpic.center .imagewrap .image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 8px;
	}
	.csc-textpic DIV.imagewrap .image IMG { margin: 0; }


	/* Space below each image (also in-between rows) */
	.csc-textpic DIV.imagewrap .image { margin-bottom: 0px; }
	.csc-textpic.csc-textpic-equalheight DIV.imagerow { margin-bottom: 0px; display: block; }
	.csc-textpic DIV.imagerow { clear: both; }

	/* No margins around the whole image-block */
	.csc-textpic DIV.imagewrap .firstcol { margin-left: 0px !important; }
	.csc-textpic DIV.imagewrap .lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	.csc-textpic.intext-left DIV.imagewrap,
	.csc-textpic.intext-left-nowrap DIV.imagewrap {
		margin-right: 12px !important;
	}
	.csc-textpic.intext-right DIV.imagewrap,
	.csc-textpic.intext-right-nowrap DIV.imagewrap {
		margin-left: 12px !important;
	}
	
	/* Positioning of images: */

	/* Above */
	.csc-textpic.above DIV.imgtext { clear: both; }

	/* Center (above or below) */
	.csc-textpic.center { text-align: center; /* IE-hack */ }
	.csc-textpic.center DIV.imagewrap { margin: 0 auto; }
	.csc-textpic.center DIV.imagewrap .image { text-align: left; /* Remove IE-hack */ }
	.csc-textpic.center DIV.imgtext { text-align: left; /* Remove IE-hack */ clear: both;}

	/* Right (above or below) */
	.csc-textpic.right DIV.imagewrap { float: right; }
	.csc-textpic.right DIV.imgtext { clear: right; }

	/* Left (above or below) */
	.csc-textpic.left DIV.imagewrap { float: left; }
	.csc-textpic.left DIV.imgtext { clear: left; }

	/* Left (in text) */
	.csc-textpic.intext-left DIV.imagewrap { float: left; }

	/* Right (in text) */
	.csc-textpic.intext-right DIV.imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	.csc-textpic.intext-right-nowrap DIV.imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html .csc-textpic.intext-right-nowrap .imgtext { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	.csc-textpic.intext-left-nowrap DIV.imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html .csc-textpic.intext-left-nowrap .imgtext { height: 1%; }
	/* End hide from IE5/mac */
