body   {
  font-family: Arial;
}

.overskrift {
  text-align: center;
  font-family: 'Indie Flower', cursive;
}

.clear {
  clear: both;
}

.understreg {
  text-decoration: underline;
}

.menu {
  list-style-type: none;
  margin: 5px;
  padding: 0px;
  overflow: hidden;
  background-color: #333333;
}

.menupoint {
  float: left;
}

.menupoint a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

.menupoint a:hover {
  background-color: #111111;
}

.spalter {
  float: left;
  border: 1px solid;
  padding: 2%;
  margin: 1%;
  width: 43%;
}

.hoverlink {
  text-decoration: underline;
  color: blue;
  cursor: alias;
}

.hoverlink:hover {
  font-weight: normal;
}

.hoverlink:visited {
  color: red;
}

.image-small {
  width: 20%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 2%;
  -webkit-transition: width 1s;
  /* for Safaris skyld... */
  transition: width 1s;
}

.image-small:hover {
  width: 25%;
}

figcaption {
  text-align: center;
}

table {
  width: 100px;
  outline: 1px;
  border-spacing: 10px;
  border: 1px solid;
  margin-left: 1%;
}

td {
  border: 1px solid;
}

footer {
  background-color: #333333;
  color: #ffffff;
  padding: 10px;
}
