<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Site:      www.regionalgeschichte.net
Author:      Torsten Schrade
Created:    08.07.2006
Modified:    28.02.2009
Editor:      Torsten Schrade
Usage:      styles for images CEs from css_styled_content - 0.3.1

property order:
################
- cf. main.css

table of contents
#################
* Captions
* Border
* Rendering method
* Margins
* Positioning / Floating
* Clearing
* Fixes
*/

/* CAPTIONS */

#container #main .csc-textpic-caption,
#container #main .csc-caption {
  /* padding is particularly for IE6/Win but doesn't hurt the others */
    padding: 0.1em 0 0.9em 0;
  color: #945800;
  font-size: 0.9em;
  font-weight: bold;
  /* IE 6 needs this so that caption doesn't crash into following text */
  line-height: 1.4em;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}

.csc-textpic-caption .copy,
.csc-caption {
        /*font-weight: normal;*/
        padding-left: 0.5em;
}

#lbPrevLink:hover {
        background-image: url(../../templates/images/sb_prev.gif) !important;
}

#lbCloseLink {
  padding-left: 2em;
  padding-bottom: 1em;
        background-image: url(../../templates/images/sb_closelabel.gif) !important;
}

#lbNextLink:hover {
        background-image: url(../../templates/images/sb_next.gif) !important;
}

#lbBottomContainer #lbCaption {
    text-align: left;
}

/* BORDER */

div.csc-textpic img {
  border: 1px silver solid;
}


/* RENDERING METHOD: DL */

/* This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image:last-of-type {
  margin-right: 0;
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
  float: left;
  margin: 0 10px 5px 0;  
  padding: 0;
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dt {
  float: none;
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd {
  float: none;
}

dl.csc-textpic-image dt {
  margin: 0;
  display: inline;
}

dl.csc-textpic-image dd { 
  margin: 0; 
}


/* MARGINS */

/* Space below each image (also in-between rows) */
/*
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 0.5em;
}
*/

div.csc-textpic div.csc-textpic-imagerow {
  clear: both;
}

/*
div.csc-textpic div.csc-textpic-imagerow dl {
  border-right: 6px solid white;
}
*/

/* No margins around the whole image-block */
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-firstcol {
  margin-left: 0px !important;
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-lastcol {
  margin-right: 0px !important;
  border-right: none !important;
}


/* POSITIONING */

/* Above */
DIV.csc-textpic-above DIV.csc-textpic-text {
  clear: both;
}

/* Center (above or below) */
div.csc-textpic-center {
  text-align: center; /* IE-hack */ 
}

div.csc-textpic-center div.csc-textpic-imagewrap {
  margin: 0 auto;
}

div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
  text-align: left; /* Remove IE-hack */
}

div.csc-textpic-center div.csc-textpic-text {
  text-align: left; /* Remove IE-hack */
}

/* Right (above or below) */
div.csc-textpic-right div.csc-textpic-imagewrap {
  float: right;
}

div.csc-textpic-right div.csc-textpic-text {
  clear: right;
}

/* Left (above or below) */
div.csc-textpic-left div.csc-textpic-imagewrap {
  float: left;
}
div.csc-textpic-left div.csc-textpic-text {
  clear: left;
}

/* Left (in text) */
div.csc-textpic-intext-left div.csc-textpic-imagewrap {
  float: left;
}

/* Left (in text, no wrap around) */
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
  float: left;
}

/* Right (in text) */
div.csc-textpic-intext-right div.csc-textpic-imagewrap {
  float: right;
}

/* Right (in text, no wrap around) */
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
  float: right;
}

/* CLEARING */

/* clearing aller contained floats in FF */
/*
#content-03 &gt; div.csc-textpic-intext-left-nowrap,
#content-03 &gt; div.csc-textpic-intext-right-nowrap {
  overflow: auto;
}
*/
/* G/O/S benĆ¶tigen eine reduzierte breite in diesem Fall sonst zeigen sich Scrollbars */
/*
#content-03 &gt; div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap img {
  margin-left: -2px;
}
*/

div.csc-textpic hr.clearer {
  clear: both;
}

/* FIXES */

/* Fix for having a straight margins also when text is higher than image */
div.csc-textpic-intext-left-nowrap div.csc-textpic-text {
  margin-left: 1.25em;
}

div.csc-textpic-intext-right-nowrap div.csc-textpic-text {
  margin-right: 1.25em;
}

div.csc-textpic-intext-left div.csc-textpic-imagewrap {
  margin-right: 1.25em;
}

div.csc-textpic-intext-right div.csc-textpic-imagewrap {
  margin-left: 1.25em;
}

/* Fix to align the beginning of the text and the top border of the image */
div.csc-textpic-imagewrap {
  margin-top: 0.5em;
}

/*  Ausnahme fĆ¼r Teaserkasten */
#content-03 .csc-frame-teasermain .csc-textpic-imagewrap {
  margin-top: 0em;
}

/* Feld "Rahmen" aktiviert heiĆt "Kein Rahmen" */
#content-03 .csc-textpic-border img {
  border: none;
}</pre></body></html>