/* www.stego.de - CSS-Datei fuer den Content-Bereich */

#content {
  font-size: .9em;
}


#content h1 {
  font-size: 1.2em;
  color: #2F4D9F;
  clear: both;
}


#content h2 {
  font-size: 1.2em;
  font-weight: normal;  
  color: #2F4D9F;
  margin: 0;
  padding: 0;
}

/* CSC defaults */

#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,select { 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:absmiddle; }

/********************************/
/* 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; }



/***************/
/* 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 { 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 */

/*
 * funktioniert leider nur mit IE oder bei Tabellenlayouts
#content h1, #content h2 { clear: both; }
*/

#content a { text-decoration: none; }
#content a:hover { text-decoration: underline; }

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; }

#content table.contenttable-1 { border-collapse: collapse; }
#content table.contenttable-1 td { border: 1px solid black; padding: .2em;}
#content table.contenttable-1 td.td-0 { font-weight: bold; }
/*
#content table.contenttable-1 tr.tr-0 { white-space:nowrap; 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: none outside; }
#content div.csc-menu ul li { margin: .5em; padding: 0; }
#content div.csc-menu ul li a { margin: 0; padding: 0; }

#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; }

/* Content-Tabellen */
#content table.contenttable { border-collapse: collapse; }
#content table.width100 { width: 100%; }

#content ul { list-style-type: square; list-style-position: inside; }

/* cron/RL Plugin tx-cronstegoberechnung-pi1 */
#content .tx-cronstegoberechnung-pi1 table td { vertical-align: middle; padding: 0.2em; }
#content .tx-cronstegoberechnung-pi1 fieldset { margin: .5em 0; }
#content .tx-cronstegoberechnung-pi1 select { font-size: 1.1em; }
#content .tx-cronstegoberechnung-pi1 p.bodytext { margin: .5em 5px; padding: 0; }
#content .tx-cronstegoberechnung-pi1 table.narrow td {  padding: 0; margin: 0; }

/* Mailformulare */
fieldset.csc-mailform { border: none; margin: 1em 0; padding: 0; }
fieldset.csc-mailform div.csc-mailform-field { margin: 0.5em 0; }
fieldset.csc-mailform label { clear: both; float:left; width: 200px; }
div.form-error {color:#f00;}
