* {
  margin: 0;
  padding: 0;
}
body {
  background-position: left top;
  background-repeat: repeat;
  color: white;
  background-color: black;
  background-image: url(baggrund.jpg);
}
.side {
  margin-right: auto;
  width: 930px;
  font-size: 16px;
  text-align: justify;
  line-height: 20px;
  margin-left: auto;
  font-family: skia;
  color: #999999;
}
.banner {
  font-family: papyrus;
}
.menu {
  font-size: 16px;
  line-height: 18px;
}
.bund {
  position: fixed;
  width: 100%;
  top: 20px;
  text-align: right;
  right: 20px;
}
h1 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  font-family: Papyrus;
}
h2 {
  line-height: 20px;
  font-weight: bold;
  color: #666666;
  font-size: 12px;
  text-align: center;
  font-family: Papyrus;
}
h3 {
  font-size: 10px;
  font-weight: normal;
}
h4 {
  font-weight: normal;
  text-align: justify;
  font-size: 16px;
  font-family: skia;
  line-height: 20px;
}
h6 {
  color: silver;
  font-family: skia,corbel,arial;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
}
img {
  border: 5px solid black;
  background-color: transparent;
}
a:link {
  color: #666666;
  text-decoration: none;
  line-height: 20px;
}
a:visited {
  text-decoration: none;
  color: #999999;
}
