/* Generated by KompoZer */
body {
  margin: 0px;
  padding: 8px;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  background-color: #f2f1f0;
}
#wrapper {
  margin: 0px auto;
  padding: 0px;
  height: inherit;
  width: 1000px;
}
#logo {
  margin: 10px 5px 5px 15px;
  float: left;
}
#Menu {
  overflow: auto;
  margin-left: 5px;
  height: 90px;
  margin-top: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#Menu ul {
  list-style-type: none;
}
#Menu li {
}
#kopfzeile {
  height: 100px;
  background-color: white;
  margin-bottom: 8px;
  border-radius: 15px;
  box-shadow: 2px 3px 3px 0px #515151;
}
#Link {
  float: left;
  font-size: 10px;
  margin-top: 8px;
  padding-left: 15px;
}
#Fusszeile {
  overflow: auto;
  float: right;
  font-size: 10px;
  padding-top: 0px;
  margin-top: 8px;
  padding-right: 15px;
  
}
#inhalt {
  padding-left: 20px;
  background-color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #555555;
  min-height: 460px;
  border-radius: 15px;
  box-shadow: 2px 3px 3px 0px #515151;
}
#Menu a {
  text-decoration: none;
  color: #2e2e2e;
  display: block;
  float: left;
  padding-right: 25px;
  padding-left: 25px;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  margin-top: 0px;
  height: 49px;
  padding-top: 22px;
}
#Menu a:hover {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  background-color: #0f298f;
}
#Menu .current_page {
  background-color: #0f298f;
  color: white;
  font-weight: bold;
}
h2 {
  color: #0f298f;
}
#Link a:link {
  color: black;
  text-decoration: none;
}
#Link a:visited {
  color: black;
  text-decoration: none;
}
#inhalt a:link {
  color: #555555;
}
#inhalt a:visited {
  color: #555555;
}