/* default styles for extension "Default" */
@media all
{
	/* (de) Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
	* { margin: 0; padding: 0; }
	
	/* Styles fuer "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: 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 */
	

	/**************************************/
	/* CSS-class for typo3 v4 rtehtmlarea */
	/**************************************/
	/*config fuer spalte Paragraph */
	
	/* blau */
	.csc-frame-frame1 { 
		background-color: #c0f4fc;
		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;
	}
	
	/* Unsichtbar */
	.csc-frame-invisible { display: none;}
	
	/* Linie davor*/
	.csc-frame-rulerBefore { border-top: 1px solid #000; }
	
	/* Linie danach*/
	.csc-frame-rulerAfter { border-bottom: 1px solid #000; }
	
	/* Einrücken, 25/75% */
	.csc-frame-indent2575 { padding-left: 25%; }
	
	/* Einrücken, 33/66% */
	.csc-frame-indent3366 { padding-left: 33%; }
	
	/* Einrücken, 38/62% */
	.csc-frame-indent3862 { padding-left: 38%; }
	
	/* Einrücken, 62/38% */
	.csc-frame-indent6238 { padding-left: 62%; }
	
	/* Einrücken, 66/33% */
	.csc-frame-indent6633 { padding-left: 66%; }
	
	/* Einrücken, 75/25% */
	.csc-frame-indent7525 { padding-left: 75%; }
	
	/* Text linksbuendig ausrichten */
	.align-left { text-align: left;	}
	
	/* Text zentrieren */
	.align-center { text-align: center; }
	
	/* Text rechtsbuendig ausrichten */
	.align-right { text-align: right; }
	
	/* Blocksatz */
	.blocksatz { text-align: justify; }
	
	
	/*config fuer spalte TEXT */
	
	/*blau*/
	span.blau { 
		background-color: #D1E6F1;
		padding: 2px 0px 2px 0px;
	}
	
	/*orange*/
	span.orange {
		background-color: #FCF0ED;
		padding: 2px 0px 2px 0px;
	}
	
	/*gruen*/
	span.gruen {
		background-color: #E7F2E3;
		padding: 2px 0px 2px 0px;
	}
	
	/*petrol*/
	span.petrol {
		background-color: #CDEAEB;
		padding: 2px 0px 2px 0px;
	}
	
	/*altrosa*/
	span.altrosa {
		background-color: #F0E0E6;
		padding: 2px 0px 2px 0px;
	}
	
	/*Unterstrichen*/
	span.underline { text-decoration: underline; }
	
	/*Hochgestellt*/
	span.superscript { vertical-align: super; }
	
	/*Tiefgestellt*/
	span.downscript { vertical-align:sub; }
	
	/*Durchgestrichen*/
	span.strikethrough { text-decoration: line-through; }

	
	/********************************/
	/* Frames, spacing, link-to-top */
	/********************************/
	P.csc-linkToTop { text-align: right; }
	P.csc-linkToTop A { font-weight: bold; }
	
	DIV.csc-frame-invisible { display: none;}
	DIV.csc-frame-rulerBefore { border-top: 1px solid #000; }
	DIV.csc-frame-rulerAfter { border-bottom: 1px solid #000; }
	DIV.csc-frame-indent2575 { padding-left: 25%; }
	DIV.csc-frame-indent3366 { padding-left: 33%; }
	DIV.csc-frame-indent3862 { padding-left: 38%; }
	DIV.csc-frame-indent6238 { padding-left: 62%; }
	DIV.csc-frame-indent6633 { padding-left: 66%; }
	DIV.csc-frame-indent7525 { padding-left: 75%; }

	div.imgspace10px div.csc-textpic-intext-right .csc-textpic-imagewrap {
		padding-left: 10px;
		padding-bottom: 10px;
	}
	div.imgspace10px div.csc-textpic-intext-left .csc-textpic-imagewrap {
		padding-right: 10px;
		padding-bottom: 10px;
	}
	div.imgspace10px div.csc-textpic-above .csc-textpic-text {
		padding-top: 10px;
	}
	div.imgspace10px div.csc-textpic-below .csc-textpic-text {
		padding-bottom: 10px;
	}
	div.imgspace10px div.csc-textpic-intext-right-nowrap .csc-textpic-text {
		padding-right: 10px;
	}
	div.imgspace10px div.csc-textpic-intext-left-nowrap .csc-textpic-text {
		padding-left: 10px;
	}
	div.imgspace15px div.csc-textpic-intext-right .csc-textpic-imagewrap {
		padding-left: 15px;
		padding-bottom: 15px;
	}
	div.imgspace15px div.csc-textpic-intext-left .csc-textpic-imagewrap {
		padding-right: 15px;
		padding-bottom: 15px;
	}
	div.imgspace15px div.csc-textpic-above .csc-textpic-text {
		padding-top: 15px;
	}
	div.imgspace15px div.csc-textpic-below .csc-textpic-text {
		padding-bottom: 15px;
	}
	div.imgspace15px div.csc-textpic-intext-right-nowrap .csc-textpic-text {
		padding-right: 15px;
	}
	div.imgspace15px div.csc-textpic-intext-left-nowrap .csc-textpic-text {
		padding-left: 15px;
	}
	div.imgspace20px div.csc-textpic-intext-right .csc-textpic-imagewrap {
		padding-left: 20px;
		padding-bottom: 20px;
	}
	div.imgspace20px div.csc-textpic-intext-left .csc-textpic-imagewrap {
		padding-right: 20px;
		padding-bottom: 20px;
	}
	div.imgspace20px div.csc-textpic-above .csc-textpic-text {
		padding-top: 20px;
	}
	div.imgspace20px div.csc-textpic-below .csc-textpic-text {
		padding-bottom: 20px;
	}
	div.imgspace20px div.csc-textpic-intext-right-nowrap .csc-textpic-text {
		padding-right: 20px;
	}
	div.imgspace20px div.csc-textpic-intext-left-nowrap .csc-textpic-text {
		padding-left: 20px;
	}		
	div.imgspace25px div.csc-textpic-intext-right .csc-textpic-imagewrap {
		padding-left: 25px;
		padding-bottom: 25px;
	}
	div.imgspace25px div.csc-textpic-intext-left .csc-textpic-imagewrap {
		padding-right: 25px;
		padding-bottom: 25px;
	}
	div.imgspace25px div.csc-textpic-above .csc-textpic-text {
		padding-top: 25px;
	}
	div.imgspace25px div.csc-textpic-below .csc-textpic-text {
		padding-bottom: 25px;
	}
	div.imgspace25px div.csc-textpic-intext-right-nowrap .csc-textpic-text {
		padding-right: 25px;
	}
	div.imgspace25px div.csc-textpic-intext-left-nowrap .csc-textpic-text {
		padding-left: 25px;
	}
	DIV.rightspace5px { padding-right: 5px; }
	DIV.rightspace10px { padding-right: 10px; }
	DIV.leftspace5px { padding-left: 5px; }
	DIV.leftspace10px { padding-left: 10px; }


	/************************/
	/* 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;
		height: auto;
		width: 100%;
	}
	.csc-mailform {
		margin: 0px 0px 0px 0px;
		padding: 0;
		border: 0;
		height: auto;
		width: 100%;
	}
	.csc-mailform Label {
		width: 100px;
		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 114px;
		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 105px;
		w\idth: 237px;
		ma\rgin: 5px 0px 5px 115px;
	}
	.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;
	}
	
	
	/***********/
	/* Trenner */
	/***********/
	DIV.csc-trenner {
		width: 100%;
		height: 1px;
		font-size: 0px;
		line-height: 0px;
		border-bottom: 1px solid #dddddd;
		margin: 0;
		clear: both;
	}


	/**********/
	/* Images */
	/**********/
	/* (de) Rahmen für <fieldset> und <img> Elemente löschen */
	fieldset, img { border: 0 solid}
	
	/* 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 { border: 1px #333333 solid; margin: 10px 0px 10px 0px; width: 100%; }
	TABLE.contenttable TR TD { padding: 0px 3px 0px 3px; }
	TABLE.contenttable TR TD P.bodytext { font-size: 10px; }
	TABLE.contenttable TR { background-color: #EDEBF1; }
	TABLE.contenttable P { font-size: 11px; }
	/* 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; }


	/*****************/
	/* 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; }
}
/* default styles for extension "Text" */
@media all
{
	/***************************/
	/* General element styles: */
	/***************************/
	/* Schrift / Schriftgroesse / Links */
	* { font-family: arial, verdana, helvetica, sans-serif; font-size: 100%; color: #000; line-height: 18px;}
	A { text-decoration: underline; font-weight: normal; color: #000; }
	A:hover { text-decoration: underline; font-weight: normal; color: #22558c; }
	PRE { font-family: monospace; }	
	INPUT, TEXTAREA, SELECT { padding-left: 5px; font-size: 10px; }

	
	/******************/
	/* Headers, plain */
	/******************/
	H1 { font-size: 15px; }
	H2, H2 A, H2 A:hover { font-weight: bold; color: #000; text-decoration:none; letter-spacing: 0.25em; text-transform: uppercase;}
	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; }

	/* 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: */
	/*******************/
	/* (de) Neue Standardwerte für Listen & Zitate */
	ul, ol, dl { margin: 0 0 1em 1em }
	li { margin-left: 1.5em; line-height: 1.5em; }
	dt { font-weight: bold; }
	dd { margin: 0 0 1em 2em; }
	blockquote, cite { margin: 0 0 1em 1.5em; font-size: 0.93em; width: auto;}


	/*********************/
	/* Images / Captions */
	/*********************/
	P.csc-caption { font-size: 10px; font-style: italic; }
	P.csc-textpic-caption { font-size: 9px; }
}
/* default styles for extension "Suche" */
@media all
{
DIV.SucheBox .SucheBoxTextbox {
	width: 85px;
	z-index: 120;
	padding: 0px 0px 0px 53px;
}
DIV.SucheBox .SucheBoxTextbox input {
	width: 85px;
	height: 19px;
	z-index: 120;
	background: none;
	border: 0 solid;
	padding: 31px 0px 0px 0px;
}
* html DIV.SucheBox .SucheBoxTextbox input {
	padding: 28px 0px 0px 0px;
}
DIV.SucheBox .SucheBoxSubmit {
	width: 15px;
	height: 15px;
	float: left;
	padding: 8px 0px 0px 59px;
	display: inline;
}
* html DIV.SucheBox .SucheBoxSubmit {
	padding: 9px 0px 0px 59px;
}
DIV.SucheBoxSubmit .submit {
	border: 0;
	width: 15px;
	height: 15px;
	background: url(/fileadmin/template-3/IconSuche.png) no-repeat 0px 0px;
	cursor: hand;
	cursor: pointer;
}
DIV.SucheBoxSubmit .submit:hover {
	background: url(/fileadmin/template-3/IconSucheHover.png) no-repeat 0px 0px;

}
}
/* default styles for extension "News" */

.news-list-item {
  width: 310px;
  margin: 0px 0px 10px 0px;

}
.news-list-item-Headline {
  padding: 10px 10px 0px 10px;
  background: url("/fileadmin/template-3/NewsListKopf.png") no-repeat top left;
}

.news-list-item-Headline h2 {
  line-height: 15px;
  margin: 0;
  padding: 3px 10px 3px 10px;
  border-bottom: 3px solid #fff;
}
.news-list-item-Headline h2 a {
  line-height: 15px;
}

.news-list-item-2SpaltenContainer {
  width: 310px;
  background: url("/fileadmin/template-3/NewsListBg.png") no-repeat bottom left;

}
.news-list-item-Links {
  width: 180px;
  padding: 7px 0px 15px 20px;
  float: left;
}
.news-list-item-Rechts {
  width: 90px;
  padding: 0px 0px 25px 10px;
  float: left;
}

.news-list-item-Links a { color: #000; font-weight: bold; text-decoration:none; }
.news-list-item-Links a:hover { color: #01592F; font-weight: bold; }
.news-list-item-Headline h2 a { color: #000; text-decoration:none; }
.news-list-item-Headline h2 a:hover { color: #01592F; }
/* default styles for extension "Sitemap" */
.tx-wssitemap-pi1 .treemenudiv img {vertical-align: middle; border:none;}
.tx-wssitemap-pi1 .treemenudiv a, .tx-wssitemap-pi1 .treemenudiv a .treemenutext_no {text-decoration: none;}
.tx-wssitemap-pi1 .treemenudiv a:hover, .tx-wssitemap-pi1 .treemenudiv a:hover .treemenutext_no {text-decoration: none; color: red;}
.tx-wssitemap-pi1 .treemenudiv a span.treemenutext_act {color:red;}
.tx-wssitemap-pi1 .treemenudiv a span.treemenutext_actifsub {color:green; }
.tx-wssitemap-pi1 {margin: 10px 0px 10px 0px;}
/* default styles for extension "NavFooter" */

#Footer, #Footer a {
  color: #909090;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
}

#Footer a:hover {
  color: #000;
}

#Footer a.IconHome, #Footer a.IconHome:hover {
  width: 15px;
  height: 15px;
  float: left;
  background: url(/fileadmin/template-4/IconHome.png) no-repeat 0px 0px;
  color: #ececec;
}
#Footer a.IconHome:hover {
  background: url(/fileadmin/template-4/IconHomeHover.png) no-repeat 0px 0px;
}
#Footer a.IconSitemap, #Footer a.IconSitemap:hover {
  width: 15px;
  height: 15px;
  float: left;
  background: url(/fileadmin/template-4/IconSitemap.png) no-repeat 0px 0px;
  color: #ececec;
  margin-left: 13px;
  display: inline;
}
#Footer a.IconSitemap:hover {
  background: url(/fileadmin/template-4/IconSitemapHover.png) no-repeat 0px 0px;
}
#Footer a.IconMail, #Footer a.IconMail:hover {
  width: 15px;
  height: 15px;
  float: left;
  background: url(/fileadmin/template-4/IconeMail.png) no-repeat 0px 0px;
  color: #ececec;
  margin-left: 13px;
  display: inline;
}
#Footer a.IconMail:hover {
  background: url(/fileadmin/template-4/IconeMailHover.png) no-repeat 0px 0px;
}
#Footer a.IconSuche, #Footer a.IconSuche:hover {
  width: 15px;
  height: 15px;
  float: left;
  background: url(/fileadmin/template-4/IconSuche.png) no-repeat 0px 0px;
  color: #ececec;
  margin-left: 13px;
  display: inline;
}
#Footer a.IconSuche:hover {
  background: url(/fileadmin/template-4/IconSucheHover.png) no-repeat 0px 0px;
}
#Footer a.top-links, #Footer a.top-links:hover {
  width: 25px;
  height: 25px;
  margin: 0px 0px 0px 30px;
  float: left;
  color: #ececec;
}
#Footer a.top-rechts, #Footer a.top-rechts:hover {
  width: 25px;
  height: 25px;
  margin: -14px 57px 0px 0px;
  float: right;
  color: #ececec;
}
#Footer a.top-rechts:hover {
  background: url(/fileadmin/template-4/IconTopHover.png) no-repeat 0px 0px;
  color: #ececec;
}
/* default styles for extension "NavSprachen" */
@media all
{
#NavSprachen ul { list-style: none;} 

#NavSprachen li { display: block; }
#NavSprachen li a span { display: none; }
#NavSprachen li a, #NavSprachen li a:hover{
  display: block;
  height: 19px;
  width: 23px;
}
#NavSprachen li.de a  {
  background: url(/fileadmin/template-3/IconDeutsch.png) no-repeat left top;
}
#NavSprachen li.de a:hover, #NavSprachen li.deact a  {
  background: url(/fileadmin/template-3/IconDeutschHover.png) no-repeat left top;
}
#NavSprachen[id] li.en {
  margin-top: 2px;
}
#NavSprachen li.en a  {
  background: url(/fileadmin/template-3/IconEnglisch.png) no-repeat left top;
}
#NavSprachen li.en a:hover, #NavSprachen li.enact a  {
  background: url(/fileadmin/template-3/IconEnglischHover.png) no-repeat left top;
}
}
/* default styles for extension "NavLeftTop" */
#NavLeftTop {
	width: 195px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #feffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	background: url("/fileadmin/template-2/img/LeftNavTop.png") no-repeat top left;
	}
	
#NavLeftTop a {
	line-height: 38px;
	font-size: 14px;
	font-weight: bold;
	color: #feffff;
	}
/* default styles for extension "NavLeft" */
#NavLeft { text-align: right; }

#NavLeft ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#NavLeft ul li, #NavLeft ul li a {
  font-size: 11px;
  line-height: 22px;
  color: #000;
  display: block;
  text-decoration: none;
  font-weight: bold;
  text-align: right;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

#NavLeft ul.ull1, #NavLeft ul.ull2, #NavLeft ul.ull3, #NavLeft ul.ull4 { padding: 5px 0px 0px 0px; }


/* ############################## ebene-1 ########################################## */
#NavLeft li.l1 a, #NavLeft li.l1 a:hover, #NavLeft li.l1cur a, #NavLeft li.l1cur a:hover, #NavLeft li.l1act a, #NavLeft li.l1act a:hover {
  padding: 1px 20px 0px 1px;
  border-bottom: 1px solid #333333;
  /*background: #fff;*/
}
#NavLeft li.l1 a:hover, #NavLeft li.l1cur a, #NavLeft li.l1cur a:hover, #NavLeft li.l1act a, #NavLeft li.l1act a:hover {
  padding: 1px 20px 0px 1px;
  border-bottom: 1px solid #333333;
  /*background: #fff url(/fileadmin/template-4/NavLeftBg.png) repeat-y right top;*/
}
#NavLeft li.l1act a, #NavLeft li.l1act a:hover {
  text-decoration: none;
  border: none;
  /*background: #fff;*/
}
/* ############################## ebene-2 ########################################## */
#NavLeft li.l2 a, #NavLeft li.l2 a:hover, #NavLeft li.l2cur a, #NavLeft li.l2cur a:hover, #NavLeft li.l2act a, #NavLeft li.l2act a:hover {
  font-size: 10px;
  line-height: 18px;
  color: #8a8a8a;
  padding: 1px 20px 1px 1px;
  border: none;
  /*background: #fff;*/
}
#NavLeft li.l2 a:hover, #NavLeft li.l2cur a, #NavLeft li.l2cur a:hover, #NavLeft li.l2act a, #NavLeft li.l2act a:hover {
  padding: 0px 19px 0px 0px;
  line-height: 18px;
  border: 1px solid #000;
  background: #fff;
}
#NavLeft li.l2act a, #NavLeft li.l2act a:hover {
  text-decoration: underline;
  border: none;
  /*background: #fff;*/
}
/* ############################## ebene-3 ########################################## */
#NavLeft li.l3 a, #NavLeft li.l3 a:hover, #NavLeft li.l3cur a, #NavLeft li.l3cur a:hover, #NavLeft li.l3act a, #NavLeft li.l3act a:hover {
  font-size: 9px;
  text-decoration: none;
  padding: 1px 20px 1px 1px;
  border: none;
  /*background: #fff;*/
}
#NavLeft li.l3 a:hover, #NavLeft li.l3cur a, #NavLeft li.l3cur a:hover, #NavLeft li.l3act a, #NavLeft li.l3act a:hover {
  padding: 0px 19px 0px 0px;
  border: 1px solid #000;
  /*background: #fff url(/fileadmin/template-4/NavLeftBg.png) repeat-y right top;*/
}
#NavLeft li.l3act a, #NavLeft li.l3act a:hover {
  text-decoration: underline;
  border: none;
  /*background: #fff;*/
}
/* ############################## ebene-4 ########################################## */
#NavLeft li.l4 a, #NavLeft li.l4 a:hover, #NavLeft li.l4cur a, #NavLeft li.l4cur a:hover, #NavLeft li.l4act a, #NavLeft li.l4act a:hover {
  font-size: 8px;
  text-decoration: none;
  padding: 1px 20px 1px 1px;
  border: none;
  /*background: #fff;*/
}
#NavLeft li.l4 a:hover, #NavLeft li.l4cur a, #NavLeft li.l4cur a:hover, #NavLeft li.l4act a, #NavLeft li.l4act a:hover {
  padding: 0px 19px 0px 0px;
  border: 1px solid #000;
  /*background: #fff url(/fileadmin/template-4/NavLeftBg.png) repeat-y right top;*/
}
#NavLeft li.l4act a, #NavLeft li.l4act a:hover {
  text-decoration: underline;
  border: none;
  /*background: #fff;*/
}

/*
#NavLeft ul.ull2 {
  display: none;
}

#NavLeft li.l1cur ul.ull2 {
  display: inline;
}
*/
/* default styles for extension "NavTop" */
	#NavTop, #NavTop a {
		font-size: 9px;
		color: #789385;
		text-transform: uppercase;
	}
	#NavTop a:hover {
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
	}
/* default styles for extension "NavMain" */
	.hide {
		visibility: hidden;
	}
	.fixed {
		position: absolute;
	}
	#slideoutnavi {
		width: 960px;
		height: 26px;
		margin: 0px 20px 0px 20px;
		position: relative;
		z-index: 100;
	}

	#NavMainCode {
		position: absolute;
		z-index: 200;
	}

	.slideout, .slideout-act, .slideout-cur {
		width: 140px;
		height: 26px;
		display: inline;
		text-align: center;
		float: left;
		color: #fff;
		margin-left: 40px;
	}
	.slideout A, .slideout-act A, .slideout-cur A {
		height: 22px;
		display: block;
		color: #fff;
		font-size: 10px;
		letter-spacing:0.1em;
		line-height: 22px;
		text-decoration: none;
		text-align: center;
		font-weight: bold;
		text-transform: uppercase;
		margin-top: 4px;
	}

	.slideout-act A, .slideout-cur A, .slideout A:hover, .slideout-act A:hover, .slideout-cur A:hover {
		text-decoration: none;
		font-weight: bold;
		color: #fff;
	}

	.sli1 a {
	  background: #696969;
	}
	.sli1-cur a, .sli1-cur a:hover, .sli1-act a, .sli1-act a:hover, .sli1 a:hover {
	  background: #696969;
	  margin-top: 0px;
	  border-top: 4px solid #ececec;
	}
	
	.sli2 a {
	  background: #c21200;
	}
	.sli2-cur a, .sli2-cur a:hover, .sli2-act a, .sli2-act a:hover, .sli2 a:hover {
	  background: #c21200;
	  margin-top: 0px;
	  border-top: 4px solid #f98276;
	}
	
	.sli3 a {
	  background: #008300;
	}
	.sli3-cur a, .sli3-cur a:hover, .sli3-act a, .sli3-act a:hover, .sli3 a:hover {
	  background: #008300;
	  margin-top: 0px;
	  border-top: 4px solid #b5dfb5;
	}
	
	.sli4 a {
	  background: #234e83;
	}
	.sli4-cur a, .sli4-cur a:hover, .sli4-act a, .sli4-act a:hover, .sli4 a:hover {
	  background: #234e83;
	  margin-top: 0px;
	  border-top: 4px solid #b5daff;
	}

	.sli5 a {
	  background: #696969;
	}
	.sli5-cur a, .sli5-cur a:hover, .sli5-act a, .sli5-act a:hover, .sli5 a:hover {
	  background: #696969;
	  margin-top: 0px;
	  border-top: 4px solid #ececec;
	}
	
	
	/*styles für den slideout #########################################################*/
	ul.mmContent {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	.mmContent li {
		margin:0;
		padding:0;
	}
	.mmContent li A {
		color: #fff;
		background: #696969;
		font-size: 9px;
		font-family: Arial, Verdana, Helvetica, Geneva, SunSans-Regular;
		text-align: left;
		width: 123px;
		line-height: 13px;
		text-decoration: none;
		padding: 7px;
		padding-right: 10px;
		display: block;
		margin: 0;
		border-bottom: 1px #F5F6F7 solid;
		filter: alpha(opacity=80);
		opacity: 0.9;
	}
	.mmContent li A:hover {		
		color: #000;
		background: #ececec;
		font-weight: normal;
		text-decoration: none;
		filter: alpha(opacity=80);
		opacity: 0.9;
	}
	.mmContent li A.submenu {
	  background: #696969 url("/fileadmin/template-4/NavMainPfeil.gif") no-repeat right 1px;
	}
	.mmContent li A.submenu:hover {
	  background: #ececec url("/fileadmin/template-4/NavMainPfeilHover.gif") no-repeat right 1px;
	}
	
	/* ROT*/
	DIV#menu151Container .mmContent li A, DIV#menu154Container .mmContent li A, DIV#menu73Container .mmContent li A, DIV#menu133Container .mmContent li A, DIV#menu149Container .mmContent li A, DIV#menu162Container .mmContent li A {
	  background: #c21200;
	}
	DIV#menu151Container .mmContent li A.submenu, DIV#menu154Container .mmContent li A.submenu, DIV#menu73Container .mmContent li A.submenu, DIV#menu133Container .mmContent li A.submenu, DIV#menu149Container .mmContent li A.submenu, DIV#menu162Container .mmContent li A.submenu {
	  background: #c21200 url("/fileadmin/template-4/NavMainPfeil.gif") no-repeat right 1px;
	}
	DIV#menu151Container .mmContent li A:hover, DIV#menu154Container .mmContent li A:hover, DIV#menu73Container .mmContent li A:hover, DIV#menu133Container .mmContent li A:hover, DIV#menu149Container .mmContent li A:hover, DIV#menu162Container .mmContent li A:hover {
	  background: #f98276;
	}
	DIV#menu151Container .mmContent li A.submenu:hover, DIV#menu154Container .mmContent li A.submenu:hover, DIV#menu73Container .mmContent li A.submenu:hover, DIV#menu133Container .mmContent li A.submenu:hover, DIV#menu149Container .mmContent li A.submenu:hover, DIV#menu162Container .mmContent li A.submenu:hover {
	  background: #f98276 url("/fileadmin/template-4/NavMainPfeilHover.gif") no-repeat right 1px;
	}
	
	/*GRUEN*/
	DIV#menu74Container .mmContent li A, DIV#menu170Container .mmContent li A, DIV#menu169Container .mmContent li A, DIV#menu46Container .mmContent li A, DIV#menu215Container .mmContent li A, DIV#menu427Container .mmContent li A, DIV#menu419Container .mmContent li A, DIV#menu418Container .mmContent li A, DIV#menu421Container .mmContent li A, DIV#menu414Container .mmContent li A, DIV#menu423Container .mmContent li A {
	  background: #008300;
	}
	DIV#menu74Container .mmContent li A.submenu, DIV#menu170Container .mmContent li A.submenu, DIV#menu169Container .mmContent li A.submenu, DIV#menu46Container .mmContent li A.submenu, DIV#menu215Container .mmContent li A.submenu, DIV#menu427Container .mmContent li A.submenu, DIV#menu419Container .mmContent li A.submenu, DIV#menu418Container .mmContent li A.submenu, DIV#menu421Container .mmContent li A.submenu, DIV#menu414Container .mmContent li A.submenu, DIV#menu423Container .mmContent li A.submenu {
	  background: #008300 url("/fileadmin/template-4/NavMainPfeil.gif") no-repeat right 1px;
	}
	DIV#menu74Container .mmContent li A:hover, DIV#menu170Container .mmContent li A:hover, DIV#menu169Container .mmContent li A:hover, DIV#menu46Container .mmContent li A:hover, DIV#menu215Container .mmContent li A:hover, DIV#menu427Container .mmContent li A:hover, DIV#menu419Container .mmContent li A:hover, DIV#menu418Container .mmContent li A:hover, DIV#menu421Container .mmContent li A:hover, DIV#menu414Container .mmContent li A:hover, DIV#menu423Container .mmContent li A:hover {
	  background: #b5dfb5;
	}
	DIV#menu74Container .mmContent li A.submenu:hover, DIV#menu170Container .mmContent li A.submenu:hover, DIV#menu169Container .mmContent li A.submenu:hover, DIV#menu46Container .mmContent li A.submenu:hover, DIV#menu215Container .mmContent li A.submenu:hover, DIV#menu427Container .mmContent li A.submenu:hover, DIV#menu419Container .mmContent li A.submenu:hover, DIV#menu418Container .mmContent li A.submenu:hover, DIV#menu421Container .mmContent li A.submenu:hover, DIV#menu414Container .mmContent li A.submenu:hover, DIV#menu423Container .mmContent li A.submenu:hover {
	  background: #b5dfb5 url("/fileadmin/template-4/NavMainPfeilHover.gif") no-repeat right 1px;
	}
	
	/*BLAU*/
	DIV#menu129Container .mmContent li A, DIV#menu219Container .mmContent li A, DIV#menu221Container .mmContent li A, DIV#menu222Container .mmContent li A, DIV#menu247Container .mmContent li A {
	  background: #234e83;
	}
	DIV#menu129Container .mmContent li A.submenu, DIV#menu219Container .mmContent li A.submenu, DIV#menu221Container .mmContent li A.submenu, DIV#menu222Container .mmContent li A.submenu, DIV#menu247Container .mmContent li A.submenu {
	  background: #234e83 url("/fileadmin/template-4/NavMainPfeil.gif") no-repeat right 1px;
	}
	DIV#menu129Container .mmContent li A:hover, DIV#menu219Container .mmContent li A:hover, DIV#menu221Container .mmContent li A:hover, DIV#menu222Container .mmContent li A:hover, DIV#menu247Container .mmContent li A:hover {
	  background: #b5daff;
	}
	DIV#menu129Container .mmContent li A.submenu:hover, DIV#menu219Container .mmContent li A.submenu:hover, DIV#menu221Container .mmContent li A.submenu:hover, DIV#menu222Container .mmContent li A.submenu:hover, DIV#menu247Container .mmContent li A.submenu:hover {
	  background: #b5daff url("/fileadmin/template-4/NavMainPfeilHover.gif") no-repeat right 1px;
	}

/* default styles for extension "PunkteMenu" */
Div.NavFceBullet { width: 100%; }

Div.align-right .NavFceBulletInner {
  float: right;
  margin-right: 5px;
  display: inline;
}
Div.align-left .NavFceBulletInner {
  float: left;
  margin-left: 5px;
  display: inline;
}
.NavFceBulletInner ul {
  list-style: none;
  margin: 0;
  padding: 5px 0px 0px 0px;
}
.NavFceBulletInner ul li, .NavFceBulletInner ul li a, .NavFceBulletInner ul li a:hover {
  display: block;
  line-height: 28px;
  text-decoration: none;
  font-weight: bold;
}
.NavFceBulletInner ul li a:hover {
  font-weight: bold;
}

Div.align-right .NavFceBulletInner ul li { margin: 0px 30px 0px 0px; }
Div.align-right .NavFceBulletInner ul li a {
  background: #fff url(/fileadmin/default/NavPunkteMenuRechts.png) no-repeat right 2px;
  padding: 0px 30px 0px 10px;
  margin: 0px -30px 0px 0px;
}

Div.align-right .NavFceBulletInner ul li a:hover {
  background: #f2f2f2 url(/fileadmin/default/NavPunkteMenuRechtsHover.png) no-repeat right 2px;
  padding: 0px 30px 0px 10px;
  margin: 0px -30px 0px 0px;
}


Div.align-left .NavFceBulletInner ul li { margin: 0px 0px 0px 30px; }
Div.align-left .NavFceBulletInner ul li a {
  background: #fff url(/fileadmin/default/NavPunkteMenuLinks.png) no-repeat left 2px;
  padding: 0px 10px 0px 30px;
  margin: 0px 0px 0px -30px;
}

Div.align-left .NavFceBulletInner ul li a:hover {
  background: #f2f2f2 url(/fileadmin/default/NavPunkteMenuLinksHover.png) no-repeat left 2px;
  padding: 0px 10px 0px 30px;
  margin: 0px 0px 0px -30px;
}


/* default styles for extension "Template" */

@media all
{
  /* (en) Correction: margin/padding reset caused too small select boxes. */
  /* (de) Korrektur: Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen. */
  option { padding-left: 0.4em }

 /**
  * (en) Global fix of the Italics bugs in IE 5.x and IE 6
  * (de) Globale Korrektur des Italics Bugs des IE 5.x und IE 6
  *
  * @bugfix
  * @affected   IE 5.x/Win, IE6
  * @css-for    IE 5.x/Win, IE6
  * @valid      yes
  */
  * html body * { overflow:visible }
  * html iframe, * html frame { overflow:auto }
  * html frameset { overflow:hidden }

  /* (en) Forcing vertical scrollbars in Netscape, Firefox and Safari browsers */
  /* (de) Erzwingen vertikaler Scrollbalken in Netscape, Firefox und Safari Browsern */
  html { height: 100% }
  body {
    min-height: 100.02%;
    /* (en) Fix for rounding errors when scaling font sizes in older versions of Opera browser */
    /* (de) Beseitigung von Rundungsfehler beim Skalieren von Schriftgrößen in älteren Opera Versionen */
    font-size: 100.01%;
    /* (en) Standard values for colors and text alignment */
    /* (de) Vorgabe der Standardfarben und Textausrichtung */
    color: #000;
    background: #dfdfdf;
    padding: 0px 0;
    margin: 0;
    text-align: center;
  }
  
  #PageMargins {
    text-align: left;
    min-width: 980px;/* iehacks.css beachten bei einstellungen der breite */
    max-width: 980px;/* iehacks.css beachten bei einstellungen der breite */
    margin: 0 auto;
  }
	
  #Page {
    background: transparent;
  }
	
  #Header {
    background: url("/fileadmin/template-4/Head.png") no-repeat top left;
    position: relative;
    height: 121px;
    width: 980px;
  }

/* Ausgeblendet da aktuelle nicht benötigt!
  DIV#PageNav #Header {
    background: url("/fileadmin/template-4/HeadNav.png") no-repeat top left;
  }
  DIV#PageGrauNav #Header {
    background: url("/fileadmin/template-4/HeadGrauNav.png") no-repeat top left;
  }
  DIV#PageRotNav #Header {
    background: url("/fileadmin/template-4/HeadRotNav.png") no-repeat top left;
  }
  DIV#PageGruenNav #Header {
    background: url("/fileadmin/template-4/HeadGruenNav.png") no-repeat top left;
  }
  DIV#PageBlauNav #Header {
    background: url("/fileadmin/template-4/HeadBlauNav.png") no-repeat top left;
  }
*/
  #NavTop {
    position: absolute;
    top: 64px;
    right: 61px;
    text-align: right;
    background: transparent;
    z-index: 80;
  }
  
  #Headimage {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 980px;
    height: 121px;
  }
  #Headimage a {
    display: block;
    width: 980px;
    height: 121px;
  }
  #NavSprachen {
    position: absolute;
    top: 93px;
    left: 937px;
    width: 23px;
    height: 60px;
  }
  
  #NavMain {
    width: 980px;
    height: 26px;
    background: url("/fileadmin/template-4/NavMain.png") no-repeat top left;
  }
  
  #Main {
    background: url("/fileadmin/template-4/Content.png") repeat-y top left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    clear: both;
    width: auto;
  }

  DIV#PageNav #Main, DIV#PageGruenNav #Main, DIV#PageBlauNav #Main, DIV#PageGrauNav #Main, DIV#PageRotNav #Main {
    background: url("/fileadmin/template-4/ContentNav.png") repeat-y top left;
  }

  #FarbSpalte {
    width: 899px;
    height: 22px;
    margin: 0px 21px 0px 20px;
    background: #fff;
    padding: 0px 0px 0px 40px;
    line-height: 22px;
  }
  #FarbSpalte a {
    text-decoration: none;
    line-height: 22px;
  }
  DIV#PageGrau #FarbSpalte, DIV#PageGrauNav #FarbSpalte {
    background: #ececec;
  }
  DIV#PageRot #FarbSpalte, DIV#PageRotNav #FarbSpalte {
    background: #f98276;
  }
  DIV#PageGruen #FarbSpalte, DIV#PageGruenNav #FarbSpalte {
    background: #b5dfb5;
  }
  DIV#PageBlau #FarbSpalte, DIV#PageBlauNav #FarbSpalte {
    background: #b5daff;
  }
   
  #col1 {
    float: left;
    width: 200px;
    z-index: 3;
    margin: 0;
  }
	
  #col1_content {
    padding: 10px 7px 0px 27px;
    z-index: 4;
  }
  
  #col2nav {
    width: auto;
    margin: 0px 240px 0px 240px;
    z-index: 1;
  }
  #col2 {
    width: auto;
    margin: 0px 240px 0px 60px;
    z-index: 1;
  }
  #col2_content {
    padding: 10px 0px 10px 0px;
    z-index: 2;
  }
  
  #col2_inner {
    height: 400px;
  }
  
  #col2_inner[id] {
    height: auto;
    min-height: 400px;
  }
  
  #col3 {
    float: right;
    width: 200px;
    z-index: 5;
  }
	
  #col3_content {
    padding: 10px 58px 0px 0px;
    z-index: 6;
  }
  
  #col1_content, #col2_content, #col3_content { position: relative }

  #BoxRechts {
    padding: 16px 0px 0px 0px;
    width: 142px;
    background: url("/fileadmin/template-4/BoxRechts.png") no-repeat top left;
  }
  #BoxRechtsInhalt {
    padding: 0px 13px 0px 13px;
    width: 116px;
  }
  #BoxRechtsFooter {
    width: 116px;
    height: 15px;
    padding: 0px 13px 0px 13px;
    background: transparent url("/fileadmin/template-4/BoxRechtsFooter.png") no-repeat top left;
  }

  #Footer {
    position: relative;
    padding: 11px 0px 0px 0px;
    height: 54px;
    width: 980px;
    clear: both;
    display: block;
    background: url("/fileadmin/template-4/Footer.png") no-repeat top left;
    text-align: center;
  }

  DIV#PageNav #Footer {
    background: url("/fileadmin/template-4/FooterNav.png") no-repeat top left;
  }

  DIV#PageGrau #Footer {
    background: url("/fileadmin/template-4/FooterGrau.png") no-repeat top left;
  }
  DIV#PageGrauNav #Footer {
    background: url("/fileadmin/template-4/FooterGrauNav.png") no-repeat top left;
  }
  
  DIV#PageRot #Footer {
    background: url("/fileadmin/template-4/FooterRot.png") no-repeat top left;
  }
  DIV#PageRotNav #Footer {
    background: url("/fileadmin/template-4/FooterRotNav.png") no-repeat top left;
  }

  DIV#PageGruen #Footer {
    background: url("/fileadmin/template-4/FooterGruen.png") no-repeat top left;
  }
  DIV#PageGruenNav #Footer {
    background: url("/fileadmin/template-4/FooterGruenNav.png") no-repeat top left;
  }

  DIV#PageBlau #Footer {
    background: url("/fileadmin/template-4/FooterBlau.png") no-repeat top left;
  }
  DIV#PageBlauNav #Footer {
    background: url("/fileadmin/template-4/FooterBlauNav.png") no-repeat top left;
  }
 
  .IconBox {
    position: absolute;
    top: 14px;
    left: 72px;
    width: 200px;
    height: 20px;
    text-align: left;
    z-index: 15;
  }
  /* (en) clearfix method for clearing floats */
  /* (de) Clearfix-Methode zum Clearen der Float-Umgebungen */
   .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  /* (en) essential for Safari browser !! */
  /* (de) Diese Angabe benötigt der Safari-Browser zwingend !! */
  .clearfix { display: block }

  /* (en) overflow method for clearing floats */
  /* (de) Overflow-Methode zum Clearen der Float-Umgebungen */
  .floatbox[class] { overflow:hidden }
  
  /* (en) IE-Clearing: Only used in Internet Explorer, switched on in iehacks.css */
  /* (de) IE-Clearing: Benötigt nur der Internet Explorer und über iehacks.css zugeschaltet */
  #ie_clearing { display: none }

 /**
  * @section hidden elements | Versteckte Elemente
  *
  * (en) skip links and hidden content
  * (de) Skip-Links und versteckte Inhalte
  */

  /* (en) classes for invisible elements in the base layout */
  /* (de) Klassen für unsichtbare Elemente im Basislayout */
  .skip, .hideme, .print {
    position: absolute;
    top: -1000em;
    left: -1000em;
    height: 1px;
    width: 1px;
  }

  /* (en) make skip links visible when using tab navigation */
  /* (de) Skip-Links für Tab-Navigation sichtbar schalten */
  .skip:focus, .skip:active {
    position: static;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
  }

 /**
  * @section subtemplates
  */

  .subcolumns, .subcolumns_oldgecko {
    width: 100%;
    overflow:hidden;
  }

  /* (en) alternative class for optional support of old  Mozilla/Netscape browers */
  /* (de) Alternative Klasse zur optionalen Unterstützung alter Mozilla/Netscape-Brower */
  .subcolumns_oldgecko { float:left }

  .c55l, .c45l, .c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l {float: left; }
  .c55r, .c45r, .c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r {float: right; margin-left: -2px; }

  .c25l, .c25r { width: 25% }
  .c33l, .c33r { width: 33.333% }
  .c45l, .c45r { width: 45% }
  .c50l, .c50r { width: 50% }
  .c55l, .c55r { width: 55% }
  .c66l, .c66r { width: 66.666% }
  .c75l, .c75r { width: 75% }
  .c38l, .c38r { width: 38.2% }
  .c62l, .c62r { width: 61.8% }

  .subc  { padding: 0 0.5em }
  .subcl { padding: 0 1em 0 0 }
  .subcr { padding: 0 0 0 1em }
}