@charset "UTF-8";
/* --------------------------------------------------------------------------- */
/* CSS-Anweisungen für den Fall, dass kein JavaScript zur Verfügung steht */
/* --------------------------------------------------------------------------- */
#noscript_info {
  padding: 5px;
  width: 960px;
  position: absolute;
  z-index: 10000;
  background-color: red;
  margin-top: 160px;
  color: #fff;
  font-size: 16px;
  border: 5px solid #000;
}
#noscript_info a {
  display: inline-block;
  color: #fff;
  padding: 2px;
  font-weight: bold;
}