 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color: #000000;
scrollbar-face-color: #212121;
scrollbar-highlight-color: #404040;
scrollbar-shadow-color: #000000;
scrollbar-3dlight-color: #616161;
scrollbar-arrow-color:  #A1A1A1;
scrollbar-track-color: #000000;
scrollbar-darkshadow-color: #000000;
}

/* Globale Festlegungen fuer Links, falls nicht in einem extra Style festgelegt*/
a:link {
	color: #3C8845;
	text-decoration: underline;
}
a:visited {
	color: #3C8845;
	text-decoration: underline;
}
a:hover {
	color: #FF3333;
	text-decoration: underline;
}
a:active {
	color: #FF3333;
	text-decoration: underline;
}


/* kleine Schrift, weiss */

.kleinweiss       {
                   font-family: Verdana, Helvetica, sans-serif;
                   font-size: 10px;
                   font-weight: regular;
                   color: #FFFFFF;
                  }
                  
.kleinweissb       {
                   font-family: Verdana, Helvetica, sans-serif;
                   font-size: 10px;
                   font-weight: bold;
                   color: #FFFFFF;
                  }
                  
/* kleine Schrift, weiss, fuer Links */
a.kleinweiss       {
                   font-family: Verdana, Helvetica, sans-serif;
                   font-size: 10px;
                   font-weight: regular;
                   text-decoration: none;
                   color: #FFFFFF;
                  }
                  
a.kleinweiss:hover { font-family: Verdana, Helvetica, sans-serif; font-size:10px; color: red; text-decoration: none; }
                  
/* normale Schrift, weiss */
.normalweiss      {
                   font-family: Verdana, Helvetica, sans-serif;
                   font-size: 15px;
                   font-weight: regular;
                   color: #FFFFFF;
                  }
                  
/* normale Schrift, weiss, fuer links*/
a.normalweiss      {
                    font-family: Verdana, Helvetica, sans-serif;
                    font-size: 15px;
                    font-weight: regular;
                    text-decoration: none;
                    color: #FFFFFF;
                   }

a.normalweiss:hover { font-family: Verdana, Helvetica, sans-serif; font-size:15px; color: red; text-decoration: underline }                                     

/* normale Schrift, weiss */
.status      {
                   font-family: Verdana, Helvetica, sans-serif;
                   font-size: 13px;
                   font-weight: regular;
                   color: #FF9933;
                  }
                  
/* normale Schrift, weiss, fuer links*/
a.status      {
                    font-family: Verdana, Helvetica, sans-serif;
                    font-size: 13px;
                    font-weight: regular;
                    text-decoration: none;
                    color: #FF9933;
                   }

a.status:hover { font-family: Verdana, Helvetica, sans-serif; font-size:13px; color: red; text-decoration: none }

                  
/* normale Schrift, weiss, fuer Links */
.normalbold       {
                   font-family: Verdana, Helvetica, sans-serif;
                   font-size: 15px;
                   font-weight: bold;
                   color: #FFFFFF;
                  }                  
                  
/* normale Schrift, weiss, fuer Links */
.red              {
                   font-family: Verdana, Helvetica, sans-serif;
                   font-size: 15px;
                   font-weight: bold;
                   color: #cc0000;
                  }
                  
/* normale Schrift, weiss, fuer Links */
a.linkbold        {
                   font-family: Verdana, Helvetica, sans-serif;
                   font-size: 15px;
                   font-weight: bold;
                   text-decoration: none;
                   color: #FFFFFF;
                  }
a.linkbold:active { font-family: Verdana, Helvetica, sans-serif; font-size: 15px; font-weight: bold; text-decoration: none; color: #FFFFFF; }
a.linkbold:link { font-family: Verdana, Helvetica, sans-serif; font-size: 15px; font-weight: bold; text-decoration: none; color: #FFFFFF; }
a.linkbold:visited { font-family: Verdana, Helvetica, sans-serif; font-size: 15px; font-weight: bold; text-decoration: none; color: #FFFFFF; }
                   
a.linkbold2       {
                   font-family: Verdana, Helvetica, sans-serif;
                   font-size: 15px;
                   font-weight: bold;
                   text-decoration: underline;
                   color: #FF9933;
                  }
                  
a.linkbold:hover  { font-family: verdana, Helvetica, sans-serif; font-size: 15px; color: red; text-decoration: underline}
a.linkbold2:hover { font-family: verdana, Helvetica, sans-serif; font-size: 15px; color: red; text-decoration: underline}
                  
/* weisse Schrift fuer Ueberschriften */
.headweiss        {
                   font-family: Verdana, Helvetica, sans-serif;
                   font-size: 25px;
                   font-weight: bold;
                   color: #FFFFFF;
                  }
                  
/* weisse Schrift fuer Ueberschriften */
a.headweiss        {
                   font-family: Verdana, Helvetica, sans-serif;
                   font-size: 25px;
                   font-weight: bold;
                   text-decoration: none;
                   color: #FFFFFF;
                  }
a.headweiss:active { font-family: Verdana, Helvetica, sans-serif; font-size: 25px; font-weight: bold; text-decoration: none; color: #FFFFFF; }
a.headweiss:link { font-family: Verdana, Helvetica, sans-serif; font-size: 25px; font-weight: bold; text-decoration: none; color: #FFFFFF; }
a.headweiss:visited { font-family: Verdana, Helvetica, sans-serif; font-size: 25px; font-weight: bold; text-decoration: none; color: #FFFFFF; }
a.headweiss:hover { font-family: verdana, Helvetica, sans-serif; font-size: 25x; color: red; text-decoration: underline}
                  
/* grosse Schrift, weiss, auf Home */
.grossweiss       {
                   font-family: Verdana, Helvetica, sans-serif;
                   font-size: 40px;
                   font-weight: regular;
                   color: #FFFFFF;
                  }
