body {
  background-image: url(./media/bar-top.gif);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 10px;
}

footer {
  background-image: url(./media/bar-bottom.gif);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 32px;
}

a {
  cursor: pointer;
}

.oliv {
  color: #7f8001;
}
.bg-oliv {
  background-color: #7f8001 !important;
}
.hellgrau {
  color: #e6e6e5;
}
.bg-hellgrau {
  background-color: #e6e6e5 !important;
}
.occa {
  color: #c6ba92;
}
.bg-occa {
  background-color: #c6ba92 !important;
}
