/* Hyperlinks */
a:link, a:active, a:visited {
  color: #666666; /*49ab19*/
  text-decoration: none;
}

/* Hyperlinks mouseover*/
a:hover {
  color: #888888;
  text-decoration: underline;
  clip: rect();
  position: relative;
  left: 1px;
  top: 1px;
}

/* angewandt auf html-body */
body {
  margin: 5px;
  color: #333333; /* #003f00 dunkelgrn 0, 63, 0 */
  /*  background-color: rgb(251, 252, 250);   /* #fbfcfa;  fast weiss 251, 252, 250 */
  /*  background-color: green;   /* #fbfcfa;  fast weiss 251, 252, 250 */
  background-color: #aaaaa0; /*#aaaaaa*/
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 80%; /*10pt;*/
  /*  line-height: 1.3em;*/ /* 12pt; */
  text-align: center;
}

/*  Zugriff bei images über: id="shadow" */
#shadow:hover {
  -moz-box-shadow: 2px 2px 5px 2px #999;
  -webkit-box-shadow: 2px 2px 5px 2px #999;
  box-shadow: 2px 2px 5px 2px #999;
}

.headline {
  color: #222222;
  font-size: 50pt;
  font-weight: bold;
  text-shadow: 2px 2px 6px #555555;
}

@media (max-width: 774px) {
  .headline {
    font-size: 35pt;
  }
}

.headlinesub {
  color: #222222;
  font-size: 15pt;
  font-weight: bold;
  text-shadow: 2px 2px 6px #555555;
}

.shadowp {
  -moz-box-shadow: 2px 2px 5px 2px #999;
  -webkit-box-shadow: 2px 2px 5px 2px #999;
  box-shadow: 2px 2px 5px 2px #999;
}

.scrollauto {
  overflow: auto;
  height: 250px;
}

textarea {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 10pt;
}

hr {
  height: 1px;
  border-width: 0;
  background-color: gray;
  clear: both;
}

/*Layout-Block*/
#container {
  width: 90%; /*900px;*/
  text-align: left;
  background-color: white;
  position: absolute;
  left: 5%; /*50%*/
  /*  margin-left: -450px; *//* halbe Breite, damit zentriert */
  padding: 0.4% /*5px*/;
  -moz-box-shadow: 5px 5px 6px #444444;
  -webkit-box-shadow: 5px 5px 6px #444444;
  box-shadow: 5px 5px 6px #444444;
}

@media (max-width: 1250px) {
  #container {
    width: 95%;
    left: 2.5%;
  }
}

@media (max-width: 1000px) {
  #container {
    width: 100%;
    left: 0%;
  }
}

#header {
  overflow: auto;
  text-align: center;
  padding-top: 0.4%;
  padding-bottom: 0.4%;
  border-bottom: medium ridge #AAAAAA; /*Linie zwischen Header und Content*/
  margin-bottom: 0.7% /*7px*/;
}

#header_logo {
  width: 150px;
  float: left;
}

#header_logo img {
  width: 100%;
  height: auto;
  max-height: 150px;
  max-width: 118px
}

#header_letter {
  width: 66%;
  /*  float:left;*/
  display: inline-block;
  margin-top: 1.2%; /*11px;*/
  vertical-align: middle;
}

#header_letter img {
  width: 82.825%;
  height: auto;
  max-height: 100px;
  max-width: 621px
}

#navi_block {
  width: 160px;
  /*background-color: yellow;*/
  float: left;
  /*  font-size:90%;*/
}

#contents {
  margin: 0px 5px 0px 160px;
  /*  background-color: aqua;*/
  overflow: auto;
  line-height: 140%;
}

#footer {
  /*  background-color: lime;*/
  /*  margin: 0px 5px 0px 160px;*/
  margin: 0px;
}

#footer div > div:first-child {
  float: left;
}

#footer div > div:last-child {
  float: none;
  text-align: center;
}

#footer div > div {
  float: right;
}

#footer .seite {
  margin-left: 160px;
  margin-top: 10px;
  height: 25px;
}

#footer .seite div {
  text-align: left !important;
}

#footer .kom {
  font-size: 0.85em; /*8pt;*/
  line-height: 1.4em; /*11pt;*/
  /*  height:20px;*/
  border-top: medium ridge #AAAAAA;
  padding-top: 10px;
  padding-bottom: 5px;
  color: gray;
}

/*---------------
div
---------------*/
div.navh {
  margin-top: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: #009f00;
  width: 145px;
  color: #FFFFFF;
  text-align: left;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  /*padding: 5px 0px 5px 0px;*/
  /*text-indent: 5px;*/
  line-height: 1.2em; /*11pt;*/
  font-weight: 600;
  vertical-align: top;
  background-image: url('../images/verlauf.jpg');
  background-repeat: repeat-y;
  background-position: top left;
}

div.nav {
  width: 145px;
  line-height: 1.2em; /*11pt;*/
  color: #428802;
  text-align: left;
  padding-left: 1mm;
  padding-top: 1mm;
  padding-bottom: 1mm;
  border-style: solid;
  border-width: 0px;
  border-color: #009f00;
  font-weight: 400;
  vertical-align: top;
}

ul {
  margin-top: 0px;
}

li {
  margin-bottom: 5px;
  margin-top: 5px;
}

#navigation {
  width: 150px;
}

#navigation ul {
  margin: 0px;
  padding: 0px;
  background-color: #EFEFEF;
}

#navigation li {
  list-style: none;
}

ul.top-level {
  background: white;
}

ul.top-level li {
  margin-bottom: 0px;
  margin-top: 0px;
}

#navigation a {
  color: #666666;
  cursor: pointer;
  display: block;
  min-height: 20px;
  line-height: 20px;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}

#navigation a:hover {
  text-decoration: underline;
}

#navigation a[href$=".pdf"], #navigation a[href$=".PDF"] {
  padding-left: 20px;
}

#navigation li:hover {
  background: #E6E6E6; /* hellgrau */
  position: relative;
}

ul.sub-level {
  display: none;
  -moz-box-shadow: 5px 5px 6px #999;
  -webkit-box-shadow: 5px 5px 6px #999;
  box-shadow: 5px 5px 6px #999;
  width: 220px;
}

li.tab {
  padding-left: 3mm;
}

li.tab1 {
  padding-left: 1mm;
  padding-top: 1mm;
}

li.subh {
  /*background-image:url(../images/verlauf.jpg);*/
  background: green;
  padding-left: 1mm;
  padding-top: 1mm;
  padding-bottom: 1mm;
  line-height: 1.2em; /*11pt;*/
  font-weight: 600;
  color: White;

}

#navigation li.subh:hover {
  /*background-image:url(../images/verlauf.jpg);*/
  background: green;
}

.linksub {
  background-position: right;
  background-image: url(../images/right.png); /* Pfeil nach rechts */
  background-repeat: no-repeat;
}

.linksubtab {
  padding-left: 3mm;
  background-position: right;
  background-image: url(../images/right.png); /* Pfeil nach rechts */
  background-repeat: no-repeat;
}

li:hover .sub-level {
  background: White;
  border: 1px solid #009F00;
  display: block;
  position: absolute;
  left: 100px;
  top: 5px;
}

.myTable {
  border-collapse: collapse;
}

.myTable td {
  padding: 4px;
  border: #C0C0C0 0px solid;
}

.myTable th {
  /*padding:8px;*/
  border: #C0C0C0 0px solid;
  background: #E0E0E0;
}

.myTable tr:nth-child(2n+0) {
  background: #FFFFFF;
}

.myTable tr:nth-child(2n+1) {
  background: #E0E0E0;
}


.myTableDetailsSlim {
  width: 70%;
  border-collapse: collapse;
}

.myTableDetailsSlim td {
  padding: 4px;
  padding-left: 8px;
  border: #C0C0C0 1px solid;
}

.myTableDetailsSlim th {
  /*padding:8px;*/
  border: #C0C0C0 1px solid;
  background: #E0E0E0;
}

.myTableDetailsSlim tr:nth-child(n+2) {
  background: #FFFFFF;
}

.myTableDetailsSlim tr:nth-child(1) {
  background: #E0E0E0;
}


.myTableDetails {
  width: 70%;
  border-collapse: collapse;
}

.myTableDetails td {
  padding: 8px;
  border: #C0C0C0 1px solid;
}

.myTableDetails th {
  /*padding:8px;*/
  border: #C0C0C0 1px solid;
  background: #E0E0E0;
}

.myTableDetails tr:nth-child(n+2) {
  background: #FFFFFF;
}

.myTableDetails tr:nth-child(1) {
  background: #E0E0E0;
}


.myTableListe {
  width: 100%;
  border-collapse: collapse;
}

.myTableListe td {
  padding: 4px;
  border: #C0C0C0 1px solid;
}

.myTableListe th {
  /*padding:8px;*/
  border: #C0C0C0 1px solid;
  background: #E0E0E0;
}

.myTableListe tr:nth-child(n+2) {
  background: #FFFFFF;
}

.myTableListe tr:nth-child(1) {
  background: #E0E0E0;
}


.myTableForm {
  border-collapse: collapse;
  width: 70%;
}

.myTableForm td {
  background: #E0E0E0;
  padding: 6px;
}

.input-suche {
  overflow: hidden;
  float: none;
  width: auto;
  height: 100%;
}

.input-suche input {
  width: 90%;
  height: 100%;
}

.input-suche textarea {
  width: 90%;
  height: 100%;
}

.input-form {
  overflow: hidden;
  float: none;
  width: auto;
  height: 100%;
}

.input-form input {
  width: 100%;
  height: 100%;
}

.input-form textarea {
  width: 100%;
  height: 100%;
}

@media (max-width: 1250px) {
  .myTableDetails {
    width: 85%;
    border-collapse: collapse;
  }

  .myTableForm {
    width: 85%;
    border-collapse: collapse;
  }
}

@media (max-width: 1000px) {
  .myTableDetails {
    width: 100%;
    border-collapse: collapse;
  }

  .myTableForm {
    width: 100%;
    border-collapse: collapse;
  }
}

input[type=submit].oksmall {
  background-color: #4CAF50;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  width: auto;
  padding: 2px 6px;
  font-size: 14px;
}

table.stats {
  border-collapse: collapse;
  border-style: hidden;
}

table.stats td, table.stats th {
  border: 1px solid #666666;
  padding-left: 3px;
  padding-right: 3px;
}

table.stats.stats-numbers td {
  text-align: center;
}
