* {
  font-family: Arial,Helvetica,sans-serif;
}
body {
  background-color: #fff9c5;
}
#schriftzug {
  position: absolute;
  top: 1.2em;
  left: 2.8em;
  width: 57em;
  height: 3.2em;
  color: #000000;
  background-color: #fac618;
  z-index: 2;
}
#Ergotherapie {
  padding-left: 1.6em;
  font-size: 1.8em;
  line-height: 1.5em;
}

#adresse {
position: absolute;
 top: 10em;
  left: 37.4em; 
  font-size: 0.64em;
z-index: 3;

}
#emblem {
  position: absolute;
  background-color: #f9f069;
  width: 34em;
  height: 2em;
  top: 4.4em;
  left: 24em;
  z-index: 1;
  text-align: right;
}
#emblemgelb {
  position: absolute;
  top: 2em;
  left: 53.6em;
  z-index: 2;
  text-align: right;
}

#feld1 {
  border-left: 3px solid #fac618;
  border-bottom: 3px solid #fac618;
  position: absolute;
  top: 4em;
  left: 23em;
  width: 34em;
  background-color: #f8f8f8;
}
h1 {
  font-size: 1.3em;
  font-weight: bold;
  margin-left: 1.4em;
  margin-top: 3.5em;
}
h2 {
  font-size: 1em;
  font-weight: bold;
  margin-left: 2em;
  margin-top: 2em;
  margin-bottom: -1.0em;
}
p {
  font-size: 1em;
  text-align: justify;
  margin-left: 2em;
  margin-right: 2em;
}
ul {
  font-size: 1em;
  margin-left: 3em;
  margin-right: 0.8em;
}
#navcontainer {
  margin: 0 auto;
  padding: 2.4em 0;
  background: #f9f069 none repeat scroll 0%;
  position: absolute;
  top: 10em;
  left:3.5em;
  width: 300px;
  font-size: 0.8em;
  text-align: center;
  text-transform: lowercase;
  z-index: 2;
}
#navcontainer[id] {
  position: fixed;
}
ul#navlist {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  width: 70%;
}
ul#navlist li {
  margin: 0;
  padding: 0;
  display: block;
}
ul#navlist li a {
  border-style: solid;
  border-color: #ffffee #ffffff #cccccc;
  border-width: 0.08em;
  padding: 0.4em 0em 0.6em 2em;
  background: #ffffff none repeat scroll 0%;
  display: block;
  width: 100%;
  color: #848484;
  text-decoration: none;
}
#navcontainer > ul#navlist li a {
  width: auto;
}
ul#navlist li#active a {
  background: red none repeat scroll 0%;
  color: blue;
}
ul#navlist li a:hover, ul#navlist li#active a:hover {
  border-color: #cccccc #ffffff #ffffff #cccccc;
  background: transparent none repeat scroll 0%;
  color: #000000;
}
#linkfeld {
  margin-left: 102px;
  margin-right: 20px;
}
a {
  text-decoration: none;
  color: #000000;
}
a:visited {
  color: #363636;
}
a:hover {
  color: #fac618;
}
a:active {
  color: #fac618;
}
a:focus {
  color: #fac618;
}
