#close a {
  background-color: #fff;
  color: #000;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  width: 16px;
  font-weight: bold;
  position: absolute;
  top: 2px;
  right: 2px;
  text-decoration: none;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 14px;
}

#popup_aktuell {
  display: none;
  background: #0000FF;
  color: #fff;
  width: 450px;
  position: absolute;
  top: 90px;
  right: 200px;
  border: 1px solid #d4d0c8;
  text-align: center;
}

#popup_excerpt {
  display: none;
  background: #0000FF;
  color: #fff;
  width: 1200px;
  position: absolute;
  top: 90px;
  right: 660px;
  border: 1px solid #d4d0c8;
  text-align: left;
}