/* default styles for extension "tx_cssstyledcontent" */
	/* 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: 1px solid #ffbb26;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	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: 10px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 10px; 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: 0px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 0px !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 */
/* default styles for extension "tt_news" */


/* common styles tt_news - - - - - - - - - - - - */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
  clear: right;
  border: 0px none #cccccc;
  visibility: hidden;
  margin: 0px;
}

.news-latest-container HR.clearer {
  clear: left;
}


/* news latest - - - - - - - - - - - - */
.news-latest-container {
  width: 100%;
}
.news-latest-container H2{
  display: none;
  visibility: hidden;
  padding: 0px 0px 2px 0px;
  font-size: 130%;
  border-bottom: 1px solid #ffbb26;
}

.news-latest-gotoarchive {
  margin: 10px 0px 0px 0px;
  border: 1px solid #cccccc;
  padding: 5px;
  background-color: #efefef;
  clear: both;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
}
.news-latest-gotoarchive A {
}
.news-latest-item {
  width: 100%;
  padding: 0px;
  margin:  10px 0px 10px 0px;
  border-bottom: 0px none #fde480;
  clear: both;
}

.news-latest-item H3{
  padding: 0px 0px 2px 0px;
  font-size: 130%;
  border-bottom: 1px solid #ffbb26;
}

.news-latest-item p.bodytext{
  margin: 0px !important;
  padding: 0px !important;
}

.news-latest-item IMG {
  float: right;
  border:1px solid #ffbb26;
  margin: 0px 0px 3px 10px;
}

.news-latest-category IMG {
  float: none;
  border:none;
  margin:0px;
}
.news-latest-date{
  float: right;
  color: #999999;
  width: 200px;
  text-align: right;
  font-size: 95% !important;
  font-weight: normal !important;
}
.news-latest-date a:link{
  font-weight: normal !important;
  color: #999999;

}
.news-latest-date a:visited{
  font-weight: normal !important;
  color: #999999;
}
.news-latest-date a:hover{
  font-weight: normal !important;
}


.news-latest-morelink{
  float: right;
  margin: 0px 0px 10px 0px;
}
.news-latest-category {
  float: left;
  margin: 0px 0px 10px 0px;
}


/* search form - - - - - - - - - - - - */
.news-search-form {
  border: 1px solid #cccccc;
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 10px 0px;
  background-color: #efefef;
}
.news-search-emptyMsg{
  margin: 0px 0px 10px 0px;
}
.news-search-form FORM {
  margin: 0px;
}
.news-search-form FORM input{
  padding: 2px 5px 2px 5px;
  border: 1px solid #bdbec6;
}
.news-search-form-submit input{
  padding: 1px 5px 1px 5px !important;
  border: 1px solid #bdbec6;
  background-image: url(/fileadmin/template/default/main/input_bg_40.gif);
  background-repeat: repeat-x;
  background-position: left top;
  color: #f08f23;
  font-weight: bold;
}
.news-search-emptyMsg {
  font-weight: bold;
}


/* news list - - - - - - - - - - - - */
.news-list-container {
  width: 100%;
}

.news-list-item {
  width: 100%;
  padding: 0px;
  margin:  10px 0px 10px 0px;
  border-bottom: 0px none #fde480;
}

.news-list-container H3 {
  padding: 0px 0px 2px 0px;
  font-size: 130%;
  border-bottom: 1px solid #ffbb26;
}

.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
}

.news-list-container H3 A {
}

.news-list-container P {
}

.news-list-date {
  float: right;
  color: #999999;
  width: 200px;
  text-align: right;
  font-size: 70% !important;
  font-weight: normal;
}

.news-list-imgcaption {
  float: right;
  padding: 0px 0px 10px 0px;
  font-size: 90%;
  font-weight: normal;
}

.news-list-container IMG {
  float: right;
  border:1px solid #ffbb26;
  margin: 0px 0px 3px 10px;
}

.news-list-category IMG {
  float: none;
  border:none;
  margin:0px;
}

.news-list-category {
  float: left;
  margin: 10px 0px 10px 0px;
}
.news-list-morelink  {
  float: right;
  margin: 10px 0px 10px 0px;
}
.news-list-browse {
  text-align: center;
}

/* news browsebox - - - - - - - - - - - - */

.tx-ttnews-browsebox, .browseBoxWrap {
  margin: 0px;
  border: 1px solid #cccccc;
  padding: 5px;
  background-color: #efefef;
}

.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 a{
  padding: 0px 2px 0px 2px;
}

.tx-ttnews-browsebox-SCell {
  background-color: #fcf2c8;
  border:1px solid #ffbb26;
}


/* news single item - - - - - - - - - - - - */
.news-single-item {
}

.news-single-item H2 {
  color: #f08f23;
  font-size: 160%;
  line-height: 120%;
  font-weight: 600;
  margin: 0px 0px 5px 0px;
}

.news-single-item H3 {
  color: #333333;
  font-size: 120% !important;
  line-height: 130%;
  font-weight: 600;
  margin: 10px 0px 10px 0px;
}

.news-single-img {
  float: right;
  margin: 0px 0px 10px 10px;
}

.news-single-img img{
  border: 1px solid #f08f23;
}

.news-single-imgcaption {
  padding:2px 0px 0px 0px;
  clear:both;
  text-align: right;
}

.news-single-category {
  color: #999999;
  float: right;
}

.news-single-backlink, .news-single-backlink a {
  font-weight: bold;
  margin: 10px 0px 10px 0px;
}

.news-single-timedata {
  float: right;
}

.news-single-timedata, .news-single-author,.news-single-imgcaption {
  color: #999999;
}

.news-single-author {
}

.news-single-additional-info {
  background-color: #efefef;
  margin: 0px 0px 10px 0px;
  border: 1px solid #cccccc;
  padding: 5px;
}

.news-single-related,.news-single-files,.news-single-links  {
  margin: 0px 0px 5px 0px;
  padding: 5px;
}

.news-single-links p.bodytext{
  margin: 0px !important;
  padding: 0px !important;
}
  

/* we have the following struct dl dt dt dd dd dd dd dl*/

.news-single-related DD, .news-single-links DD, .news-single-files DD {
  margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
  font-weight: bold;
  font-size: 110%;
  margin-left:5px;
}

.news-single-additional-info DD img {
  display: inline !important;
  border: 0px none white;
}

/* news amenu - - - - - - - - - - - - */

.news-amenu-container {
  margin:0px 0px 20px 0px;
  padding:0px;
  border:1px solid #cccccc;
  background-color:#efefef;
}
.news-amenu-container UL {
  padding:0px;
  margin: 0px;
  list-style-type: none;
}
.news-amenu-container LI {
  padding: 1px 0px 1px 0px;
  margin: 0px 0px 0px 30px;  
  list-style-type: square;
}
.news-amenu-container H2 {
  color:#f08f23;
  padding:3px 10px 3px 10px;
  background-color: #eeeeee;
  border-bottom: 1px solid #cccccc;
  display: none;
  visibility: hidden;
}
.news-amenu-container DD{
  display: inline;
  padding: 0px;
  margin: 0px;
  border: 0px none white;
}
.news-amenu-container LI.news-amenu-item-year {
  font-weight: bold;
  font-size: 125%;
  border-bottom: 1px solid #cccccc;
  padding:3px 0px 3px 10px;
  margin: 0px 0px 0px 0px;  
  color: #000000;
  list-style-type: none !important;
}


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

.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;
}

