body {
  margin: 0px;
  padding: 8px;
    
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans serif";
  color: #555555;
  background-color: #F2F1F0;
}

strong {
  font-weight: bold;
}

#container {
  width: inherit;
  max-width: 1200px;
  margin: 0 auto 0 auto;
}

#kopfleiste {
  width: inherit;
  height: 80px;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 15px;
  
  box-shadow: 2px 2px 2px 0px #515151;
  
  background-color: #366BF4;
}

#kopfleiste h1{
  margin: 0px;
  padding: 0px;
  
  font-size: 36px;
  line-height: 80px;
  color: #FAF9F8;
}

#menu {
  width: auto;
  height: auto;
  margin: 0px 15px 0px 0px;
  padding: 10px;
  
  box-shadow: 2px 2px 2px 0px #515151;
  
  background-color: #FAF9F8;
}

#menu li {
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
  font-size: 16px;
  display: inline;
  float: left;
}

#menu li.current {
  background-color: #366BF4;
  color: #FAF9F8;
}

#menu ul {
  padding: 10px;
  list-style-type: none;
}

#inhalt {
  width: auto;
  height: auto;
  margin: 20px 0px 0px 0px;
  padding: 20px 15px 10px 15px;
  
  box-shadow: 2px 2px 2px 0px #515151;
  
  background-color: #FAF9F8;
}

#inhalt h2 {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}

#inhalt p {
  font-size: 15px;
  line-height: 1.3;
}

a {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
}

a:link {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
}

a:active {
  color: inherit;
  font-family: inherit;
  text-decoration: none;
}

#menu a:hover {
  background-color: #F2F1F0;
}

td {
  padding: 15px;
  
}

tr.zweitezeile {
  background-color: #F2F1F0;
}

table {
  border-collapse: collapse;
}

form.kontaktformular fieldset {
  margin-top: 25px;
  padding: 10 10 10px;
  width: 500 px;
  border: 1;
}

form.kontaktformular legend {
  padding: 0 10px;
  font-weight: bold;
}

form.kontaktformular label {
  float: left;
  width: 130 px;
}

.bold {
  font-weight: bold;
}

form.kontaktformular input, textarea {
  width: 220px;
  margin-bottom: 5px;
}

form.kontaktformular textarea {
  width: 350px;
  height: 150px;
}

#submitbutton {
  margin-left: 0px;
  margin-top: 25px;
  width: 100px;
}