body {
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  background-image: url('background.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#vers {
  background-color: #fbfbfb;
  position: fixed;
  left: 220px;
  top: 30px;
  width: 500px;
  padding: 0px;
  color: black;
  border: #000000 1px solid;
  display: none;
  box-shadow: 0px 0px 8px 0px;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  font-size: 16px;
}

#verstop {
  width:500px;
  cursor: move;
  padding: 0px;
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  background-color: #000000;
}

.sidefod {
  width: 950px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  opacity:1;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.menu {
 color: #ffffff;
 background-color: #000000;
 border-bottom: 1px solid black;
 border-top: 1px;
 solid black; height: 5px;
 vertical-align: top;
 font-weight: bold;
 opacity:1;
}

td.menu a {
 color: #ffffff;
 background-color: #000000;
 font-weight: bold;
 border-color: #000000;
}

.menu a:hover {
 color: #000000;
 background-color: #eeeeee;
 font-weight: bold;
 border-color: #eeeeee;
 opacity:1;
}

.bund {
  color: #ffffff;
  background-color: #000000;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  height: 5px;
  vertical-align: top;
  font-weight: bold;
  text-align: center;
  opacity:0.88;
}

.opned a {color: #000000; text-decoration:none; font-weight: bold;font-family:batang;}
.opned {color: #dedede;font-family:batang;}

span.velkommen {font-size: 150%}

span.logo {color: #FFFFFF; font-size: 275%}

.c5 {text-align: center}

.c4 {background-color: #FFFFFF}

.c3 {background-color: #EFEFEF}

span.c2 {font-size: 70%}

fieldset {
border: #000011 3px solid;
background-color: #ffffff;
opacity: 1;
border-radius:8px;
}

legend {
background-color: #ffffff;
border-radius:5px;
}

.scroll
{
  align:center;
  width: 950px;
  height:440px;
  overflow-x:hidden;//hidden - scroll
  overflow-y:scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling:touch;
}

.box{
  border-radius:10px;
  background-color: #fbfbfb;
  width:200px;
}

.header {
  padding: 0px 0px;
  width: 950px;
  opacity:1;
}

.sticky {
  position: fixed;
  top: 0;
  opacity:1;
  z-index: 10;
}

.sticky + .content {
  padding-top: 60px;
}


#tekst {
  padding: 10px;
  vertical-align: top;
  text-align: left;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

.dropbtn {
  color: white;
  padding: 10px;
  font-size: 12px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 8px 10px;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}


@media print {
 .pil{
    display: none;
  }

 .skift{
    display: none;
  }
}

.skift{
 font-size: 15px;
border-radius:8px;
}

.overskrift{
 font-size: 24px;
}

.box{
 font-size: 15px;
}

.tekst{
 font-size: 19px;
 font-family: Times;
}

div.fixed {
 position: fixed;
 display:none;
 top: 30%;
 left: 50%;
 transform: translate(-50%, -50%);
 background: #EFEFEF;
 width: 430px;
 height: 410px;
 text-align: center;
}

      [data-title]:hover:after {
        opacity: 1;
        transition: all 0.1s ease 0.1s;
        visibility: visible;
        background: lightblue;
      }

      [data-title]:after {
        content: attr(data-title);
        position: absolute;
        bottom: -1.6em;
        left: 100%;
        padding: 4px 4px 4px 8px;
        color: black;
        white-space: nowrap;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 8px;
        -moz-box-shadow: 0px 0px 4px #666;
        -webkit-box-shadow: 0px 0px 4px #666;
        box-shadow: 0px 0px 4px #666;
        background-image: -moz-linear-gradient(top, #f0eded, #bfbdbd);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0eded), color-stop(1, #bfbdbd));
        background-image: -webkit-linear-gradient(top, #f0eded, #bfbdbd);
        background-image: -moz-linear-gradient(top, #f0eded, #bfbdbd);
        background-image: -ms-linear-gradient(top, #f0eded, #bfbdbd);
        background-image: -o-linear-gradient(top, #f0eded, #bfbdbd);
        opacity: 0;
        z-index: 99999;
        visibility: hidden;
      }

      [data-title] {
        position: relative;
      }
      