body {
  margin: 0px;
  background-image: url(baggrund2.jpg);
  background-attachment: fixed;
   background-size: 100% 100%;
}

td.menu {
  color: #ffffff;
  background-color: #000000;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  font-weight: bold;
  height: 20px;
  width: 950px; 
  vertical-align: bottom;
  font-weight: bold;
}

td.menu a {
  color: #ffffff;
  background-color: #000000;
  font-weight: bold;
  text-decoration: none;
}

td.menu a:hover {
  color: #000000;
  background-color: #eeeeee;
  font-weight: bold;
  border-color: #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  text-decoration: none;
}

.dennekategori {
  color: #000000;
  background-color: #cccccc;
  text-decoration: none;
}

.dennekategori:hover {
  color: #cccccc;
  background-color: #000000;
  text-decoration: none;
}

.kategori {
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
}

.kategori:hover {
  color: #ffffff;
  background-color: #999999;
  text-decoration: none;
}

td.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;
}

td.opned a {
  color: #000000;
  text-decoration:none;
  font-weight: bold;
  font-family:batang;
 }

td.opned {
  color: #dedede;
  font-family:batang;
}


span.velkommen {
  font-size: 150%
}

span.logo {
  color: #FFFFFF;
  font-size: 275%
}

div.c5 {
  text-align: center;
}

table.c4 {
  background-color: #FFFFFF;
}

td.c3 {
  background-color: #EFEFEF;
}

span.c2 {
  font-size: 70%;
}

.header {
  padding: 0px 0px;
  width: 950px;
  opacity:0.95;
  z-index: 5;
}

.sticky {
  position: fixed;
  top: 0;
  z-index: 1;
}

.sticky + .content {
  padding-top: 80px;
}

.sidefod {
  width: 950px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  opacity:1;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 20;
}

.watchbutton {
    width: 50px;
    height: 25px;
    border: 3px soldi white;
    border-radius: 50px;
    background: #202020;
    color: white;
    cursor: pointer;
    outline: none;
}