
/*+++++ CUSTOMIZED DEFAULTS +++++*/

/*+++ 1. Anwendungsrahmen +++*/
/* vorm.: body {color, background-color} */
body {
  color:#000000; /* Schriftfarbe - nicht verwendet */
  background-color:#ffffff; /* Hintergrundfarbe */
}


/*+++ 2. Anwendungstitel +++*/
/* vorm.: .seitentitel {color, background-color} */
h1 {
	color:#003399; /* Schriftfarbe */
/*	background-color:#ffffff;  Hintergrundfarbe, nicht nutzen! */
}


/*+++ 3. Navigationsmenue aktiv +++*/
/* vorm.: .topmenuaktiv, .atopmenuaktiv {color, background-color} */
#nav-lev1 li.current a {
  color:#000000; /* Schriftfarbe */
	background-color:#ff9900; /* Hintergrundfarbe */
}


/*+++ 4. Navigationsmenue passiv +++*/
/* vorm.: .topmenupassiv, .atopmenupassiv {color, background-color} */
#nav-lev1 a,
.topmenupassiv a {color:#003399;} /* Schriftfarbe */
#wrapNav,
.topmenupassiv {background-color:#b5c3e5;} /* Hintergrundfarbe */


/*+++ 5. Untermenuepunkt +++*/
/* vorm.: .submenu, .asubmenu {color, background-color} */
#nav-lev2 a {color:#000000; border-color:#000000;} /* Schriftfarbe */
#nav-lev2 {background-color:#ff9900;} /* Hintergrundfarbe */


/*+++ 6. Reiter aktiv +++*/
/* vorm.: .reiteraktiv, a.reiteraktiv {color, background-color} */
.aktivAll, 
.aktivAll a, 
.aktivAll td, 
.aktivCo, 
.yui-ac-highlight,
th, 
th a {color:#003399;} /* Schriftfarbe - auch: Parameter Charts (Kurslinien, Achsen, Legende) */
.tickerbutton {background-color:#003399;} /* Schriftfarbe - auch: Parameter Charts (Kurslinien, Achsen, Legende) */

.aktivAll, 
.aktivAll a, 
.aktivAll td, 
.aktivBg, 
.yui-ac-highlight,
.yui-ac-highlight td,
th {background-color:#ccd6eb;} /* Hintergrundfarbe - auch: Parameter Ticker-Background */

.aktivBo {border-bottom:1px solid #ccd6eb;} /* Hintergrundfarbe - auch: Parameter Ticker-Background */

.aktivBoCo, 
table, 
th, 
td {border-color:#ccd6eb;} /* Hintergrundfarbe - auch: Parameter Ticker-Background */


/*+++ 7. Reiter passiv +++*/
/* vorm.: .reiterpassiv, a.reiterpassiv {color, background-color} */
.passivAll, 
.passivAll a, 
.passivAll th, 
.passivCo {color:#000000;} /* Schriftfarbe */

.passivAll, 
.passivAll a, 
.passivAll th, 
.passivBg {background-color:#ff9900;} /* Hintergrundfarbe */

.passivBo {border-bottom:1px solid #ff9900;} /* Hintergrundfarbe */

.passivBoCo {border-color:#ff9900;} /* Hintergrundfarbe */


/*+++ 8. ueberschriften in Einzelkursanzeigen +++*/
/* vorm.: .headline {color, background-color} */
h2,h3,dt {
	color:#003399; /* Schriftfarbe */
	background-color:#ffffff; /* Hintergrundfarbe - nicht verwendet */
}


/*+++ 9. Standard-Schriftfarbe +++*/
/* vorm.: .tdbgweiss, pre, .news, .tdbgweissdis {color}, .icontable {color} */
div,
p, 
ul, 
label, 
a, 
table, 
input, 
select, 
textarea {color:#000000;} /* Schriftfarbe */
td, input, select, textarea {background-color:#ffffff;} /* Hintergrundfarbe - nicht verwendet */

.imgbutton {background-color:#003399;} /* Buttonfarbe, bislang inline gesetzt */
.icontable {background-color:#ff9900;} /* Iconfarbe */


/*+++ 11. Kurslisten +++*/
/* vorm.: .positiv {color}, .negativ{color}, .trklodd{background-color}, .trkleven{background-color} */
.pos {color:#00c000;} /* Positive Werte in KL (Werte) */
.posbg {background:#00c000;} /* Positive Werte in KL (Balken) */

.neg {color:#ff0000;} /* Negative Werte in KL (Werte) */
.negbg {background:#ff0000;} /* Negative Werte in KL (Balken) */

.odd td {background-color:#ffffff;} /* Hintergrundfarbe Zeile 1 */
.odd, .odd a {color:#000000;} /* Wert ist immer schwarz??? */

.even td {background-color:#ffffff;} /* Hintergrundfarbe Zeile 2 */
.even, .even a {color:#000000;} /* Wert ist immer schwarz??? */

/*+++ 12. Logo +++*/
  
#wrapHeader .logo {text-align:right;} /* 'left' wenn Logo links, 'right' wenn Logo rechts */
#wrapHeader .titel {text-align:left;} /* 'right' wenn Logo links, 'left' wenn Logo rechts */


/*+++ 13. Link Unterstrich +++*/
/* vorm.: .atopmenuaktiv, .atopmenupassiv, .asubmenu, a.reiteraktiv, a.reiterpassiv {text-decoration} */
#nav-lev1 a, 
#nav-lev2 a, 
ul.reiter li a, 
ul.reiter3 li a, 
ul.reiter4 li a,
 
tr.reiter th a {text-decoration: none;} /* 'underline' wenn Link-Unterstrich= mit Unterstrich */


/*+++++ /CUSTOMIZED DEFAULTS +++++*/
	