﻿#map {
  position: absolute;
}

#map ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#map a {
  position: absolute;
  text-indent: -1000em;
  background: url(pics/bg.gif);
  outline: none;
}

#map a:hover {
  border: 3px solid #a80000;
}

a .gross {
  display: none;
}

a:hover .gross {
  display: block;
  position: absolute;
  top: 165;
  left: -40;
}

.mitte {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rechts {
  display: flex;
  justify-content: right;
  align-items: right;
}