@charset "utf-8";
body  {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background: #FFFFFF;
    	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (AuffÃƒÆ’Ã‚Â¼llung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
    	padding: 0;
    	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    	color: #000000;
    }
    .twoColHybRtHdr #container { 
    	width: 998px;  /* Hierdurch wird ein Container mit einer Breite erstellt, die 80% der Browserbreite betrÃƒÆ’Ã‚Â¤gt. */
    	background: #FFFFFF;
    	margin: 0 auto; /*Durch automatische RÃƒÆ’Ã‚Â¤nder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	/*border: 1px solid #000000;*/
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element ÃƒÆ’Ã‚Â¼berschrieben. */
    } 
	
    .twoColHybRtHdr #header, .twoColHybRtHdr #headerGrey { 
		/*border-bottom: 2px solid #FFFFFF;*/
		height:204px;
    	background: #DDDDDD; 
    	padding: 0px;  /* Diese AuffÃƒÆ’Ã‚Â¼llung entspricht der linksbÃƒÆ’Ã‚Â¼ndigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die AuffÃƒÆ’Ã‚Â¼llung entfernen. */
    } 
    .twoColHybRtHdr #logo { 
    	background: #FFFFFF; 
		text-align:right;
		height:62px;
		margin:0;
		padding:8px 20px 0 0;
    } 	
    .twoColHybRtHdr #meta, .twoColHybRtHdr #meta ul li,  .twoColHybRtHdr #meta a {
	background: #9B9D98;
	text-align:left;
	font-size:10px;
	padding: 0px 0px 0px 0px;
	margin:0px;
	height:16px;
	padding:1px;
    } 	
	
	.twoColHybRtHdr #meta, .twoColHybRtHdr #meta a {
	color: #FFFFFF;
	text-decoration:none;
	}
	
	.twoColHybRtHdr #meta ul {
	margin:0;
	padding:0 0 0 20px;
	display: inline;
	}
	.twoColHybRtHdr #meta ul li {
		display: inline;
		padding:0px;
		padding-right: 15px;
		list-style: none;
	}
    .twoColHybRtHdr #header h1 {
    	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, kÃƒÆ’Ã‚Â¶nnen Sie das Auftreten unerwarteter AbstÃƒÆ’Ã‚Â¤nde zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnÃƒÆ’Ã‚Â¶tig, weil dieser Rahmen die gleiche Wirkung hat. */
    	/*padding: 10px 0;*/ /* Durch die Verwendung der AuffÃƒÆ’Ã‚Â¼llung anstelle von RÃƒÆ’Ã‚Â¤ndern lÃƒÆ’Ã‚Â¤sst sich gewÃƒÆ’Ã‚Â¤hrleisten, dass das Element die Kanten des div nicht berÃƒÆ’Ã‚Â¼hrt. */
    }
    
	
	.twoColHybRtHdr #mainContainer {
	/*margin:0 20px 0 20px;*/
	margin 0 0 0 0;
	padding: 10px 0 0 0;
	background-color:#D7D8D6;
	background-color:#FFFFFF;
	border: 0;
	min-height:500px;
  	height:auto !important;  /* fÃƒÂ¼r moderne Browser */
  	height:500px;  /*fÃƒÂ¼r den IE */	
	}
	
	.twoColHybRtHdr #sidebarRight {
	float: right;
	width: 185px; 
	background: #D7D8D6;
	background-color:#FFFFFF;
	padding:0 0 5px 5px;
	margin-top: 35px; 
	border: 0;
	} 

    .twoColHybRtHdr #mainContent {
	float: left;	
	background-color:#FFFFFF;
	padding:10px 5px 5px 5px;
	border:0;
	margin:0;
	border: 0;
	width:730px;
    } 
    .twoColHybRtHdr #footer, .twoColHybRtHdr #footerPrint { 
    	padding: 0 10px; /* Diese AuffÃƒÆ’Ã‚Â¼llung entspricht der linksbÃƒÆ’Ã‚Â¼ndigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
    	background:#FFFFFF;
	margin: 10px 0 0 0;
    } 
    .twoColHybRtHdr #footerPrint {
    	float: right;
    	width:150px;
    	text-align: right;
    }
    .twoColHybRtHdr #footer p, .twoColHybRtHdr #footerPrint p, .twoColHybRtHdr #footerPrint p a {
    	margin: 0; /* Wenn Sie die RÃƒÆ’Ã‚Â¤nder des ersten Elements in der FuÃƒÆ’Ã…Â¸zeile auf 0 einstellen, kÃƒÆ’Ã‚Â¶nnen Sie unerwartete AbstÃƒÆ’Ã‚Â¤nde zwischen divs vermeiden. */
    	padding: 10px 0; /* Durch die Verwendung der AuffÃƒÆ’Ã‚Â¼llung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
		color:#999999;
		font-size:9px;
    }
    
    
    /* Verschiedene wieder verwertbare Klassen */
    .fltrt { /* Mit dieser Klasse kÃƒÆ’Ã‚Â¶nnen Sie ein Element auf der Seite nach rechts flieÃƒÆ’Ã…Â¸en lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse kÃƒÆ’Ã‚Â¶nnen Sie ein Element auf der Seite nach links flieÃƒÆ’Ã…Â¸en lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem SchlieÃƒÆ’Ã…Â¸en eines Containers sein, der wiederum einen vollstÃƒÆ’Ã‚Â¤ndigen Float enthalten sollte. */
    	clear:both;
       height:0px;
       font-size: 0px;
       line-height: 0px;
	padding:0px;
	margin:0px;
    }
    
    .TabbedPanelsContent {
	padding: 10px 0 15px 10px;
    }

	.TabbedPanelsContent ul {
		padding:0;
		margin: 10px 0 0 0;
	}
	
	/* TabbedPanelsContent ul li */
	li.SecondlevelMenu {
	padding:0;
	list-style: none;
	color: #9B9D98;
	font: bold 11px sans-serif;
	margin: 5px 0 0 6px;
	padding: 0 0 0 14px;
	background-image:url(../images/pfeil_blau_grau.jpg);
	background-repeat:no-repeat;
	background-position:left;
	}
	
.TabbedPanelsContent a {
	color: #9B9D98;
	text-decoration: none;
	outline: none;
	padding: 0 0 0 0;
}	
	

.submitButton {
	margin: 1px 0 0 10px;
	padding: 0 0 0 0;
	height: 14px;
	color: #404040;
	border: 1px solid #CCCCCC;
	background-color: #666666;
	font: bold 10px sans-serif;
	color: #ffffff;
	width:60px;
}

#ImageCaption {
	padding:0;
	color: #9B9D98;
	font: bold 11px sans-serif;
	margin: 0 0 0 0;
	#padding: 0 0 0 14px;
	padding: 0 0 0 0;
	#background-image:url(../images/pfeil_blau.gif);
	#background-repeat:no-repeat;
	#background-position:left;	
}

	.twoColHybRtHdr #mainContentGrey {
		min-height:480px;
		height:auto !important; /* Important Regel fÃƒÆ’Ã‚Â¼r moderne Browser */
		height:480px; /* MindesthÃƒÆ’Ã‚Â¶he fÃƒÆ’Ã‚Â¼r den IE */ 		
	}
	
	.twoColHybRtHdr #mainContainerGrey, .twoColHybRtHdr #sidebarlGrey, .twoColHybRtHdr #mainContentGrey {
		background-color:#EBEBEB;	
	}	
	
	.twoColHybRtHdr #headerGrey {
		height:102px;
	}
	
	.headerText {
		font-weight:bold;
		color:#9B9D98;
		font-size:20px;	
		padding:0 0 10px 0;
		margin:0;
	}

	.subHeaderText {
		padding:5px 0 0 0;
		font-weight:bold;
		margin:0;
	}

	h1.csc-firstHeader, h2.csc-firstHeader, h3.csc-firstHeader, h4.csc-firstHeader {
		color: #9B9D98;
		font: bold 18px sans-serif;
		padding:15px 0 10px 0;
		font-weight:bold;
		margin:0;
	}

	h1, h3.csc-searchResultHeader {
		color: #9B9D98;
		font: bold 18px sans-serif;
		padding:15px 0 10px 0;
		font-weight:bold;
		margin:0;
	}
	h3.csc-searchResultHeader{
		font: bold 14px sans-serif;
		padding:15px 0 3px 0;	
	}
	
	#ContentArea {
		padding: 15px 80px 15px 20px;
		width: 500px;
	}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}


.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 730px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	border-bottom: 1px solid #D7D8D6;
}

.TabbedPanelsTab, .TabbedPanelsTabSelected  {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 2px 0px 0px;
	font: bold 0.7em sans-serif;
	list-style: none;
	border-left: solid 1px #CCC;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #18527A;
	border-bottom: 1px solid #D7D8D6;
	background:transparent url(../images/tab.gif) no-repeat scroll right top;
}

.TabbedPanelsTabSelected {
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #ccc;
	outline: none;
}

.TabbedPanelsTab a, .TabbedPanelsTab a:link, .TabbedPanelsTab a:hover, .TabbedPanelsTab a:active, .TabbedPanelsTab a:visited,
.TabbedPanelsTabSelected a, .TabbedPanelsTabSelected a:link, .TabbedPanelsTabSelected a:hover, .TabbedPanelsTabSelected a:active, .TabbedPanelsTabSelected a:visited  {
	color: #18527A;
	text-decoration: none;
	outline: none;
}

p.bodytext, h5, p.csc-searchResult, td.csc-searchResultRange p, 
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr, 
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title, 
.tx-indexedsearch-percent,
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info,
.tx-indexedsearch .tx-indexedsearch-whatis,
.tx-indexedsearch-browselist-currentPage,
ul.browsebox li,
.tx-indexedsearch-browsebox,
.tx-indexedsearch-searchbox,
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button,
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword,
.tx-indexedsearch-result-number, p.csc-uploads-description, .csc-uploads-fileName p a:link {
		color: #000000;
		font: 12px sans-serif;
		padding:5px 0 0 0;
		margin:0;
}

.csc-uploads-fileName p a:link {
	text-decoration: underline;
}

p.csc-uploads-description{
	padding:0px;
}



UL.csc-uploads { margin: 0; padding: 0; list-style: none inside none; }
UL.csc-uploads P { margin-bottom: 0; }
UL.csc-uploads P A { margin-bottom: 0; }
UL.csc-uploads LI { margin-bottom: 0; }
UL.csc-uploads LI.tr-even P, LI.tr-odd P { font-size: 1em; }
UL.csc-uploads LI.tr-even { margin: 0; padding: 0; /*background-color: #FFFFFF;*/ }
UL.csc-uploads LI.tr-odd { margin: 0; padding: 0; /*background-color: #FFFFFF;*/ }
UL.csc-uploads DIV.csc-uploads-icon { float: left; margin: 0; padding: 0 .5em .5em .5em; }
UL.csc-uploads DIV.csc-uploads-fileName { float: left; margin: 0; padding: 0 .5em .5em .5em; }
UL.csc-uploads DIV.csc-uploads-fileName P A { font-weight: normal; }
UL.csc-uploads DIV.csc-uploads-fileName P.csc-uploads-description { font-style: italic; font-size: 0.8em;}
UL.csc-uploads DIV.csc-uploads-fileSize { float: right; margin: 0; padding: 0 .5em .5em .5em; }
/*UL.csc-uploads DIV.csc-uploads-clearer { clear: left; font-size: 1px; height: 1px; margin: 0; padding: 0; }*/
UL.csc-uploads DIV.csc-uploads-clearer {
	display: block;
	height: 0;
	line-height: 0px;
	clear: both; 
	visibility: hidden;
	border: 0;
	padding: 0;
	margin: 0;
}

/* Filelinks, specifically */
UL.csc-uploads-1 { }

UL.csc-uploads-2 { }

UL.csc-uploads-3 { }
UL.csc-uploads-3 LI.tr-even DIV.csc-uploads-icon IMG { border: 2px solid #333333; }
UL.csc-uploads-3 LI.tr-odd DIV.csc-uploads-icon IMG { border: 2px solid #333333; }
/* Neue Styles ENDE */





h5, .tx-indexedsearch .tx-indexedsearch-whatis {
	font-weight:bold;
}

ul.browsebox li, .tx-indexedsearch-browselist-currentPage {
	display:inline;
	padding-right:5px;
}

li.tx-indexedsearch-browselist-currentPage a,
.tx-indexedsearch-result-number {
	font-weight:bold;
	color: #000000;
}

div.tx-indexedsearch .tx-indexedsearch-res, div.tx-indexedsearch-browsebox {
	margin-bottom:15px;
	border-bottom: 1px solid #D7D8D6;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button,
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
	width:100px;
	border: 1px solid #9B9D98;
	padding: 0 0 0 0;

}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
	background-color: #D7D8D6;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }


dd.csc-textpic-caption{
	font: 10px sans-serif;
	color: #000000;
}

ul li {
	color: #000000;
	font: 12px sans-serif;
	padding:5px 0 0 0;
	margin:0 0 0 15px;
}

dl.csc-textpic-image {
	padding: 0 0 20px 0;
}

dd.csc-textpic-caption {
	padding:0;
	list-style: none;
	color: #9B9D98;
	font: bold 11px sans-serif;
	margin: 5px 0 15px 6px;
	padding: 0 0 0 0;
	/*padding: 0 0 0 14px;
	background-image:url(../images/pfeil_blau_grau.jpg);
	background-repeat:no-repeat;
	background-position: left;*/
}

div.csc-textpic {
	padding-bottom: 45px;
	clear:both;
	min-height:1px;
	height:auto !important;
	height:1px;
}

div #noScriptLayer {
	display: block;
	margin-bottom: 20px;
	border: 1px solid #f00;
	background-color: #fdd;
	padding: 0px 15px 15px 15px;
	margin-left: 10px;
	width: 450px;
}