

/* STYLES FÜR DIE HORIZONTALE NAVIGATION */
/* .navi_no = normal / .navi_act = aktiv */
/* Wird hier nicht gebtaucht */
.navi_no				{ font-size: 20pt; font-family: Verdana; color: #FF0000; text-decoration: none }
.navi_act				{ font-size: 20pt; font-family: Verdana; color: #ff00f0; text-decoration: none; }



/* STYLES FÜR DIE NAVIGATION LEFT */
/* .subnavi_no = normal / .subnavi_act = aktiv   */
/* .subnavi = Ebene 1 / .subnavi2 = Ebene 2      */
/* DIV.XYZ = Element-Angabe z.B. der Tabelle     */

DIV.subnavi_no			{ padding: 5px; width: 0px; margin-left: 0px }
a.subnavi_no			{ font-size: 10pt; font-family: Verdana; color: #666666; text-decoration: none; }
a.subnavi_no:hover		{ font-size: 10pt; font-family: Verdana; color: #333333; text-decoration: none; text-transform: uppercase; }

DIV.subnavi_act			{ padding: 5px 5px 5px 5px; width: 0px; margin-left: 0px; }
a.subnavi_act			{ font-size: 10pt; font-family: Verdana; color: #333333; text-decoration: none }
a.subnavi_act:hover		{ font-size: 10pt; font-family: Verdana; color: #333333; text-decoration: none; text-transform: uppercase; }

DIV.subnavi2_no			{ padding: 5px 5px 5px 5px; width: 0px; padding-left: 15px; }
a.subnavi2_no			{ font-size: 10pt; font-family: Verdana; color: #666666; text-decoration: none; }
a.subnavi2_no:hover		{ font-size: 10pt; font-family: Verdana; color: #333333; text-decoration: none; text-transform: uppercase; }

DIV.subnavi2_act		{ padding: 5px 5px 5px 5px; width: 0px; padding-left: 15px; }
a.subnavi2_act			{ font-size: 10pt; font-family: Verdana; color: #333333; text-decoration: none; }
a.subnavi2_act:hover	{ font-size: 10pt; font-family: Verdana; color: #333333; text-decoration: none; text-transform: uppercase;}




/* STYLES FÜR DIE ROOTLINE */

SPAN.rootline_no		{ font-size: 10pt; font-family: Tahoma, Verdana; color: #666666; text-decoration: none; margin-left: 0px; padding: 5px 1px 5px 1px; }
a.rootline_no			{ font-size: 10pt; font-family: Tahoma, Verdana; color: #666666; text-decoration: none; }
a.rootline_no:hover		{ font-size: 10pt; font-family: Tahoma, Verdana; color: #666666; text-decoration: none;font-weight: bold; }




/* STYLES FÜR DEN FOOTER */
/* .copy ist für den Text im footer a.footer für die links */

.copy					{ font-size: 8pt; font-family: Tahoma, Verdana; color: #666666; text-decoration: none }
a.footer				{ font-size: 8pt; font-family: Tahoma, Verdana; color: #666666; text-decoration: none }
a.footer:hover			{ font-size: 8pt; font-family: Tahoma, Verdana; color: #666666; margin-left:0; text-decoration: none; font-weight: bold; }
a.footer:active			{ font-size: 8pt; font-family: Tahoma, Verdana; color: #666666; margin-left:0; text-decoration: none }




/* -------------------------------------------------------------------------------------------------- */
/* --- NORMALE TAGS --- */




a						{ font-size: 10pt; font-family: Verdana, Tahoma; color: #999999; text-decoration: none }
a:hover					{ font-size: 10pt; font-family: Verdana, Tahoma; color: #000000; text-decoration: none }
a:active				{ font-size: 10pt; font-family: Verdana, Tahoma; color: #999999; text-decoration: none }

p                       { font-size: 10pt; font-family: Verdana, Tahoma; color: #000000; text-decoration: none }

H1                      { font-size: 12pt; font-family: Verdana, Tahoma; color: #000000; text-decoration: none }
H2                      { font-size: 10pt; font-family: Verdana, Tahoma; color: #000000; text-decoration: none }
H3                      { font-size: 10pt; font-family: Verdana, Tahoma; color: #000000; text-decoration: none }
/* --- .H4 ist für die Tabelle Kursdaten  --- */
.H4                     { font-size: 10pt; font-family: Verdana, Tahoma; color: #000000; text-decoration: none }
H5                      { font-size: 10pt; font-family: Verdana, Tahoma; color: #ff00ff; text-decoration: none }
H6                      { font-size: 10pt; font-family: Verdana, Tahoma; color: #ffff00; text-decoration: none }



/* -------------------------------------------------------------------------------------------------- */
/* --- TEMPLATE DESIGN --- */

.footer					{ background-color: #e2e2e2; }
.logo					{ background-color: #b9b9b9; }
.menue					{ background-color: #e2e2e2; }
.rootline				{ text-align: center; background-color: #e2e2e2; }

.content				{ vertical-align:top; background-color: #ffffff; border-style:none; border-color:transparent; }

.all					{ background-color:#ffffff; }

.bgc_10					{ background-color: #b9b9b9; }
.bgc_13					{ background-color: #b9b9b9; }
.bgc_14					{ background-color: #ffffff; }
.bgc_16					{ background-color: #ffffff; }
.bgc_17					{ background-color: #b9b9b9; }
