/**
 * ISOE - Projekt CUVE
 *
 * Content
 *
 * @copyright       Petra von Rhein | www.wunderware.de
 * @lastmodified    2012-01-17
 *
 */

  /* schriften */
  #r10, #r20, #r30, #r40, #r50 { font-size: 75%;  }
  #r5020  { font-size: 1.15em;    }

  /***************************/
    /* General element styles: */
  /***************************/
  P { margin: 6px 0 10px 0; line-height: 1.4em; }
  P.red, p.red b, p.red strong { color:#EE333F; }
  PRE { font-family: monospace; }
  P, TD, UL, OL { font-size:1.0em; }

  UL, OL { margin-left: 20px; }

  strong, b  { font-weight: bold; }
  i, em { font-style:italic ; }

  sub { font-size:0.8em; vertical-align:sub; }
  sup { font-size:0.8em; vertical-align:top; }
  blockquote { padding: 0 30px 0 20px;}

  FORM { margin: 0px 0px 0px 0px;}
  INPUT, TEXTAREA, SELECT { padding-left: 0px; font-size: 1.0em;  }

  A {  color: #014d9b; text-decoration: none; }
  /* A:hover {  color: #ca161c; text-decoration: none; } */
  A:hover {  text-decoration: underline; }

  HR { height:1px; border-bottom:solid #404040 1px;  margin: 0; padding:0; }

  /********************************/
  /* alignments */
  /********************************/
  .align-center { text-align:center; }
  .align-right { text-align:right; }
  .align-left { text-align:left; }

  .indent { padding-left:1em; }

  /******************/
  /* Headers, plain  404040 */
  /******************/
  H1 { font-size: 1.35em; color: #231f20; font-weight: bold; padding:0.2em 0;  }
  H2 { font-size: 1.2em; color: #231f20; font-weight: bold; padding:0.3em 0; line-height:1.25; }
  H3 { font-size: 1.1em; color: #231f20; font-weight: bold;  padding:0.2em 0;  }
  H4 { font-size: 1.0em; color: #231f20; font-weight: bold; font-style: italic;   padding:0.2em 0;  }
  H5 { font-size: 1.0em; color: #231f20; font-weight: bold; font-style: italic; padding:4px 0; }
  H6 { font-size: 1.0em; color: #231f20; font-weight: normal; font-style: italic; padding:4px 0; }
  H1, H4 {  }
  H2, H5 {  }
  H3, H6 {  }

  /* Headers, with link */
  H1 A, H2 A, H3 A, H4 A, H5 A { color: #014d9b; text-decoration: none; }
  H2 A { color: #014d9b; }
  H3 A { color: #014d9b; }
  H4 A { color: #014d9b; }
  H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration: underline; }

  /******************/
  /* Headers Content Right, plain */
  /******************/
  .ContentRightBox H1 { font-size: 1.4em; color: #660900; font-weight: bold; padding:0.3em ; border-bottom:3px dotted #ffbf00; }
  .ContentRightBox H2 { font-size: 1.2em; color: #660900; font-weight: bold; padding:0.3em ;  }
  .ContentRightBox H3 { font-size: 1.1em; color: #660900; font-weight: bold;  padding:0.3em;  }

  .ContentRightBox p { padding-left:0.3em; padding-right:0.3em; }

  /* Header date */
  P.csc-header-date { font-size: 10px; color: #616577; }

  /* Subheader, general */
  P.csc-subheader { font-style: italic; background-color: #616577; }

  /* Subheader, specific */
  P.csc-subheader-0 { font-style: normal; }
  P.csc-subheader-1 { color: #616577; }
  P.csc-subheader-2 { color: #616577; }
  P.csc-subheader-3 { color: #616577; }



  /*******************/
    /* RTE / Bodytext: */
  /*******************/
  P.bodytext { font-size: 1.0em; color: #404040; }
  P.bodytext A { color: #014d9b; }

/* aufzaehlungen ul */
.Content ul {
  list-style: outside disc;
  margin:0.5em 1em 0.5em 0.5em ;
  font-size: 1.0em;
  color:#404040;
}

.Content ul li {
  line-height:1.4em;
  padding: 0 0 0.2em 0.2em;
}

.Content ul li a:link, .Content ul li a:visited, .Content ul li a:active {
  text-decoration:none;
}

.Content ul li a:hover {
  text-decoration:underline;
}

.Content ul ul {
  list-style-type: disc;
  padding-bottom: 0.5em;
}

.Content ul ul li {
  font-size: 0.9em;
  padding-left: .1em;
}

  /* aufzaehlungen ol */
.Content ol {
  list-style: outside decimal;
  margin:0em 1em 0.5em 0.5em ;
  font-size: 1.0em;
  color:#404040;
}
.Content ol li {
  line-height:1.3em;
  padding: 0 0 0.2em 0.2em;
}

.Content ol li a:link, .Content ol li a:visited, .Content ol li a:active {
  text-decoration:none;
}

.Content ol li a:hover {
  text-decoration:underline;
}

.Content ol ol {
  list-style-type: lower-latin;
  padding-bottom: 0.5em;
}

.Content ol ol li {
  font-size: 0.9em;
  padding-left: 1em;
}

/* Table styling - FrontEnd*/
table.contenttable {
  margin:1em 0;
  width:100%;
  border-collapse:collapse;
  font-size: 1em;
}

table.contenttable th {
  padding: 0.3em 0.4em; margin: 0;
  border: 1px solid #e7c347;
  background: #f4e4a9;
  text-align:left;
  vertical-align:top;
  font-weight:bold;
}

table.contenttable td {
  padding: 0.3em 0.4em; margin: 0;
  border: 1px solid #c0c0c0;
  vertical-align:top;
}

table.contenttable td.w100 {
  width:100px;
}

table.contenttable th.w100 {
  width:100px;
}

table.contenttable img {
  padding: 0; margin: 0;
}

table.contenttable th p.bodytext {
  font-size: 1.0em;
  margin:0;
  padding:0.5em;
  line-height:1.2em;
}

table.contenttable td p.bodytext {
  font-size: 1.0em;
  margin:0;
  padding:0.5em;
  line-height:1.2em;
}

table.contenttable tr.tr-even {
  background-color: #e2e2e2;
}



/**********/
/* Images */
/**********/
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;
    margin-right: 8px;
}

/* Images / Captions */
P.csc-caption { font-size: 1.0em; font-style: italic; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
    margin:.2em 0; font-size:0.9em; line-height: 1.2;
}

/* 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 { list-style-image: url(dot.gif); }

/* Bulletlists, specifically */
UL.csc-bulletlist-0 { list-style-type : square; }
UL.csc-bulletlist-1 { list-style-type : square; }
UL.csc-bulletlist-2 { list-style-type : disc; }
UL.csc-bulletlist-3 { list-style-image: url(dot.gif); }





/************************/
/* Filelinks, generally */
/************************/
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; }

/* 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; }



/*****************/
/* Various Forms */
/*****************/
/* Email, Login and Search forms generally: */
FORM TABLE {  border:0px; margin: 10px 0px 10px 0px; width: 95%; }
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: transparent; }
FORM TABLE TR TD.csc-form-fieldcell { background-color: transparent; }
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 #C6C3C6; }
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight: normal; }

FORM DIV.csc-mailform-labelcell, FORM DIV.csc-mailform-commentcell { background-color: transparent; }
FORM DIV.csc-mailform-fieldcell { background-color: transparent; border: 1px solid #C6C3C6;  }
FORM DIV.csc-mailform-fieldcell INPUT, FORM DIV.csc-form-fieldcell SELECT, FORM DIV.csc-mailform-fieldcell TEXTAREA { border: 1px solid #C6C3C6; }
.ww-form-label { padding:0 0 3px 0; }

FORM DIV.csc-mailform-field INPUT, FORM DIV.csc-form-field SELECT, FORM DIV.csc-mailform-field TEXTAREA { border: 1px solid #C6C3C6; margin-bottom:10px;}
FORM DIV.csc-mailform-field label { display:block; font-weight: normal; }
FORM DIV INPUT#mailformformtype_mail {background:#EFEBDE; color:#333333; font-weight:bold;  }

/* Email form, specifically */
FORM TABLE.csc-mailform TR TD.csc-form-labelcell  { }

/* Search form, specifically */
FORM TABLE.csc-searchform { width: 80%; }
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: 90%; }

/* Login form, specifically */
FORM TABLE.csc-loginform { width: 300px; }

/* Search form, SEARCHBOX specifically */
div.csc-searchform-searchbox { }
div.csc-searchform-searchbox .searchboxheader { font-size:10px; color:#647F8E; }
div.csc-searchform-searchbox input { width:150px; margin: 0; padding: 0; font-size: 10px; line-height:10px;  }
div.csc-searchform-searchbox input.searchbox-submit { width:17px; margin: 0; padding: 0; vertical-align: bottom;  }

/* FORM TABLE.csc-searchform TR TD { padding: 0; }
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: 90%; } */

/*****************/
/* Various Forms */
/*****************/

fieldset {
  /* Fieldset */
  border: 1px solid #c0c0c0;

  padding: 10px;
  margin-top:10px;
}
fieldset legend {
  /* legend of Fieldset */
  font-weight: bold;
  background-color: #fff;
  color: #404040;
  line-height:1.2em;
  padding: 0.2em 0.3em;
}
fieldset label {
  /* label */
  display: block;
  width: 150px;
  float: left;
  clear: both;
  font-weight: bold;
  line-height:1.9em;
}
fieldset input {
  /* input */
  margin:5px 0;
  border:1px solid #c0c0c0;
}

select { border:1px solid #c0c0c0; }

.tx-felogin-pi1 div { line-height:1.4em; }
.tx-felogin-pi1 h3 { font-size: 1.2em; color: #404040; font-weight:bold; font-style:normal; }

/* default styles for extension "tx_srfeuserregister_pi1" */
.tx-srfeuserregister-pi1 p {
  margin-top: .5em; margin-bottom: 0; padding: 0 .3em; text-indent: 0; }
.tx-srfeuserregister-pi1 h4 { margin-top: 0; padding-left: .3em; }
.tx-srfeuserregister-pi1 legend { padding: 0 .5em; font-weight: bold; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice { font-style: italic; margin-bottom: 1em; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash { margin-bottom: 2em; }
.tx-srfeuserregister-pi1 a { padding-left: 14px; background-image: url("fe-register.gif"); background-repeat: no-repeat; background-position: 0% 60%; text-decoration:none; }
.tx-srfeuserregister-pi1 label { width: 200px; margin: 0; padding: 0; }
.tx-srfeuserregister-pi1 label span { color: #ff0000; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error { color: #ff0000; }
.tx-srfeuserregister-pi1 input { margin: 0; padding: 0 .5em 0 0; }
.tx-srfeuserregister-pi1 input[type=password] { margin-right: 1em; }
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password { margin-right: 1em; }
.tx-srfeuserregister-pi1 input[type=radio], .tx-srfeuserregister-pi1 input[type=checkbox] { background-color: transparent; }
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio, * html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox { background-color: transparent; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon { margin-left: 1em; background-color: transparent; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon:hover { cursor: pointer; }
.tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view { padding-left: 15px; background-image: url("../typo3conf/ext/sr_feuser_register/pi1/internal_link_new_window.gif"); background-color: transparent; background-repeat: no-repeat; font-size: .8em; margin-left: 1em; }
.tx-srfeuserregister-pi1 ul { margin: 0; padding: 0; list-style-position: inside; }
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes { list-style-type: none; }
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li { margin: 0 0 .3em 0; padding: 0; }
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label { margin: 0; padding: 0 0 0 .5em; }
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li { float: left; padding: 0 2em 0 0; margin: 0; }
.tx-srfeuserregister-pi1 dl { margin: 0; padding: 1em 0 0 0; }
.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd { margin: 0; padding: 0 0 .5em 0; float: left; }
.tx-srfeuserregister-pi1 dt { clear: both; width: 210px; text-align:right; padding: 0 .5em 0 0; }
.tx-srfeuserregister-pi1 dd { padding-top: 0; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dt { width: auto; padding-right: 0; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd { width: auto; }
* html .tx-srfeuserregister-pi1 dd { float: none; }
.tx-srfeuserregister-pi1 dd p { margin-top: 0; margin-bottom: .5em; padding: 0; }
.tx-srfeuserregister-pi1 dd label { }


/*****************/
/* Search result */
/*****************/

  /* Search Result, result information box: */
TABLE.csc-searchResultInfo { margin-left: 0px; margin-top: 10px; width: 300px;}
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: #026221; }
H3.csc-searchResultHeader { background-color: transparent; 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; }

  /* INDEXED SEARCH  */
ul.browsebox { width:430px; padding:0; margin:10px 0 15px 0; text-align:center; }
.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin:5px 4px 10px 4px; padding:0; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; margin-left: 130px;}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:#EE333F; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#fff; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; width: 450px; }
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
.tx-indexedsearch .info-tmpl-css, .tx-indexedsearch { float:left; }
.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }
.tx-indexedsearch .tx-indexedsearch-res h3 { background-image:none; margin:10px 0 5px 0; padding:0 0 0 0; }
.tx-indexedsearch .tx-indexedsearch-res h3 A, .tx-indexedsearch .tx-indexedsearch-res h3 A:hover { color:#EE333F; background-image:none; margin:0 0 5px 0; padding:0 0 0 0; text-decoration: underline; }
.tx-indexedsearch .tx-indexedsearch-res p.tx-indexedsearch-percent { margin: 0 0 -3px 0; float:right; font-weight:normal; font-size:11px; color:#EE333F; }
.tx-indexedsearch .tx-indexedsearch-res p.tx-indexedsearch-descr { clear:both; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res p.tx-indexedsearch-info { padding: 0 0 10px 0; clear:both; text-align:right; font-weight:normal; font-size: 11px; border-bottom:1px solid #EE333F;}


/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
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: #026221; }



/****************************************/
/* 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 */
/*************/
/*
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; }
*/

/*-----------------------------------  NEWS  -----------------------------------*/

.csc-default .news-list-container {
  margin-top:-10px;

}

.csc-default .news-single-item {
  margin-top:-5px;

}

.news-latest-container HR.clearer,
.news-list-container HR.clearer,
.news-list2-container HR.clearer,
.news-list3-container HR.clearer,
.news-single-item HR.cl-left,
.news-single-item HR.cl-right
 {
  clear:left;
  height:1px;
  border:none;
  padding:0;
  margin:0;
}

HR.cl-right, HR.clearer {
  background:#fff;
  color:#fff;
}

/*------------- LIST
.news-list-container H2 {
  border-bottom:1px solid #DFDFDF;
  padding-bottom:.5em;
}

.news-list-date {
  float: left;
width:480px;
text-align:right;
  padding-left:0;

  padding-top:.5em;
}

.news-list-container {
background:#ffff00;
}

*/

.news-list-container h2 {
  border-bottom:1px solid #DFDFDF;
  padding-bottom:.5em;
  margin-bottom:.5em;
  line-height:1.3em;
}
.news-list-container img {
float: left;
  margin:0 2em 0.5em 0;
  border: none;

}

.news-single-additional-info {
  background-color: #fff;
/*  clear: both; */
  border: 1px solid #fff;
  margin-top: 15px;
  padding:0;
  padding-bottom:0;

}
.news-single-related,.news-single-files,.news-single-links  {
  border: 1px solid #fff;
  margin:0px;
  margin-bottom:0.5em;
  padding:0;
  background-color:#fff;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
  font-weight: bold;
  margin-left:0;
  width:90%;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
  margin-left:0;
  padding-top:0;
  line-height:1.5em;

}

.news-single-files DD IMG {
  padding-top:0.5em;
}
/*------------- SINGLE font-size: 11px;

.news-single-rightbox {
  float: left;
  width:484px;
  text-align:right;
  clear:both;

  padding-top:.5em;
}

.news-list-container HR.clearer {
  background:#fff;
  color:#fff;
}
*/
.news-single-rightbox {
  width:150px;
}
.news-single-item h1 {
  line-height:1.2em;
}

.news-single-item h2 {
  /*font-size: 1em;
  font-weight: bold;
  font-style:italic;
  line-height:1.3em;*/
  line-height:1.2em; font-size: 1.1em; color: #404040; font-weight: bold; padding:0.3em 0;
}
.news-single-img {
  float: left;
  margin:10px 10px 0 0;
  padding:0;
}


/*---------------------------------  tt_news Page-Browser ---------------------------------*/

.news-list-browse {
  font-size:1em;
  line-height:1.4em;
  text-align:center;
  margin-top:20px;
  margin-bottom:20px;
}

.activeLinkWrap {
  font-weight:bold;
}
.disabledLinkWrap {
  color: #999;
}
.disabledLinkWrap,
.browseLinksWrap a,
.activeLinkWrap {
  padding:0 .3em;
}
/*---------------------------------  tt_news END  ---------------------------------*/

/*---------------------------------  tx_jppageteaser_pi1  ---------------------------------*/
.tx-jppageteaser-pi1 {}
.tx-jppageteaser-pi1-browsebox {
    margin-top: 10px;
    padding-top: 3px;
    border-top: 1px solid #DFDFDF;
}
/* List View */
.tx-jppageteaser-pi1-list {
margin: 1.5em 0 0 0;
}
.tx-jppageteaser-pi1-list-entry {
    clear: both;
}
.tx-jppageteaser-pi1-list-entry-description {
    margin-top: 0;
}
.tx-jppageteaser-pi1-list-entry-image IMG {
    float: left;
    margin: 10px 20px 10px 0px;
    border: 1px solid #fff;
}
.tx-jppageteaser-pi1-list-entry-link-item {
  font-size: 9px;
  margin-top: 5px;
  margin-bottom: 2px;
}
.tx-jppageteaser-pi1-list-entry H4 {
  font-size: 1.1em; color: #404040; font-weight: bold; font-style:normal; padding:0 0 0.5em 0;
  border-bottom: 1px solid #DFDFDF;
  position: relative;
}
.tx-jppageteaser-pi1-list-entry H4 A {
  color: #014d9b;
}
.tx-jppageteaser-pi1-list-entry-creation-date,
.tx-jppageteaser-pi1-list-entry-change-date {
    position: absolute;
    bottom: 4px;
    right: 0px;
    font-size: 9px;
    font-weight: normal;
    color: #999;
}
.tx-jppageteaser-pi1-browsebox {
    text-align: center;
}
.tx-jppageteaser-pi1-browsebox-show-results {}
.tx-jppageteaser-pi1-browsebox-browse-links {}
.tx-jppageteaser-pi1-browsebox-show-results-number {}
.tx-jppageteaser-pi1-browsebox-disabled-link {}
.tx-jppageteaser-pi1-browsebox-inactive-link {}
.tx-jppageteaser-pi1-browsebox-active-link {}
/*---------------------------------  tx_jppageteaser_pi1  END ---------------------------------*/

/* styles for extension "tx_cssfilelist"  START */

.filelinks .filecount{display:none; }

.filelinks_layout_0 {width:100%; margin: 10px 0;}
.filelinks td { padding:5px; line-height:20px; vertical-align:top; }

.filelinks .odd { background:#f0f0f0; }
.filelinks .even { background:#fefefe; }
.filelinks .last { }

.filelist_icon {width:30px; }
.filelist_icon img { padding-top:3px; }
.filelist_file {width:390px; }
.filelist_size { width:90px; font-size:1em; text-align:right; margin-right:5px; }
.filelist_size * { padding-top:15px; }

/* styles for extension "tx_cssfilelist"  ENDE */