body {
  background: url(../img/bg.png) top center no-repeat;
  margin: 0;
  padding-top: 50px;
  text-align: center;
  font-family: Georgia, Times, serif;
  font-size: 9pt;
  color: #727375;
  text-align: center;
}

img {
  border: 0;
}

.offset_bottom {
  margin-bottom: 25px;
}

.container_12 {
  text-align: left;
}

.text_right {
  text-align: right;
}

.leftright_down {
  margin-top: 30px;
}

/* ### NEWS-TEASER ### */

#newsteaser {
  background-color: #e1eed1;
  width: 175px;
  margin: 20px 0 20px 0;
}

#newsteaser h1 {
  color: #e1eed1;
  margin: 0;
  padding: 0 0 0 15px;
  background-color: #ffffff;
  font-size: 26pt;
  font-style: italic;
  line-height: 16pt;
  font-weight: normal;
}

#newsteaser p {
  margin: 0;
  padding: 0 0 10px 10px;
  font-size: 8pt;
}

#newsteaser .date {
  font-size: 7pt;
  margin: 0;
  padding: 10px 0 0 10px;
}

#newsteaser .title {
  color: #559126;
  font-size: 12pt;
  margin: 0;
  padding: 0 0 0 10px;
}

#newsteaser .more {
  color: #559126;
  font-size: 8pt;
  margin: 0;
  padding: 0 10px 0 0;
  text-align: right;
}

/* ### PEFC ### */

#pefc {
  margin: 20px 0 0 10px;
}

#pefc p {
  color: #8ebe6d;
  font-size: 8pt;
  margin: 0;
  padding: 0;
}

#pefc em {
  color: #44a12b;
}

/* ### HEADER ### */

#header h1 {
  font-size: 12pt;
  color: #559126;
  margin: 24px 25px 0 0;
  padding: 0;
  font-weight: normal;
  font-style: italic;
  text-align: right;
}

/* ### FOOTER ### */

.footer {
  margin: 50px 0 25px 0;
  font-size: 8pt;
  color: #559126;
}

/* ### BREADCRUMB ### */

#breadcrumb {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #559126;
  font-style: italic;
}

/* ### SUB-NAVIGATION ### */

#subnav {
  margin: 10px;
}

#subnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#subnav a, #subnav a:link {
  text-decoration: none;
  color: #727375;
}

#subnav a:hover {
  text-decoration: underline;
}

/* ### GALERIE ### */

#gallery {
  padding: 0;
  margin: 30px 0 0 0;
}

#gallery img {
  border: 2px #44a129 solid;
  width: 776px;
}

/* ### NAVIGATION ### */

#nav {
  position: absolute;
  height: 30px;
  width: 780px;
  text-align: center;
  font-style: italic;
font-size: 8pt;
}

#navi, #navi ul {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 30px;
}

#navi a {
  display: block;
}

#navi li {
  float: left;
  width: 128px;
  height: 30px;
  margin: 0 0 0 2px;
  line-height: 30px;
  /*background: url(../img/button_nav.png) repeat-x top;

  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;*/
background: url(nav_bg_neu.png) top;
}

#navi li:first-child {
  margin-left: 1px !important;
}

#navi li ul li:first-child {
  margin-left: 0px !important;
}

#navi li ul {
  position: absolute;
  display: none;
  z-index: 89;
  margin-top: 0px;
  background: none;
}

#navi li ul li {
  margin: 0;
  /*background: none;
  background-color: #ffffff;*/
  float: none;
  font-size: 8pt;
  line-height: 30px;
  text-align: center;

  /*-webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;*/

  /*filter:alpha(opacity=69);
    -moz-opacity:0.69;
    -khtml-opacity: 0.69;
    opacity: 0.69;*/
background: url(trans_bg.png);
}

#navi li:hover ul {
  display: block;
  background: none;
}

#navi li:hover ul, #navi li.sfhover ul {
  display: block;
  background: none;
}

.active {
    background: url(nav_bg_neu_act.png) top !important;
}

.subactive {
  font-weight: bold;
  /*padding-right: 5px;*/
  /*background-color: #ffffff;
  filter:alpha(opacity=69);
    -moz-opacity:0.69;
    -khtml-opacity: 0.69;
    opacity: 0.69;*/
}

/* ### TEXT ### */

.text {
  margin: 0 20px 0 20px;
}

/* ### HAUS ### */

.text_haus {
  margin-top: 30px;
  background: url(../img/haus_bg.png) top no-repeat;
  padding: 2px;
}

div.text_haus p,
div.text_haus h1,
div.text_haus h3 {
    margin-left: 20px;
    margin-right: 20px;
}

.text_haus dt {
  padding: 0;
  margin: 0;
}