/* ----------------------------- FARBEN KBO START ----------------------------

BEBEC8 // Graue Ränder, Linien und Buttons
FAFAFA // Lichte Flächen (Tabellenzeilen)
8492BF // Blau Footer und Top-Navigation
E5E7F1 // Hellblau Hauptnavigation, Hover Zellenhintergrund

004489 // Blau Headlines + Links 
333333 // Grau Fließtext 
82828C // Grau Fußnoten (softer)

----------------------------- FARBEN KBO ENDE ---------------------------- */


/* ----------------------------- TEMPLATE ---------------------------- */
.contentborder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: none;
	border-right: 1px solid #BEBEC8;
	border-bottom: none;
	border-left: 1px solid #BEBEC8;
}

/* ----------------------------- TEXT CONTENT  ---------------------------- */

/* Überschrift erster Ordnung (zur Auswahl im RTE) */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 23px;
	color: #004489;
	font-weight: normal;
	letter-spacing: -0.01em;
}

/* Überschrift zweiter Ordnung (zur Auswahl im RTE) */
h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;	
	color: #004489;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: -6px;
}

/* Fließtext (zur Auswahl im RTE) */

.bodytext,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;	
	color: #333333;
	text-align: justify;
}

/* Ungeordnete Liste mit Listenpunkt (zur Auswahl im RTE) */
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: left;
	list-style-type: disc;
}

/* Liste mit dezimalem Index (zur Auswahl im RTE) */
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: left;
	list-style-type: decimal;
}

/* Textauszeichnung mit Hintergrundfarbe und Trennlinien (zur Auswahl im RTE) */
.Textblock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: justify;
	background-color: #FAFAFA;
	border-top: 1px solid #BEBEC8;
	border-bottom: 1px solid #BEBEC8;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 12px 20px;
}

/* Farbiger, zentrierter Text (zur Auswahl im RTE) */
.Zitat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-style: italic;
	color: #004489;
	text-align: center;
	margin-bottom: 12px;
	margin-top: 12px;
	margin-left: 40px;
	margin-right: 40px;
}

/* Fußnote, abgesoftet und kleiner (zur Auswahl im RTE) */
.Autor, .csc-textpic-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #82828C;
	text-align: left;
}

/* Schmuckfarbe (zur Auswahl im RTE) */
.Farbig {
	color: #004489;
}

/* Fettschnitt (zur Auswahl im RTE) */
.Fett {
	font-weight: bold;
}

/* Kleiner Text (zur Auswahl im RTE) */
.Klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
}


/* Standard-Linkfarben / Effekte */
a:link {
	color: #004489;
	text-decoration: none;	
}
a:active {
	color: #004489;
	text-decoration: none;	
}
a:visited {
	color: #004489;
	text-decoration: none;	
}
a:hover {
	color: #004489;
	text-decoration: underline;	
}

/* ----------------------------- SUCHE / EINGABE ---------------------------- */

.Searchfield input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	vertical-align: middle;	
	text-align: left;
	float: left;
	height: 18px;			
	border: none;
	margin: 0px;
	padding-left: 4px;	
	background-color: #8492BF;
}

.searchtable {
	border: 1px solid #BEBEC8;
}

.navisuche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

.tx-indexedsearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;	
	color: #333333;
}

.tx-indexedsearch DIV.tx-indexedsearch-browsebox {
	margin-bottom: 12px;
}

/* -----------Text: "Such nach"----------- */
.tx-indexedsearch .tx-indexedsearch-whatis { }
 
 
/* -----------Text: "Gesuchtes Wort"----------- */
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {}
 
 
/* -----------Text: "Keine Suchergebnisse"----------- */
.tx-indexedsearch .tx-indexedsearch-noresults {}


.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-title {
	font-size: 14px;
	line-height: 20px;	
	color: #004489;
	font-weight: normal;
	border-bottom: solid #BEBEC8 1px;	
}

/* ----------- Treffer-Relevanz ----------- */
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-percent {
	font-size: 12px;
	font-weight: bold;	
	border-bottom: solid #BEBEC8 1px;
}
 
/* ----------- Vorschautext ----------- */
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr {
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	font-style: normal;	
	border-top: solid #FFFFFF 10px;
	border-bottom: solid #FFFFFF 10px;	
}
 
/* ----------- Markierung im Vorschautext ----------- */
 
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: #004489;
}
 
/* ----------- Infobox ----------- */
 
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	font-size: 12px;
	line-height: 18px;
	color: #82828C;
	background-color: #FAFAFA;
	border-top: solid #BEBEC8 1px;
	border-bottom: solid #FFFFFF 20px;	
}
 
 
/* ----------------- Sucheingabe-Feld auf Ergebnisseite unterdrücken -------*/ 
div.tx-indexedsearch-searchbox {
	display:none;
}

/* ------------------------- STARTSEITEN TEASER -------------------------- */

.teaser {
	float:left;
}

.teaserHeader {
	background:url(images/template/teaser_hg_header.gif);
	background-repeat:no-repeat;
}

.teaserBody {
	background:url(images/template/teaser_hg_body.gif);
	background-repeat:repeat-y;
	background-position:left;
}

.teaserFooter {
	background:url(images/template/teaser_hg_footer.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-position:left;	
}

.teaserHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004489;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	text-indent: 12px;
}

.teaserText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
	padding:10px;
}


/* ----------------------------- ÜBERSICHT / SITEMAP ---------------------------- */

.csc-sitemap {
	color: #333333;
	text-align: left;
	list-style-type: disc;
	margin-left: 10px;
	padding: 0px;	
}

.csc-sitemap li {
	line-height: 20px;
	border-top-width: 1px;
	border-top-color: #BEBEC8;
	border-top-style: solid;
}


/* ----------------------------- FORMULARE ---------------------------- */

.csc-mailform {
	width: 95%;
	border: 1px solid #BEBEC8;
	background-color: #FAFAFA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
}

/* Abstand unterhalb aller Form-Elemente erzeugen */
.csc-mailform-field {
	margin-bottom: 10px;
}

/* Keine zusätzliche Legende bei Fieldsets anzeigen */
.csc-mailform legend {
	display: none;
}

/* Rahmen um Radiobuttons entfernen, Abstände zu Labels definieren */
.csc-mailform input.csc-mailform-radio { 
	border: none;
	width: auto;
	margin-left: 12px;
	margin-top: 6px;
	margin-bottom: 4px;
	vertical-align: middle;
}

/* Rahmen um Fieldsets definieren, Abstand zum Label setzen  */
.csc-mailform fieldset {
	margin-top: 6px;
	border: 1px solid #BEBEC8;
}

/* Rahmen um Checkboxen entfernen, Checkbox-Abstand zum Text steuern */
.csc-mailform input.csc-mailform-check { 
	border: none;
	width: auto;
	margin-left: 4px;	
	vertical-align: middle;
}

/* Textfelder über volle Breite aufziehen */
/* Schrift nochmal definieren ... sonst Courier auf IE6 */
.csc-mailform-field input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #BEBEC8;
	width: 100%;
}

/* Submit-Button formatieren */
.csc-mailform input.csc-mailform-submit {
	border: 1px solid #333333;
	text-align: center;
	background-color: #BEBEC8;
	color: #000000;
}

/* ----- TABELLEN ---------------------------------------------------------------- */

/* ----- Global, alle Tabellen zur Content-Formatierung ---------------------------*/

.contenttable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 6px;
}

.tr-even  {
	vertical-align: top;
}

.tr-odd  {
	vertical-align: top;
	background-color: #FAFAFA;
}

/* ----- 2-Spalter mit alternierender Zeilenfarbe (wie Impressum und Kontakt) ----------------------------*/

.table_default td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEBEC8;
}

.table_default .td-0 {
	width: 200px;
	text-align: right;
	color: #004489;
}

.table_default .td-1 {
	width: 10px;
}

.table_default .td-2 {
	width: 382px;
	text-align: left;
}

/* ----- Tabelle Mehrspalter mit hervorgehobener Spalte 1 (wie Veranstaltungen) ---------------------------------------------*/

.table_orga2 td {
	vertical-align: middle;
	text-align: left;
	border-bottom:1px solid #bebec8;	
}

.table_orga2 tr.tr-0 td {
	border-top: 1px solid #bebec8;
	background-color:white;
}

.table_orga2 .td-0 {
	width: 120px;
	background-color:#E5E7F1;	
}

.table_orga2 .td-1 {
	width: 300px;
}

.table_orga2 .td-last {
	width: 136px;
}

/* ----- Tabelle Presse / PDF Download ---------------------------------------------*/

.table_download td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEBEC8;
}
	
.table_download .td-0 {
	width: 382px;
	text-align: left;
}

.table_download .td-1 {
	width: 10px;
}

.table_download .td-2 {
	width: 200px;
	text-align: left;
}

/* ----- Tabelle Bild (Tumnbnail) + Text für Mitarbeiter-Erweiterung --------------*/

.table_gallery td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BEBEC8;
}

.table_gallery .td-0 {
	width: 100px;
	text-align: left;
	vertical-align: middle;
}

.table_gallery .td-1 {
	width: 228px;
	text-align: left;
	vertical-align: middle;	
}

.table_gallery .td-2 {
	width: 228px;
	text-align: left;
	vertical-align: middle;	
}



/* ----------------------------- LINKS & NAVIGATION ---------------------------- */

.imprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	line-height: 16px;
}

.smallcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #82828C;
	text-align: left;
}

a:link {
	color: #004489;
	text-decoration: none;	
}
a:active {
	color: #004489;
	text-decoration: none;	
}
a:visited {
	color: #004489;
	text-decoration: none;	
}
a:hover {
	color: #004489;
	text-decoration: underline;	
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	text-align: center;
}




