body {
  margin: 0px /*top right bottom left TRBL*/
  padding: 8px;
  background-color: #f2f1f0;
  font-family: "Helvetica Neue","Helvetica","Arial","sans serif";
  font-size: medium;
  color: #555555;
}
strong {
  font-weight: bold;
}
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;
}
table {
  border-collapse: collapse;
}
td {
  padding: 15px;
}
tr.zweiteZeile {
  background-color: #f2f1f0;
}
/* #kopfleiste h1 {
  font-size: 220%;
  margin: 0px;
  padding: 0px;
  line-height: 80px;
  color: #FAF9F8;
}*/
#kopfleiste {
  overflow: hidden;
  width: inherit;
  display: block;
  text-align: center;
  height: 300px;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 15px;
  background-color: #f2f1ff;
  box-shadow: 2px 2px 2px 0px #515151;
}
#container {
  width: inherit;
  max-width: 960px;
  margin: 0px auto 0px auto;
}

#menu {
  width: auto;
  height: auto;
  float: left;
  margin: 0px 15px 0px 0px;
  padding: 10px;
  background-color: #FAF9F8;
  box-shadow: 2px 2px 2px 0px #515151;
}
#menu ul {
  list-style-type: none;
  padding: 0px;
}
#menu li {
  font-size: 100%;
  margin: 0px 0px 15px 0px;
  padding: 0px 10px 0px 10px;
}
#menu li.current {
  background-color: #366BF4;
  color: #FAF9F8;
}
#menu a:hover {
  background-color: #f2f1f0;
}
#inhalt {
  width: auto;
  height: auto;
  overflow: hidden; /*Damit das Layout mit float functioniert*/
  padding: 10px 15px 10px 15px;
  background-color: #FAF9F8;
  box-shadow: 2px 2px 2px 0px #515151;
}
#inhalt a {
  color: inherit;
  font-family: inherit;
  text-decoration: underline;
}
#inhalt h2 {
  font-size: 100%;
  line-height: 1.4;
  text-align: center;
}
#inhalt p {
  font-size: 90%;
  line-height: 1.3;
}
form.kontaktformular fieldset {
  margin-top: 25px;
  padding: 10 10 10px;
  width: 500px;
  border: none;
}
form.kontaktformular legend {
  padding: 0 10px;
  font-weight: bold;
}
form.kontaktformular label {
  float: left;
  width: 130px;
}

.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;
}
