body {
  margin: 10px auto;
  padding: 0;
  color: #FF8000;
  background-color: #c0c0c0;
  font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;
  max-width: 1200px;
}



#wrapper {
  background-color: #FFFFFF;
  color: #000000;
  margin: 0 auto;
  padding: 10px;
  width: 90%;
  border-radius: 15px;
}

/* oben*/

header {
  margin: 15px auto;
}

#headertop {
  border-radius: 15px;
  height: 180px;
  background-color: #C6C6C6;
  background-image: linear-gradient(#C6C6C6 0%, #E6E6E6 100%);
  background-image: -webkit-linear-gradient(#C6C6C6 0%, #E6E6E6 100%);
}

#headerimage {
  float: left;
  margin: 20px;
  width: 120px;
  border-radius: 15px;
  background-color: #ffffff;
  border: 5px solid #FFFFFF;
  box-shadow: 0px 2px 8px 1px #7F7F7F;
  -webkit-box-shadow: 0px 2px 8px 1px #7F7F7F; /* WebKit */
  -moz-box-shadow: 0px 2px 8px 1px #7F7F7F; /* Firefox */
}

#svwimage {
  float: left;
  margin: 20px;
  width: 100%;
  border-radius: 15px;
  background-color: #ffffff;
  border: 5px solid #FFFFFF;
  box-shadow: 0px 2px 8px 1px #7F7F7F;
  -webkit-box-shadow: 0px 2px 8px 1px #7F7F7F; /* WebKit */
  -moz-box-shadow: 0px 2px 8px 1px #7F7F7F; /* Firefox */
}



.headertextlarge {
  color: #ae6800;
  font-size: 2.500em;
  padding: 20px 10px 0px 0px;
  letter-spacing: 3px;
  line-height: 1em;
  margin: 5px;
  font-variant: small-caps;
  text-shadow: 1px 1px 3px #5F5F5F;
  font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;
  text-align: right;
}

.headertextsmall {
  color: #ae6800;
  font-size: 1em;
  padding: 0px 10px 0px 5px;
  letter-spacing: 5px;
  margin: 5px;
  text-shadow: 1px 1px 3px #5F5F5F;
  font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;
  text-align: right;
}

#headermiddle {
  border-radius: 15px;
  height: 10px;
  background-color: #E7E7E7;
  background-image: linear-gradient(#E7E7E7 0%, #7F7F7F 100%);
  background-image: -webkit-linear-gradient(#E7E7E7 0%, #7F7F7F 100%);
}

#headerbottom {
  border-radius: 15px;
  background-color: #7f7f7f;
  background-image: linear-gradient(#7f7f7f 0%, #585858 100%);
  background-image: -webkit-linear-gradient(#7f7f7f 0%, #585858 100%);
}

#subnavi {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

.navi {
  font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;
  font-size: 1.3em;
  text-shadow:1px 1px 2px #2F2F2F;
}

.navi a:link, .navi a:active, .navi a:visited {
  color: #FF8000;
  text-decoration: none;
  padding: 0px 15px;
  margin: 0px;
}

.navi a:hover, .navi a:focus {
  color:#9d4f00;
  background-color: transparent;
  text-decoration: none;
  font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;
}

/*Navigation*/

aside {
  float: left;
  width: 220px;
  padding: 10px 0px 0px 20px;
  margin: 0;
}

aside h2 {
  color: #4C6535;
  background-color: #FFFFFF;
  font-size: 1.625em;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  padding: 5px;
  font-family: "Trebuchet MS",calibri,georgia,serif;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 20px;
}

nav {
  list-style-type:none;
  padding: 0;
  margin: 0px 0px 20px 0px;
  text-align: left;
  background-color: transparent;
  line-height: 16px;
}

nav ul {
  list-style-type:none;
  padding: 0;
  margin: 0;
}

nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul a:link,
nav ul a:visited,
nav ul a:active {
  color: #7D4926;
  background-color: #FFFFFF;
  padding: 3px 3px 3px 8px;
  margin: 0;
  text-decoration: none;
  font-size: 1em;
  font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;
  display: block;
  font-weight: bold;
  line-height: 25px;
  border-bottom: 1px dotted #5F5F5F;
}

nav ul a:hover,
nav ul a:focus {
  font-weight: bold;
  text-decoration: none;
  font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;
  color: #FF8000;
  background-color: #454440;
}

/*Haupttext*/

main {
  padding: 10px;
  margin: 0px 0px 0px 0px;
  display: block;  /*wegen Fehldarstellung IE*/
}



article {
  padding: 10px 0px 0px 0px;
  font-size: 1em;
  font-weight: normal;
  text-align: left;
  line-height: 25px;
}

article h1 {
  font-size: 1.838em;
  margin: 0;
  color: #ae6800;
  font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;
  letter-spacing: 1px;
  padding-bottom: 20px;
  padding-top: 20px;
}

article h6 {
  font-size: 1.838em;
  margin: 0;
  color: #ae6800;
  font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;
  letter-spacing: 1px;
  padding-bottom: 20px;
  padding-top: 2px;
}

article h2 {
  color: #3F3F3F;
  background-color: inherit;
  font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;
  font-size: 1.625em;
  text-align: left;
  margin: 3px;
  padding-bottom: 20px;
  padding-top: 20px;
}

article h3 {
  color: #5F0000;
  background-color: inherit;
  font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;
  font-size: 1.5em;
  font-style: italic;
  padding-left: 5px;
  font-weight: normal;
}

article h4 {
  color: #3F3F3F;
  background-color: inherit;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0px;
  padding: 2px;
  font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;
  letter-spacing: 1px;
  text-align: left;
}

article h5 {
  color: #000000;
  background-color: inherit;
  font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  margin: 2px;
  padding: 0;
}

article p {
  margin: 8px 2px;
}

article table {
  text-align: left;
  width: 100%;
}

/*
#data-table {
  border-radius: 15px;
  height: 180px;
  background-color: #C6C6C6;
  background-image: linear-gradient(#C6C6C6 0%, #E6E6E6 100%);
  background-image: -webkit-linear-gradient(#C6C6C6 0%, #E6E6E6 100%);
}*/


#table-container {
    max-height: 4000px; /* Höhe des scrollbaren Bereichs */
    overflow-y: auto;  /* Vertikales Scrollen ermöglichen */
    border: 1px solid #ccc;
}

#data-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 15px;
	width:100%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #FFFFFF;
	font-size: 14px;
	color: #4e4e4e;
    background-color: #E6E6E6;
    border: 0px solid #ffffff;
}

#data-table thead {
    position: sticky;
    top: 0;
    background-color: #fff; /* Hintergrund der Kopfzeile */
    z-index: 10;
}

#data-table th {
    padding: 8px;
    border-bottom: 2px solid #ddd;
	vertical-align:top;
	border-bottom: 1px solid #eaeaea;
	padding: 2px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
    color: #ffffff;
    background-color: #606060;
    border: 2px solid #ffffff;
}

#data-table td {
	vertical-align:top;
	border-bottom: 1px solid #eaeaea;
	padding-right: 7px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: right;
    border: 2px solid #ffffff;
}

.overview-container {
    text-align: center;
    background: #ffefdf;
    padding: 3px;
    margin-top: -30px;
    width: 100%;
    border-radius: 15px;
    border: 2px solid #ff8000;
}

.overview-values {
    font-size: 1.2em;
    display: flex;
    justify-content: center;
    gap: 20px;
}


article ul {
  padding: 0;
  margin-left: 20px;

}

article ol {
  background-color: #ebebeb;
  font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;
  font-size: 1em;
  font-weight: bold;
  max-width: 200px;
  line-height: 1.2em;
}

article ol li {
  font-weight: normal;
}

article table.erglist {
  background-color: #ebebeb;
  width: 280px;
  line-height: 1.2em;
  font-size: 0.8em;
  border-collapse: collapse;
}

article table.erglist td{
  border: 1px solid #ffffff;
}

/*unten*/
footer {
  color: #FF8000;
  margin: 10px;
  padding: 5px 5px;
  height: 20px;
  text-align: center;
  font-size: 1em;
  line-height: 20px;
  border-radius: 15px;
  background-color: #7f7f7f;
  background-image: linear-gradient(#7f7f7f 0%, #585858 100%);
  background-image: -webkit-linear-gradient(#7f7f7f 0%, #585858 100%);
}

/* allgemeine Angaben*/
a:link, a:visited, a:active {
  color: #0080c0;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
a:hover {
  color: #006291;
  background-color: transparent;
  text-decoration: underline;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  display: block;
}

.clear {
 clear: both;
 margin: 0;
 padding: 0;
 line-height: 1px;
}

.copyright {
  font-size: 0.5em;
  text-align: center;
  font-weight: normal;
}



/****************** Bildschirmgroesse max. 768px**********************/

@media (max-width: 768px) {

header {
  font-size: 0.813em;
}

div#top {
  padding: 0;
  background-size: 110%;
  height: 150px;
}

div#navihor {
  height: 100%;
  padding: 0px;
  font-size: 1em;
}

.hornavi a:link, .hornavi a:active, .hornavi a:visited {
  display: block;
  text-align: center;
  padding: 0;
}

.hornavi a:hover, hornavi a:focus {
  display: block;
}

aside {
  float: none;
  width: 98%;
}

aside h2 {
  margin: 0px 40px 10px 0px;
}

nav {
  margin: 0px 40px 20px 0px;
  text-align: center;
}

.linkszwischentext {
margin: 0px 40px 0px 0px;
}

main {
  margin: 10px;
}



}

/****************** Bildschirmgroesse max. 640px**********************/

@media (max-width: 640px) {

div#top {
  background-size: 135%;
  height: 140px;
}

.headertextlarge {
  padding-top: 5%;
  font-size: 2em;
}

.headertextsmall {
  font-size: 1.250em;
}

}

/***************** Bildschirmgroesse max. 480px***********************/

@media (max-width: 480px) {

#wrapper {
  width: 90%;
  padding: 10px;
}

div#top {
  height: auto;
}

.navi {
  font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;
  font-size: 1.2em;
  text-shadow:1px 1px 2px #2F2F2F;
}
.navi a:link, .navi a:active, .navi a:visited {
  padding: 0px 5px;
}


.headertextlarge {
  font-size: 1.3em;
  margin: 0;
  padding-top: 5%;
  letter-spacing: 0.7px;
}

.headertextsmall {
  font-size: 1em;
  margin: 0;
  padding: 0px 0px 20px 10px;
  letter-spacing: 0.7px;
}

div#navihor {
  padding: 0px;
}

article h1, article h2, article h3, article h4, article h5 {
  font-size: 1em;
}

footer {
  font-size: 0.7em;
  line-height: 15px;
}

article table.erglist {
  width: 280px;
  letter-spacing: 0.5px;
}

/***************** Bildschirmgroesse max. 320px***********************/

@media (max-width: 320px) {

aside {
  float: none;
  width: 95%;
}

.navi {
  font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;
  font-size: 1.0em;
  text-shadow:1px 1px 2px #2F2F2F;
}

.navi a:link, .navi a:active, .navi a:visited {
  padding: 0px 5px;
}


.headertextlarge {
  font-size: 1.1em;
  margin: 0;
  padding-top: 5%;
  letter-spacing: 0.5px;
}

.headertextsmall {
  font-size: 0.9em;
  margin: 0;
  padding: 0px 0px 20px 10px;
  letter-spacing: 0.5px;
}

article table.erglist {
  letter-spacing: 0.5px;
  width: 250px;

}