/* HEADER */
.header li {margin-left: 27px; float: left;}
.header li a {padding: 20px 30px;}
.header .logo {width: 534px; height: auto;}


/* AUSTAUSCHBILDER IM HEADER */
.wohnen {
  margin-top: -460px;
  background: url('../gfx/dennach.jpg') no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 460px;
  position: relative;
  z-index: -9999;
}

.gaststaettenvermietung {
  margin-top: -460px;
  background: url('../gfx/tisch.jpg') no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 460px;
  position: relative;
  z-index: -9999;
}

.ferienwohnungen {
  margin-top: -460px;
  background: url('../gfx/haus.jpg') no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 460px;
  position: relative;
  z-index: -9999;
}

.umgebung {
  margin-top: -460px;
  background: url('../gfx/natur.jpg') no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 460px;
  position: relative;
  z-index: -9999;
}

.veranstaltungen {
  margin-top: -460px;
  background: url('../gfx/dennach.jpg') no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 460px;
  position: relative;
  z-index: -9999;
}

.kontakt {
  margin-top: -460px;
  background: url('../gfx/dennach.jpg') no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 460px;
  position: relative;
  z-index: -9999;
}

.gaststaettenvermietung-vorteil {
  background: url('../gfx/tisch.jpg') no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.ferienwohnungen-vorteil {
  background: url('../gfx/wohnung.jpg') no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.umgebungen-vorteil {
  background: url('../gfx/schild1.jpg') no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}


/* HOLZHINTERGRUND */
.wooden {
  background: url('../gfx/wood.jpg');
  background-repeat: repeat;
  -moz-box-shadow: 0 0 5px #352820;
  -webkit-box-shadow: 0 0 5px #352820;
  box-shadow: 0 0 5px #352820;
}
