/* SYNK STOPPER */
#stopper,
#stopperc {
  visibility: hidden;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  color: #051336;
  position: absolute;
  width: 310px;
  min-height: 120px;
  height: auto;
  background-color: #002F5D;
  border: 1px solid #a3aba5;
  padding: 0;
  margin: 0;
  z-index: 1000;
}

#stopperc {
  visibility: visible;
  background-color: #002F5D;
  top: 90px;
  left: 1px;
}

#stopper-control {
  width: 310px;
  height: 22px;
  border-bottom: 1px solid #a3aba5;
}

#stopper-control #stopper-close {
  width: 16px;
  height: 19px;
  border-left: 1px solid #a3aba5;
  padding: 2px 0 2px 6px;
  margin-left: 287px;
}

#stopper-control #stopper-close a {
  color: #a3aba5;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  line-height: 16px;
  padding: 0;
  margin: 0;
}

#stopper-content {
  width: 300px;
  height: auto;
  padding: 10px;
  margin: 0;
}

#stopper-content #stopper-content-bild {
  float: left;
  width: 62px;
  height: auto;
  padding: 0;
  margin: 0 10px 0 0;
}

#stopper-content #stopper-content-bild img {
  border: 1px solid #a3aba5;
}

#stopper-content #stopper-content-text {
  width: 190px;
  height: auto;
  padding: 0;
  margin: 0 0 0 82px;
}

#stopper-content #stopper-content-text h2 {
  font-size: 14px;
  color: #FFF;
  line-height: 17px;
  padding: 0;
  margin: 0 0 11px 0;
}

#stopper-content #stopper-content-text #stopper-content-text-more a {
  color: #FFF;
}