/* Überschriften */
h1 {
	font-weight: normal;
	font-size: 140%;
	color:#ffffff;
	background-color:#00765b;
	padding: 2px 10px 2px 10px;
	margin: 0px 0px 0px 0px;
	display: inline;
}

h2 {
	font-weight: normal;
	font-size: 120%  ;
	color:#00765b;
	padding: 0;
	margin: 0;
}

h3 {
	font-weight: normal;
	font-size: 120%  ;
	color:#9fa4a7;
	padding: 0;
	margin: 0;
}

h4 {
	font-weight: bold;
	font-size: 100%  ;
	color:#00765b;
	padding: 0;
	margin: 0;
}

h5 {
	font-weight: bold;
	font-size: 100%  ;
	color:#9fa4a7;
	padding: 0;
	margin: 0;
}

h6 {
	font-weight: normal;
	font-size: 70%  ;
	color:#000000;
	padding: 0;
	margin: 0;
}

.marginaltext,
div#main_container p.marginalie {
	font-weight: normal;
	font-size: 105%  ;
	color:#9fa4a7;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top:1px solid #9fa4a7;
	border-bottom:1px solid #9fa4a7;
	
}
div#main_container p.marginalie {
	padding-bottom: 15px;
}

/* Trennlinie */
hr {
	background: url(../images/tbl_dot.gif) repeat-x left top;
	margin-top:15px; 
	margin-bottom:15px;
	border: none;
	height: 1px;
}

div#main_container p {
	margin-bottom: 1em;
}

/**
 * Tabellen
 */
/* Styles für Tabellen */
table.gbtable {
	font-family: arial, sans-serif;
	font-size: 0.85em;
	line-height: 1.2em;
	border-collapse: collapse;
	margin-bottom: 15px;
	padding: 0;
	width: 730px;
	color: #3c464c;
}

table.gbtable td {
	padding: 2px 5px 2px 5px;
	text-align: right;
	vertical-align: top;
	border-style: none;
	border-bottom:2px solid #ffffff;
	background-color: #f5f7f8;
}

/* Tabellenkopf oder Z-Kopf */
thead tr.normal td, tbody tr.zkopf td {
	background-color: #dfe4e7;
	border-bottom:2px solid #fff;
	font-weight: bold;
}
thead tr.normal td.l, tbody tr.zkopf td.l {
	text-align: left;
}
thead tr.normal td.r, tbody tr.zkopf td.r {
}
thead tr.normal td.aktuell, tbody tr.zkopf td.aktuell {
	background-color: #a7b0b5;
	border-bottom: 2px solid #ffffff;
	font-weight: bold;
}

/* Normalzeile */
tbody tr.normal td {
}
tbody tr.normal td.l {
	text-align: left;
}
tbody tr.normal td.aktuell {
	background-color: #dfe4e7;
	border-bottom: 2px solid #ffffff;
}	
tbody tr.normal td.r {
}

/* Leerzeile */
tbody tr.leer td {
	border-bottom-style: none;
	background-color: #ffffff;
}
tbody tr.leer td.aktuell {
	background-color: #ffffff;
	border-bottom: 2px solid #ffffff;
	color: #fff;
}

/* Hauptgruppe */
tbody tr.hauptgruppe td {
	background-color: #f5f7f8;
	border-bottom: 2px solid #fff;
	font-weight: bold;
}
tbody tr.hauptgruppe td.l {
	text-align: left;
}
tbody tr.hauptgruppe td.r {
}
tbody tr.hauptgruppe td.aktuell {
	background-color: #dfe4e7;
	border-bottom: 2px solid #fff;
}
/* Gruppe */
tbody tr.gruppe td {
	background-color: #f5f7f8;
	border-bottom: 2px solid #fff;
	font-weight: bold;
}
tbody tr.gruppe td.l {
	text-align: left;
}
tbody tr.gruppe td.r {
}
tbody tr.gruppe td.aktuell {
	background-color: #dfe4e7;
	border-bottom: 2px solid #fff;
}
/* Untergruppe */
tbody tr.untergruppe td {
	background-color: #f5f7f8;
	border-bottom: 2px solid #fff;
}
tbody tr.untergruppe td.l {
	text-align: left;
}
tbody tr.untergruppe td.r {
}
tbody tr.untergruppe td.aktuell {
	background-color: #dfe4e7;
	border-bottom: 2px solid #fff;
}

/* Zwischensumme */
tbody tr.zsumme td {
	background-color: #dfe4e7;
	border-bottom: 2px solid #fff;
	font-weight: bold;
}
tbody tr.zsumme td.l {
	text-align: left;
}
tbody tr.zsumme td.r {
}
tbody tr.zsumme td.aktuell {
	background-color: #c9d0d5;
	border-bottom: 2px solid #fff;
	
}

/* Summe */
tbody tr.summe td {
	background-color: #dfe4e7;
	font-weight: bold;
	border-bottom: 2px solid #fff;
}
tbody tr.summe td.l {
	text-align: left;
}
tbody tr.summe td.r {
}
tbody tr.summe td.aktuell {
	background-color: #c9d0d5;
	
}
tbody tr.summe td.td-last {
}

/* Eingerückt */
tbody tr.ebene2 td {
}
tbody tr.ebene2 td.l {
	padding: 2px 5px 2px 10px;
	text-align: left;
}
tbody tr.ebene2 td.r {

}
tbody tr.ebene2 td.aktuell {
	background-color: #dfe4e7;
	border-bottom: 2px solid #fff;
}	

/* In der letzten Zeile untere Linie in schwarz */
table.gbtable tr.tr-last td {
}

/* Zeilen- und Spaltennummern */
thead tr td.coord, 
tbody tr td.coord {
	color: red;
	font-size: 0.8em;
	border-left-style: none;
	border-top-style: none;
	border-right: 1px dashed red;
	border-bottom: 1px dashed red;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	background-color: inherit;
}

/* Fußzeile */
div.tx-heurekagbtable-footer {
	color: #000000;
	font-size: 70%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/* Styles für Listen */

div#main_container ul li {               
	list-style-position: inside;
	line-height: 160%;
	list-style-type: disc;
	list-style-image: none;
} 

.csc-header-date {
	font-style:italic;
}

.csc-subheader {
	font-weight: bold;
	font-size: 100%;
} 

/* Börsenlexikon */
div.tx-mrglossary-pi1 {
	margin-top: 25px;
	font-weight: normal;
	font-size: 1em;
	padding: 3px 0px 4px 0px;
	border-top:0px solid #40474e;
}
div.tx-mrglossary-pi1 div.catchword {
	font-weight: bold;
}
div.tx-mrglossary-pi1 div.catchword_desc {
	font-weight: normal;
	padding-bottom: 25px;
}
div.tx-mrglossary-pi1 div.catchword_top {
	margin-top: -25px;
	float:right;
}
div.tx-mrglossary-pi1 a.alphabet, div.tx-mrglossary-pi1 div.alphabet {
	color: #465360;
	padding: 10px 7px 10px 0px;
	font-weight: bold;
	font-size: 1.1em;
}
div.tx-mrglossary-pi1 a.alphabet:hover {
	color: #465360;
}
div.tx-mrglossary-pi1 a.letter {
	text-decoration:underline;
	color: #465360;
}
div.tx-mrglossary-pi1 div.letter {
	border-bottom:0px solid #40474e;
	color: #465360;
	font-size: 1.8em;  
	padding: 25px 0px 20px 0px;
	font-weight: normal;
}
div.tx-mrglossary-pi1 div.letter a { 
	text-decoration:none; 
}

/* tip a friend */

div.tipafriend-form {
	margin-top: 25px;
}
div.tipafriend-form div.text {
	float:left;
	clear: both;
	display: block;
	width: 180px;
}
div.tipafriend-form input, div.tipafriend-form textarea#TIPFORM_message_id {
	width: 240px;
	border:1px solid #96a1a6;
	font-size: 0.9em;
	margin: 0px 0px 5px 0px;
}
div.tipafriend-form input#TIPFORM_html_message_id {
	width: auto;
}
div.tipafriend-form p.right {
	margin: 0px 0px 10px 180px;
}
div.tipafriend-form p.left {
	margin: 10px 0px 10px 0px;
}

div.tipafriend-form input.button {
	width: 112px;
	border:1px solid #96a1a6;
	margin: 0px 0px 0px 180px;
}

/* style for user_printbasket */
div.user_printbasket_selector {
	float: right;
	padding: 1px 5px 5px 5px;
}

/* style fuer Zahlenanalyse */
select.tx_heurekagraphzahl {
	font-family: arial, verdana, sans-serif;
	font-size: 90%;
	font-style: normal;
	color: #465360;
	padding: 0px;
	margin: 5px;
	width: 240px;
}
select.tx_heurekagraphzahl#first_field {
	width: 500px;
}
select.tx_heurekagraphzahl#second_field {
	width: 500px;
}
.tx_heurekagraphzahl {
	font-family: arial, verdana, sans-serif;
	font-size: 90%;
	font-style: normal;
	color: #465360;
}

/* Suchergebnis Styles */
/* styles for extension "tx_indexedsearch" */
.tx-indexedsearch {
	margin-top: 25px;
	font-size: 1em;
}
.tx-indexedsearch .res-tmpl-css .title {
	float: left; 
	font-size: 1.0em;
	margin-bottom: 10px;
}
.tx-indexedsearch .percent-tmpl-css {
	font-size: 1.0em;
	margin: 0;
	letter-spacing: 0; 
	font-weight: normal; 
	float:right;
}
.tx-indexedsearch .res-tmpl-css .icon, .tx-indexedsearch .res-tmpl-css .result-number { 
	float: left; 
}
.tx-indexedsearch .res-tmpl-css p.tx-indexedsearch-descr { font-style:italic; }
.tx-indexedsearch .descr {
	clear: both;
}
.tx-indexedsearch .tx-indexedsearch-browsebox {
	clear: both;
}
.tx-indexedsearch .tx-indexedsearch-browsebox li {
	display:inline; 
	margin-right:5px; 
}
.tx-indexedsearch .tx-indexedsearch-browsebox p { 
	margin: 10px 0px 10px 0px; 
}
.tx-indexedsearch .tx-indexedsearch-res h3 {
	border: none;
	width: auto;
	font-size: 110%;
	padding: 0;
}
.tx-indexedsearch .tx-indexedsearch-res p.tx-indexedsearch-descr .tx-indexedsearch-redMarkup { 
	color: #649C8E; 
}
.tx-indexedsearch a {
	color: #00765B; 
	font-weight: normal; 
	text-decoration: none; 
}
.tx-indexedsearch a:hover {
	color: #649C8E; 
}
.tx-indexedsearch .res-tmpl-css {
	width: 473px;
	background-color: #f4f4f4;
	padding: 10px;
	margin: 10px 0px 20px 0px;
	float: left;
	clear: both;
}
.tx-indexedsearch .info-tmpl-css {
	display: none;
	font-size: 0.6em;
}

/* Search word markup */
span.csc-sword { 
	font-weight: bold; 
	color: #649C8E;
	background-color: #ffffff;
}

/* Sitemaps Styles */

div#main_container div.csc-sitemap { 
	font-size: 1em; 
	margin: 25px 0; 
	padding: 0; 
}
div#main_container div.csc-sitemap ul {
	padding: 0;
	margin: 0;
}
div#main_container div.csc-sitemap ul li {
	list-style-image: none;
	list-style-type: none;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.6em; 
	padding: 0;
}
div#main_container div.csc-sitemap ul {
	list-style-type: none;
}
div#main_container div.csc-sitemap ul li {
	background-color: #465360; 
	margin-top: 10px;
	border-top: 1px solid #dae1e7;
}
div#main_container div.csc-sitemap ul li a {
	color: #ffffff; 
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
}
div#main_container div.csc-sitemap ul li a:hover {
	color: #649C8E;
}
div#main_container div.csc-sitemap ul li ul {
	padding-left: 20px;
	background-color: #ffffff; 
	border-top: 1px solid #cccccc;
}
div#main_container div.csc-sitemap ul li ul li {
	margin-top: -1px;
	background-color: #ffffff; 
}
div#main_container div.csc-sitemap ul li ul li a {
	color: #465360;
	font-weight: bold;
	font-size: 0.9em;
}
div#main_container div.csc-sitemap ul li ul li a:hover {
	color: #649C8E; 
}
div#main_container div.csc-sitemap ul li ul li ul {
}

/* Unsichtbare Elemente */
div.invisible {
	display: none;
}

/* Bilder formatieren */
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	display:block;
	float:none;
	margin-bottom: 10px;
}

div.tx-frontenddiff-pi1 span.diff-g {
	background-color: #a8d4a8;
}
div.tx-frontenddiff-pi1 span.diff-r {
	background-color: #ffa8a8;
}


