/********************************/
/* Frames, spacing, link-to-top */
/********************************/
P.csc-linkToTop { text-align: left; font-size: 9px; }
P.csc-linkToTop A:link, P.csc-linkToTop A:visited { font-weight: normal; color: black }

DIV.csc-frame { border: 0px; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top: 1px solid #E2001A; clear: both; margin-top: 25px; margin-bottom: 0px; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #E2001A; margin-top: -10px; margin-bottom: 0; }
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: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
DIV.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

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 { 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 { margin-top: 2px; }

/* Header date */
P.csc-header-date { border-top: 1px solid #0068B4; font-weight: bold; margin-bottom: -25; font-size: 9px; }
DIV.csc-header { margin-top: 20px; }
DIV.csc-header-n1 { margin-top: 0px; }
DIV.csc-header-n1 P.csc-header-date { margin-bottom: 0px; }

/* Subheader, general */
P.csc-subheader {  }

/* Subheader, specific */
P.csc-subheader-0 {  }
P.csc-subheader-1 {  }
P.csc-subheader-2 {  }
P.csc-subheader-3 {  }



/*******************/
/* RTE / Bodytext: */
/*******************/
P.bodytext {  }
P.bodytext A {  }



/**********/
/* Images */
/**********/
/* default styles for extension "tx_cssstyledcontent" */
/* Captions */

DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

/* Needed for noRows setting */
DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

/* Border just around the image */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG { border: 2px solid black; padding: 0px 0px; }
DIV.csc-textpic-imagewrap { padding: 0; margin-bottom: 5px; }
DIV.csc-textpic IMG { border: none; }

/* DIV: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

/* UL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

/* DL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
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; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
DL.csc-textpic-image { margin: 0; }
DL.csc-textpic-image DT { margin: 0; display: inline; }
DL.csc-textpic-image DD { margin: 0; }

/* Clearer */
DIV.csc-textpic-clear { clear: both; }

/* Margins around images: */

/* Pictures on left, add margin on right */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image { display: inline; /* IE fix for double-margin bug */ margin-right: 10px; }

/* Pictures on right, add margin on left */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image { display: inline; /* IE fix for double-margin bug */ margin-left: 10px; }

/* Pictures centered, add margin on left */
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { display: inline; /* IE fix for double-margin bug */ margin-left: 10px; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

/* Space below each image (also in-between rows) */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

/* No margins around the whole image-block */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

/* Add margin from image-block to text (in case of "Text w/ images") */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { margin-right: 15px !important; }
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { margin-left: 15px !important; }

/* Positioning of images: */

/* Above */
DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-text { margin-left: 15px; }

/* 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; }

/* 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; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
/* End hide from IE5/mac */

/* Left (in text, no wrap around) */
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
/* End hide from IE5/mac */

/* Umbruch nach Text/Bild-Element */
div.csc-default {clear:both;}

/***************/
/* Bulletlists */
/***************/

/* Bulletlists, general */
UL.csc-bulletlist LI { font-size: 11px; }

/* Bulletlists, specifically */
UL.csc-bulletlist-0 {  }
UL.csc-bulletlist-1 { list-style-type : decimal; }
UL.csc-bulletlist-2 { list-style-position : inside; }
UL.csc-bulletlist-3 { list-style-image: url(img/red_arrow_bullet.gif); }

/* EXT:Imagecycle */
#CONTENT UL.tx-imagecycle-pi1-images li { margin-left:0;}
#CONTENT div.imagecycle-controller ul li {list-style-image:none;margin-left:0;}
#CONTENT ul li.csc-textpic-image {list-style-image:none;margin-left:0;}


/************************/
/* Filelinks, generally */
/************************/
TABLE.csc-uploads {  }
TABLE.csc-uploads TR TD P {  }
TABLE.csc-uploads TR TD {  }
TABLE.csc-uploads TR.tr-even {  }
TABLE.csc-uploads TR.tr-odd {  }
TABLE.csc-uploads TR TD.csc-uploads-icon {  }
TABLE.csc-uploads TR TD.csc-uploads-fileName {  }
TABLE.csc-uploads TR TD.csc-uploads-fileName P A {  }
TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description {  }
TABLE.csc-uploads TR TD.csc-uploads-fileSize {  }

/* Filelinks, specifically */
TABLE.csc-uploads-1 {  }

TABLE.csc-uploads-2 {  }

TABLE.csc-uploads-3 {  }
TABLE.csc-uploads-3 TR TD {  }
TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG {  }
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG {  }
				


/*****************/
/* Various Forms */
/*****************/
INPUT, SELECT, TEXTAREA { border: 1px #0068B4 solid; padding: 3px; //height: 22px; font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular; font-size: 11px; }
TEXTAREA { //height: 100px; }

FORM DIV.csc-mailform  {  }
FORM DIV.csc-form-labelcell { width: 130px; margin-right: 10px; margin-bottom: 10px; float: left; clear: both; padding-top: 3px; font-weight: bold; }
FORM DIV.csc-form-commentcell {  }
FORM DIV.csc-form-radiocell {  }
FORM DIV.csc-form-labelcell-radio {  }
FORM DIV.csc-form-fieldcell { margin-bottom: 10px; margin-left: 140px;  }
FORM DIV.csc-mailform INPUT.input_text, FORM DIV.csc-mailform TEXTAREA { width: 410px; }
FORM DIV.csc-mailform SELECT { width: 200px; }
FORM DIV.csc-mailform INPUT.input_submit { background-color: #0068B4; color: white; width: 150px; }

/* Search form, specifically */
FORM TABLE.csc-searchform {  }
FORM TABLE.csc-searchform TR TD {  }
FORM TABLE.csc-searchform TR TD.csc-form-labelcell, FORM TABLE.csc-searchform TR TD.csc-form-commentcell {  }
FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT, FORM TABLE.csc-searchform TR TD.csc-form-fieldcell SELECT {  }

/* Login form, specifically */
FORM TABLE.csc-loginform {  }



/*****************/
/* Search result */
/*****************/

/* Search Result, result information box: */
TABLE.csc-searchResultInfo {  }
TABLE.csc-searchResultInfo TR { ; }
TABLE.csc-searchResultInfo TR TD P {  }
TABLE.csc-searchResultInfo TR TD.csc-searchResultRange P {  }
TABLE.csc-searchResultInfo TR TD.csc-searchResultPrevNext {  }

/* Search Result, header + abstract: */
H3.csc-searchResultHeader A {  }
H3.csc-searchResultHeader {  }
P.csc-searchResult {  }

/* Search word markup */
SPAN.csc-sword { font-weight: bold; color: red; }



/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
DIV.csc-menu { }
DIV.csc-menu P { }
DIV.csc-menu P A { }
DIV.csc-menu P A:hover { }
DIV.csc-menu P.csc-section { }
/* 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 {  }
DIV.csc-menu-2 P.csc-sitemap-level2 {  }
DIV.csc-menu-2 P.csc-sitemap-level3 {  }
DIV.csc-menu-2 P.csc-sitemap-level4 {  }
DIV.csc-menu-2 P.csc-sitemap-level1 A {  }
DIV.csc-menu-2 P.csc-sitemap-level2 A {  }
DIV.csc-menu-2 P.csc-sitemap-level3 A {  }
DIV.csc-menu-2 P.csc-sitemap-level4 A {  }
/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
DIV.csc-menu-3 { }
DIV.csc-menu-3 P.csc-section { }
DIV.csc-menu-3 P.csc-section A { }
/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
DIV.csc-menu-4 { }
DIV.csc-menu-4 P { }
DIV.csc-menu-4 P.csc-abstract { }
/* 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 { }
DIV.csc-menu-7 P.csc-section A { }



/****************************************/
/* 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; }



/*************/
/* Debugging */
/*************/
.clear { clear: both; line-height: 1px; font-size: 1px; height: 1px; }
SUP { font-size: 8px }

/*******************/
/* Mitgliederliste */
/*******************/
.tx-dmaddredit-pi1 TABLE.listview_header { border-bottom: #0068B4 1px solid; margin-bottom: 4px; }
.tx-dmaddredit-pi1 TABLE.listview_header TD { font-weight: bold; color: #0068B4; }
.tx-dmaddredit-pi1 TABLE.listview { margin-bottom: 2px; }
.tx-dmaddredit-pi1 TABLE.listview TD { border-bottom: #DDDDDD 1px solid; }

.tx-dmaddredit-pi1 TABLE.seite { border-top: #0068B4 1px solid; margin-top: 4px; }
.tx-dmaddredit-pi1 TABLE.seite TD.pages { width: 50%; }
.tx-dmaddredit-pi1 TABLE.seite TD.csvexport { width: 50%; text-align: right; }

.tx-dmaddredit-pi1 TABLE.singleview_header { border-bottom: #0068B4 1px solid; margin-bottom: 14px; }
.tx-dmaddredit-pi1 TABLE.singleview_header TD.dropdown { width: 50%; }
.tx-dmaddredit-pi1 TABLE.singleview_header TD.back { width: 50%; text-align: right; }

/*******************/
/* MiniJobOffers   */
/*******************/
.tx-minijoboffers-pi1-list { border-bottom: #0068B4 1px solid; }
.tx-minijoboffers-pi1-list DIV.job { border-top: #0068B4 1px solid; }
.tx-minijoboffers-pi1-list DIV.link { float: left; margin-right: 10px; }
.tx-minijoboffers-pi1-list DIV.company { float: left; }
.tx-minijoboffers-pi1-list DIV.date { float: right; }

.tx-minijoboffers-pi1-single DIV.row { clear: both; border-top: #0068B4 1px solid; }
.tx-minijoboffers-pi1-single DIV.label { float: left; width: 135px; font-weight: bold; }
.tx-minijoboffers-pi1-single DIV.info { float: left; width: 400px; }
.tx-minijoboffers-pi1-single DIV.company { clear: both; border-top: #0068B4 1px solid; padding-top: 20px; }

.tx-minijoboffers-pi1-single DIV.company TABLE.singleview { }
.tx-minijoboffers-pi1-single DIV.company TABLE.singleview TD.image { width: 130px; }
