/*******************/
/* RTE / Bodytext: */
/*******************/
/* Header date */
.csc-header-date { }
.plugin .csc-header, .two_columns .csc-header { margin-left: 170px }

/* Subheader, general */
P.csc-subheader { }

/* Subheader, specific */
P.csc-subheader-0 { }
P.csc-subheader-1 { }
P.csc-subheader-2 { }
P.csc-subheader-3 { }

/**********/
/* Images */
/**********/
HR { border: 0px; border-top: 1px dotted #BDBDBD; }
P.csc-caption { margin: 0; }
P.csc-caption { font-size: 80%; }
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; }
/* Needed for noRows setting */
DIV.csi-textpic DIV.csi-imagecolumn { float: left; display: inline; }
/* Border just around the image */
DIV.csi-border DIV.csi-imagewrap .csi-image IMG { border: 2px solid black; padding: 0px 0px;}
DIV.csi-imagewrap { padding: 0; }
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; }
/* DL: 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; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD IMG { border: none; }
DL.csi-image { margin: 0; }
DL.csi-image DT { margin: 0; display: inline; }
DL.csi-image DD { margin: 0; }
/* Clearer */
DIV.csi-clear { clear: both; }
/* 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; margin-right: 10px; }
/* 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; margin-left: 10px; }
/* Pictures centered, add padding left and right */
DIV.csi-center DIV.csi-imagewrap .csi-image { display: inline; margin-left: 5px; margin-right: 5px; }
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: 5px; }
DIV.csi-equalheight DIV.csi-imagerow { margin-bottom: 5px; display: block; }

/* 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 { }
/* Bulletlists, specifically */
UL.csc-bulletlist-0 { }
UL.csc-bulletlist-1 { }
UL.csc-bulletlist-2 { }
UL.csc-bulletlist-3 { }

/*********************/
/* Tables, generally */
/*********************/
TABLE.contenttable P { }
TABLE.contenttable TR TD { }

/* Tables, specifically */
TABLE.contenttable-0 P { }
TABLE.contenttable-1 P { }
TABLE.contenttable-1 TR.tr-0 TD P { }
TABLE.contenttable-1 TR.tr-0 TD { }
TABLE.contenttable-2 P { }
TABLE.contenttable-2 TR TD.td-0 { }
TABLE.contenttable-2 TR TD.td-0 P { }
TABLE.contenttable-3 P { }
TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD { }
TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P { }

/*****************/
/* Various Forms */
/*****************/
/* Email, Login and Search forms generally: */
FORM .csc-mailform INPUT, FORM .csc-mailform TEXTAREA { margin: 5px; padding: 3px; border: solid 1px black; width: 310px }
FORM .csc-mailform INPUT.input_submit { font-weight: bold }
FORM .csc-mailform INPUT.input_radio { width: auto; }
FORM .csc-mailform .csc-form-labelcell { width: 100px; font-weight: bold; background-color: #EBEBEB; text-align: right; }
FORM .csc-mailform .csc-form-labelcell P { margin-right: 5px; }
FORM .csc-mailform .csc-form-fieldcell { background-color: #EBEBEB; }
TEXTAREA { margin-bottom: 10px; margin-left: -10px; padding: 3px; border: solid 1px black; width: 300px; height: 150px }

/*****************************/
/* 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 { margin-top: 10px; margin-bottom: 0px }
DIV.csc-menu-2 P.csc-sitemap-level2 { margin-top: 0px; margin-bottom: 0px; margin-left: 20px }
DIV.csc-menu-2 P.csc-sitemap-level3 { margin-left: 40px }
DIV.csc-menu-2 P.csc-sitemap-level4 { }
DIV.csc-menu-2 P.csc-sitemap-level1 A { color: black; text-decoration: none; }
DIV.csc-menu-2 P.csc-sitemap-level2 A { color: black; font-weight: normal }
DIV.csc-menu-2 P.csc-sitemap-level3 A { color: black; font-weight: normal }
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 { } 

/* Default styles for the Admin Panel */
TABLE.typo3-adminPanel { }
TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow TD { }
TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD { }
TABLE.typo3-adminPanel TABLE, TABLE.typo3-adminPanel TD { }
TABLE.typo3-adminPanel TD FONT { }
TABLE.typo3-adminPanel TD A FONT { }			
TABLE.typo3-editPanel { }
TABLE.typo3-editPanel TD { }

/*********/
/* BUGS */
/*******/
.clear { clear: both; line-height: 1px; font-size: 1px; height: 1px; }
SUP { font-size: 8px }