
body {
  width: 1008px;
  margin: 0 auto;
  text-align: center;
  color: black;
  background-color: rgb(253, 255, 109);
  font-family: verdana, helvetica, arial, sans-serif;
}

#page {
  width: 1008px;
  position: relative;
}

.kopf {
  text-align: center;
  vertical-align: top;
}

.headerText {
  color: rgb(12, 161, 6);
  font-weight: bold;
  font-size: 120%;
  text-align: center;
}

.tableText {
  background-color: rgb(12, 161, 6);
  width: 996px;
  height: 65px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.menueHaupt {
  position: relative;
  float: left;
  left: 7px;
  width: 120px;
  text-align: center;
  line-height: 1.4em;
  top: 20px;
}

.menueBnB {
  position: relative;
  float: left;
  left: 7px;
  width: 160px;
  text-align: center;
  line-height: 1.4em;
  top: 20px;
}
.menueFeWo {
  position: relative;
  float: left;
  left: 7px;
  width: 150px;
  text-align: center;
  line-height: 1.4em;
  top: 20px;
}
.menueGrFeWo {
  position: relative;
  float: left;
  left: 7px;
  width: 150px;
  text-align: center;
  line-height: 1.4em;
  top: 20px;
}
.menueKontakt {
  position: relative;
  float: left;
  left: 7px;
  width: 100px;
  text-align: center;
  line-height: 1.4em;
  top: 20px;
}
.menueAnfahrt {
  position: relative;
  float: left;
  left: 7px;
  width: 100px;
  text-align: center;
  line-height: 1.4em;
  top: 20px;
}
.menueImpress {
  position: relative;
  float: left;
  left: 7px;
  width: 180px;
  text-align: center;
  line-height: 1.4em;
  top: 20px;
}

.foto {
  position: relative;
  text-align: center;
  left: 220px;
  width: 600px;
  height: auto;
}


.fett {
  font-weight: bold;
}

.HeaderLink a {
  color: rgb(253, 255, 109);
  text-decoration: none;
}

.HeaderItal {
  color: rgb(253, 255, 109);
  font-style: italic;
}

.otherLink a {
  color: rgb(12, 161, 6);
}

