body {
  background-image: url(Filer/Baggrund.png);
  background-position: center;
}

#wrapper {
    width: max-content 1100px;
    height: 1500px;
    border-style: solid;
    border-color: #0080ff;
    border-width: thin;
    position: absolute;
    left: 3%;
}

#header {
    width: 1000px;
    height: 120px;
    border-style: solid;
    border-color: black;
    border-width: thin;
    position: absolute;
    left: 0px;
    top: 0px; 
}

#menu {
    width: 997px;
    height: 60px;
    border-style: solid;
    border-color: blue;
    border-width: thin;
    position: absolute;
    left: 0px;
    top: 120px;
}

#tekst {
    width: 685px;
    height: 6000px;
    border-style: solid;
    border-color: #0080ff;
    border-width: thin;
    position: absolute;
    padding: 6px;
    left: 302px;
    top: 180px;

}

#links {
    width: 302px;
    height: 6000px;
    border-style: solid;
    border-color: #0080ff;
    border-width: thin;
    padding-top: 5px;
    padding-right: 2px;
    position: absolute;
    left: 0px;
    top: 180px;
}

#footer {
    width: 1200px;
    height: 100px;
    border-style: solid;
    border-color: #0080ff;
    border-width: thin;
    position: absolute;
    left: 0px;
    top: 2120px;
  }

.overskrift {
  background-color: black;
  color: white;
  text-align: center;
}

.menu {
  font-size: larger;
  background-color: black;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 2px;
  line-height: 1.1em;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration: none;
  color: white;
}

.indhold {
  border-style: outset;
  border-color: #330099;
  color: black;
  font-size: medium;
  background-color: ghostwhite;
  line-height: 1.5em;
  text-align: left;
  padding-left: 10px;
  padding-right: 5px;
  font-family: Arial,Helvetica,sans-serif;
}

.Links {
  border-color: #330099;
  border-width: medium;
  float: left;
  width: 278px;
  background-color: ghostwhite;
  top: 0px;
  position: static;
  padding-top: 3px;
  padding-bottom: 12px;
  padding-left: 5px;
  line-height: 1.5em;
  text-align: left;
  display: block;
  left: 1px;
  font-family: Arial,Helvetica,sans-serif;
  text-decoration: none;
  color: black;
}

h3 {
  color: #330099;
}

p {
  font-family: Verdana,Arial,Helvetica sans serif;
  color: black;
  font-size: medium;
}

.ul {
   font-family: Courier New,Courier,monospace;
   text-decoration-color: white;
   }

#ulnav {
    list-style-type: none;
    width: 1400px;
    float: top;
}
#linav {
    float:left;
}
a.nav:LINK, a.nav:visited {
    background-color: black;
    color: white;
    display: block;
    width: 150px;
    font-weight: strong;
    border-style: solid;
    border-color: buttonface;
    border-width: 2px 1px 1px 2px;
    text-align: center;
    padding: 2px;
    text-decoration: none;
    text-transform: uppercase;
}