html, textarea {
  scrollbar-base-color:#CCCCCC;
  scrollbar-3d-light-color:#CCCCCC;
  scrollbar-arrow-color:#000000;
  scrollbar-darkshadow-color:#CCCCCC;
  scrollbar-face-color:#CCCCCC;
  scrollbar-highlight-color:#000000;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#000000;
}
BODY {
background: #000000;
color: #CCCCCC;
text: #CCCCCC;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt;
}

/* Überschrift 1 */
H1 {
color: #6F6F6F;
margin-top:0px;
margin-bottom: 0px;
font-size: 24pt;
}

/* Überschrift 2 */
H2 {
color: #6F6F6F;
margin-top:0px;
margin-bottom: 0px;
font-size: 18pt;
}

/* Überschrift 3 */
H3 {
color: #6F6F6F;
margin-top:0px;
margin-bottom: 0px;
font-weight: bold;
font-size: 14pt;
}

/* Überschrift 4 */
H4 {
color: #6F6F6F;
margin-top:0px;
margin-bottom: 0px;
font-weight: bold;
font-size: 12pt;
}
/* Farbe der Links im Shop */
A {
color: #CCCCCC;
text-decoration: none;
}

/* Farbe bei MouseOver */
A:hover {
color: #6F6F6F;
text-decoration: underline;
}

/* Farbe bei FocusErhalt */
A:focus {
color: #CFCFCF;
text-decoration: none;
}

/* Farbe bei FocusErhalt */
A:active {
color: #CFCFCF;
text-decoration: none;
}

/* Tabellen immer oben ausrichten */
TR {
vertical-align: top
}