/*Scrollbalken*/
html, body, textarea
{
scrollbar-base-color:#000000; /*Basisfarbe der Scroll-Leiste*/
scrollbar-3dlight-color:#000000; /*Farbe für 3D-Effekte*/
scrollbar-arrow-color:#323232; /*Farbe für Verschiebepfeile*/
scrollbar-darkshadow-color:#000000; /*Farbe für Schatten*/
scrollbar-face-color:#000000; /*Farbe für Oberfläche*/
scrollbar-highlight-color:#323232; /*Farbe für oberen und linken Rand*/
scrollbar-shadow-color:#000000; /*Farbe für unteren und rechten Rand*/
scrollbar-track-color:#191919; /*Farbe für freibleibenden Verschiebeweg*/
}

/*Schrift*/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

/*Body*/
body {
	background-color: #000000;
	background-image: url(Bilder/v6bg.jpg);
	background-repeat: repeat-y;
}

/*zusätzliche Schriftstile*/
.Stil1 {
	font-size: 13px;
	font-weight: bold;
}
.Stil2 {font-size: 12px;
        font-weight: bold;
}
.Stil3 {
	font-size: 45px;
	font-weight: bold;
}
.Stil4 {
	font-size: 16px;
	font-weight: bold;
	color: #993300;
}

/*Hyperlinks*/
a:link {
	color: #539dbc;
}
a:visited {
	color: #539dbc;
}
a:hover {
	color: #66FF00;
}
a:active {
	color: #66FF00;
}

/*Navi-Menü*/
ul#menu {
  width: 220px;
  list-style-type: none;
  border-top: solid 1px #5E0F00;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #cccccc;
}

ul#menu li {
  border-bottom: solid 1px #5E0F00;
  line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "- ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #539dbc;
}

ul#menu a.active {
  color: #66ff00;
}