/* ------------------------------------------------------ */
/* De Kommunale Nøgletal - Kald af SvgConverter fejlet    */
/* ------------------------------------------------------ */

  body {
    margin: 0;
    font-size: 12px;
    background-color: #e6e6e6;
    font-family: Helvetica, Arial, sans;
  }
  #group {
    color: white;
    text-align: center;
    width: 100%;
    margin: 10px 0 0 0;
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
  }
  a:link, a:visited, a:active {
    color: blue;
    text-decoration: none;
  }
  a:hover {
    color: red;
    text-decoration: none;
  }
  img {
    border: none;
  }
  #content {
    padding: 100px 25px 10px 25px;
  }
  #logo {
    position: absolute;
    left: 20px; top: 5px;
    /* width: 125px; */
  }
  #links a#print {
    position: absolute;
    /* right: 65px; top: 20px; */
    right: 20px; top: 20px;
  }
/*
  #links a#close {
    position: absolute;
    right: 20px; top: 20px;
    color: white;
  }
*/
  #title {
    font-size: 12px;
    text-align: center;
    margin: 30px 0 0 0;
  }
  #copyr {
    text-align: right;
    margin: 15px 0 10px 0;
  }
  div.pgf {
    width: 100%;
    margin: 15px 0 3px 0;
    padding: 2px 0 0 10px;
    font-weight: bolder;
    background-color: #b2b2b2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  div.txt {
    padding: 2px 5px 0 10px;
  }
  #hdr {
    position: absolute;
    height: 102px;
    width: 100%;
    top: 0px;
    border-top: 5px #00c0af solid;
    background: #738089;
    background-image: linear-gradient(black,#e6e6e6);
    background-image: -o-linear-gradient(black,#e6e6e6);
    background-image: -moz-linear-gradient(black,#e6e6e6);
    background-image: -webkit-linear-gradient(black,#e6e6e6);
    background-image: -ms-linear-gradient(black,#e6e6e6);
    background-image: -webkit-gradient(linear,left bottom,left top,black,#e6e6e6);
  }
  @media print {
    #print, #close {
      display: none
    }
    body {
      background-color: white;
    }
    div.pgf {
      background-color: white;
    }
    #hdr {
      background-color: white;
      background-image: none;
    }
  }
