/* SCROLLBAR-FARBEN */
BODY {
scrollbar-face-color: B4C8D2;
scrollbar-highlight-color: B4C8D2;
scrollbar-3dlight-color: 466E91;
scrollbar-darkshadow-color: 466E91;
scrollbar-shadow-color: B4C8D2;
scrollbar-arrow-color: 466E91;
scrollbar-track-color: B4C8D2;
}

/* NORMALER TEXT MIT (u) und OHNE (a) UNTERSTREICHUNG und in FETT (b) */
a            	{ font-family: Arial; font-size: 9pt; color: #000000; word-spacing: 0;
				 text-indent: 0; line-height: 120%; margin: 0; letter-spacing: 0 }
a.white      	{ font-family: Arial; font-size: 9pt; color: #FFFFFF; word-spacing: 0;
				 text-indent: 0; line-height: 120%; margin: 0; letter-spacing: 0 }
a.klein      	{ font-family: Arial; font-size: 7pt; color: #000000; word-spacing: 0;
				 text-indent: 0; line-height: 120%; margin: 0; letter-spacing: 0 }
a.kleinblau   { font-family: Arial; font-size: 7pt; color: #466E91; word-spacing: 0;
				 text-indent: 0; line-height: 120%; margin: 0; letter-spacing: 1 }
a.lightblue  	{ font-family: Arial; font-size: 9pt; color: #8CAAC8; word-spacing: 0;
				 text-indent: 0; line-height: 120%; margin: 0; letter-spacing: 0 }
u            	{ font-family: Arial; font-size: 9pt; text-decoration: underline; 
               text-indent: 0; word-spacing: 0; line-height: 120%; margin: 0; letter-spacing: 0 }
b            	{ font-family: Arial; font-size: 9pt; color: #466E91; font-weight: bold; 
				  text-indent: 0; line-height: 120%; word-spacing: 0; margin: 0; letter-spacing: 1 }

/* NORMALER TEXT in FETT und FARBE */
a.orange     { font-family: Arial; font-size: 9pt; color: #FFCC00; font-weight: bold; 
               word-spacing: 0; text-indent: 0; line-height: 120%; margin: 0; letter-spacing: 0 }
b.blue       { font-family: Arial; font-size: 9pt; color: #0064C8; font-weight: bold;
				 text-indent: 0; line-height: 120%; word-spacing: 0; margin: 0; letter-spacing: 0 }
               
/* NORMALER TEXT in FETT und 14 PUNKT und FARBE */
a.bigblack       { font-family: Arial; font-size: 14pt; color: #000000; font-weight: bold }
a.bigorange      { font-family: Arial; font-size: 14pt; color: #5F7DA5; font-weight: bold }

/* FORMATIERUNGEN für NORMALE HYPERLINKS */
a.hyper:link    { font-family: Arial; font-size: 9pt; color: #0064C8; text-decoration: none }
a.hyper:hover   { font-family: Arial; font-size: 9pt; color: #FF6600; text-decoration: none }
a.hyper:active  { font-family: Arial; font-size: 9pt; color: #FF6600; text-decoration: none }
a.hyper:visited { font-family: Arial; font-size: 9pt; color: #0064C8; text-decoration: none }

/* ZEILENUMBRUCH mit 140% ABSTAND */
br           { font-family: Arial; font-size: 9pt; text-indent: 0; line-height: 120%; 
               word-spacing: 0; margin: 0; letter-spacing: 1 }

/* ZEILENUMBRUCH (ABSATZ) mit 100% ABSTAND*/
p            { font-family: Arial; font-size: 9pt; text-indent: 0; word-spacing: 0; 
               line-height: 100%; margin-left: 0; margin-right: 0; 
               margin-top: 6; margin-bottom: 0; letter-spacing: 1 }

/* TABELLEN-DEFINITIONEN */
table        { font-family: Arial; font-size: 9pt; text-indent: 0; word-spacing: 0; 
               line-height: 120%; margin: 0; letter-spacing: 0 }
td           { font-family: Arial; font-size: 9pt; text-indent: 0; line-height: 120%; 
               word-spacing: 0; margin: 0; letter-spacing: 0 }
tr           { font-family: Arial; font-size: 9pt; text-indent: 0; line-height: 120%; 
               word-spacing: 0; margin: 0; letter-spacing: 0 }

/* DEFINITIONEN für AUFZÄHLUNGEN */
ul           { font-family: Arial; font-size: 9pt; list-style: disc; letter-spacing: 0 }
li           { font-family: Arial; font-size: 9pt; list-style: disc; letter-spacing: 0 }
