/* FARBEN
  Dunkelblau:#2B5998
  Hellblau:   #6F8EB9
  Vanille:    #F8F5CE
  Vanille ohne zitrolook #FFF1ce
  Orange :    #FFD800

*/
  body{ padding:0px; margin:0px; };

  td.navi{
    background-image:url(images/head.jpg);
    background-repeat:no-repeat;
  };
  small.copy {
   font-size:6pt;
  };
  small.error {
   font-size:8pt;
   color:#FF0000;
  };

  a.navi {
    font-family:verdana,arial,helvetica;
    font-size:10pt;
    color:#FFFFFF;
    text-decoration:none;
    font-weight:bold;
  };
  a.navi:hover {
    color:#FF0000;
  };
  body,td,h1,h2 {
    font-family:verdana,arial,helvetica;
    font-size:10pt;
    color:#2B5998;
  };
  h1{
    font-weight:bold;
    font-size:14pt;
  };
  h2{
    font-weight:bold;
    font-size:10pt;
    background-color:#B0C3DA;
    };

  ul { list-style-image:url(images/list.gif); }

  td.impress1 {
    font-family:Arial;
    font-size:10pt;
    font-weight:bold;
    color:#FFFFFF;
    background-image:url(images/gradient.gif);
    text-align:right;
  };

  td.impress2 {
    font-family:Arial;
    font-size:10pt;
    color:#2B5998;
    background-image:url(images/edel.jpg);
  };