a { 
  text-decoration: none;
  font-weight: bold;
  color: #06470f;
}

a:hover {
  color: #f66100;
}

body { 
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: Verdana,Helvetica,sans-serif;
  background-color: white;
  color: #06470f;
}

#contents { 
  position: absolute;
  left: 185px;
  max-width: 33em;
  top: 140px;
  line-height: 1.5em;
  padding-bottom: 90px;
  font-size: 14px;
}

#contents h1 { 
  color: #f66100;
  font-size: 22px;
  font-weight: 900;
  line-height: 28px;
}


.contentsimg { 
  margin: 8px;
}

.angebot_l1 {
  font-size: 12px;
  font-weight: bold;
}

.angebot_l1_active { 
  font-size: 12px;
  color: #f66100;
  font-weight: bold;
}

.angebot_l2 { 
  font-size: 12px;
  padding-left: 60px;
  font-weight: bold;
  margin-bottom: 15px;
}

#topbar { 
  position: fixed;
  left: 0px;
  top: 115px;
  width: 595px;
  height: 21px;
  background-image: url(/img/balken.png);
  color: white;
  font-size: 11px;
  line-height: 15px;
  padding-left: 185px;
}

#topbar a { 
  color: white;
}

#bgimg { 
  position: fixed;
  left: 400px;
  top: 0;
  height: 100%;
  z-index: -1;
}

#menu { 
  position: fixed;
  left: 22px;
  top: 140px;
  z-index: 3;
  font-size: 14px;
}

#menu ul { 
  list-style-type: none;
  padding-left:0;
  margin-left:0;
}

#menu li {
  padding-left:0;
  margin-left:0;
  line-height: 32px;
}

.miselected { 
  color: #9db7a1;
}

#logo { 
  position: fixed;
  z-index: 4;
  left: 0;
  top: 0;
}


#gal { 
  position: absolute;
  height: 600px;
}

.galimg {
  margin: 10px;
  position: absolute;
  width: 140px;
  height: 140px;
  text-align: center;
}

.imgcont { 
  width: 140px;
  height: 140px;
  display: table-cell;
  vertical-align: middle;
}

.imgcont a { 
}

.imgcont a img { 
}

#footer { 
  position: fixed;
  background-image: url(/img/footer.png);
  background-repeat: repeat-x;
  bottom: 0;
  width: 100%;
  height: 61px;
  z-index: 1;
}

#footer p { 
  position: absolute;
  left: 180px;
  color: white;
  font-size: 13px;
  line-height: 19px;
  overflow: hidden;
}

#footer p a { 
  color: white;
}