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

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: 712px;
  width: 1000px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}

#page {
  text-align: left;
}

#page-inner {
  width: 1000px;
  height: 712px;
}

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

#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: 628px;
  height: 457px;
  float: left;
  margin: 0 -628px 0 0;
}

#content-right {
  width: 372px;
  height: 457px;
  float: left;
  margin: 0 0 0 628px;
}

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

#footer {
  width: 100%;
  height: 55px;
  clear: both;
  text-align: center;
}

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

#navi {
  position: absolute;
  top: 43px;
  left: 56px;
  width: 228px;
}

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

#navi-top {
  height: 16px;
  width: 100%;
  line-height: 2px;
  font-size: 2px;
}

#navi p {
  height: 22px;
  margin: 0;
  padding: 0 10px 0 10px;
  text-indent: 0;
  overflow: hidden;
  line-height: 1.4em;
}

#navi p span {
  display: block;
  width: 208px;
  height: auto;
  line-height: 16px;
  padding: 0 0 3px 0;
  margin: 2px 0 0 0;
  text-decoration: none;
  color: #316309;
  font-weight: bold;
  font-size: 10px;
  border-bottom: 1px dashed black;
  overflow: hidden;
}

#navi p span.navi-pfeil {
  float: left;
  width: 15px;
  height: 15px;
  margin: 0 7px 0 5px;
  padding: 0;
  background-repeat: no-repeat;
  overflow: hidden;
  border: 0 none;
}

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

#navi p a {
  position: relative;
  top: -21px;
  left: 26px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 10px;
  line-height: 16px;
  display: block;
}

#navi-bottom {
  height: 16px;
  width: 100%;
  line-height: 2px;
  font-size: 2px;
}

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

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

#gallery-thumbnails {
  position: absolute;
  top: 281px;
  left: 56px;
  width: 265px;
  height: 353px;
  overflow: hidden;
}

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

a img.gallery-thumbnail {
  border: 2px solid black;
  height: 71px;
  width: 71px;
  margin: 8px 11px 0 0;
}

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

#gallery-pager {
  left: 56px;
  position: absolute;
  top: 624px;
}

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

#gallery-pager a#gallery-next {
  text-align: right;
}

#gallery-image {
  position: absolute;
  top: 226px;
  left: 344px;
  width: 506px;
  height: 400px;
}

#gallery-image-0, #gallery-image-1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  width: 640px;
}

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

#gallery-image a {
  display: block;
  float: left;
}

#gallery-image .gallery-legend {
  width: 135px;
  height: 100%;
  margin: 6px 0 0 0;
  overflow: hidden;
}

#gallery-image .gallery-title {
  color: #424141;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 8px 15px;
}

#gallery-image .gallery-description {
  color: #424141;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 15px;
}

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

