* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

html, body {
  height: 100%;
  width: 100%;
}

body { 
  text-align: center;
  overflow-y: scroll;
  font-size: 70%;
}

img {
  border: 0 none;
}

/* ----------------------------------- Größen */

/* Seitenbreite */
#header,
#images,
#content {
  width: 750px;
} 

#header {
  height: 100px;
  background: url(../files/logo.jpg) no-repeat;
}

#images {
  height: 300px;
}

#nav,
#text{
  min-height: 185px;
}

#nav {
  width: 170px;
}

#nav ul {
  height: 180px;
}

#text {
  width: 540px;
  min-height: 173px;
  padding: 12px 20px 0px 20px;
}

#text .column1,
#text .column2 {
  width: 260px;
  margin-right: 10px;
}

/* ----------------------------------- Hintergründe */

/* weiss */
body,
#text {
  background-color: #fff;
}

/* gruen */
#nav,
#content {
  background-color: #00a400;
}

/* hellgruen */
#nav ul li a:hover,
#nav ul li strong {
  background-color: #75b522;
}

/* ----------------------------------- Schriftfarben */

*,
#text a:hover,
#text a:hover * {
  color: #00a400;
}

#text a,
#text a * {
  color: #75b522;
}

/* ----------------------------------- Rahmenfarben */

#header,
#images,
#content {
  border: 1px solid #00a400;
}

/* ----------------------------------- Weiteres */

body:before {
  content: "."; 
  display: block; 
  height: 8px;
  line-height: 0;
  font-size: 0;
  clear: both;
}

#header,
#images,
#content {
  margin: 8px auto 0 auto;
  position: relative;
}

#header {
  margin-top: 0px;
  font-size: 0;
  text-indent: -9999px;
}

#images {
  background-repeat: no-repeat;
  z-index: 4;
}

#images div {
  position: absolute;
  right: -1px;
  bottom: -18px;
  height: 19px;
  width: 36px;
  background: url(../files/navi.png) no-repeat;
  z-index: 6;
  border-right: 0 none;
  padding: 9px 0 0 10px;
}

#images div a {
  display: block;
  float: left;
  outline: 0 none;
  text-indent: -99999px;
  font-size: 0;
  line-height: 0;
  height: 10px;
  width: 10px;
  margin-right: 2px;
  background-repeat: no-repeat;
  background-image: url(../files/icon.jpg);
}

#images div a.back {
  background-position: 0 0;
}

#images div a.back:hover {
  background-position: 0 -10px;
}

#images div a.pause {
  background-position: -10px 0;
}

#images div a.pause:hover {
  background-position: -10px -10px;
}

#images div a.play {
  background-position: -10px 0;
}

#images div a.play:hover {
  background-position: -10px -10px;
}

#images div a.forward {
  background-position: -20px 0;
  margin-right: 0;
}

#images div a.forward:hover {
  background-position: -20px -10px;
}

#images img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

#images img.visible {
  opacity: 1;
  display: block;
}

#content {
  margin-bottom: 24px;
}

#nav,
#text {
  float: left;
}

#text .column1 {
  clear: left;
  float: left;
}

#text .column2 {
  float: left;
}

#bottomnav {
  text-decoration: none;
  display: block;
  position: absolute;
  right: 8px;
  bottom: -20px;
  background: none;
}

#content:after {
  content: "."; 
  display: block; 
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both; 
  visibility: hidden;
}

/* ----------------------------------- Navigation */

#nav ul {
  padding: 0 9px;
}

#nav ul li,
#bottomnav ul li {
  list-style-type: none;
  display: block;
  float: left;
  height: 100%;
}

#nav ul li a,
#nav ul li strong {
  height: 173px !important;
  width: 25px !important;
  display: block;
  padding-bottom: 12px;
}

#nav ul li span {
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100% !important;
  height: 100% !important;
}

#bottomnav ul li {
  margin-left: 10px;
}

/* ----------------------------------- Text */

#text {
  text-align: left;
}

#text h1 {
  margin-bottom: 10px;
}

#text h2 {
  margin: 1em 0 1em 0;
  font-size: 110%;
  font-weight: bold;
}

#text p {
  margin-bottom: 1em;
}