/* default styles for extension "tx_wssitemap_pi1" */

	.tx-wssitemap-pi1 .treemenudiv {}
	.tx-wssitemap-pi1 .treemenudiv img {vertical-align: middle;border: none;}
	.tx-wssitemap-pi1 .treemenudiv a {text-decoration: none;  color: #788289; }
	.tx-wssitemap-pi1 .treemenudiv a:hover {color: #E40601;}
	.tx-wssitemap-pi1 .treemenudiv a span.treemenutext_act {color:red;}
	.tx-wssitemap-pi1 .treemenudiv a span.treemenutext_actifsub {color:green; }	
	
/* default styles for extension "tx_indexedsearch" */
		.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
		.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:red; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
		.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; }
		.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
		.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
		.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; }
/* default styles for extension "tx_newloginbox_pi3" */
	.tx-newloginbox-pi3-listrow TH { background:#ccc; padding:0 .5em; white-space:nowrap; }
	.tx-newloginbox-pi3-listrow TD { background:#eee; padding:0 .5em; }
	.tx-newloginbox-pi3-singleView TH { background:#ccc; padding:0 .5em; text-align:right; white-space:nowrap; }
	.tx-newloginbox-pi3-singleView TD { background:#eee; padding:0 .5em; }
/* default styles for extension "tx_abteaserlist_pi1" */
    .tx-abteaserlist-pi1 {
      clear: both;
      width: 520px; /* oversized DIV so that the teaser fit into it, cause of margin  - e.g. content DIV should have width: 500px and overflow: hidden; */
    }

    /* Template 1
    *****************************/

    .t1_teaserItem {
      clear: both;
      margin-bottom: 8px;
      width: 500px;
    }

    .t1_teaserItemImage {
      background: #eaeaea;
      display: inline;
      float: left;
      height: 80px;
      margin: 0 6px 8px 0;
      padding: 5px;
      text-align: center;
      width: 80px;
    }

    .t1_teaserItemHeader,
    .t1_teaserItemHeader a {
      color: #000;
      font-weight: bold;
      text-decoration: none;
    }

    .t1_teaserItemText,
    .t1_teaserItemText a {
      color: #000;
      text-decoration: none;
    }

    .t1_teaserItemHeader,
    .t1_teaserItemText {
      font-size: 1em;
    }

    /* Template 2
    *****************************/

    .t2_teaserItem {
      background: #f2f2f2;
      display: inline;
      float: left;
      margin: 0 20px 20px 0;
      min-height: 150px;
      _height: 150px; /* IE ... damnit */
      width: 240px;
    }

    .t2_teaserItemTitle {
      background: #fff;
    }

    .t2_teaserItemImage {
      height: 80px;
      width: 240px;
    }

    .t2_teaserItemHeader,
    .t2_teaserItemHeader a {
      color: #000;
      font-weight: bold;
      text-decoration: none;
    }

    .t2_teaserItemText,
    .t2_teaserItemText a {
      color: #000;
      text-decoration: none;
    }

    .t2_teaserItemHeader,
    .t2_teaserItemText {
      font-size: 1em;
      padding: 0 3px 0 3px;
    }

    /* Template 3
    *****************************/

    .t3_teaserItem {
      background: #f2f2f2;
      display: inline;
      float: left;
      margin: 0 10px 10px 0;
      min-height: 130px;
      _height: 130px; /* IE ... damnit */
      position: relative;
      width: 245px;
    }

    .t3_teaserItemImage {
      float: left;
      display: inline;
      margin: 5px;
    }

    .t3_teaserItemHeader,
    .t3_teaserItemHeader a {
      color: #666;
      font-weight: bold;
      text-decoration: none;
    }

    .t3_teaserItemDetail {
      position: absolute;
      bottom: 0;
      right: 0;
    }

    .t3_teaserItemText,
    .t3_teaserItemText a {
      color: #666;
      text-decoration: none;
    }

    .t3_teaserItemHeader,
    .t3_teaserItemText {
      font-size: 1em;
      padding: 5px;
    }

    .t3_teaserItemText {
      padding-top: 0;
    }

    /* Pagebrowser below Teaser List
    *****************************/

    .browseBoxWrap {
      clear: both;
      padding: 0 6px 6px 6px;
      text-align: center;
    }

    .browseBoxWrap table {
      margin: auto;
    }

    .disabledLinkWrap a,
    .inactiveLinkWrap a {
      font-weight: bold;
      color: #000;
      text-decoration: none;
    }

    .activeLinkWrap a {
      font-weight: bold;
      color: #3E7DC0;
      text-decoration: none;
    }

    .disabledLinkWrap #browseFirst {
      background: url(../typo3conf/ext/ab_teaserlist/res/browse_first_default_inact.gif) top no-repeat;
    }

    .disabledLinkWrap #browsePrev {
      background: url(../typo3conf/ext/ab_teaserlist/res/browse_prev_default_inact.gif) top no-repeat;
    }

    .disabledLinkWrap #browseNext {
      background: url(../typo3conf/ext/ab_teaserlist/res/browse_next_default_inact.gif) top no-repeat;
    }

    .disabledLinkWrap #browseLast {
      background: url(../typo3conf/ext/ab_teaserlist/res/browse_last_default_inact.gif) top no-repeat;
    }

    .inactiveLinkWrap #browseFirst {
      background: url(../typo3conf/ext/ab_teaserlist/res/browse_first_default.gif) top no-repeat;
    }

    .inactiveLinkWrap #browsePrev {
      background: url(../typo3conf/ext/ab_teaserlist/res/browse_prev_default.gif) top no-repeat;
    }

    .inactiveLinkWrap #browseNext {
      background: url(../typo3conf/ext/ab_teaserlist/res/browse_next_default.gif) top no-repeat;
    }

    .inactiveLinkWrap #browseLast {
      background: url(../typo3conf/ext/ab_teaserlist/res/browse_last_default.gif) top no-repeat;
    }

/* default styles for extension "tx_thmailformplus_pi1" */
  .tx-thmailformplus-pi1 H2 { margin-top: 0px; margin-bottom: 0px; }