body {
  margin:0em;
  padding:0em;
  background-color:#82a891;
  font-size:smaller;
  font-family:helvetica,arial,sans;
  background-image:url(image/bg.jpg);
  background-position:top left;
  background-attachment:fixed;
  background-repeat:repeat;
}
a {
  color:#060;
  text-decoration:none;
}
a:hover, a:focus {
  color:#e95e1f;
  text-decoration:underline;
}
img {
  border:0px;
}
#all {
  position:absolute;
  top:50%;
  left:165px;
  margin-top:-255px;
  width:1000px;
  height:515px;
  background-color:#fff;
  overflow:hidden;
  z-index:0;
}
#all > div {
  float:left;
  height:515px;
  width:300px;
  padding:0em 15px;
  border-right:solid 1px #82a891;
}
.hidden {
  display:none;
}
#menu {
  position:fixed;
  top:50%;
  margin-top:-255px;
  padding-left:10px;
  width:150px;
  height:515px;
  background-color:#fff;
  border-right:solid 5px #82a891;
  z-index:10;
  background-image:url(image/menu.jpg);
  background-position:top center;
}
#menu ul {
  list-style-type:none;
  margin:85px 10px 0 0;
  padding:10px 10px 10px 50px;
  color:#fff;
}
#menu ul li {
  margin:.5em 0em;
}
#menu ul li:hover {
  list-style-type:disc;
}
#menu a {
  display:block;
  color:#82a891;
}
#menu a:hover, #menu a:focus {
  color:#fff;
}
#menu p {
  position:absolute;
  bottom:0em;
  left:20px;
}
#menu .aktiv {
  color:#e95e1f;
}
#left {
  display:none;
  position:fixed;
  top:50%;
  margin-top:-20px;
  left:170px;
}
#right {
  display:none;
  position:fixed;
  top:50%;
  margin-top:-20px;
  right:10px;
}
#firm {
  position:fixed;
  top:50%;
  margin-top:265px;
  left:165px;
}
.nummern {
  float:right;
  text-align:right;
  padding-top:.7em;
}
.bildtitel {
  float:left;
  width:240px;
  margin:0;
  padding:0;
}
.slidenav {
  text-align:right;
}
.technik {
  margin-top:0em;
  padding-top:.3em;
  font-size:smaller;
}
#firm, #firm a {
  color:#000;
  background-color:#82a891;
}
#firm a:hover, #firm a:focus {
  color:#fff;
}
#dark {
  display:none;
}
.lu {
  padding-bottom:1em;
  border-bottom:solid 1px #82a891;
}
ul[id^="g"] {
  list-style:none;
  margin:20px auto 15px;
  padding:0;
  width:268px;
  height:400px;
  position:relative;
  overflow:hidden;
  background:#000;
  border:1px solid #82a891;
  cursor:pointer;
}
ul[id^="g"] li {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  display: none;
}
ul[id^="g"] img {
  width:100%;
  height:100%;
  object-fit:contain;
}
