div.site{
  background-image: url(/images/bgsubnav/96c98e.png);
  position:relative;
  margin: 0px auto;
  width: 1000px;
}

div.siteerror{
  position:relative;
  margin: 0px auto;
  width: 1000px;
}

div.eventbanner{
  position: absolute;
  z-index: 1;
  margin-top: 10px;
  margin-left: 500px;
  height: 120px;
  width: 460px;
  background-color: #96C891;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
}

div.nav{
  background-color: white;
  height: 24px;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: #96c98e;
  padding-top: 7px;
}

div.stomach{

  background-repeat: repeat;
  width: 1000px;
}

div.subnav{
  float: left;
  padding: 20px 5px 20px 15px;
  width: 170px;
}

div.content{
  float: left;
  padding: 20px 20px;
  width: 580px;
}

div.promotion{
  float: left;
  left: 810px;
  width: 190px;
}

a.subactivenav{
  color: #184f28;
  text-decoration: none;
  font-weight: bold;
  font-size:11px;
}

a.subnav:hover{
  color: #184f28;
  text-decoration: none;
  font-weight: bold;
  font-size:11px;
}

div.angebotepromotionheadline{
  width: 190px;
  height: 20px;
  padding-top: 4px;
  background-color: #96c98e;
  color: white;
}

div.angebotepromotion{
  width: 166px;
  border-color: #96c98e;
  border-style: solid;
  border-width: 2px; 
  padding:10px;
}

div.footer{
  clear: both;
  font-size: 14px;
  width: 980px;
  height: 20px;
  padding: 0px 10px;
  color: white;
  background-color: #96c98e;
}


