/* CSS Grundstil online-research */

body {
 margin-left:40px; 
 margin-right:40px;
 background-color:#000000;
 color:#336699;
 font-size:12pt;
 font-family:Verdana,Arial,Helvetica,sans-serif;
  scrollbar-arrow-color:#000066;
  scrollbar-face-color:#336699;
  scrollbar-shadow-color:#003366;
  scrollbar-highlight-color:#6699cc;
  scrollbar-track-color:#006699; 
}

a:link     { text-decoration:none;  color:#336699; }
a:active   { text-decoration:none;  color:#ffcc00; }
a:visited  { text-decoration:none;  color:#336699; }
a:hover    { text-decoration:none;  color:#cccccc; background-color:#003399; }

hr {
  color:#336699;
  text-align:center;
}

h1 {
 font-size:9pt;
 text-align:center;
 color:#6699cc;
 font-weight:300;
}

td {
  vertical-align:top;
}


