* {
  margin: 0;
  padding: 0;
}
body {
  background-image: url(../delt/baggrund.jpg);
  background-position: left top;
  font-family: verdana,corbel,arial;
  background-repeat: repeat;
  background-attachment: fixed;
  color: white;
}
.side {
  margin: 15px auto;
  background-color: black;
  width: 1050px;
}
.banner {
  font-weight: bold;
  width: 1050px;
  font-family: Zapfino,Lucida Handwriting;
  font-size: 13px;
  height: 30px;
  position: absolute;
  line-height: 15px;
  text-align: right;
}
.menu {
  width: 1050px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  line-height: 26px;
  font-size: 13px;
  margin-top: 31px;
  color: white;
}
.undermenu {
  margin-left: 25px;
  position: absolute;
  font-weight: normal;
  text-decoration: none;
  color: #339999;
  width: 1000px;
  margin-top: 62px;
  font-size: 13px;
  text-align: center;
  height: 24px;
  line-height: 26px;
}
.indhold {
  margin-right: 25px;
  padding-bottom: 20px;
  margin-left: 25px;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 18px;
  font-weight: inherit;
  color: white;
  padding-top: 88px;
  text-align: justify;
}
h1 {
  font-size: 16px;
  text-align: center;
  color: #339999;
}
h2 {
  font-size: 15px;
  text-align: center;
  font-weight: normal;
}
h3 {
  font-weight: bold;
  font-size: 14px;
}
h4 {
  text-decoration: underline;
  font-size: 14px;
  font-weight: normal;
}
h5 {
  text-decoration: underline;
  font-size: 14px;
  font-style: italic;
}
h6 {
  font-weight: normal;
  font-size: 10px;
}
a:link {
  color: #339999;
  text-decoration: none;
}
a:visited {
  color: #666666;
  text-decoration: none;
}
a.blackvisited {
  display: block;
  text-decoration: none;
  color: white;
}
a.blackvisited:hover {
  background-color: #339999;
  color: white;
}
a.purplevisited {
  text-decoration: none;
  display: block;
  color: #666666;
}
a.purplevisited:hover {
  color: #666666;
  background-color: #339999;
}
a.purple {
  text-decoration: none;
  color: #339999;
}
a.purple:hover {
  color: black;
  background-color: #339999;
}
a.black {
  color: white;
  text-decoration: none;
}
a.black:hover {
  color: #339999;
}
a.blivlilla {
  text-decoration: none;
  color: #339999;
}
a.red {
  color: #339999;
  text-decoration: blink;
}
a.red:hover {
  color: black;
}
img {
  border: 1px solid black;
  background-color: transparent;
}
