/*Gen.0 ted by KompoZer*/
BODY {
  font-family: "Bitstream Vera Sans", Verdana, sans-serif;
  font-size: 0.9em;
  line-height: 1.5em;
  color: #EFEFEF;
  background-image: url(images/hintergrund-silber.png);
}

#page {
  padding: 0px;
  background-repeat: repeat-y;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  background-image: url(images/mitte.jpg);
}

#header {
  height: 190px;
  background-repeat: no-repeat;
  background-image: url(images/header.png);
}

#inhalt {
  padding: 30px 30px 20px;
  margin-left: 45px;
}

#footer {
  background-repeat: no-repeat;
  clear: both;
  font-size: 1.0em;
  text-align: center;
  padding-top: 20px;
  height: 40px;
  background-image: url(images/footer.png);
  color: #000000;
}

#header UL {
  padding: 20px;
  list-style-type: none;
}

#header LI {
  color: #000000;
  position: relative;
  left: 500px;
  top: 35px;
  margin-top: 5px;
}

#LED {
  color: #000000;
  position: absolute;
  left: 820px;
  top: 30px;
}

#header A {
  color: #FF0000;
  padding-top: 5px;
  padding-bottom: 1px;
  text-decoration: none;
  list-style-image: url();
  background-repeat: no-repeat;
  background-position: left center;
  padding-right: 6px;
}

#header A:hover {
  color: #C90309;
  background-color: #ffff33;
}

#footer A {
  color: #FF0000;

  padding-top: 2px;
  padding-bottom: 3px;
  text-decoration: none;
  list-style-image: url();
  background-repeat: no-repeat;
}

#footer A:hover {
  color: #FFFFFF;
  background-color: #FF0000;
}

H1 {
  text-align: right;
  position: relative;
  right: 100px;
  top: 40px;
  color: #D6D9E0;
}

h6 {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  text-align: center;
  display: inline;
  font-size: 1.0em;
  background-color: red;
}

.links {
  padding: 2% 2% 2% 10px;
  float: left;
  width: 47%;
}

.rechts {
  padding-top: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
  float: right;
  width: 47%;
}

.lang {
  clear: right;
}

A {
  color: #FFFFFF;
/*	padding-top: 1.5em;
	padding-bottom: 1.5em; */
}

A:hover {
  color: #77FFFF;
}

#logo {
  background-repeat: no-repeat;
  width: 350px;
  height: 190px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(images/logo.jpg);
}

#logo EM {
  visibility: hidden;
}

#download {
  color: #FFFFFF;
  width: 100%;
}

#download A {
  border: 1px solid #FFFFFF;
  text-align: center;
  color: #FFFFFF;
  display: block;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

#download A:hover {
  color: #D6D9E0;
}

H2 {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  text-align: center;
  display: inline;
  color: #F87820;
  font-size: 1.4em;
}

H3 {
  font-weight: bold;
  font-size: 1.4em;
  padding-left: 10px;
}

H4 {
  padding-left: 0px;
  font-size: 1.2em;
  line-height: 0em;
  padding-top: 10px;
}

#inhalt P {
  padding-left: 1px;
}
/* Die Fortschrittsbalken 28.03.2018 */