html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  font: 12px Arial, Helvetica, sans-serif;
  color: #73777A;
}
#space {
  height: 50%;
  width: 100px;
  margin-bottom: -281px;
  float: left;
}
#Box {
  height: 562px;
  width: 877px;
  clear: left;
  position: relative;
  margin: auto auto;
}
#Box #Header {
  margin-bottom: 20px;
  height: 99px;
}
#Box #Header #Logo {
  float: left;
  height: 99px;
  width: 263px;
  position: relative;
}
#Box #Header #Logo img {
  position: absolute;
  bottom: -10px;
  left: 0px;
}
#Box #Header #Adresse {
  height: 99px;
  width: 562px;
  float: right;
  background: url(../img/header.png) no-repeat right bottom;
  position: relative;
}
#Box #Header #Adresse a {
  position: absolute;
  left: 162px;
  bottom: 1px;
  width: 190px;
  height: 18px;
  line-height: 18px;
  text-decoration: none;
}
#Box #Header #Adresse a:hover { background: url(../img/emaillink.png) no-repeat left bottom; }
#Box #Header #Adresse a span { visibility: hidden; }
#Box #Content {
  clear: both;
  height: 448px;
  width: 794px;
  margin-right: 0px;
  margin-left: auto;
  background: url(../img/hindergrund.jpg) no-repeat;
  border: 2px solid #afd21d;
  position: relative;
  box-sizing: bor;
  //overflow: hidden;
}
.contentlink {
  position: absolute;
}
.contentlink .text {
  background: #FFF;
  padding: 10px;
  border: 2px solid #afd21d;
  position: relative;
	display: none;
}
.contentlink .text h1, #Text11 .pfeil {
  font-size: 15px;
  color: #afd21d;
  margin: 0;
  padding-top: 0.5em;
  font-weight: normal;
}
.contentlink .text h2 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  color: #afd21d;
  font-style: italic;
}
.contentlink .text h3 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  color: #afd21d;
}
.contentlink .pfeil {
  height: 21px;
  width: 16px;
  background: url(../img/pfeil.png) no-repeat;
  position: absolute;
}
.contentlink .text h1 em { font-weight: normal; }
.contentlink .text p {
  margin-top: 0px;
  margin-bottom: 1em;
}
.contentlink .trigger {
  width: 100%;
  height: 100%;
}
.contentlink .text .last { margin: 0; }
.contentlink .menulink {
  text-decoration: none;
  color: #fff;
}