/* default styles for extension "tx_cssstyledcontent" */
/* Captions */ DIV.textpic-caption-c .caption { text-align: center; } DIV.textpic-caption-r .caption { text-align: right; } DIV.textpic-caption-l .caption { text-align: left; } /* Needed for noRows setting */ DIV.textpic DIV.textpic-imagecolumn { float: left; display: inline; }  /* Border just around the image */ DIV.textpic-border img { border: 2px solid black; padding: 0px 0px; } img { padding: 0; border: none; }  /* DIV: This will place the images side by side */ DIV.textpic img { float: left; }  /* Clearer */ DIV.textpic-clear { clear: both; }   /* Margins around images: */  /* Pictures on left, add margin on right */   DIV.textpic-left img, DIV.intextpic-left-nowrap img, DIV.intextpic-left img { display: inline; /* IE fix for double-margin bug */ margin-right: 10px; }  /* Pictures on right, add margin on left */   DIV.textpic-right img, DIV.intextpic-right-nowrap img, DIV.intextpic-right img { display: inline; /* IE fix for double-margin bug */ margin-left: 10px; }  /* Pictures centered/default, add margin on left */   DIV.textpic-center img { display: inline; /* IE fix for double-margin bug */ margin-left: 10px; }  /* Space below each image (also in-between rows) */   DIV.textpic img { margin-bottom: 5px; } DIV.textpic-equalheight DIV.textpic-imagerow { margin-bottom: 5px; display: block; } DIV.textpic DIV.textpic-imagerow { clear: both; } DIV.textpic DIV.textpic-imagerow-last { margin-bottom: 0; } /* No margins around the whole image-block */   DIV.textpic .textpic-firstcol { margin-left: 0px !important; } DIV.textpic .textpic-lastcol { margin-right: 0px !important; }  /* Add margin from image-block to text (in case of "Text w/ images") */ DIV.intextpic-left img, DIV.intextpic-left-nowrap { margin-right: 10px !important; } DIV.intextpic-right img, DIV.intextpic-right-nowrap { margin-left: 10px !important; }   /* Positioning of images: */     /* Above */     DIV.textpic-above p { clear: both; }     /* Center (above or below) */ DIV.textpic-center { text-align: center; /* IE-hack */ } DIV.textpic-center img { margin: 0 auto; } /* Right (above or below) */ DIV.textpic-right img { float: right; } DIV.textpic-right p { clear: right; }  /* Left (above or below) */   DIV.textpic-left img { float: left; } DIV.textpic-left p { clear: left; }  /* Left (in text) */   DIV.intextpic-left img { float: left; }     /* Right (in text) */   DIV.intextpic-right img { float: right; }     /* Right (in text, no wrap around) */   DIV.intextpic-right-nowrap { float: right; clear: both; }   /* Hide from IE5-mac. Only IE-win sees this. \*/ * html DIV.intextpic-right-nowrap p { height: 1%; }   /* End hide from IE5/mac */  /* Left (in text, no wrap around) */   DIV.intextpic-left-nowrap { float: left; clear: both; }   /* Hide from IE5-mac. Only IE-win sees this. \*/ * html DIV.intextpic-left-nowrap p { height: 1%; }   /* End hide from IE5/mac */