/* CSS Document allgemein*/

body{
 /*background-image:url(grafiken/neu/backgroundX.jpg);*/
 background-position:center;
 background-repeat:no-repeat;
 background-attachment:fixed; 
 padding:0px; /*innenabstand*/
 background-color:#000000;
 color:#ffffff; 
 font-weight:normal; font-family:Verdana; 
 font-size:10pt;
 font-stretch:wider;
 margin-top:10px; 
 scrollbar-base-color:#444444;
  scrollbar-3dlight-color:#666666;
  scrollbar-arrow-color:#f6c500;
  scrollbar-darkshadow-color:#666666;
  scrollbar-face-color:#555555;
  scrollbar-highlight-color:#444444;
  scrollbar-shadow-color:#444444;
  scrollbar-track-color:#333333;
 }
 
 td{
 font-weight:normal; font-family:Verdana; 
 font-size:8pt; color:#ffffff;
 }
 
td a:link { color:#f6c500; text-decoration:none; }
td a:visited { color:#f6c500; text-decoration:none; }
td a:focus { color:red; text-decoration:underline; }
td a:hover { color:#ffffff; text-decoration:none; }
td a:active { color:#f6c500; text-decoration:underline; }
 
a:link { color:#f6c500; text-decoration:none; font-weight:bold; }
a:visited { color:#f6c500; text-decoration:none; font-weight:bold;  }
a:focus { color:red; text-decoration:underline; }
a:hover { color:#ffffff; text-decoration:none; }
a:active { color:#f6c500; text-decoration:underline; }

table{
padding:0px; border-spacing:0px;
}

.a { font-size: 8px; }
.b { font-size: 9px; }
.c { font-size: 10px; }
.d { font-size: 11px; }
.e { font-size: 12px; }
.f { font-size: 13px; }
.g { font-size: 14px; }
.h { font-size: 15px; }
.i { font-size: 16px; }



