html, body, textarea {
  scrollbar-base-color: black;
  scrollbar-3d-light-color: white;
  scrollbar-arrow-color: red;
  scrollbar-darkshadow-color: black;
  scrollbar-face-color:black;
  scrollbar-highlight-color: white;
  scrollbar-shadow-color: white;
  scrollbar-track-color: #9a9a9a;
  /*scrollbar-track-color: red;*/
}


body {
   background-color: black;
   background-image: url(../bilder/background-main.gif);
   background-attachment: fixed;
   background-repeat:repeat-x;
   margin: 0;
   padding: 8px;
   color: white;
   font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular, sans-serif;
}

body.agb {
 background-image: none;  
}

img {
   border-style: none;
}

h1 {
   font-size:18pt;
}

h2 { 
   font-size:14pt;
}

h3 {
   font-size:12pt;
}

h4 {
   font-size:10pt;
}

th {
   font-size: 9pt;
   font-weight: bold;
}

p, ul, ol, li, div, td, address, nobr, b, i, a {
   font-size: 9pt;
}

a:link {
   color: white;
   text-decoration: underline;
}

a:hover {
   color: red;
   text-decoration: none;
}

a:visited {
   color: yellow;
   text-decoration: underline;
}

a:active {
   color: red;
   text-decoration: none;
}

form {
   margin: 0;
   padding: 0;
}

input {
   font-size: 7pt;
}

