body {
  color: black; 
  background-color: black;
  background: #efd99d url(images/bg01.jpg) repeat;
  font-size: 90%;
  margin: 0; padding: 1em 0;
  text-align: center;  /* Zentrierung im Internet Explorer */
  font-family: sans-serif;
  color:#000000;
}

div#Seite {
  text-align: left;    /* Seiteninhalt wieder links ausrichten */
  margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
  width: 760px;
  padding: 0;
  background: #686464 url(images/header-strasse.jpg) no-repeat;
  color: #ffffff;
  border: 1px solid silver;
}

div#SeiteAnwendung {
  text-align: left;    /* Seiteninhalt wieder links ausrichten */
  margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
  width: 760px;
  padding: 0;
  background: #686464 url(images/header-anwendung.jpg) no-repeat;
  color: #ffffff;
  border: 1px solid silver;
}

div#SeiteWaldschenke {
  text-align: left;    /* Seiteninhalt wieder links ausrichten */
  margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
  width: 760px;
  padding: 0;
  background: #686464 url(images/header-waldschenke.jpg) no-repeat;
  color: #ffffff;
  border: 1px solid silver;
}

div#SeiteWebcam {
  text-align: left;    /* Seiteninhalt wieder links ausrichten */
  margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
  width: 760px;
  padding: 0;
  background: #686464 url(images/header-webcam.jpg) no-repeat;
  color: #ffffff;
  border: 1px solid silver;
}

div#SeitePopup {
  text-align: left;    /* Seiteninhalt wieder links ausrichten */
  margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
  width: 560px;
  padding: 0;
  background: #686464 url(images/header-strasse.jpg) no-repeat;
  color: #ffffff;
  border: 1px solid silver;
}

div#SeiteRecommendation {
  text-align: left;    /* Seiteninhalt wieder links ausrichten */
  margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
  width: 100%;
  padding: 0;
  background: #686464;
  color: #ffffff;
  border: 0;
}

a {
  color: #ffffff;
}

h1 {
  font-size: 1.3em;
  color:#000000;
  margin: 0; padding: 0.3em;
  height: 35px;
  text-align: center;
  background: url(images/smallstripe.gif);
  filter: alpha( opacity = 90 );
  moz-opacity: 0.9;
  opacity: 0.9;
}

ul#Navigation {
  font-size: 0.91em;
  float: left; width: 150px;
  margin: -70px 0.5em 1.2em; padding: 0;
  /* border: 1px dashed silver; */
}
ul#Navigation li {
  list-style: none;
  margin: 0; padding: 0.3em;
}
ul#Navigation a {
  display: block;
  padding: 0.2em 0.5em;
  text-decoration: none;
  text-align: left;
  padding-left: 30px;
}
ul#Navigation a:link {
  color: white;
}
ul#Navigation a:visited {
  color: white;
}
ul#Navigation a:hover {
  color: black; background-color: yellow;
}
ul#Navigation a:active {
  color: black;
}
ul#Navigation a#ActiveLink {
  color: white; border 0;
  text-decoration: underline;
  background: url(images/pfeil-gelb.gif);
  background-position: 2px 2px;
  background-repeat: no-repeat;
}
ul#Navigation a#ShopLink {
  color: white; background-color: #fb0c00; text-align: center;
  text-decoration: none; border: 1px solid black; 
  font-weight: bold;
  padding-left: 0px;
}

ul#Navigation a#Recommendation {
  color: white; background-color: #686464; text-align: center;
  text-decoration: none; border: 1px solid white; 
}

div#Motto {
  background: url(images/sunvisor.gif) no-repeat top left;
  margin: 20px 30px;
  padding-left: 110px;
  padding-top: 50px;
  height: 125px;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
}

div#MottoLeer {
  background: url(images/header-logo-leer.gif) no-repeat top left;
  margin: 20px 30px;
  padding-left: 150px;
  padding-top: 50px;
  height: 125px;
  color: white;
  font-size: 1.3em;
  font-weight: bold;
}

div#Rechtliches {
  margin: 0;
  padding: 0;
  float: right;
  width:100%;
  height: 1.4em;
  font-size: 0.8em;
  background: url(images/smallstripeblack.gif);
  filter: alpha( opacity = 80 );
  moz-opacity: 0.8;
  opacity: 0.8;
  display:block;
}

div#Rechtliches ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0.5em;
  padding-left:0.8em;
  /*width: 100%;*/
  float: right;
}

div#Rechtliches li {
  margin-right: 0.5em; padding:0;
  display: inline; 
  list-style-type: none;
  /*text-align: right;*/
}

div#Rechtliches a:link {
  color: white; font-weight: bold; text-decoration: none;margin:0;padding:0;
}

div#Rechtliches a:visited {
  color: white; font-weight: bold; text-decoration: none;margin:0;padding:0;
}

div#Rechtliches a:hover {
  color: #fb0c00; text-decoration: none;margin:0;padding:0;
}

div#Rechtliches a#ActiveLink {
  color: #fdd51d; font-weight: bold; text-decoration: none;margin:0;padding:0;
}

div#InhaltPopup {
  margin: -70px 0.5em 0.5em 0;
  padding: 0.5em;
}
div#InhaltPopup p {
  font-size:0.91em;
  margin: 1em 0;
}

div#Inhalt {
  margin: -70px 0.5em 0.5em 170px;
  padding: 0.5em;
  /* border: 1px dashed silver; */
}
* html div#Inhalt {
  height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  margin-bottom: 0;
}
div#Inhalt label {
  width: 120px;
}
div#Inhalt h1 {
  font-size: 1.2em;
  /* color:#72a8f1; */
  color: yellow;
  background: #686464;
  margin: 0; padding: 0;
  height: 30px;
  text-align: left;
}
div#Inhalt h2 {
  font-size: 1.1em;
  margin: 0 0 1em;
}
div#Inhalt h3 {
  font-size: 1em;
  margin: 0 0;
}
div#Inhalt p {
  font-size:0.91em;
  margin: 1em 0;
}
div#Inhalt a:link {
  color: #e0d418; text-decoration: none;
}

div#Inhalt a:visited {
  color: #e0d418; text-decoration: none;
}

div#Inhalt a:hover {
  color: #f81818; text-decoration: none;
}

p#Fusszeile {
  clear: both;
  font-size: 0.73em;
  margin: 0; padding: 0.1em;
  margin-top: 0.5em;
  text-align: center;
  background-color: #928787;
  color: black;
  border-top: 1px solid silver;
}

p#Fusszeile a:link {
  color: #f81818; text-decoration: none;
}

p#Fusszeile a:visited {
  color: #f81818; text-decoration: none;
}

p#Fusszeile a:hover {
  color: blue; text-decoration: none;
}

img#BildLinks {
  float: left;
  margin-right: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

img#BildRechts {
  float: right;
  margin-left: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

