  @media print
  {
    .overskrift 
    {
      display         : none;
    }
    .menu
    {
      display         : none;
    }
  }

  html
  {
    text-align : center;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 9pt;
    color : #000000;
  }
  
  h1
  {
    font-size : 18pt;
  }

  h2
  {
    font-size : 12pt;
  }

  h3
  {
    font-size : 10pt;
  }

  a:link     { text-decoration : underline; border : 0px; padding : 0px; color : #000000;}
  a:active   { text-decoration : underline; border : 0px; padding : 0px; color : #000000;}
  a:visited  { text-decoration : underline; border : 0px; padding : 0px; color : #000000;}
  a:hover    { text-decoration : underline; border : 0px; padding : 0px; color : #0000ff;}

  pre
  {
    font-size : 8pt;
  }
  
  img
  {
    border : 0px;
  }

  .side
  {
    width  : 800px;
    margin : auto;
    border : 1px solid #000000;
    text-align : left;
  }
  
  td
  {
    vertical-align    : top;  
  }

  td.overskrift
  {
    background-image  : url("baggrund-overskrift.jpg");
    background-repeat : no-repeat;
  }

  div.overskrift
  {
    height            : 120px;
    padding-left      : 140px;
    color             : #ffffff;
    font-size         : 50pt;
  }

  td.menu
  {
    vertical-align    : top;
    background-image  : url("baggrund-menu.jpg");
    background-repeat : no-repeat;
    background-color  : #fdf8a8;
  }
  
  div.menu
  {
    width             : 190px;
    height            : 100%;
    margin            : 5px;
    font-size         : 10pt;
  }
  

  td.indhold
  {
    background-image  : url("baggrund-indhold.jpg");
    background-repeat : no-repeat;
    vertical-align    : top;
  }

  div.indhold
  {
    width             : 590px;
    height            : 100%;
    margin            : 5px;
    vertical-align    : top;
  }

  .tOverskrift
  {
    background-color : #eeeeee;
  }

  .tFarve1
  {
    background-color : #fffff7;
  }

  .tFarve1Fremhaev
  {
    background-color : #fffff7;
    font-weight      : bold;
  }

  .tFarve2
  {
    background-color : #f0f7ff;
  }

  .tFarve2Fremhaev
  {
    background-color : #f0f7ff;
    font-weight      : bold;
  }

  .Button
  {
//    font-family         : verdana, arial, sans-serif;
//    font-size           : 11px;
    font-weight         : normal;
    color               : #000000;
    background-color    : #eeeeee;
    border              : 1px solid black;
    cursor              : hand;
  }