/* default styles for extension "tx_indexedsearch" */
	.tx-indexedsearch {
		margin: 20px 0px 20px 10px;
	}
	.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 p .tx-indexedsearch-sw { 
		font-weight:bold;
		font-style:italic;
	}
	.tx-indexedsearch .tx-indexedsearch-whatis { 
		margin-top:10px;
		margin-bottom:5px;
		margin-left: -10px;
		background-color: #F0F0F0;
		padding-top: 2px;
		padding-left: 10px;
	}
	.tx-indexedsearch P.tx-indexedsearch-noresults { 
		text-align:center;
		font-weight:bold;
	}
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { 
		background-color: #f1f3f7;
		font-weight: bold;
		height: 25px;
	}
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title .tx-indexedsearch-percent { 
		font-weight: normal;
		text-align: right;
		margin-top: -15px;
	}
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr { 
		font-style: italic;
		margin-left: 20px;
		font-size: 0.9em;
	}
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { 
		color: red;
	}
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { 
		background-color: #f6f6f6;
		margin-left: 20px;
		margin-bottom: 0px;
		padding: 3px;
		font-size: 0.85em;
	}
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { 
		margin-top: 20px;
		margin-bottom: 5px;
		padding: 5px 10px 5px 10px;
		line-height: 100%;
		border: 1px solid #7485a9;
	}
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead h3 {
		margin-top:0px;
		margin-bottom:0px;
		float: left;
		font-size: 1.1em;
	}
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead p {
		text-align: right;
	}
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE {
		background:#cccccc;
	}
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { 
		vertical-align:middle;
	}
	.tx-indexedsearch .tx-indexedsearch-browsebox-pointerlink, .tx-indexedsearch .tx-indexedsearch-browsebox-pointerlinkcur {
		margin-right: 15px;
		font-size: 0.9em;
	}
	.tx-indexedsearch .tx-indexedsearch-browsebox-pointerlinkcur {
		font-weight: bold;
	}
	
/* default styles for extension "tx_slcssimgtext" */
	/* COMMON */
	.csi-textpic {
		padding: 0px;
		margin-bottom: 15px;
		clear: both;
	}
	
	.csi-textpic img {
		margin: 4px;
	}

	.csi-textpic .csi-caption {
		text-align: left;
		font-style: italic;
		font-size: x-small;
		margin: 0px 0px 0px 5px;
	}
	
	.csi-textpic p {
		margin: 0px 0px 0px 0px;
	}
	
	.csi-textpic .csi-image {
		margin: 0 0 3px 0;
		background: #FFF;
	}

	.csi-textpic .csi-imagewrap {
		text-align: center;
	}

	.csi-textpic .csi-text {
		text-align: left;
		margin-bottom: 5px;
	}

	.csi-text p {
		margin-top: 0;
	}
	
	.csi-text h1, h2, h3, h4, h5, h6 {
		margin-top: 0;
	}

	/* CENTER */

	.csi-center .csi-image {
		margin: 0 auto 3px;
	}

	/* RIGHT */
	.csi-right div.csi-image {
		float: right;
		clear: both;
	}

	.csi-right div.csi-text {
		clear: right;
	}


	/* LEFT */
	.csi-left div.csi-image {
		float: left;
		clear: both;
	}

	.csi-left div.csi-text {
		clear: left;
	}


	/* INTEXT LEFT */
	.csi-intext-left .csi-image {
		float: left;
		clear: both;
		margin-right: 20px;
	}


	/* INTEXT RIGHT */
	.csi-intext-right .csi-image {
		float: right;
		clear: both;
		margin-left: 20px;
	}


	/* INTEXT RIGHT NOWRAP */
	.csi-intext-right-nowrap .csi-text {
		margin-right: 215px;
	}

	.csi-intext-right-nowrap .csi-image {
		float: right;
		clear: both;
	}


	/* INTEXT LEFT NOWRAP*/
	.csi-intext-left-nowrap .csi-text {
		margin-left: 175px;
	}

	.csi-intext-left-nowrap .csi-image {
		float: left;
		clear: both;
	}	
	

.invisible 
	{
		display:none;
	}

.csc-bulletlist {
	list-style-image: url("../../bilder/list_arrow.gif");
	margin-top: -5px;
	margin-bottom: 15px;
}
.csc-bulletlist li {
	margin-top: 3px;
}


/*-----------------------------------  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 {
}

/* einzelner News-Artikel in der Übersicht */

.news-latest-item {
  	width: inherit;
	padding: 0px;
	margin: 0px;
}
.news-latest-container p.bodytext, .news-list-container p.bodytext, .news-single-item p.bodytext {
	padding: 0px;
}
.news-latest-container p.bodytext {
	padding: 0px;
	font-size: 0.9em;
	margin-top: -5px;
}

/*--------------------------------- tt_news LIST view  ----------------------------------- */
.news-list-container {
	padding-left: 10px;
}

.news-list-item {
  	width: inherit;
	padding: 0px;
	margin: 0px;
}
	
.news-list-container H3 {
}
news-list-container H3 A,.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
}

.news-list-date {
	float: right;
	color: #575757;
	text-align: right;
	font-size: 90%;
}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 90%;
}

.news-list-container IMG {
	float: right;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}


.news-list-morelink {
	font-size: 90%;
	margin-bottom:3px;
}

.news-list-browse {
	text-align: center;
}


	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	padding:3px;
	font-size: 90%;
}
.tx-ttnews-browsebox SPAN {
	padding-left: 2px;
	padding-right: 2px;
}
.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 {
	background-color: #F1F3F7;
	border: 1px solid #666;
}

/*--------------------------------- tt_news SINGLE view  --------------------------------- */
.news-single-item {
	padding-left: 10px;
}
.news-single-item H3 {
	margin-bottom: 15px;
}
.news-single-category {
	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 95%;
	margin-bottom: 15px;
	margin-top: 20px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 95%;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	clear: both;
	margin-top: 15px;
	border: 0px solid #bdc6db;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.news-single-img {
	float: left;
  	margin: 3px 15px 5px 0px;
}
.news-single-imgcaption {
  	margin: 1px 0px 0px 0px;
  	background: #e5e5e5;
	padding: 3px;
	clear: both;
}
.news-single-related,.news-single-files,.news-single-links  {
	font-size: 95%;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
  	margin-left: 50px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
}

/*--------------------------------- tx-jpstaff  --------------------------------- */

.tx-jpstaff-pi1 .csi-text .bodytext {
	padding-left: 0px;
}
.tx-jpstaff-pi1 .csi-text strong {
	color: #8d8d8d;
}
.tx-jpstaff-pi1 ul {
	list-style-image: url("../../bilder/list_arrow.gif");
	margin-top: 5px;
	margin-bottom: 20px;
}
.tx-jpstaff-pi1 li {
	margin-top: 5px;
}

/* 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: 2px solid black;
		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: 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 */

