* {
  margin: 0;
  padding: 0;
  font-family: skia,corbel,arial;
}
body {
  background-position: left top;
  background-attachment: fixed;
  background-repeat: repeat;
  background-image: url(../delt/baggrund.jpg);
}
.side {
  margin: 15px auto;
  width: 985px;
  background-color: #fffff2;
}
.banner {
  position: absolute;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  background-color: #993300;
  width: 985px;
}
.menu {
  float: left;
  width: 935px;
  background-color: transparent;
  text-transform: uppercase;
  margin-left: 25px;
  position: absolute;
  margin-top: 32px;
  text-align: center;
}
.indhold {
  text-align: justify;
  padding-top: 65px;
  opacity: 1;
  margin-left: 25px;
  margin-bottom: 15px;
  margin-right: 25px;
  font-size: 14px;
  line-height: 16px;
  font-family: skia,corbel,arial;
}
.sidefod {
  text-align: center;
  background-color: #993300;
  color: white;
  text-decoration: none;
  position: static;
  font-family: skia,corbel,arial;
  font-size: 12px;
  line-height: 14px;
}
h1 {
  text-align: center;
  font-weight: normal;
  font-family: skia,corbel,arial;
  font-size: 16px;
  color: #993300;
}
h2 {
  font-weight: normal;
  text-align: center;
  font-family: skia,corbel,arial;
  font-size: 16px;
}
h3 {
  font-weight: normal;
  font-family: skia,corbel,arial;
  font-size: 12px;
}
h4 {
  font-weight: bold;
}
a:link {
  color: #993300;
  text-decoration: none;
}
a.whitevisited {
  text-decoration: none;
  font-family: skia,corbel,arial;
  color: white;
}
a.menulink {
  display: block;
  text-decoration: none;
  font-family: skia,corbel,arial;
  font-weight: inherit;
  color: #993300;
  font-size: 15px;
  line-height: 26px;
}
a.menulink:hover {
  background-color: #993300;
  color: white;
  display: block;
}
