* {
  margin: 0;
  padding: 0;
  /*box-sizing: border-box;*/
}
body {
  font: 16px Arial, sans-serif;
  line-height: 1.5em;
  background: #333;
  color: #444;
}
a {
  color: #000000;
  text-decoration: none;
}
a:visited {
  COLOR: #000000;
  text-decoration: none;
}
a:hover {
  COLOR: #000000;
  text-decoration: underline;
}
h2 {
  font-size: 1.8em;
  padding: 16px 0 26px;
  text-align: center;
  line-height: 1.3;
}
h3 {
  font-size: 1.3em;
  line-height: 1.3;
}
ul {
  padding: 0;
  margin: 0 0  1em;
  list-style-type: disc;
}
li {
  list-style-type: disc;
  padding-left: 0.2em;
  margin-left: 1.5em;
}
p {
  margin: 5px 0 10px 0;
}
img {
  border: none;
  max-width: 100%;
}
#wrap {
  padding: 10px 10px 3px 10px;
  max-width: 990px;
  min-width: 280px;
  min-width: 560px;
  /* wegen Tabellem */
  margin: 20px auto;
  background: #fff;
}
#header {
  background: url(header.jpg);
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
}
#header h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -1px;
  padding: 22px 0 16px 18px;
}
#header h1 a,
#header h1 a:hover,
#header h1 a:visited,
#header h1 a:focus {
  color: inherit;
  text-decoration: inherit;
}
#header h2 {
  color: #fff;
  font-size: 22.4px;
  font-weight: 500;
  padding: 0 0 0 19px;
  letter-spacing: -1px;
  line-height: 12px;
  text-align: left;
}
#header h3 {
  color: #fff;
}
/* LEFT - Menue oben */
#left {
  background: #009900;
  margin: 10px 0;
}
#left h3 {
  /* im Menue */
  background: #006600;
  font-size: 1em;
  padding: 4px 0;
  color: #fff;
  height: 21px;
}
#left ul {
  padding: 0;
  margin: 0;
  min-height: 30px;
  clear: both;
}
#left ul:first-child {
  margin-bottom: 0;
  background-color: #007a00;
}
#left ul:nth-child(2) {
  background-color: #008500;
}
#left li {
  list-style-type: none;
  float: left;
  text-align: center;
  padding: 3px 0 0;
}
#left li:first-child {
  padding: 0;
}
#left .drei li {
  width: 33%;
  margin: 0;
}
#left .vier li {
  width: 24%;
  margin: 0;
}
#left a,
#left a:hover,
#left a:visited {
  color: #fff;
  text-decoration: none;
}
#left a:hover {
  text-decoration: underline;
}
#left .current {
  font-weight: bold;
}
#right {
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}
#footer {
  font-size: 11px;
  text-align: center;
  border-top: 1px solid #ccc;
  padding: 10px 5px;
}
iframe {
  max-width: 100%;
}
#messungen {
  text-align: center;
}
.articles table,
.articles img {
  display: block;
  margin: 0 auto;
}
.seite-monat {
  text-align: center;
}
/* Tabellen */
#right table {
  width: 100% !important;
  border: 1px solid #333;
  padding: 3px;
  text-align: center;
  display: table;
}
#right table tr:first-child td {
  font-size: 1em;
  font-weight: bold;
}
#right table td {
  border: 0.1px solid #333;
  font-size: 14px;
  line-height: 1.5;
  padding: 2px 1px;
}
#right table td p {
  margin: 0;
}
/* Graphen */
.googlegraph iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.googlegraph iframe div#embed_chart {
  /* geht nicht */
  margin: 0 auto;
}
/* Media Queries */
@media (max-width: 860px) {
  #wrap {
    margin: 0;
  }
  /* LEFT - Menue oben */
  #left li {
    float: none;
  }
  #left .drei li,
  #left .vier li {
    width: 100%;
  }
}
@media (max-width: 700px) {
  #right table {
    padding: 2px;
  }
  #right table tr:first-child td {
    font-size: 80%;
  }
  #right table td {
    font-size: 11px;
    line-height: 1.3;
  }
}
@media (max-width: 42px) {
  h2 {
    font-size: 1.3em;
  }
  h3 {
    font-size: 1.1em;
    line-height: 1.3;
  }
  #header {
    height: 160px;
  }
  #header h1 {
    font-size: 32px;
    padding: 22px 0 16px 18px;
    text-align: center;
  }
  #header h2 {
    font-size: 20px;
    padding: 0 0 0 19px;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */