body {
   margin-top: 20px;
   margin-bottom: 0px;
   font-family: Arial;
}
div.canvas {
   margin: 0px auto;
   width: 803px;
   background: white; /*green;*/
   height: 100%;
}
div.canvasven {
      background: url('/img/canvas_gradient_ven.gif');
      background-repeat: no-repeat;
      background-position: top left;
}
div.canvashoj {
      background: url('/img/canvas_gradient_hoj.gif');
      background-repeat: no-repeat;
      background-position: top right;
}

div.logo {
   display: none;
/**
   margin: 0;
   padding: 0;
   border: 0;
   width: 100%;
   background: white;
   text-align: center;
   position: relative;
 **/
}
/**
div.flag {
   display: none;
}
 **/

div.menu {
   display: none;
}
img.printlogo {
}

div.menu ul {
   margin: 0;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 0;
   padding-right: 0;
   text-align: center;
   list-style-type: none;
}

div.menu li {
   display: inline;
   background: white;
   padding: 1px;
   border: 1px solid #112D3D;
}
div.menu li a {
   background: #1E4F6A;
   color: white;
   font-weight: bold;
   padding-left: 5px;
   padding-right: 5px;
   text-decoration: none;
}
div.menu li a:hover,
div.menu li a.valgt {
   color: #1E4F6A;
   background: white;
}
div.topovergangven {
      background: url('/img/top_gradient_ven.gif');
      background-repeat: no-repeat;
      background-position: top left;
}
div.topoverganghoj {
      background: url('/img/top_gradient_hoj.gif');
      background-repeat: no-repeat;
      background-position: top right;
}

div.twitterlogo {
      display: none;
}

/**
 **  Benyttes til at lave boksen med afrundede hjørner
 **/

div.leftinfo {
   width: 160px;
   margin-top: 20px;
   margin-left: 6px;
   float: left;
   font-size: 10pt;
}
div.lefttop {
   background-image: url(/img/boxtop.png);
   background-repeat: no-repeat;
   background-position: top left;
   height: 11px;
}
div.leftmid {
   background-image: url(/img/boxmid.png);
   background-repeat: repeat-y;
   overflow: hidden;
   padding-left: 10px;
   padding-right: 5px;
}
div.leftmid h1 {
   display: none;
}
div.leftbot {
   background-image: url(/img/boxbot.png);
   background-repeat: no-repeat;
   background-position: top left;
   height: 11px;
}
div.leftmid h1 {
  font-size: 16pt;
  margin-top: 0;
}
div.leftmid h2 {
  font-size: 12pt;
  margin: 0;
}
div.leftmid div {
  margin-bottom: 0.4em;
}



div.text {
   font-family: arial;
   width: 602px;
   padding-left: 15px;
   padding-right: 20px;
   color: black;
   float: left;
}
div.text h1 {
   display: none;
}

img {
  border: 0;
}
img.logo {
  padding-top: 15px;
  padding-bottom: 5px;
}
img.euro {
  position: absolute; 
  left: 60px; 
  bottom: 48px;
}

img.dk {
  position: absolute;
  right: 40px;
  bottom: 5px;
  border: 0;
  width: 100px;
}
li.tom {
  list-style-type: none;
}
li.tom a {
  color: black;
}

input#submit {
  display: none;
}