/* default styles for extension "tx_femp3player_pi1" */
		.tx-femp3player-pi1 {
			text-align: center;
		}
		.tx-femp3player-pi1 TABLE {
			border: solid 1px #BCBCBC;
			margin-top: 5px;
			margin-bottom: 5px;
			border-collapse: collapse;
		}
		.tx-femp3player-pi1 TD {
			border: solid 1px #BCBCBC;
			padding: 5px;
		}
/* default styles for extension "tx_cssstyledcontent" */
  /* default styles for extension "tx_cssstyledcontent" */
  p.bodytext{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    line-height:12pt;
  }
  /* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap {
    padding: 0px 0px 0px 0px;
  }
	#body_center DIV.csc-textpic-imagewrap {
	  /*width: 227px;271-22-22*/
	  /*height: 169px;171-2*/
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	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; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { /*margin-bottom: 5px;*/ }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */
  DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }


	
	/* mailform */
	#mailform fieldset.csc-mailform{
	  width: 560px;
	  text-align: left;
	  border: 0px none;
	  margin: 0px 0px 0px 0px;
	  padding: 0px 0px 0px 0px;
	}
	.csc-mailform .csc-mailform-field{
	  clear: both;
	}
	.csc-mailform .csc-mailform-field label{
	  width: 271px;
	  display: block;
	  float: left;
	  margin: 0px 0px 2px 0px;
	  padding: 0px 18px 0px 0px;
	}
	.mailformInput, .mailformSelect, .mailformTextarea, .mailformCaptcha{
	  width: 267px;
	  float: left;
	  margin: 0px 0px 2px 0px;
	}
	.mailformSelect{
	  width: 271px;
	}
  input.csc-mailform-submit, .csc-mailform-field img{
    margin: 0px 0px 0px 289px;
  }
  /*Suchfeld*/
  form#indexedsearch{
    width: 164px;
    height: 16px;
  	margin: 0px 0px 0px 0px;
  	padding: 3px 0px 0px 15px;
  }
  input.searchbox-sword{
    width: 135px;/*138-3*/
    height: 16px;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 3px;
    float: left;
    border: 0px none;
  }
  #header_bottom_right input.searchbox-sword{
    background-image: none;
  }
  a.submit-button{
    width: 26px;
    height: 16px;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background-color: white;
    background-image: url(../fileadmin/bilder/basis/bg_bt_search.gif);
    background-repeat: no-repeat;
  }
  #header_bottom_right .tx-indexedsearch-whatis, #header_bottom_right .tx-indexedsearch-browsebox, #header_bottom_right .tx-indexedsearch-res, #header_bottom_right .tx-indexedsearch-noresults{
    display: none;
  }
  
  /* Styles for JQuery/Prototype versions */
  .autocomplete-w1 {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px 0px 0px 0px;
    /* IE6 fix: */
    _background:none;
    _margin:0;
  }
  .autocomplete {
    border:1px solid #DFDFDF;
    background:#FFF;
    cursor:default;
    text-align:left;
    max-height:350px;
    overflow:auto;
    margin: 0px 0px 6px -1px;
    /* IE6 specific: */
    _height:350px;
    _margin:0;
    _overflow-x:hidden;
  }
  .autocomplete .selected {
    background:#DFDFDF;
    cursor:pointer;
  }
  .autocomplete div {
    padding: 2px 5px;
    white-space:nowrap;
  }
  .autocomplete strong {
    font-weight:bold;
    color:#003867;
  }

/* default styles for extension "tt_news" */
   
  /*-----------------------------------  clearer  -----------------------------------*/
  /* prevent floated images from overlapping the div-containers they are wrapped in  */
   
  .news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
  	clear:right;
  	height:1px;
  	border:1px solid #F9FFE5;
   
  }
  .news-latest-container HR.clearer {
  	clear:left;
  }
   
  /*-----------------------------------  tt_news LATEST view  -----------------------------------*/
   
  .news-latest-container {
  	border:1px solid #333;
  	background-color:#BBE53A;
  }
   
  .news-latest-container H2,.news-latest-gotoarchive {
  	color:#fff;
  	padding:3px;
  	margin:3px;
  	border:1px solid #666;
  	/*background-color:#D8FA70;*/
  	background-color:#769024;
  }
   
  .news-latest-gotoarchive {
  	font-weight:bold;
  	margin-top:5px;
  }
  .news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
  	color:#fff;
  }
  .news-latest-gotoarchive A {
  	color:#fff;
  }
  .news-latest-item {
  	/* IE hack */
  	height: 1%;
  	line-height: 1.3;
  	/* IE hack end */
  	height: auto !important;
  	padding:3px;
  	margin:3px;
  	border:1px solid #666;
  	background-color:#F9FFE5;
  }
   
  .news-latest-item IMG {
   
  	margin-bottom:5px;
  	margin-right:5px;
  	border:1px solid #666;
  	float:left;
  }
  .news-latest-category IMG {
  	float: none;
  	border:none;
  	margin:0px;
  }
  .news-latest-date,.news-latest-morelink,.news-latest-category {
  	font-size:9px;
  }
   
  .news-latest-morelink {
  	height:12px;
  }
   
  .news-latest-morelink A {
  	float:right;
  }
   
   
  /*--------------------------------- tt_news LIST view  -----------------------------------*/
  .news-list-container{
    width: 560px;
  }
  * html .news-list-container{
    overflow-x: hidden;
  }
  .news-list-filter select{
    width: 150px;
  }
  .news-list-filter div{
    float: left;
    padding: 0px 10px 13px 0px;
  }
  .news-list-item{
    width: 560px;
    min-height: 107px;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 10px 0px;
    background-image: url(../fileadmin/bilder/basis/pic_punktlinie_body_right.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    clear: both;
  }
  * html .news-list-item{
    height: 107px;
    overflow-x: hidden;
  }
  .news-list-item-hidden{
    display: none;
  }
  .news-list-title-content{
    float: left;
    width: 400px;/*560-142-18*/
    min-height: 107px;
    padding: 0px 18px 0px 0px;
  }
  * html .news-list-title-content{
    width: 400px;/*560-142-18*/
    height: 107px;
    overflow-x: hidden;
  }
  .news-list-title{
    clear: both;
    min-height: 20px;
    padding: 0px 0px 4px 0px;
  }
  * html .news-list-title{
    width: 400px;
    height: 20px;
    overflow-x: hidden;
  }
  .news-list-content{
    min-height: 30px;
  }
  * html .news-list-content{
    height: 30px;
    overflow-x: hidden;
  }
  .news-list-image{
    float: left;
    width: 142px;/*142*/
    min-height: 90px;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    /*background-color: #dfdfdf;*/
  }
  * html .news-list-image{
    overflow-x: hidden;
  }
  .news-list-image img{
    border: 1px solid #dfdfdf;
  }
  .news-list-more{
    clear: both;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  * html .news-list2-more{
    overflow-x: hidden;
  }
   
   
  /*--------------------------------- tt_news LIST view rechte kleine Spalte  -----------------------------------*/
  .news-list2-container{
    width: 160px;
  }
  * html .news-list2-container{
    overflow-x: hidden;
  }
  .news-list2-item{
    width: 160px;
    min-height: 50px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  * html .news-list2-item{
    height: 50px;
    overflow-x: hidden;
  }
  .news-list2-title{
    padding: 0px 0px 4px 0px;
  }
  * html .news-list2-title{
    width: 160px;
    overflow-x: hidden;
  }
  .news-list2-content{
  }
  * html .news-list2-content{
    overflow-x: hidden;
  }
  .news-list2-more{
    clear: both;
    margin: 0px 0px 21px 0px;
    padding: 0px 0px 26px 0px;
    background-image: url(../fileadmin/bilder/basis/pic_punktlinie_body_right.gif);
    background-repeat: repeat-x;
    background-position: bottom;
  }
  * html .news-list2-more{
    overflow-x: hidden;
  }
  
  
   
  	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
  .tx-ttnews-browsebox, .browseBoxWrap {
    clear: both;
  	margin:0px;
  	border:0px solid #666;
  	padding:0px;
  }
   
  .tx-ttnews-browsebox TD {
  }
  .tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
  	font-weight: bold;
  }
  .tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
  	margin:0px;
  }
   
  .tx-ttnews-browsebox-SCell {
  	border:1px dotted #5F6062;
  }
  .news-search-emptyMsg {
  	margin-left: 0px;
  }
  	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
  .news-single-item{
    width: 560px;
  }
  .news-single-item .csc-textpic-imagewrap{
    padding: 0px 0px !important;
    background-color: white !important;
  }
  
  * html .news-list-single{
  }
  .news-single-title-content{
  }
  * html .news-single-title-content{
  }
  .news-single-title{
  }
  .news-single-content2 p.csc-frame-frame1{
    line-height: 0px;
    font-size: 0px;
    height: 1px;
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 0px 0px;
    background-image: url(../fileadmin/bilder/basis/pic_punktlinie_referenzprojekte.gif);
    background-repeat: no-repeat;
    background-position: middle;
  }
  .news-single-content2 ul{
    margin: -8px 0px 8px 0px;
    padding: 0px 0px 0px 0px;
  }
  .news-single-content2 ul ul{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .news-single-images{
  }
  .news-single-img{
  	margin: 0px 0px 22px 0px;
  	padding: 0px 0px 0px;
  	/*background-color:#DFDFDF;*/
  }
  .news-single-img img{
    border: 1px solid #DFDFDF;
  }
  .news-single-backlink{
    clear: both;
  }
   
  /*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
  .news-amenu-container {
  	margin-top:10px;
  	padding:3px;
  	border:1px solid #333;
  	background-color:#BBE53A;
  }
  .news-amenu-container LI {
  	padding-bottom:1px;
  }
  .news-amenu-container UL {
  	padding:3px;
  	margin-top:5px;
  	margin-left:0px;
  	margin-bottom:0px;
  	border:1px solid #666;
  	background-color:#F9FFE5;
  	list-style-type: none;
  }
  .news-amenu-container H2 {
  	color:#fff;
  	padding:3px;
  	border:1px solid #666;
  	background-color:#769024;
  }
  .news-amenu-item-year {
  	font-weight: bold;
  	border: 1px solid #666;
  	padding: 2px;
  	background-color: #769024;
  	color:#fff;
  }
   
  /*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */
   
   
  .news-catmenu  {
  	padding:5px;
  	margin:10px 0px 10px 10px;
  	border:1px solid #666;
  	background-color:#F9FFE5;
  }
  .news-catmenu-header {
  	font-size:11px;
  	font-weight:bold;
  }
  .news-catmenu DIV {
  	font-size:10px;
  	white-space: nowrap;
  }
  .news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
  	margin:0px;
  	padding: 0px;
  	vertical-align: middle;
  }
  .news-catmenu-ACT {
  	font-weight:bold;
  }
   
  /*  Styles for catmenu mode "nestedWraps" */
  .level1 {
  	padding:1px;
  	padding-left:10px;
  	background-color:#ebf8bf;
  	border-left:1px solid #666;
  	border-top:1px solid #666;
  }
  .level2 {
  	padding:1px;
  	padding-left:10px;
  	background-color:#ddf393;
  	border-left:1px solid #666;
  }
  .level3 {
  	padding:1px;
  	padding-left:10px;
  	background-color:#cae46e;
  	border-left:1px solid #666;
  	border-top:1px solid #666;
   
  }
  .level4 {
  	padding:1px;
  	padding-left:10px;
  	background-color:#b0cb51;
  	border-left:1px solid #666;
  }
   
   