
body { margin-top:10px; margin-bottom:10px; margin-left:250px}
     /* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
     /* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
     /* 10px = 10 Pixel, Wert aenderbar */

BODY {scrollbar-base-color:#158B84; scrollbar-track-color:#CCFFFF; scrollbar-face-color:;        scrollbar-highlight-color:; scrollbar-3d-light-color:FFFFFF;                                scrollbar-dark-shadow-color:#000066; scrollbar-shadow-color:;                               scrollbar-arrow-color:#000066;}
     /*farbiger Scrollbalken */


h1,h2,h3,h4,h5,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Arial,sans-serif}

p { font-family:Arial,sans-serif}
  /*normaler Textabsatz
  /* font-family = Schriftart fuer Textelemente */
  /* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */


h1 { font-size:16pt; margin:4pt 8pt}
   /* Titelseite mit Buttons */
   /* font-size = Schriftgroesse */
   /* 16pt = 16 Punkt, Wert aenderbar */
   /* margin:4pt 8pt = 4 pt Abstand vom Text zum Zellenrand oben, unten; 8pt rechts,links */



h2 { font-size:16pt; }
   /* Seitenueberschriften */
   /* font-size = Schriftgroesse */
   /* 16pt = 16 Punkt, Wert aenderbar */



h2.sh2 { font-size:16pt; }
       /* Abschnittsueberschriften innerhalb einer Seite */
       /* font-size = Schriftgroesse */
       /* 16pt = 16 Punkt, Wert aenderbar */



h3, h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; margin-top:20px}
    /* Zwischenueberschriften wie 'Beispiel', 'Erlaeuterung' */
    /* font-size = Schriftgroesse */
    /* martin-top: Abstand nach oben */
    /* 11pt = 11 Punkt, Wert aenderbar */


h4 { font-size:11pt; font-weight:bold }
   /* Zwischenueberschriften an manchen Stellen */
   /* font-size = Schriftgroesse */
   /* 10pt = 10 Punkt, Wert aenderbar */

h5 { font-size:12pt; font-weight:bold }
   /* Hinweise zu den einzelnen Links */


p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:11pt; }
   /* normaler Text */
   /* font-size = Schriftgroesse */
   /* 10pt = 10 Punkt, Wert aenderbar */


td.titel { border-width:4pt; border-style:solid; border-color:#999999; background-color:#FFCC99;}

/* Titeltabelle */
/* nur MS IE 4, Netscape 4.0 ignoriert diese Angaben */
/* border-width = Randbreite */
/* 1pt = 1 Punkt, Wert aenderbar */
/* border-style = Randstil */
/* solid = durchgezogen, Wert aenderbar */
/* border-color = Randfarbe */
/* #999999 = grau, Wert aenderbar */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */



*.button
      {
      font-family:Arial;
      color: #4857E1;
      width:110px;

      text-align:center;
      background-Color: #D9B664;
      border-left: 2px solid #CCCCCC;
      border-top: 2px solid #CCCCCC;
      border-right: 3px solid #000000;
      border-bottom: 3px solid #000000;
      text-decoration: none;
      }
.button:hover
      {
      Color: #FFFFE0;
      width:110px;
      text-align:center;
      background-Color: #D9B664;
      border-left: 2px solid #000000;
      border-top: 2px solid #000000;
      border-right: 3px solid #cccccc;
      border-bottom: 3px solid #cccccc;
      text-decoration: none;
      }




*.normal { border-width:3pt; border-style:solid; border-color:#999999; background-color:#FFFFE0; vertical-align:middle; margin-bottom:15px; padding:10px;}
         /* Klasse, beliebiegen Elementen zuordbar*/
         /* nur MS IE 4, Netscape 4.0 ignoriert diese Angaben */
         /* border-width = Randbreite */
         /* 1pt = 1 Punkt, Wert aenderbar */
         /* border-style = Randstil */
         /* solid = durchgezogen, Wert aenderbar */
         /* border-color = Randfarbe */
         /* #999999 = grau, Wert aenderbar */
         /* background-color = Hintergrundfarbe */
         /* #FFFFE0 = helles Gelb, Wert aenderbar */
         /* margin-bottom = Abstand zum nachfolgendem Element */
         /* padding = Innenabstand */


*.link { border-width:1pt; border-bottom-style:solid; border-color:#999999; background-color:#FFFFE0; vertical-align:middle; margin-bottom:15px; padding:2px; text-indent:1.5cm;}
         /* Klasse, beliebiegen Elementen zuordbar*/



ol.normal {list-style: circle outside}
/*Aufzählung Punkt eingerückt*/




.code { background-color:#FFFFE0; }

/* Tabelleninhalte mit Quellcode */
/* background-color = Hintergrundfarbe */
/* #FFFFE0 = helles Gelb, Wert aenderbar */
/* Farbe sollte gleich sein wie bei td.xmpcode */


.doc { background-color:#EEEEEE; }

/* Layout-Elemente mit hellgrauem Hintergrund */
/* background-color = Hintergrundfarbe */
/* #EEEEEE = helles Grau, Wert aenderbar */


a:link { color:#AA5522; text-decoration:none; }
a:visited { color:#772200; text-decoration:none; }
a:active { color:#000000; text-decoration:none; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* #AA5522 = kotzbeige, Wert aenderbar */
/* #772200 = scheissbraun, Wert aenderbar */
/* #000000 = schwarz, Wert aenderbar */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */

a.an { text-decoration:none;}






