body {
  margin: 10px;
  padding: 0;
}

.nav-funktion {
  text-align: center;
}

.nav-funktion a {
  background: #b7b5b0;
  display: block;
  width: 100px;
  border: 1px solid #b7b5b0;
  height: 16px;
  line-height: 16px;
  margin: 5px auto;
}

.nav-funktion a {
  font-size: 10px;
  text-align: center;
  padding-top: 1px;
  padding-bottom: 2px;
  color: #333;
  text-decoration: none;
}

.nav-funktion a:link, .nav-funktion a:visited {
  background: #e8e4d9;
}
/*
 {
  background: #000;
}
*/

.nav-funktion a:hover, .nav-funktion a:active {
  background: #bab6af;
}
/*
 {
  background: #000;
}
*/

.neu {
  background:#fff;
}

/* Optionen Leiste */
#options {
  position: fixed;
  bottom: 0;
  width: 100%;
}

#show_hide_options {
  position: fixed;
  bottom: 43px;
  right: 10px;
  width: 126px;
  cursor: pointer;
  text-align: center;
}

#show_hide_options img {
  position: absolute;
  left: 3px;
  top: 5px;
}

#option_buttons_main_wrap {
  height: 44px;
  padding-right: 20px;
  background-color: #fff;
}

#option_buttons_inner_wrap {
  border-bottom: 0;
  margin: 0;
}

#option_buttons_float_wrap{
  margin: auto;
  width: 600px;
  padding: 8px;
}

#option_buttons_float_wrap div {
  margin-right: 5px;
  float: left;
}

/* Fußnoten */
#jump_fn {
  position: absolute;
  /*bottom: 10px;*/
  /*right: 33px;*/
  background: #336aa1;
  width: 27px;
  bottom: 43px;
}

#jump_fn span {
  cursor: pointer;
  padding-top: 1px;
}

#jump_fn a {
  text-decoration: none;
}

a.button {
  display: block;
  text-align: center;
  width: 92px;
  text-decoration: none;
}
/* Optionen Leiste Ende */

/* Fix für .info */
.info {
  color: grey;
  text-align: left;
  background-color: transparent;
}

#below_select {
  display: none;
  position: absolute;
  bottom: 40px;
  width: 100%;
  width: calc(100% - 20px);
  left: 0;
  max-height: 350px;
  overflow-y: auto;
  z-index: 50;
}

@media (min-width: 100px) AND (max-width: 599px) {
  #option_buttons_float_wrap {
    width: auto;
  }

  #option_buttons_float_wrap div {
    padding: 2px 0;
  }

  #jump_fn {
    bottom: 59px;
  }

  #below_select {
    bottom: 59px;
  }

  #show_hide_options {
    bottom: 59px;
  }
}

#below_select > ul {
  margin: 0;
  padding: 0;
  background-color: #eee;
  list-style-type: none;
}

#below_select > ul > li {
  margin: 0;
  padding: 12px;
}

#below_select > ul > li:hover {
  background-color: #ddd;
  cursor: pointer;
}

.active {
  background-color: #ddd!important;
}

.hide_text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
}
