/* CSC defaults */

fieldset.csc-mailform,
fieldset.tx-powermail-pi1_fieldset { border: none; margin: 1em 0; }
fieldset.csc-mailform label,
fieldset.tx-powermail-pi1_fieldset label {float:left; width: 20em; clear: left; }
fieldset.tx-powermail-pi1_fieldset legend { display: none; }
fieldset.tx-powermail-pi1_fieldset_databases label { font-weight: bold; }

.content .tx-indexedsearch .tx-indexedsearch-res h2 { margin: .4em; letter-spacing: .1em; font-size: 98%; }
.content .tx-indexedsearch .tx-indexedsearch-res td { vertical-align: middle; }
.content .tx-indexedsearch .tx-indexedsearch-searchbox td { vertical-align: middle; }
.content .tx-indexedsearch .tx-indexedsearch-searchbox input { margin: .2em; font-size: .8em; }
.content .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.content .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.content .tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.content .tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.content .tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.content .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#fff; }
.content .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
.content .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
.content .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
.content .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { color:red; }
.content .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeff; }
.content .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.content .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#eee; }
.content .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align: middle; }

/********************************/
/* Frames, spacing, link-to-top */
/********************************/
.content P.csc-linkToTop {
  font-size: 90%;
  font-family: Tahoma,Verdana,Arial,sans-serif;
  text-align: right;
  background: url('pfeil-oben-sw.gif') center right no-repeat;
  padding-right: 12px;
}
.content P.csc-linkToTop A { font-weight: bold; color: #666; }

DIV.csc-frame { border: 0px; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top: 1px solid #333333; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #333333; }
DIV.csc-frame-indent { padding: 1em 2em; font-size: 90%; }
DIV.csc-frame-indent3366 { padding-left: 33%; }
DIV.csc-frame-indent6633 { padding-right: 33%; }

/* Header date */
.content P.csc-header-date { font-size: 10px; color: #186900; }

/* Subheader, general */
.content P.csc-subheader { font-style: italic; background-color: #EDEBF1; }

/* Subheader, specific */
.content P.csc-subheader-0 { font-style: normal; }
.content P.csc-subheader-1 { color: #186900; }
.content P.csc-subheader-2 { color: #10007B; }
.content P.csc-subheader-3 { color: #8A0020; }


/**********/
/* Images */
/**********/

/* Images / Captions */
.content P.csc-caption { font-size: 90%; font-weight: bold; margin: .5em 0; }

/* Images / Tables / Floating text */
TABLE.imgtext-table { border: 0px; }

/* Images / Tables / Wrapped text */
/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx elements should be transferred to the wrapping table instead. This is done here: */
TABLE.imgtext-nowrap { border: 0px; }
TABLE.imgtext-nowrap H1, TABLE.imgtext-nowrap H2, TABLE.imgtext-nowrap H3, TABLE.imgtext-nowrap H4, TABLE.imgtext-nowrap H5 { margin-top: 0px; }

/*
 * cron-css-styled-imgtext
 */

/* Captions */
.csi-caption {
  font-size: 90%; font-weight: bold;
}
DIV.csi-caption-c .csi-caption { text-align: center; }
DIV.csi-caption-r .csi-caption { text-align: right; }
DIV.csi-caption-l .csi-caption { text-align: left; }

/* Border just around the image, like content (default) does: */
DIV.csi-border-2-black DIV.csi-imagewrap .csi-image IMG {
  border: 2px solid black; /* Customize me, and set borderSpace/borderThick in TS, "0"/"2" in this example */
}

DIV.csi-textpic IMG { border: none; }

/* DIV: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DIV.csi-image { float: left; }

/* UL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap UL { list-style: none; margin: 0; padding: 0; }
DIV.csi-textpic DIV.csi-imagewrap UL LI { float: left; margin: 0; padding: 0; }

DIV.csi-textpic DIV.csi-imagewrap UL LI {
}

/* DD: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image { float: left; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DT { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD { float: none; }

DL.csi-image,
DL.csi-image DT,
DL.csi-image DD {
  margin: 0;
}

/* Clearer */
DIV.csi-textpic DIV.csi-clear { clear: both; }

/* Margins around images: */

/* Pictures on left, add padding on right */
DIV.csi-left DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-right: 10px; /* Customize me, and set colSpace in TS */
}

/* Pictures on right, add padding on left */
DIV.csi-right DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 10px; /* Customize me, and set colSpace in TS */
}

/* Pictures centered, add padding left and right */
DIV.csi-center DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 5px; /* Customize me, and set colSpace in TS */
  margin-right: 5px; /* Customize me, and set colSpace in TS */
}
DIV.csi-textpic DIV.csi-imagewrap .csi-image .csi-caption { margin: 0; }
DIV.csi-textpic DIV.csi-imagewrap .csi-image IMG { margin: 0; }

/* Space below each image (also in-between rows) */
DIV.csi-textpic DIV.csi-imagewrap .csi-image { margin-bottom: 10px; }

/* Positioning of images: */

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

/* Center (above or below) */
DIV.csi-center { text-align: center; /* IE-hack */; }
DIV.csi-center DIV.csi-imagewrap { margin: 0 auto; }
DIV.csi-center DIV.csi-imagewrap .csi-image { text-align: left; /* Remove IE-hack */ }
DIV.csi-center DIV.csi-text { text-align: left; /* Remove IE-hack */ }

/* Right (above or below) */
DIV.csi-right DIV.csi-imagewrap { float: right; }
DIV.csi-right DIV.csi-text { clear: right; }

/* Left (above or below) */
DIV.csi-left DIV.csi-imagewrap { float: left; }
DIV.csi-left DIV.csi-text { clear: left; }

/* Left (in text) */
DIV.csi-intext-left DIV.csi-imagewrap { float: left; }

/* Right (in text) */
DIV.csi-intext-right DIV.csi-imagewrap { float: right; }

/* Right (in text, no wrap around) */
DIV.csi-intext-right-nowrap DIV.csi-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-right-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */ 

/* Left (in text, no wrap around) */
DIV.csi-intext-left-nowrap DIV.csi-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-left-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */


/***************/
/* Bulletlists */
/***************/

/* Bulletlists, general */
UL.csc-bulletlist LI { font-size: 11px; }

/* Bulletlists, specifically */
UL.csc-bulletlist-0 { color: #000000; }
UL.csc-bulletlist-1 { color: #186900; list-style-type : decimal; }
UL.csc-bulletlist-2 { color: #10007B; list-style-position : inside; }
UL.csc-bulletlist-3 { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }


/************************/
/* Filelinks, generally */
/************************/
TABLE.csc-uploads { border: 0px; }
TABLE.csc-uploads TR TD P { background-color: transparent; margin: .5em 0; }
TABLE.csc-uploads TR TD { vertical-align : top; }
TABLE.csc-uploads TR.tr-even { background-color: #eee; }
TABLE.csc-uploads TR.tr-odd { background-color: #ddd; }
TABLE.csc-uploads TR TD.csc-uploads-icon { padding-left: 6px; padding-right: 6px; width: 1%; text-align: center; vertical-align: middle; }
TABLE.csc-uploads TR TD.csc-uploads-fileName { width: 80%; padding-left: 5px; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P A { font-weight: bold; }
TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description { font-style: italic; }
TABLE.csc-uploads TR TD.csc-uploads-fileSize { white-space: nowrap; padding-left: 6px; padding-right: 6px; }

/* Filelinks, specifically */
TABLE.csc-uploads-1 { border-color: #186900; }

TABLE.csc-uploads-2 { border-color: #10007B; }

TABLE.csc-uploads-3 { border-color: #8A0020; }
TABLE.csc-uploads-3 TR TD { vertical-align: middle; }
TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG { border: 2px solid #333333; }
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border: 2px solid #333333; }

/* cron Erweiterungen */

/* allgemeine Links Formatierung */

.content h1, .content h2 { clear: both; }
.content h3, .content h4 { margin: 0.5em 0; }

DIV.csc-frame { margin: 1em 0; }
DIV.csc-frame-frame1 { background: #f0f0f0; padding: .5em;}
DIV.csc-frame-frame2 { padding: .5em; border: 2px dashed silver; }

table.contenttable p { margin: 0; }

table.contenttable-1 { border-collapse: collapse; }
table.contenttable-1 td { border: 1px solid black; }
table.contenttable-1 tr.tr-0 { font-weight: bold; background: #f0f0f0; }

table.contenttable-2 { border-collapse: separate; }
table.contenttable-2 td { }
table.contenttable-2 tr { background: #f0f0f0; }
table.contenttable-2 tr.tr-0 { font-weight: bold; background: #d0d0d0; }

table.contenttable-3 { border-collapse: separate; }
table.contenttable-3 td { }
table.contenttable-3 td.td-0 { font-weight: bold; background: #f0f0f0; }

/*
div.csc-menu a { color: black; }
*/

.content div.csc-menu ul { border-left: 1px solid silver; margin: .5em; padding: 0 .5em; list-style-type: none; }
.content div.csc-menu ul li { margin: .5em; }

.content div.csc-menu ul  { font-size: 100%; font-weight: bold; }
.content div.csc-menu ul li ul { font-size: 90%; font-weight: normal; }

.content div.csc-menu-3 p {
  font-size: 90%;
  margin: .3em 0 .3em .5em;
  font-weight: bold;
  padding: .1em 0 .1em .5em; letter-spacing: .1em;
  background: url('pfeil-unten-sw.gif') center left no-repeat;
  padding-left: 15px;
  font-family: Tahoma,Verdana,Arial,sans-serif;
}

.content div.csc-menu-3 {
  padding: .2em 0;
}


/* Sitemap/geaenderte Seiten */
.content div.csc-menu-5 { font-size: 90%; }
.content div.csc-menu-5 table th { border-bottom: 1px solid black; background: #eee; padding: .5em .3em; text-align: left;}
.content div.csc-menu-5 table td { background: #eee; padding: .3em;}
.content table td.nowrap { white-space: nowrap; }

/* Blocksatz fuer bodytext */
.content p.bodytext { text-align: justify; }

/* Link-Formatierung */
.content a { color: #8F1F2F; }
.content a.nolink { color: #000; }
/* .content a:visited { color: #aaa; } */

.content h1 { font-size: 1.6em; }
.content h2 { font-size: 1.4em; }
.content h3 { font-size: 1.3em; }
.content h4 { font-size: 1.3em; }

/* Formularfelder */
form input.textfield { font-size: 1.1em; }
form input.button { font-size: 1em; color: #600; }

/* fe-user Registrierung */
div.tx-srfeuserregister-pi1 dl.tx-srfeuserregister-pi1-multiple-checkboxes dd { min-width:65%; display: block; height: 4ex;}
div.tx-srfeuserregister-pi1 dl.tx-srfeuserregister-pi1-multiple-checkboxes dt { height: 4ex;}
div.tx-srfeuserregister-pi1 dd label.tx_crondavregister_registerabo { display: block; margin-bottom: 0.5ex; padding-left: 0px;}
div.tx-srfeuserregister-pi1 dd label.tx_crondavregister_registerabo_inline { display: inline; margin-bottom: 0.5ex; padding-left: 0px;}
span.tx_crondavregister_confirmabo_label { display: block; width: 20em; float: left;}
span.tx_crondavregister_confirmabo { display: block; clear: left; margin-bottom: 0.5ex; }
/* ENDE */


