/* default styles for extension "tx_slideshow_pi1" */
		.tx-slideshow-pi1 {
			text-align: center;
		}
/* 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 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: 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: 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; }
/* default styles for extension "tt_news" */

HR, .news-single-item HR.clearer{
/*border-bottom:1px solid #58595B;*/
	border-width: 0px;
	background-color: #58595B;
	height:1px;
}
.news-list-container HR.clearer, .news-latest-container HR.clearer{
clear:right;
height:1px;
color:#BFBCC5;

}
.news-latest-container HR.clearer {
clear:left;
}


.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:#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 {
height: 1%;
line-height: 1.3;
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;
}


.news-list-container {
width:490px;

}


.news-list-item {
height: 1%;
line-height: 1.3;
padding:3px;
margin:3px;
}
.news-search-form {
padding:3px;
margin-bottom:5px;
border:1px solid #666;
background-color:#F9FFE5;

}
.news-search-emptyMsg{
margin:0px;
}
.news-search-form FORM {
margin:0px;
}
.news-list-container H3 {
margin-bottom: 5px;
padding: 2px;

}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
color:#fff;
padding-left:2px;
}
.news-list-container H3 A {
color:#fff;

}
.news-list-container P {
padding-left:3px;
}
.news-list-date {
float: right;
width: 180px;
text-align: right;
height: 20px;
margin-top: -2px;
margin-right: 5px;
font-size: 9px;
font-weight: normal;

}

.news-list-imgcaption {
float: right;
padding-top:3px;
padding-right:3px;
font-size:1.5em;

}

.news-list-container IMG {

margin-bottom:5px;
margin-right:2px;
margin-left:5px;
}
.news-list-category IMG {
float: none;
border:none;
margin:0px;
}

.news-list-morelink,.news-list-category {
float:right;
font-size:12px;
margin-left:3px;
}
.news-list-morelink  {
margin-bottom:10px;
}
.news-list-browse {
text-align: center;
}



.tx-ttnews-browsebox, .browseBoxWrap {
margin:3px;
padding:3px;

}

.tx-ttnews-browsebox TD {
font-size: 14px;
}
.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 {

}
.news-search-emptyMsg {
font-size: 11px;
margin-left: 10px;
}
.news-single-item {
padding:5px;
margin-bottom:5px;

}
.news-single-item H3 {

}
.news-single-item H3 {
margin-bottom: 15px;
}



.news-single-img {
padding-top:10px;

}



.news-single-imgcaption {
padding-top:3px;
clear:both;
font-size:12px;
}

.news-single-category {

float: right;
}
.news-single-backlink, .news-single-backlink a {
float:right;
font-weight: bold;
font-size: 12px;
margin-bottom: 15px;
margin-top: 10px;
}
.news-single-timedata {
padding-top:10px;
float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
font-size: 9px;
}
.news-single-author {
padding-bottom: 3px;
}
.news-single-additional-info {
background-color: #BBE53A;
margin-top: 15px;
border: 1px solid #666;
padding:3px;
padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
border: 1px solid #666;
margin:0px;
margin-bottom: 3px;
padding:3px;
background-color:#F9FFE5;
}

.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: 11px;
margin-left:5px;
width:90%;
}

.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;
}



.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;
}


/* default styles for extension "css_default" */

	/*

	Colorscheme is:
	
	Background Color 1: #EDEBF1;	(Background 1)
	Background Color 1-dimmed: #D8D7DC;	(Background 1 - dimmed)
	Background Color 2: #F5FFAA;	(Background 2)
	Background Color 3: #D1D2E4;	(Background 2)

	Text, main:	#000000
	Text Color 1: #186900;	(red)
	Text Color 2: #10007B;	(green)
	Text Color 3: #8A0020;	(blue)

	Links		#000066
	Link hover: #660000;

	Borders/Lines	#333333
	*/

	/* CSS-class for typo3 v4 rtehtmlarea*/

	/*config fuer spalte Paragraph */
	/*blau*/
	.csc-frame-frame1 { 
		background-color: #d0ddeb;
		padding: 10px 10px 10px 10px;
		border: 0px solid #333333;
	}
	/*orange*/
	.csc-frame-frame2 {
		background-color: #FCF0ED;
		padding: 10px 10px 10px 10px;
		border: 0px solid #333333;
	}
	/*gruen*/
	.csc-frame-frame3 {
		background-color: #E7F2E3;
		padding: 10px 10px 10px 10px;
		border: 0px solid #333333;
	}
	/*petrol*/
	.csc-frame-frame4 {
		background-color: #CDEAEB;
		padding: 10px 10px 10px 10px;
		border: 0px solid #333333;
	}
	/*altrosa*/
	.csc-frame-frame5 {
		background-color: #F0E0E6;
		padding: 10px 10px 10px 10px;
		border: 0px solid #333333;
	}
	/*weiss*/
	.csc-frame-frame6 {
		background-color: #fff;
		padding: 10px 10px 10px 10px;
		border: 0px solid #333333;
	}
	/*grau*/
	.csc-frame-frame7 {
		background-color: #e8e8e8;
		padding: 10px 10px 10px 10px;
		border: 0px solid #333333;
	}
	/*weiss border*/
	.csc-frame-frame8 {
		background-color: #fff;
		padding: 10px 10px 10px 10px;
		border: 1px solid #dddddd;
		margin: 8px 0px 8px 0px;
	}
	.csc-frame-rulerBefore {
		border-top: 1px solid #333333;
	}
	.csc-frame-rulerAfter {
		border-bottom: 1px solid #333333;
	}
	.csc-frame-indent {
		padding-left: 100px;
	}
	.csc-frame-indent3366 {
		padding-left: 33%;
	}
	.csc-frame-indent6633 {
		padding-right: 33%;
	}
	.align-left {
		text-align: left;
	}
	.align-center {
		text-align:center;
	}
	.align-right {
		text-align:right;
	}
	.formatblock {
		text-align:justify;
	}
	/*config fuer spalte TEXT */
	/*blau*/
	span.blau { 
		background-color: #D1E6F1;
		border: 0px solid #333333;
		padding: 2px 0px 2px 0px;
	}
	/*orange*/
	span.orange {
		background-color: #FCF0ED;
		border: 0px solid #333333;
		padding: 2px 0px 2px 0px;
	}
	/*gruen*/
	span.gruen {
		background-color: #E7F2E3;
		border: 0px solid #333333;
		padding: 2px 0px 2px 0px;
	}
	/*petrol*/
	span.petrol {
		background-color: #CDEAEB;
		border: 0px solid #333333;
		padding: 2px 0px 2px 0px;
	}
	/*altrosa*/
	span.altrosa {
		background-color: #F0E0E6;
		border: 0px solid #333333;
		padding: 2px 0px 2px 0px;
	}
	span.small-text {
		font-size: 10px;
		line-height: 18px;
	}
	span.red-text {
		color: red;
	}
	span.blue-text {
		color: #8298CD;
	}
	span.yellow-text {
		color: yellow;
	}
	span.white-text {
		color: white;
	}
	span.important {
		color: #075CA9;
		font-weight:bold;
	}
	span.underline {
		text-decoration: underline;
	}
	span.superscript {
		vertical-align:super;
	}
	span.downscript {
		vertical-align:sub;
	}
	span.strikethrough {
		text-decoration: line-through;
	}

	/***************************/
	/* General element styles: */
	/***************************/
	* { /*font-family: arial, helvetica; color: #3e75a9;*/ }
	A { text-decoration: none; font-weight: normal; }
	A:hover { text-decoration: underline; font-weight: normal; }
	IMG { border: 0px;}
	PRE { font-family: monospace; }
	FORM { margin: 0px 0px 0px 0px;}
	P, PRE { margin: 0px 0px 0px 0px; }	
	INPUT, TEXTAREA, SELECT { padding-left: 5px;}

	/********************************/
	/* Frames, spacing, link-to-top */
	/********************************/
	P.csc-linkToTop { text-align: right; }
	P.csc-linkToTop A { font-weight: bold; }

	DIV.csc-frame { border: 0px; }
	DIV.csc-frame-invisible {}
	DIV.csc-frame-rulerBefore { border-top: 1px solid #333333; }
	DIV.csc-frame-rulerAfter { border-bottom: 1px solid #333333; }
	DIV.csc-frame-indent { padding-left: 100px; }
	DIV.csc-frame-indent3366 { padding-left: 33%; }
	DIV.csc-frame-indent6633 { padding-right: 33%; }
	DIV.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px 

solid #333333; }
	DIV.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px 

solid #333333; }
	
	DIV.csc-frame-frame1 H1, DIV.csc-frame-frame1 H2, DIV.csc-frame-frame1 H3, 

DIV.csc-frame-frame1 H4, DIV.csc-frame-frame1 H5 { margin-top: 2px; }
	DIV.csc-frame-frame2 H1, DIV.csc-frame-frame2 H2, DIV.csc-frame-frame2 H3, 

DIV.csc-frame-frame2 H4, DIV.csc-frame-frame2 H5 { margin-top: 2px; }
	
	
	div.csc-frame-picturespace-10px div.csc-textpic-intext-right .csc-textpic-imagewrap {
		padding-left: 10px;
		padding-bottom: 10px;
	}
	div.csc-frame-picturespace-10px div.csc-textpic-intext-left .csc-textpic-imagewrap {
		padding-right: 10px;
		padding-bottom: 10px;
	}
	div.csc-frame-picturespace-10px div.csc-textpic-above .csc-textpic-text {
		padding-top: 10px;
	}
	div.csc-frame-picturespace-10px div.csc-textpic-below .csc-textpic-text {
		padding-bottom: 10px;
	}
	div.csc-frame-picturespace-10px div.csc-textpic-intext-right-nowrap .csc-textpic-text {
		padding-right: 10px;
	}
	div.csc-frame-picturespace-10px div.csc-textpic-intext-left-nowrap .csc-textpic-text {
		padding-left: 10px;
	}


	div.csc-frame-picturespace-15px div.csc-textpic-intext-right .csc-textpic-imagewrap {
		padding-left: 15px;
		padding-bottom: 15px;
	}
	div.csc-frame-picturespace-15px div.csc-textpic-intext-left .csc-textpic-imagewrap {
		padding-right: 15px;
		padding-bottom: 15px;
	}
	div.csc-frame-picturespace-15px div.csc-textpic-above .csc-textpic-text {
		padding-top: 15px;
	}
	div.csc-frame-picturespace-15px div.csc-textpic-below .csc-textpic-text {
		padding-bottom: 15px;
	}
	div.csc-frame-picturespace-15px div.csc-textpic-intext-right-nowrap .csc-textpic-text {
		padding-right: 15px;
	}
	div.csc-frame-picturespace-15px div.csc-textpic-intext-left-nowrap .csc-textpic-text {
		padding-left: 15px;
	}


	div.csc-frame-picturespace-20px div.csc-textpic-intext-right .csc-textpic-imagewrap {
		padding-left: 20px;
		padding-bottom: 20px;
	}
	div.csc-frame-picturespace-20px div.csc-textpic-intext-left .csc-textpic-imagewrap {
		padding-right: 20px;
		padding-bottom: 20px;
	}
	div.csc-frame-picturespace-20px div.csc-textpic-above .csc-textpic-text {
		padding-top: 20px;
	}
	div.csc-frame-picturespace-20px div.csc-textpic-below .csc-textpic-text {
		padding-bottom: 20px;
	}
	div.csc-frame-picturespace-20px div.csc-textpic-intext-right-nowrap .csc-textpic-text {
		padding-right: 20px;
	}
	div.csc-frame-picturespace-20px div.csc-textpic-intext-left-nowrap .csc-textpic-text {
		padding-left: 20px;
	}		
	
	
	div.csc-frame-picturespace-25px div.csc-textpic-intext-right .csc-textpic-imagewrap {
		padding-left: 25px;
		padding-bottom: 25px;
	}
	div.csc-frame-picturespace-25px div.csc-textpic-intext-left .csc-textpic-imagewrap {
		padding-right: 25px;
		padding-bottom: 25px;
	}
	div.csc-frame-picturespace-25px div.csc-textpic-above .csc-textpic-text {
		padding-top: 25px;
	}
	div.csc-frame-picturespace-25px div.csc-textpic-below .csc-textpic-text {
		padding-bottom: 25px;
	}
	div.csc-frame-picturespace-25px div.csc-textpic-intext-right-nowrap .csc-textpic-text {
		padding-right: 25px;
	}
	div.csc-frame-picturespace-25px div.csc-textpic-intext-left-nowrap .csc-textpic-text {
		padding-left: 25px;
	}	
	
	/******************/
	/* Headers, plain */
	/******************/
	H1 {/* font-size: 15px;*/ }
	H2 { /*font-size: 14px; color: #186900;*/ }
	H3 { /*font-size: 13px; color: #10007B;*/ }
	H4 { /*font-size: 12px; color: #8A0020;*/ }
	H1, H2, H3, H4, H5, H6 {/* margin: 0px 0px 0px 0px; margin-top: 10px; margin-bottom: 2px; 

}
	H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, 

H5.csc-firstHeader, H6.csc-firstHeader {/* margin-top: 0px;*/ }

	/* Headers, with link */
	H1 A, H2 A, H3 A, H4 A, H5 A { color: #000000; text-decoration: none; }
	H2 A { color: #186900; }
	H3 A { color: #10007B; }
	H4 A { color: #8A0020; }
	H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration: underline; }

	/* Header date */
	P.csc-header-date { font-size: 10px; color: #186900; }

	/* Subheader, general */
	P.csc-subheader { font-style: italic; background-color: #EDEBF1; }
	
	/* Subheader, specific */
	P.csc-subheader-0 { font-style: normal; }
	P.csc-subheader-1 { color: #186900; }
	P.csc-subheader-2 { color: #10007B; }
	P.csc-subheader-3 { color: #8A0020; }



	/*******************/
	/* RTE / Bodytext: */
	/*******************/
	/*P.bodytext { font-size: 11px; color: #000000; }*/
	P.bodytext A { font-weight: normal; }

	/* RTE / Bulletlists */
	/*UL { margin-top: 0px;  }
	UL UL LI { font-size: 10px; }
	OL { margin-top: 0px; }
	LI { margin-top: 0px; margin-bottom: 0px; padding-top: 2px; }*/

	/* RTE / Table styling */
	TABLE.contenttable { /*border: 1px #333333 solid; margin: 10px 0px 10px 0px;*/ width: 100%; }
	TABLE.contenttable TR TD {padding: 0px 3px 0px 0px;}
	TABLE.contenttable TR TD P.bodytext { /*font-size: 10px; */}
	TABLE.contenttable TR { /*background-color: #EDEBF1;*/ }


	/**********/
	/* Trenner */
	/**********/
	DIV.csc-trenner {
		width: 100%;
		height: 1px;
		font-size: 0px;
		line-height: 0px;
		border-bottom: 1px solid #dddddd;
		margin: 0;
		clear:both;
	}

	/**********/
	/* Images */
	/**********/

	/* Images / Captions */
	P.csc-caption { font-size: 10px; /*font-style: italic; */}

	/* Images / Tables / Floating text */
	TABLE.imgtext-table { border: 0px; }

	/* Images / Tables / Wrapped text */
	/* When "Text w/Image" elements are wrapping the text into a table the top-margin of Hx 

elements should be transferred to the wrapping table instead. This is done here: */
	TABLE.imgtext-nowrap { border: 0px; }
	TABLE.imgtext-nowrap H1, TABLE.imgtext-nowrap H2, TABLE.imgtext-nowrap H3, 

TABLE.imgtext-nowrap H4, TABLE.imgtext-nowrap H5 { margin-top: 0px; }



	/***************/
	/* Bulletlists */
	/***************/

	/* Bulletlists, general */
	/*UL.csc-bulletlist LI { font-size: 11px; }*/

	/* Bulletlists, specifically */
	/*UL.csc-bulletlist-0 { color: #000000; }
	UL.csc-bulletlist-1 { color: #186900; list-style-type : decimal; }
	UL.csc-bulletlist-2 { color: #10007B; list-style-position : inside; }
	UL.csc-bulletlist-3 { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }*/



	/*********************/
	/* Tables, generally */
	/*********************/
	TABLE.contenttable P { /*font-size: 11px;*/ line-hight:10px; padding:0;}
	/* Tables, specifically */
	TABLE.contenttable-0 P { color: #000000; }
	
	TABLE.contenttable-1 P { color: #186900; }
	TABLE.contenttable-1 TR.tr-0 TD P { font-weight: bold; }
	TABLE.contenttable-1 TR.tr-0 TD { background-color: #D1D2E4;}
 
	TABLE.contenttable-2 P { color: #10007B; }
	TABLE.contenttable-2 TR TD.td-0 { background-color: #F5FFAA;}
	TABLE.contenttable-2 TR TD.td-0 P { font-weight: bold; }

	TABLE.contenttable-3 P { color: #8A0020; }
	TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD { background-color: 

#D1D2E4;}
	TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P { font-weight: bold; }



	/************************/
	/* Filelinks, generally */
	/************************/
	TABLE.csc-uploads { border: 0px; }
	TABLE.csc-uploads TR TD P { background-color : transparent; font-size: 12px; }
	TABLE.csc-uploads TR TD { vertical-align : top; }
	TABLE.csc-uploads TR.tr-even { background-color: #EDEBF1; }
	TABLE.csc-uploads TR.tr-odd { background-color: #D8D7DC; }
	TABLE.csc-uploads TR TD.csc-uploads-icon { padding-left: 6px; padding-right: 6px; width: 1%; 

text-align: center; vertical-align: middle; }
	TABLE.csc-uploads TR TD.csc-uploads-fileName { width: 80%; padding-left: 5px; }
	TABLE.csc-uploads TR TD.csc-uploads-fileName P A { font-weight: bold; }
	TABLE.csc-uploads TR TD.csc-uploads-fileName P.csc-uploads-description { font-style: italic; }
	TABLE.csc-uploads TR TD.csc-uploads-fileSize { white-space: nowrap; padding-left: 6px; 

padding-right: 6px; }

	/* Filelinks, specifically */
	TABLE.csc-uploads-1 { border-color: #186900; }
	
	TABLE.csc-uploads-2 { border-color: #10007B; }
	
	TABLE.csc-uploads-3 { border-color: #8A0020; }
	TABLE.csc-uploads-3 TR TD { vertical-align: middle; }
	TABLE.csc-uploads-3 TR.tr-even TD.csc-uploads-icon IMG { border: 2px solid #333333; }
	TABLE.csc-uploads-3 TR.tr-odd TD.csc-uploads-icon IMG { border: 2px solid #333333; }
				


	/*****************/
	/* Various Forms */
	/*****************/

	/* Email, Login and Search forms generally: */
	FORM TABLE TR TD { padding-left: 5px; padding-right: 20px; }
	FORM TABLE TR TD.csc-form-labelcell, FORM TABLE TR TD.csc-form-commentcell { 

background-color: #D8D7DC; }
	FORM TABLE TR TD.csc-form-fieldcell { background-color: #EDEBF1; }
	FORM TABLE TR TD.csc-form-fieldcell INPUT, FORM TABLE TR TD.csc-form-fieldcell SELECT, 

FORM TABLE TR TD.csc-form-fieldcell TEXTAREA { border: 1px solid #333333; }
	FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight: bold; }
	
	/* Email form, specifically */
	FORM TABLE.csc-mailform TR TD.csc-form-labelcell  { }

	/* Search form, specifically */
	FORM TABLE.csc-searchform { width: 100%; }
	FORM TABLE.csc-searchform TR TD { padding: 5px 5px 5px 5px; }
	FORM TABLE.csc-searchform TR TD.csc-form-labelcell, FORM TABLE.csc-searchform TR 

TD.csc-form-commentcell { font-weight: bold; }
	FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT, FORM TABLE.csc-searchform TR 

TD.csc-form-fieldcell SELECT { width: 100%; }

	/* Login form, specifically */
	FORM TABLE.csc-loginform { width: 70%; }

	/* Email form, specifically */
	.csc-mailform-field {
		padding: 0;
		margin: 0px 0px 20px 0px;
		heigth:auto;
		width: 100%;
	}
	.csc-mailform {
		margin: 0px 0px 0px 0px;
		padding: 0;
		border: 0;
		heigth:auto;
		width: 100%;
	}
	.csc-mailform Label {
		width: 200px;
		float: left;
		text-align: right;
		padding-right: 4px;
		padding-left: 5px;
		margin: 0;
	}
	/********csc-mailform-radio*********/
	span.csc-mailform-radio {
		margin: 10px 0px 0px 0px;
		float: left;
		border: 0px #000 solid;
		padding-bottom: 5px;
		height: auto;
	}
	span.csc-mailform-radio fieldset {
		border: 0px #000 solid;
	}
	.csc-mailform-radio label {
		float: none;
		width: auto;
		text-align: left;
	}
	.csc-mailform input.csc-mailform-radio {
		width: 15px;
		margin-top: 5px;
		border:0;
	}
	span.csc-mailform-radio legend {
		display: none;
	}
	span.csc-mailform-radio input {
		margin: 0px 0px 0px 11px;
		padding-bottom: 0px;
	}
	span.csc-mailform-radio[class] input {
		margin: 0px 0px -5px 0px;
		padding-bottom: 0px;
	}
	/*****************/
	.csc-mailform TEXTAREA {
		width: 230px;
		margin: 0px 0px 0px 5px;
		border: 1px solid #666;
		float:left;
		overflow: auto;
	}
	.csc-mailform INPUT {
		border: 0;
		width: 229px;
		height: 16px;
		line-height: 16px;
		padding: 0px;
		padding-left: 5px;
		text-align: left;
		font-weight: normal;
		margin: 0px 0px 5px 5px;
		border: 1px solid #666;
		background: #fff;
	}
	.csc-mailform INPUT.csc-mailform-submit {
		border: 0;
		width: 237px;
		height: 25px;
		line-height: 25px;
		padding: 0px 0px 3px 0px;
		text-align: center;
		font-weight: normal;
		background: #D3D3D3;
		margin: 5px 0px 5px 214px;
		border: 1px #808080 solid;
	}
	* html .csc-mailform INPUT.csc-mailform-submit {
		line-height: 14px;
		padding: 0px 0px 0px 0px;
		width: 230px;
		margin: 5px 0px 5px 205px;
		w\idth: 237px;
		ma\rgin: 5px 0px 5px 215px;
	}
	.csc-mailform INPUT.csc-mailform-submit:hover {
		background: #ccc;
		border: 1px #515151 solid;
	}
	/********csc-mailform-check*********/
	input.csc-mailform-check {
		width: 15px;
		border: 0px #808080 solid;
		margin: 2px 0px 0px 9px;
		padding: 0px 0px 0px 0px;
	}
	
	/*****************/
	/* Search result */
	/*****************/

	/* Search Result, result information box: */
	TABLE.csc-searchResultInfo { margin-left: 0px; margin-top: 10px; width: 100%;}
	TABLE.csc-searchResultInfo TR { background-color: #EDEBF1; }
	TABLE.csc-searchResultInfo TR TD P { padding: 0px 5px 0px 5px;}
	TABLE.csc-searchResultInfo TR TD.csc-searchResultRange P { font-weight: bold; }
	TABLE.csc-searchResultInfo TR TD.csc-searchResultPrevNext { text-align: right; }

	/* Search Result, header + abstract: */
	H3.csc-searchResultHeader A { color: #186900; }	
	H3.csc-searchResultHeader { background-color: #EDEBF1; font-size: 14px; padding-left: 5px; 

}
	P.csc-searchResult { font-style: italic; margin-left: 20px;}
	
	/* Search word markup */
	SPAN.csc-sword { font-weight: bold; color: red; }


	/*****************************/
	/* Menu / Sitemap, generally */
	/*****************************/
	DIV.csc-menu { margin-left: 10px; }
	DIV.csc-menu P { font-size: 11px; font-weight: bold; margin: 1px 0px 0px 0px; padding: 2px 

2px 2px 10px; background-color: #EDEBF1; }
	DIV.csc-menu P A { color: #000000; text-decoration: none; }
	DIV.csc-menu P A:hover { color: #660000; text-decoration: underline; }
	DIV.csc-menu P.csc-section { font-weight: normal; margin-left: 20px; font-style: italic; }

	/* Menu / Sitemap, "Menu of these pages" */
	DIV.csc-menu-def P {  }

	/* Menu / Sitemap, "Menu of subpages to these pages" */
	DIV.csc-menu-1 { }

	/* Menu / Sitemap, "Sitemap" */
	DIV.csc-menu-2 { }
	DIV.csc-menu-2 P.csc-sitemap { }
	DIV.csc-menu-2 P.csc-sitemap-level1 { margin-left: 20px; }
	DIV.csc-menu-2 P.csc-sitemap-level2 { margin-left: 40px; }
	DIV.csc-menu-2 P.csc-sitemap-level3 { margin-left: 60px; }
	DIV.csc-menu-2 P.csc-sitemap-level4 { margin-left: 80px; }
	DIV.csc-menu-2 P.csc-sitemap-level1 A { color: #000000; }	
	DIV.csc-menu-2 P.csc-sitemap-level2 A { color: #186900; }
	DIV.csc-menu-2 P.csc-sitemap-level3 A { color: #10007B; }
	DIV.csc-menu-2 P.csc-sitemap-level4 A { color: #8A0020; }

	/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
	DIV.csc-menu-3 { }
	DIV.csc-menu-3 P.csc-section { margin-left: 0px; }
	DIV.csc-menu-3 P.csc-section A { color: #186900; }

	/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
	DIV.csc-menu-4 { }
	DIV.csc-menu-4 P { margin-top: 2px; }
	DIV.csc-menu-4 P.csc-abstract { font-weight: normal; font-style: italic; margin-top: 0px; 

padding: 0px 2px 2px 20px; }

	/* Menu / Sitemap, "Recently updated pages" */
	DIV.csc-menu-5 { }

	/* Menu / Sitemap, "Related pages (based on keywords)" */
	DIV.csc-menu-6 { }

	/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
	DIV.csc-menu-7 { }
	DIV.csc-menu-7 P { font-weight: bold; }
	DIV.csc-menu-7 P.csc-section A { color: #186900; }



	/****************************************/
	/* Frontend editing / TYPO3 Admin Panel */
	/****************************************/
	IMG.frontEndEditIcons { vertical-align: middle; margin: 0px 2px 0px 2px; } 

	/* Default styles for the Admin Panel */
	TABLE.typo3-adminPanel { border: 1px solid black; background-color: #F6F2E6; }
	TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow TD { background-color: #9BA1A8; }
	TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow TD { background-color: #ABBBB4; 

}
	TABLE.typo3-adminPanel TABLE, TABLE.typo3-adminPanel TD { border: 0px; }
	TABLE.typo3-adminPanel TD FONT { font-family: verdana; font-size: 10px; color: black; }
	TABLE.typo3-adminPanel TD A FONT { font-family: verdana; font-size: 10px; color: black; }	

		
	TABLE.typo3-editPanel { border: 1px solid black; background-color: #F6F2E6; }
	TABLE.typo3-editPanel TD { border: 0px; }


	/*************/
	/* Debugging */
	/*************/
	/*
	H1, H2, H3, H4, H5, P, UL, OL, LI, BLOCKQUOTE, PRE { border: 1px dotted #999999;}
	TD TABLE { border: 1px dotted #000099;}
	DIV { border: 1px dotted #990000;}
	IMG.spacer-gif { border: 1px solid black; }
	*/



/* default styles for extension "css_startseite" */
	body {
		/*text-align: center;*/
		/* das geht leider nicht sonst sind alle inhalte zentriert*/
	}
	
	#container-start {
		width: 800px;
		height: auto;
		text-align: left;
		margin: 0 auto;
	}
	#spalte-links {
		width: 177px;
		height: auto;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		display: inline;
		float: left;
		text-align: right;
	}
	#spalte-rechts {
		width: 623px;
		height: auto;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		display: inline;
		float: left;
	}
	#header-start {
		width: 622px;
		height: auto;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border-left: 1px solid #fff;
	}
	#spalte-links-kopflinks {
		width: 400px;
		height: auto;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 10px;
		display: inline;
		float: left;
	}
	#spalte-rechts-kopfrechts {
		width: 210px;
		height: 130px;
		margin: 0px 0px 0px 0px;
		display: inline;
		float: left;
	}
	#slideout-menu {
		width: 612px;
		height: 220px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 10px;
	}
	#slideoutmenucode {
		/*position: relative;*/
	}
	#content-start {
		width: 622px;
		height: auto;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border-top: 1px solid #fff;
	}
	#sprachen {
		width: 78px;
		height: 20px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		display: inline;
		float: right;
	}
	* html #sprachen {
		padding: 4px 0px 0px 0px;
		
	}