body { font-family: Arial; color: black;  }
h1 { font-family: Arial; color:black; font-size: 28; }
h2 { font-family: Arial; color:black; font-size: 18; }
#wrapper {
  position: relative;
  color: black;
  width: 70%;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  border-width: 2px;
  border-style: solid;
  border-color: silver;
}
#kopfzeile {
  padding-top: 10px;
  padding-bottom: 25px;
  text-align: center;
  line-height: 200%;
  color: black;
}
#kopfzeile p {
  position: absolute;
  right: 90px;
}
#navigation {
  position: absolute;
  left: 0px;
  width:20%;
  line-height: 40px;
  margin-top: 10px;
  margin-left: -30px;
  margin-right: 0px;
  }
#navigation a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}
#navigation a:link { color: black;}
#navigation a:hover {
  color: black;
  background-color: red;
}
#navigation a:visited {color: grey;}
#navigation ul li {
  list-style-type: none;
  list-style-position: inside;
  list-style-image: none;
}
#logo {
  position: absolute;
  width:20%;
  left: 0px;
  line-height: 40px;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
}
#lavita {
  position: absolute;
  width:20%;
  left: -30px;
  line-height: 40px;
  margin-top: 450px;
  margin-left: -30px;
  margin-right: 0px;
}
#textbereich {
  margin-top: 40px;
  margin-left: 150px;
  margin-bottom: 40px;
  width:75%;
  line-height:18px;
  color: black;
  text-align: justify;
}
#beratung {
  margin-top: 20px;
  margin-left: 120px;
  margin-bottom: 80px;
  width: 75%;
  font-weight: bold;
  color: black;
  font-size: 18;
  text-align: justify;
}
#fusszeile {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  font: Arial;
  font-size: 12px;
}
#startseite #navi01 a,
#information #navi02 a,
#praxis #navi03 a,
#therapien #navi04 a,
#mailto:info@naturheilpraxis-riemer.de #navo05 a,
#anfahrt #navi06 a,
#impressum #navi07 a,
#ausbildung #navi08 a,
#termine-online #navi09 {
  color: black;
  background-color: white;
  border-bottom-color: white;
  font-style: italic;
}
#nav2 a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}
#nav2 a:link { color: teal;}
#nav2 a:hover {
  color: black;
  background-color: red;
}
#nav2 a:visited {color: grey;}
#nav2 ul li {
  list-style-type: none;
  list-style-position: inside;
  list-style-image: none;
  display: inline;
}
