.bgimage {
  background-image: url(/images/concrete.png);
}
.top {
  width: 100%;
  height: 60px;
  top: 0px;
  padding: 5px;
}

.black {
  color: black;
}

.afstand {
  height: 30px;
  padding: 15px;
}

.afstand1 {
  height: 70px;
  padding: 15px;
}

.blackLink a:visited {
  color: black;
}

.blackLink a:link {
  color: black;
}

.whiteLink a:visited {
  color: white;
}

.whiteLink a:link {
  color: white;
}
.spaces {
  padding: 20px;
}

.bund {
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0px;
  background-color: black;
  color: white;
  text-align: center;
  padding: 15px;
}

.pla_content {
  background-image: url(/images/concrete.png);
  padding: 10px;
  height: 400px;
  background-color: whitesmoke;
}

.frame {
  border: 1px solid whitesmoke;
  padding: 8px;
}

.colorred {
  color: red;
}
.round {
}
.img {
  height: 27px;
  width: 60px;
  border-radius: 5px;
}
.menu li {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
.menu {
  margin-top: 20px;
  margin-bottom: 20px;
}
.image2 {
  width: 150px;
  height: 50px;
}

