/* #######################################|
|  Stylesheet fuer Typo3-Content-Elemente |
|########################################*/

/*
  csc-header
  csc.caption
  csc-menu
  csc-textpic
  csc-sitemap, sitemap

  tsCol ????

  table
    contenttable
  tr
    even
    odd
*/

div.csc-header {
}

.csc-firstHeader {
}

/* csc.caption */
.csc-textpic-caption,
.csc-caption {
  background: #efefef;
  font-size: 0.75em;
  line-height: 110%;
  margin: 0 1px 0 0;
  padding: 2px;
}

/*
  csc-menu
*/
.csc-menu,
.csc-menu-2 {
}

.csc-menu p {       /* siehe auch -> content.css:p.bodytext */
  font-size: 1em;  /* div.sitemap hat andere Angaben fuer Seite Sitemap */
  line-height: 110%;
}

.csc-menu p a {
  text-decoration: none;
}
.csc-menu p a:link, .csc-menu p a:visited {
  color: #666666;
  color: #F66014;
}
.csc-menu p a:active, .csc-menu p a:hover {
  color: #F66014;
  text-decoration: underline;
}

.csc-menu p.csc-sitemap a {
  text-decoration: none;
}
.csc-menu p.csc-sitemap a:link, .csc-menu p.csc-sitemap a:visited {
  color: #666666;
}
.csc-menu p.csc-sitemap a:active, .csc-menu p.csc-sitemap a:hover {
  color: #F66014;
  text-decoration: none;
}


/* Siehe auch box.css div.bannerLinksUnten */
div.bannerLinksUnten .csc-textpic {
  text-align:center;
  padding:0 0 3em 0;
}
div.bannerLinksUnten .csc-textpic .csc-textpic-text {
  text-align:center;
}

.csc-sitemap,
.csc-sitemap-level1,
.csc-sitemap-level2 {
  margin: 0px;
  padding: 2px 0px 2px 0px;
}
.csc-sitemap-level1 {
}
.csc-sitemap-level2 {
  padding-left: 20px;
}
.csc-sitemap-level3 {
  padding-left: 40px;
}
.csc-sitemap-level4 {
  padding-left: 60px;
}

/*
  tsCol
*/
table.tsCol-0-layout-0,
table.tsCol-0-layout-1,
table.tsCol-0-layout-2,
table.tsCol-0-layout-3 {
  /*background-color: yellow;*/
  color: black;
  font-size: 0.8em;
}
table.tsCol-0-layout-0 tr.even-tsCol-0-row-0 td, /* Erste Zeile */
table.tsCol-0-layout-1 tr.even-tsCol-0-row-0 td,
table.tsCol-0-layout-2 tr.even-tsCol-0-row-0 td,
table.tsCol-0-layout-3 tr.even-tsCol-0-row-0 td {
  /*background-color: blue;*/
  border: 0px;
  font-weight: bold;
  padding: 0px 10px 10px 0px;
  text-align: left;
}
table.tsCol-0-layout-0 td,
table.tsCol-0-layout-1 td,
table.tsCol-0-layout-2 td,
table.tsCol-0-layout-3 td {
  /*background-color: green;*/
  padding: 4px 10px 4px 0px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
table.tsCol-0-layout-1 td.tsCol-0-layout-1-col-1 {
  font-weight: bold;
}

table.contenttable { /* siehe auch datenbanken.css */
  color: #666666;
  border: 1px solid #AAAAAA;
  border-top: 0px;
  margin: 0px;
  padding: 0px;
/* dwildt, 061008: table-layout als Style-Attribut im table-Tag festlegen,
  weil hier nicht absehbar ist, auf welche Tabellen diese Anweisung Einfluss hat.
  table-layout:fixed;*/
  width: 100%;
  clear:both;
}
table.contenttable caption {
  background: #AAAAAA;
  border: 1px solid #AAAAAA;
  border-bottom: 0px;
  color:white;
  font-weight: bold;
  padding:2px;
}
table.contenttable tr.tr-even {
  background-color: #efefef;
}
table.contenttable tr.tr-odd {
  background-color: white;
}
table.contenttable tr th {
  text-align:left; /* Standard im Firefox */
}
table.contenttable tr th,
table.contenttable tr.tr-even td,
table.contenttable tr.tr-odd td {
  padding:4px;
  border-top: 1px solid #AAAAAA;
}

table.contenttable {
  font-size: 1em;
}
table.contenttable-1 tr {
  font-size: 0.9em;
}
table.contenttable-2 tr {
  font-size: 0.8em;
}
table.contenttable-3 tr {
  font-size: 0.7em;
}
table.contenttable-4 tr {
  font-size: 0.6em;
}

table.contenttable-10 tr {
  font-size: 1em;
}
table.contenttable-10 td.td-last {
  text-align: right;
}
table.contenttable-11 tr {
  font-size: 0.9em;
}
table.contenttable-11 td.td-last {
  text-align: right;
}
table.contenttable-12 tr {
  font-size: 0.8em;
}
table.contenttable-12 td.td-last {
  text-align: right;
}
table.contenttable-13 tr {
  font-size: 0.7em;
}
table.contenttable-13 td.td-last {
  text-align: right;
}
table.contenttable-14 tr {
  font-size: 0.6em;
}
table.contenttable-14 td.td-last {
  text-align: right;
}


  /*///////////////////////////////
  ////
  ////  .tx-indexedsearch
  //*/

.tx-indexedsearch .tx-indexedsearch-browsebox {
  margin:0;
  padding:0;
  text-align:center;
}
.tx-indexedsearch .tx-indexedsearch-browsebox p {
  padding:0 0 1em;
}
.tx-indexedsearch .tx-indexedsearch-browsebox li {
  display:inline;
  margin-right:5px;
}
.tx-indexedsearch .tx-indexedsearch-browsebox ul {
  margin:0;
  padding:0;
  font-size:.9em;
}
.tx-indexedsearch .tx-indexedsearch-browsebox a {
  font-weight: bold;
  text-decoration: none;
}
.tx-indexedsearch .tx-indexedsearch-browsebox a:link,
.tx-indexedsearch .tx-indexedsearch-browsebox a:visited {
  color: #666666;
}
.tx-indexedsearch .tx-indexedsearch-browsebox a:active,
.tx-indexedsearch .tx-indexedsearch-browsebox a:hover {
  color: #F66014;
}
.tx-indexedsearch .tx-indexedsearch-browsebox .tx-indexedsearch-browselist-currentPage a:link,
.tx-indexedsearch .tx-indexedsearch-browsebox .tx-indexedsearch-browselist-currentPage a:visited {
  color: #F66014;
}
.tx-indexedsearch .tx-indexedsearch-browsebox .tx-indexedsearch-browselist-currentPage a:active,
.tx-indexedsearch .tx-indexedsearch-browsebox .tx-indexedsearch-browselist-currentPage a:hover {
  color: #F66014;
}
.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
  background-color: #EEEEEE;
  border: 1px solid #666666;
  color: #666666;
  cursor: hand;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  vertical-align: middle;
}
.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
  width:150px;
}
.tx-indexedsearch .tx-indexedsearch-whatis {
  margin-bottom:5px;
  margin-top:10px;
}
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
  font-style:italic;
  font-weight:bold;
}
.tx-indexedsearch .tx-indexedsearch-noresults {
  font-weight:bold;
  text-align:center;
}
.tx-indexedsearch .tx-indexedsearch-res td.tx-indexedsearch-descr {
  font-style:italic;
}
.tx-indexedsearch .tx-indexedsearch-res .descr .tx-indexedsearch-redMarkup {
  background:#FFFFA0;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
  background:#EEEEEE none repeat scroll 0%;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
  margin-bottom:5px;
  margin-top:20px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead h2 {
  margin-bottom:0px;
  margin-top:0px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead td {
  background:#CCCCCC none repeat scroll 0%;
  vertical-align:middle;
}
.tx-indexedsearch .tx-indexedsearch-res .percent,
.tx-indexedsearch .tx-indexedsearch-res .title {
  font-weight:bold;
}
.tx-indexedsearch .tx-indexedsearch-res .percent {
  float:right;
}
.tx-indexedsearch .tx-indexedsearch-res .noResume {
  color:#666666;
}
.tx-indexedsearch .tx-indexedsearch-category {
  background:#CCCCCC none repeat scroll 0%;
  font-size:16px;
  font-weight:bold;
}
.tx-indexedsearch .res-tmpl-css {
  clear:both;
  margin-bottom:1em;
}
.tx-indexedsearch .searchbox-tmpl-css label {
  float:left;
  margin-right:1em;
  width:10em;
}
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css {
  float:right;
  font-weight:normal;
  letter-spacing:0pt;
  margin-top:-1.2em;
}
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd {
float:left;
}
.tx-indexedsearch .info-tmpl-css dd.item-mtime {
  float:none;
}
.tx-indexedsearch .info-tmpl-css dd.item-path {
  float:none;
}
