/*************************/
/* General element styles: */
/***************************/
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE {  }
PRE { font-family: monospace; }
H1, H2, H3, H4, H5 {  }
P, UL, OL, BLOCKQUOTE {  }
LI {  }
A {  }
A:hover {  }
FORM { }
P, PRE {  }

				

/********************************/
/* Frames, spacing, link-to-top */
/********************************/
IMG.spacer-gif {  }
P.csc-linkToTop {  }
P.csc-linkToTop A {  }

DIV.csc-frame {  }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-bottom: 1px solid black; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid black; }
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 {  }
DIV.csc-frame-frame2 {  }
				
/******************/
/* Headers, plain */
/******************/
.csc-header H1 {
	margin: 0 0 10px 0;
	font-size: 16px;
	/*background-image:url(../images/arrow_xoani.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:auto;
	min-height:21px;
	line-height: 21px;
	padding-left:20px;*/
}
H2 {  }
H3 {  }
H1, H2, H3, H4, H5, H6 {  }
H1.csc-firstHeader,
H2.csc-firstHeader,
H3.csc-firstHeader,
H4.csc-firstHeader,
H5.csc-firstHeader,
H6.csc-firstHeader {  }

/* Headers, with link */
H1 A, H2 A {  }
H1 A:hover {  }

/* Header date */
P.csc-header-date {  }

/* 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 {
	margin: 0 0 20px 0;
}
P.bodytext I {  }
P.bodytext U {  }
P.bodytext B {  }
P.bodytext B I {  }
P.bodytext B I U {  }
P.bodytext A {
	text-decoration: underline;
}
P.bodytext A:hover {
	text-decoration: none;
}
P.bodytext ul {
	color: #666666;
}

/* RTE / Bulletlists */
/* keep care of header menu styles, better used with typo content container prefix */
UL {  }
UL UL LI {  }
UL LI A {  }

OL { }
OL LI A {  }

LI { }

/* RTE / BlockQuote styling */
BLOCKQUOTE {  }
BLOCKQUOTE P.bodytext { margin-left: 20px; }
BLOCKQUOTE BLOCKQUOTE {  }
BLOCKQUOTE BLOCKQUOTE P.bodytext { margin-left: 20px; }

/* RTE / Table styling */
TABLE.contenttable { border: 1px #666666 solid; margin: 10px 10px 10px 10px; width: 70%; }
TABLE.contenttable TR TD { padding: 5px 5px 5px 5px; }
TABLE.contenttable TR TD P.bodytext { font-size: 10px; color: #666666; }
TABLE.contenttable TR {  }



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

/* Images / Captions */
P.csc-caption { font-size: 11px; }
P.csc-caption A {  }

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

/* 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 { margin-top: 20px; }
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 {  }
UL.csc-bulletlist LI {  }

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



/*********************/
/* Tables, generally */
/*********************/
TABLE.contenttable P { font-size: 11px; }
TABLE.contenttable TR TD { vertical-align: top; }
TABLE.contenttable TR.tr-last TD P {  }
TABLE.contenttable TR TD.td-last P {  }

/* Tables, specifically */
TABLE.contenttable-0 P {  }

TABLE.contenttable-1 P {  }
TABLE.contenttable-1 TR.tr-0 TD { }
TABLE.contenttable-1 TR.tr-0 TD P { font-weight: bold; }
 
TABLE.contenttable-2 P {  }
TABLE.contenttable-2 TR TD.td-0 { }
TABLE.contenttable-2 TR TD.td-0 P { font-weight: bold; }

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 { font-weight: bold; }



/************************/
/* Filelinks, generally */
/************************/
TABLE.csc-uploads { border: 1px solid black; width: 70%; }
TABLE.csc-uploads TR TD P { font-size: 12px; }
TABLE.csc-uploads TR TD { vertical-align : top; }
TABLE.csc-uploads TR.tr-even {  }
TABLE.csc-uploads TR.tr-odd {  }
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 { }

TABLE.csc-uploads-2 { }

TABLE.csc-uploads-3 { }
TABLE.csc-uploads-3 TR.tr-even {  }
TABLE.csc-uploads-3 TR.tr-odd {  }
TABLE.csc-uploads-3 TR TD {  }
TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG { border: 1px solid black; }
TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border: 1px solid red; }
				


/*****************/
/* Various Forms */
/*****************/

/* Email, Login and Search forms generally: */
FORM TABLE TR TD { padding-left: 5px; padding-right: 20px; }
FORM TABLE TR TD.csc-form-labelcell {  }
FORM TABLE TR TD.csc-form-fieldcell {  }
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 black; font-style: italic; font-size: 11px; }
FORM TABLE TR TD.csc-form-labelcell P, FORM TABLE TR TD.csc-form-commentcell P { font-size: 11px;}
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight: bold; }
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label {  }
FORM TABLE { margin-top: 10px; }

/* Email form, specifically */
FORM TABLE.csc-mailform {  }
FORM TABLE.csc-mailform TR TD.csc-form-labelcell  {  }

/* Search form, specifically */
FORM TABLE.csc-searchform {  }
FORM TABLE.csc-searchform TR TD.csc-form-labelcell  {  }

/* Login form, specifically */
FORM TABLE.csc-loginform {  }
FORM TABLE.csc-loginform TR TD.csc-form-labelcell  {  }




/*****************/
/* Search result */
/*****************/

/* Search Result, result information box: */
TABLE.csc-searchResultInfo { margin-left: 5px; margin-top: 10px; border: 1px black solid; width: 100%; }
TABLE.csc-searchResultInfo TR {  }
TABLE.csc-searchResultInfo TR TD P { font-size: 11px; padding: 0px 5px 0px 5px;}
TABLE.csc-searchResultInfo TR TD.csc-searchResultRange P { font-weight: bold; }
TABLE.csc-searchResultInfo TR TD.csc-searchResultPrevNext P {  }
TABLE.csc-searchResultInfo TR TD.csc-searchResultPrevNext { text-align: right; }

/* Search Result, header + abstract: */
H3.csc-searchResultHeader A {  }
H3.csc-searchResultHeader { padding-left: 5px; }
P.csc-searchResult { font-size: 11px; font-style: italic; background-color: #eeeeee; margin-left: 20px;}



/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
DIV.csc-menu { padding: 5px 5px 5px 5px; margin: 5px 5px 5px 5px; border: 1px solid black;}
DIV.csc-menu P { margin-left: 30px; padding-left: 5px; font-size: 11px; }
DIV.csc-menu P.csc-section { font-weight: normal; margin-left: 40px; font-style: italic; }
DIV.csc-menu P A {  }

/* Menu / Sitemap, "Menu of these pages" */
DIV.csc-menu-def  P A { } 

/* 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: 50px; }
DIV.csc-menu-2 P.csc-sitemap-level2 { margin-left: 100px; }
DIV.csc-menu-2 P.csc-sitemap-level3 { margin-left: 150px; }
DIV.csc-menu-2 P.csc-sitemap-level4 { margin-left: 200px; }
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 A {  }

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
DIV.csc-menu-4 {  }
DIV.csc-menu-4 P.csc-abstract { margin-left: 40px; font-style: italic; }

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



/****************************************/
/* Frontend editing / TYPO3 Admin Panel */
/****************************************/
IMG.frontEndEditIcons { vertical-align: middle; margin: 0px 2px 0px 2px; } 

TABLE.typo3-adminPanel { border: 1px solid black;  }
TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow TD {  }
TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD {  }
TABLE.typo3-adminPanel TABLE, TABLE.typo3-adminPanel TD { border: 1px; }
TABLE.typo3-adminPanel TD FONT { font-family: verdana; font-size: 12px; color: black; }
TABLE.typo3-adminPanel TD A FONT { font-family: verdana; font-size: 12px;  }
TABLE.typo3-editPanel TD { border: 0px; }
TABLE.typo3-editPanel TD FONT { font-family: verdana; font-size: 12px;  }
TABLE.typo3-editPanel TD.typo3-editPanel-controls {  }
TABLE.typo3-editPanel TD.typo3-editPanel-label {  }
