body {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 130%;
  background-color: #b6becc;
  color: white;
}

#wrapper {
  margin: auto;
  padding: 0;
  max-width: 900px; 
}

#seitenkopf {
  width: 100%;
  max-height: 300px;
  text-align: center;
}

#seitenkopf img {
  width: 100%;
}

#content {
  clear: both;
  min-height: 200px;
  background-color: #466380;
  background-image: url(_bilder/hintergrundverlauf.png);
  background-repeat: repeat-x;
  background-position: top left;
  padding: 5px 30px 5px 30px;
  border-radius: 0 15px 15px 15px;
  -moz-border-radius: 0 15px 15px 15px;

}

#footer {
  width: 100%;
  text-align: center;
}

.filiale {
  width: 40%;
  float: left;
  margin: 0 15px 15px 0;
  padding: 15px;
  background-color: #466380;
  background-image: url(_bilder/hintergrundverlauf.png);
  background-repeat: repeat-x;
  background-position: top left;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
}


a:link {
  font-weight: bold;
  text-decoration: none;
  color: white;
}

a:visited {
  font-weight: bold;
  text-decoration: none;
  color: white;
}

a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: white;
}

a:active {
  font-weight: bold;
  text-decoration: underline;
  color: white;
}

ul.navi {
  margin: 0;
  padding: 10px 0 0 0;
}  

ul.navi li {
  list-style-type: none;
  float: left;
  display: block;
  background-color: #315574;
  padding: 5px 10px 5px 10px;
  margin-right: 2px;
  border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
}

ul.navi li:hover {
  background-color: #8392a9;
}

ul.navi li.filialen {
  background-color: #feb300;
}

ul.navi li.aktiv {
  background-color: #8392a9;
}


h1 {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: bold;
  border-bottom: 1px solid white;
}

h2 {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
  font-style: italic;
}

h3 {
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  font-style: italic;
}

p {
  text-align: justify;
}

#footer p {
  text-align: center;
}