html, body {
  background-color: white;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 801px;
}

div, p, span, li, input, textarea {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
  line-height: 1.4em;
  text-align: left;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

img {
  border: 0 none;
}

#page-outer {
  height: 801px;
  width: 1001px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}

#page {
  text-align: left;
}

#page-inner {
  width: 1001px;
  height: 801px;
}

#header {
  width: 100%;
  height: 255px;
}

#logo {
  position: absolute;
  top: 60px;
  left: 580px;
  width: 20px;
  height: 20px;
}

#logo-inner {
  width: 100%;
  height: 100%;
}

#logo a {
  position: relative;
}

#logo img {
  border: none;
  width: 100%;
  height: 100%;
}

#content-left {
  width: 806px;
  height: 546px;
  float: left;
  margin: 0 -806px 0 0;
}

#content-right {
  width: 195px;
  height: 546px;
  float: left;
  margin: 0 0 0 806px;
}

#content-right-inner {
  text-align: center;
}

#footer {
  display: none;
}

#footer-first, #footer-second {
  text-align: center;
  color: white;
  padding: 6px 0 0 0;
}

#navi {
  position: absolute;
  top: 229px;
  left: 42px;
  width: 972px;
}

#navi-inner {
  width: 100%;
  height: 100%;
}

#navi-top {
  display: none;
}

#navi div div {
  height: 22px;
  width: 142px;
  margin: 0 5px;
  padding: 0;
  text-indent: 0;
  overflow: hidden;
  line-height: 1.4em;
  float: left;
}

#navi div.last {
  border-bottom: 0 none;
  margin-bottom: 1px;
}

#navi div p {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#navi div img {
  width: 100%;
  height: 100%;
}

#navi-bottom {
  display: none;
}

#page-kontakt #content-left,
#page-impressum #content-left,
#page-galerie #content-left,
#page-anfahrt #content-left {
  width: 1001px;
}

#page-kontakt #content-right,
#page-impressum #content-right,
#page-galerie #content-right,
#page-anfahrt #content-right {
  display: none;
}

#gallery-thumbnails {
  position: absolute;
  top: 525px;
  left: 145px;
  width: 710px;
  height: 85px;
  overflow: hidden;
  z-index: 10;
}

#gallery-thumbnails-inner div {
  width: 710px;
  height: 85px;
  overflow: hidden;
  float: left;
}

a img.gallery-thumbnail {
  border: 2px solid #e59027;
  height: 75px;
  width: 75px;
  margin: 6px 18px 0 18px;
}

a:hover img.gallery-thumbnail {
  border: 2px solid #e59027;
}

#gallery-pager {
  left: 90px;
  position: absolute;
  top: 560px;
  z-index: 5;
}

#gallery-pager a {
  color: black;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  width: 30px;
  display: block;
  float: left;
}

#gallery-pager a#gallery-next {
  text-align: right;
  margin-left: 760px;
}

#gallery-image {
  position: absolute;
  top: 225px;
  left: 175px;
  width: 650px;
  height: 400px;
}

#gallery-image-0, #gallery-image-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  width: 650px;
  text-align: center;
}

#gallery-image-1 {
  display: none;
}

#gallery-image img {
  border: 0 none;
}

