/*Definition der Hyperlinks im Textbereich*/

a:focus,
a:active {
	outline: 0;
}

#text_bereich a:link, 
#text_bereich a:active, 
#text_bereich_schmal a:link, 
#text_bereich_schmal a:active {
	color: #007EC6;
	text-decoration: underline;
	font-weight: normal;
	padding: 0px 2px 1px 2px;
	margin: 0px;
}


#text_bereich a:visited, 
#text_bereich_schmal a:visited {
	color: #608CB2;
	text-decoration: underline;
	font-weight: normal;
	padding: 0px 2px 1px 2px;
	margin: 0px;
}

#text_bereich a:hover, 
#text_bereich_schmal a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #007EC6;
	padding: 0px 2px 1px 2px;
	margin: 0px;
}


#text_bereich .csc-textpic-image a:link,
#text_bereich .csc-textpic-image a:visited,
#text_bereich .csc-textpic-image a:hover,
#text_bereich_schmal .csc-textpic-image a:link,
#text_bereich_schmal .csc-textpic-image a:visited,
#text_bereich_schmal .csc-textpic-image a:hover {
	background-color: #FFFFFF;
	padding: 0px;
}


#text_bereich .csc-textpic-image .csc-textpic-caption,
#text_bereich_schmal .csc-textpic-image .csc-textpic-caption,
#rechter_bereich .csc-textpic-image .csc-textpic-caption {
	font-size: 0.65em;
}

/* die ULs um die Bilder nicht mit Abstaenden versehen */

#text_bereich div.csc-textpic ul,
#text_bereich_schmal div.csc-textpic ul,
#rechter_bereich div.csc-textpic ul {
	margin: 0;
	padding: 0;
}


#text_bereich div.csc-textpic li,
#text_bereich_schmal div.csc-textpic li,
#rechter_bereich div.csc-textpic li {
	font-size: 1em;
	line-height: 100%;
}




/* Links fuer den rechten Bereich definieren */
#rechter_bereich a:link, 
#rechter_bereich a:active {
	color: #007EC6;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 2px 1px 2px;
	margin: 0px;	
}

#rechter_bereich a:visited {
	color: #608CB2;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 2px 1px 2px;
	margin: 0px;	
}

#rechter_bereich a:hover {
	color: #007EC6;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 2px 1px 2px;
	margin: 0px;	
}


/* Links für Sitemaps und Menüs im Textbereich */
#text_bereich a.sitemap_text, 
#text_bereich a.sitemap_text:visited, 
#text_bereich_schmal a.sitemap_text, 
#text_bereich_schmal a.sitemap_text:visited, 
#rechter_bereich a.sitemap_text, 
#rechter_bereich a.sitemap_text:visited {
	color: #007EC6;
	text-decoration: underline;
	font-weight: normal;
	padding: 0px 2px 1px 2px;
	margin: 0px;
}

#text_bereich a.sitemap_text:active, 
#text_bereich a.sitemap_text:hover, 
#text_bereich_schmal a.sitemap_text:active, 
#text_bereich_schmal a.sitemap_text:hover, 
#rechter_bereich a.sitemap_text:active, 
#rechter_bereich a.sitemap_text:hover {
  	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #007EC6;
	padding: 0px 2px 1px 2px;
	margin: 0px;
}


/* fuer die links vor jeden content element */
#text_bereich a.kein_rahmen, 
#text_bereich_schmal a.kein_rahmen, 
#text_bereich a.kein_rahmen:visited, 
#text_bereich_schmal a.kein_rahmen:visited, 
#text_bereich a.kein_rahmen:hover, 
#text_bereich_schmal a.kein_rahmen:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}



/* Links fuer die Fusszeile definieren */

#letze_anderung_autor a, 
#letze_anderung_autor a:link, 
#letze_anderung_autor a:active, 
#letze_anderung_autor a:visited {
	color: #007EC6;
	text-decoration: underline;
	font-weight: normal;
	padding: 0px 2px 1px 2px;
	margin: 0px;
}

#letze_anderung_autor a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #007EC6;
	padding: 0px 2px 1px 2px;
	margin: 0px;
}


#text_bereich p.sitemap_text, 
#text_bereich_schmal p.sitemap_text, 
#rechter_bereich p.sitemap_text {
	color: #007EC6;
	text-decoration: none;
	line-height: 100%;
	padding: 2px 2px 2px 10px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}


/* Definition der Tabelle */

/* normale Tabelle ohne Rand */
#text_bereich table, #text_bereich_schmal table {
	/*width: 100%;*/
	margin: 0px;
	padding: 0px;
}

#text_bereich table td, 
#text_bereich_schmal table td {
	vertical-align: top;
}

#text_bereich table tr, 
#text_bereich_schmal table tr {
	vertical-align: top;
}



/* normale Tabelle mit Rand */
#text_bereich table.mit_rand, 
#text_bereich_schmal table.mit_rand {
	border-right: 1px solid #507177;
	border-bottom: 1px solid #507177;
	border-left: 0px;
	border-top: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#text_bereich table.mit_rand td, 
#text_bereich_schmal table.mit_rand td,
#text_bereich table.mit_rand th, 
#text_bereich_schmal table.mit_rand th {
	vertical-align: top;
	padding: 2px;
	margin: 0px;
	border-left: 1px solid #507177;
	border-top: 1px solid #507177;
	border-right: 0px;
	border-bottom: 0px;
}

#text_bereich table.mit_rand tr, 
#text_bereich_schmal table.mit_rand tr {
	border: 0px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

/* generell td und tr */
td {
	vertical-align: top;
}

tr {
	vertical-align: top;
}


#text_bereich table.imgtext-table td, 
#text_bereich_schmal table.imgtext-table td, 
#rechter_bereich table.imgtext-table td {
	padding: 0px 10px 10px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}

img#sprachwahl {
	margin: 0px 0px 0px 17px;
}

/* Links in Bildtabellen nicht mit der Standardkonfiguration versehen*/
#text_bereich table.imgtext-table a:link, 
#text_bereich table.imgtext-table a:hover, 
#text_bereich table.imgtext-table a:visited {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

#text_bereich_schmal table.imgtext-table a:link, 
#text_bereich_schmal table.imgtext-table a:hover, 
#text_bereich_schmal table.imgtext-table a:visited {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;		
}

#rechter_bereich table.imgtext-table a:link, 
#rechter_bereich table.imgtext-table a:hover, 
#rechter_bereich table.imgtext-table a:visited {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;			
}


/* Bilder in Text */
#text_bereich img, #text_bereich_schmal img {
	margin: 0px;
	padding: 0px;
}


h1 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 1.15em;
	color: #000000;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

h2, p.csc-subheader {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 0.75em;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	margin: -5px 0px 5px 0px;
	padding: 0px;
	
}

h3 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 0.75em;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	margin: 5px 0px 3px 0px;
	padding: 0px;
}

h4 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 0.75em;
	color: #007EC6;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 0.75em;
	color: #007EC6;
	line-height: 100%;
	text-align: left;
	font-weight: normal;
 	margin: 0px;
	padding: 0px;
}

#text_bereich ul, 
#text_bereich_schmal ul {
	margin: 0px 0px 10px 15px;
	padding: 0px 0px 0px 0px;
}

#text_bereich ul ul, 
#text_bereich_schmal ul ul {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}



li {
	font-size: 0.75em;
	color: #007EC6;
	line-height: 140%;
	text-align: left;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	list-style: circle;
}

li li {
	font-size: 1em;
}

li li li {
	font-size: 1em;
}


p {
	font-size: 0.75em;
	color: #007EC6;
	line-height: 140%;
	text-align: left;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	vertical-align: top;
}

p.letzte_aenderung {
	font-size: 0.7em;
	color: #007EC6;
	line-height: 100%;
	text-align: left;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

p.navigation {
	line-height: 100%;
	font-size: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

p.csc-linkToTop {
	line-height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
}

p.csc-caption, dd.csc-textpic-caption {
	font-size: 0.65em;
	color: #007EC6;
	line-height: 100%;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}


input {
	border: 1px solid #007EC6;
	background-color: #FFFFFF;
	font-size: 0.75em;
}

input.ohne_rahmen {
	border: 0px;
	background-color: #FFFFFF;
	font-size: 0.75em;
}


input.submit {
	border: 1px solid #007EC6;
	color: #007EC6;
	background-color: #FFFFFF;
	font-size: 0.75em;
}


.bg_seitentitel {
	background-color: #FCB815;
}

hr.seitentitel {
	color: #FCB815;
	border: 0px;
	background-color: #FCB815;
	height: 1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 11px 0px;
	width: 100%;
	text-decoration: noshade;
}

hr.seitentitel_kurz {
	color: #FCB815;
	border: 0px;
	background-color: #FCB815;
	height: 1px;
	padding: 0px;
	margin: 0px 168px 11px 0px;
	text-decoration: noshade;
}

div.tx-indexedsearch h2 {
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}

td.tx-indexedsearch-descr {
	border-top: 1px solid #007EC6;
}

.tx-indexedsearch-redMarkup {
	color: #FF0000;
}


/* kein Anfuehrungspunkt in Sitemap-Listen */
ul.csc-menu,
ul.csc-menu li {
	list-style: none;
}

/* P-Tags in Sitemap-Listen */
ul.csc-menu li p {
	font-size: 1em;
}
