/* dies ist eine kommentarzeile */
/* Angabe von Fontsize in ABSOLUTwerten (pt) und Angabe der Navbar Dimensionen in RELATIVwerten (em, px)geht schief! */

  body {
    scrollbar-face-color:'gray'; /* gray - same color as picture border! */
    scrollbar-arrow-color:'#666666';
    scrollbar-track-color:'#666666';
    scrollbar-shadow-color:'#666666';
    scrollbar-highlight-color:'white';
    scrollbar-3dlight-color:'#666666';
    scrollbar-darkshadow-color:'#666666';
    font-family: Verdana, Helvetica, Geneva, Arial,
          sans-serif;
    font-size: 14px;
    color: #F5F5F5; /* almost white */
    background-color: #282828}

  img {
   border:none;
   vertical-align:middle
  }

/*                  ... settings for user defined "disclaimer"-class*/
  p.disclaimer {
    color: #C0C0C0;
    font-family: "Courier New",
                  Courier, monospace;
    font-size: 11px}
