
/***************************/
/* General element styles: */
/***************************/
input, textarea, select { padding-left:0px; font-size:11px; }



/********************************/
/* Frames, spacing, link-to-top */
/********************************/
p.csc-linkToTop { text-align:right; font-weight:bold; }
div.csc-frame { border:0px; }
div.csc-frame-invisible { }
div.csc-frame-rulerBefore { border-top:1px solid #BE0000; }
div.csc-frame-rulerAfter { border-bottom:1px solid #BE0000; }
div.csc-frame-indent { padding-left:100px; }
div.csc-frame-indent3366 { padding-left:33%; }
div.csc-frame-indent6633 { padding-right:33%; }
div.csc-frame-frame1 { background-color:#D9B9B9; padding:2px 4px 2px 4px; border:1px solid #BE0000; }
div.csc-frame-frame2 { background-color:#D49494; padding:2px 4px 2px 4px; border:1px solid #BE0000; }
div.csc-frame-frame1 h1, div.csc-frame-frame1 h2, div.csc-frame-frame1 h3, div.csc-frame-frame1 h4, div.csc-frame-frame1 h5, div.csc-frame-frame1 h6 { margin-top:2px; }
div.csc-frame-frame2 h1, div.csc-frame-frame2 h2, div.csc-frame-frame2 h3, div.csc-frame-frame2 h4, div.csc-frame-frame2 h5, div.csc-frame-frame2 h6 { margin-top:2px; }



/***********/
/* Headers */
/***********/
h1, h2, h3, h4, h5, h6 { font-weight:bold; }
h1 { margin-top:18px; margin-bottom:6px; font-size:18px; color:#BE0000; }
h2 { margin-top:15px; margin-bottom:5px; font-size:16px; color:#BE0000; }
h3 { margin-top:12px; margin-bottom:4px; font-size:14px; color:#BE0000; }
h4 { margin-top:9px; margin-bottom:3px; font-size:13px; color:#000000; }
h5 { margin-top:6px; margin-bottom:2px; font-size:12px; color:#000000; }
h6 { margin-top:3px; margin-bottom:1px; font-size:10px; color:#000000; }

h1.csc-firstHeader, h2.csc-firstHeader, h3.csc-firstHeader, h4.csc-firstHeader, h5.csc-firstHeader, h6.csc-firstHeader { margin-top:18px; }

/* Header date */
p.csc-header-date { font-size:10px; color:#BE0000; }

/* Subheader, general */
p.csc-subheader { font-style:italic; background-color:#D9B9B9; }

/* Subheader, specific */
p.csc-subheader-0 { font-style:normal; }
p.csc-subheader-1 { color:#BE0000; }
p.csc-subheader-2 { color:#BE0000; }
p.csc-subheader-3 { color:#BE0000; }



/*******************/
/* RTE / Bodytext: */
/*******************/
p.bodytext { margin-top:9px; } /* Hier doch einen Abstand, da es die Redakteure gewoehnt sind. */
p.align-left { text-align:left; }
p.align-center { text-align:center; }
p.align-right { text-align:right; }



/**********/
/* Images */
/**********/
p.csc-caption { font-size:10px; font-style:italic; }
table.imgtext-table { border:0px; }

/* 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, table.imgtext-nowrap h6 { margin-top:0px; }



/***************/
/* Bulletlists */
/***************/
ul.csc-bulletlist li { font-size:12px; }

ul.csc-bulletlist-0 { color:#000000; }
ul.csc-bulletlist-1 { color:#BE0000; list-style-type :decimal; }
ul.csc-bulletlist-2 { color:#BE0000; list-style-position :inside; }
ul.csc-bulletlist-3 { color:#BE0000; list-style-image:url(dot.gif); }



/**********/
/* Tables */
/**********/
table.contenttable { border:0px #BE0000 solid; margin:10px 0px 10px 0px; width:100%; border-spacing:0px; }
table.contenttable tr td { padding:3px; }
table.contenttable tr { background-color:#FFFFFF; }

table.contenttable p { font-size:11px; }
table.contenttable tr td { vertical-align:top; }

table.contenttable-0 p { color:#000000; }

table.contenttable-1 p { color:#186900; }
table.contenttable-1 tr.tr-0 td p { font-weight:bold; }
table.contenttable-1 tr.tr-0 td { background-color:#D1D2E4;}
 
table.contenttable-2 P { color:#10007B; }
table.contenttable-2 TR TD.td-0 { background-color:#F5FFAA;}
table.contenttable-2 TR TD.td-0 P { font-weight:bold; }

table.contenttable-3 P { color:#8A0020; }
table.contenttable-3 TR TD.td-0, table.contenttable-3 TR.tr-0 TD { background-color:#D1D2E4;}
table.contenttable-3 TR TD.td-0 P, table.contenttable-3 TR.tr-0 TD P { font-weight:bold; }



/*************/
/* Filelinks */
/*************/
table.csc-uploads { border:0px; }
table.csc-uploads TR TD P { background-color :transparent; font-size:12px; }
table.csc-uploads TR TD { vertical-align :top; }
table.csc-uploads TR.tr-even { background-color:#EDEBF1; }
table.csc-uploads TR.tr-odd { background-color:#D8D7DC; }
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; }

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; }



/*****************/
/* Various Forms */
/*****************/
FORM TABLE TR TD { padding-left:5px; padding-right:20px; }
FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell { background-color:#D8D7DC; }
FORM TABLE TR TD.csc-form-fieldcell { background-color:#EDEBF1; }
FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, FORM TABLE TR TD.csc-form-fieldcell TEXTAREA { border:1px solid #333333; }
FORM TABLE TR TD.csc-form-labelcell p.csc-form-label-req { font-weight:bold; }

/* Email form, specifically */
FORM table.csc-mailform TR TD.csc-form-labelcell  { }

/* Search form, specifically */
FORM table.csc-searchform { width:100%; }
FORM table.csc-searchform TR TD { padding:5px 5px 5px 5px; }
FORM table.csc-searchform TR TD.csc-form-labelcell, FORM table.csc-searchform TR TD.csc-form-commentcell { font-weight:bold; }
FORM table.csc-searchform TR TD.csc-form-fieldcell INPUT, FORM table.csc-searchform TR TD.csc-form-fieldcell SELECT { width:100%; }

/* Login form, specifically */
FORM table.csc-loginform { width:70%; }



/*****************/
/* Search result */
/*****************/
table.csc-searchResultInfo { margin-left:0px; margin-top:10px; width:100%;}
table.csc-searchResultInfo TR { background-color:#EDEBF1; }
table.csc-searchResultInfo TR TD P { padding:0px 5px 0px 5px;}
table.csc-searchResultInfo TR TD.csc-searchResultRange P { font-weight:bold; }
table.csc-searchResultInfo TR TD.csc-searchResultPrevNext { text-align:right; }

/* Search Result, header + abstract: */
H3.csc-searchResultHeader A { color:#186900; }
H3.csc-searchResultHeader { background-color:#EDEBF1; font-size:14px; padding-left:5px; }
p.csc-searchResult { font-style:italic; margin-left:20px;}

/* Search word markup */
SPAN.csc-sword { font-weight:bold; color:red; }



/******************/
/* Menu / Sitemap */
/******************/
div.csc-menu { margin-left:10px; }
div.csc-menu P { font-size:11px; font-weight:bold; margin:1px 0px 0px 0px; padding:2px 2px 2px 10px; background-color:#EDEBF1; }
div.csc-menu P A { color:#000000; text-decoration:none; }
div.csc-menu P A:hover { color:#660000; text-decoration:underline; }
div.csc-menu p.csc-section { font-weight:normal; margin-left:20px; font-style:italic; }

/* Menu / Sitemap, "Menu of these pages" */
div.csc-menu-def P {  }

/* Menu / Sitemap, "Menu of subpages to these pages" */
div.csc-menu-1 { }

/* Menu / Sitemap, "Sitemap" */
div.csc-menu-2 { }
div.csc-menu-2 p.csc-sitemap { }
div.csc-menu-2 p.csc-sitemap-level1 { margin-left:20px; }
div.csc-menu-2 p.csc-sitemap-level2 { margin-left:40px; }
div.csc-menu-2 p.csc-sitemap-level3 { margin-left:60px; }
div.csc-menu-2 p.csc-sitemap-level4 { margin-left:80px; }
div.csc-menu-2 p.csc-sitemap-level1 A { color:#000000; }
div.csc-menu-2 p.csc-sitemap-level2 A { color:#186900; }
div.csc-menu-2 p.csc-sitemap-level3 A { color:#10007B; }
div.csc-menu-2 p.csc-sitemap-level4 A { color:#8A0020; }

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
div.csc-menu-3 { }
div.csc-menu-3 p.csc-section { margin-left:0px; }
div.csc-menu-3 p.csc-section A { color:#186900; }

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
div.csc-menu-4 { }
div.csc-menu-4 P { margin-top:2px; }
div.csc-menu-4 p.csc-abstract { font-weight:normal; font-style:italic; margin-top:0px; padding:0px 2px 2px 20px; }

/* Menu / Sitemap, "Recently updated pages" */
div.csc-menu-5 { }

/* Menu / Sitemap, "Related pages (based on keywords)" */
div.csc-menu-6 { }

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
div.csc-menu-7 { }
div.csc-menu-7 P { font-weight:bold; }
div.csc-menu-7 p.csc-section A { color:#186900; }



/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
IMG.frontEndEditIcons { vertical-align:middle; margin:0px 2px 0px 2px; } 

/* Default styles for the Admin Panel */
table.typo3-adminPanel { border:1px solid black; background-color:#F6F2E6; }
table.typo3-adminPanel TR.typo3-adminPanel-hRow TD { background-color:#9BA1A8; }
table.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD { background-color:#ABBBB4; }
table.typo3-adminPanel TABLE, table.typo3-adminPanel TD { border:0px; }
table.typo3-adminPanel TD FONT { font-family:verdana; font-size:10px; color:black; }
table.typo3-adminPanel TD A FONT { font-family:verdana; font-size:10px; color:black; }			
table.typo3-editPanel { border:1px solid black; background-color:#F6F2E6; }
table.typo3-editPanel TD { border:0px; }

.kopf01 { text-align:center; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif;  font-weight:bold; font-size:13pt; color:#a72929; }
.kopf02 { text-align:center; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif;  font-weight:bold; font-size:14pt; color:#ff0000; }



/*************/
/* Debugging */
/*************/
/*
H1, H2, H3, H4, H5, P, UL, OL, LI, BLOCKQUOTE, PRE { border:1px dotted #999999;}
TD TABLE { border:1px dotted #000099;}
DIV { border:1px dotted #990000;}
IMG.spacer-gif { border:1px solid black; }
*/

