ul {
  margin-left: 2em;
}

#speed-index {
  overflow:auto;
}

#speed-index h3 {
  clear:right;
}

#speed-index p {
  margin-left:0px;
}

#speed-index li {
  max-width:35em;
}

#speed-index .karte {
  float:right;
  margin-left:30px;
  margin-bottom:10px;
}

#speed-index .overview {
  max-width: 40%;
}

#speed-index .overview img {
  max-height:600px;
  max-width: 100%;
}

#speed-index .dtl p {
  max-width: 603px;
}

.copyright {
  font-size:0.9rem;
  text-align:center !important;
  margin-top:0px;
  padding-top:0px;
}

.legende span {
  display:inline-block;
}

p.legende {
  text-align:left !important;
  hyphens:none !important;
  font-weight:bold;
}

.legende span {
  font-weight:normal;
}

.legende .block {
  width:30px;
  height:12px;
  border:1px solid black;
}

.speed_table th:nth-child(2) {
  text-align: center;
}

.speed_table td:nth-child(2) {
  text-align:right;
}

.speed_table th:nth-child(1),
.speed_table td:nth-child(1) {
  text-align:right;
  padding-right: 20px;
}

.verteilung {
  text-align:center !important;
}

.verteilung img {
  border: 1px solid black;
  max-width: 80%;
  width: auto;
}

.bltab {
  border-collapse:collapse;
  margin-left:auto;
  margin-right:auto;
}

.bltab th, .bltab td {
  border:1px solid black;
  padding: 2px 10px;
}

.bltab td {
  text-align:right;
}
.bltab th {
  text-align:left;
  font-weight: normal;
}

.bltab thead th {
  font-weight: bold;
  background-color: #ddf;
}

.bltab .dtl td,
.bltab .dtl th {
  font-style: italic;
}

.com_table {
  border-collapse:collapse;
}

.com_table th, .com_table td {
  border:1px solid black;
  padding: 2px 10px;
}

.com_table th {
  text-align:left;
  font-weight:normal;
}

.com_table td {
  text-align:right;
}

.com_table thead th {
  font-weight:bold;
  background: #ddf;
}

#speed-index .com p {
  max-width: 605px;
}

#speed-index .com img {
  border:1px solid black;
}

.hist_diag {
  float:right;
}

.hist_diag p {
  font-size: 80%;
  margin-top: 0px;
  margin-bottom:0px;
}

.hist_diag p img {
  margin-top: 20px;
}

.hist_tab th {
  padding-right:10px;
}

.hist_tab td {
  text-align: center;
}

h4 {
  clear: both;
  margin-top: 20px;
  text-decoration: underline;
}

/******************************************************************/

@media screen and (max-width: 1000px) {
  #speed-index .karte {
    float:none;
  }

  #speed-index .karte img {
    max-width: 100%;
    width: auto;
  }

  #speed-index .com img {
    max-width: calc(100% - 2px);
    border:1px solid black;
  }

  .com_table {
    font-size: 80%;
  }
}

