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

h1 {
  font-size: 140%;
}

#page {
  width: 100%;
  position: relative;
}

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

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

.tableText {
  background-color: rgb(12, 161, 6);
  left: 2%;
  width: 96%;
  text-align: center;
  vertical-align: middle;
  position: relative;
  line-height: 2.4em;
  top: 20px;
}

.menueHaupt {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}

.menueBnB {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
.menueFeWo {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
.menueFeWo {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
.menueKontakt {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
.menueAnfahrt {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
.menueImpress {
  position: relative;
  display: inline-block;
  padding-left: 15px; 
  padding-right: 15px;
}

.foto {
  position: relative;
  text-align: center;
  left: 5%;
  width: 90%;
  max-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);
}

