body {
	margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #86A527;
  text-align: center;
}
.holder {
  width: 760px;
  border: 0;
}
  .header {
    height: 195px;
  }
    .logo {
    	background: url(logo.jpg) no-repeat;
      width: 221px;
      height: 195px;
    }
    .logo_bildleiste1, .logo_bildleiste2, .logo_bildleiste3, .logo_bildleiste4, .logo_bildleiste5, .logo_bildleiste6, .logo_bildleiste7, .logo_bildleiste8 {
      width: 539px;
      height: 195px;
    }
    .logo_bildleiste1 {
    	background: url(bild1.jpg) no-repeat;
    }
    .logo_bildleiste2 {
    	background: url(bild2.jpg) no-repeat;
    }
    .logo_bildleiste3 {
    	background: url(bild3.jpg) no-repeat;
    }
    .logo_bildleiste4 {
    	background: url(bild4.jpg) no-repeat;
    }
    .logo_bildleiste5 {
    	background: url(bild5.jpg) no-repeat;
    }
    .logo_bildleiste6 {
    	background: url(bild6.jpg) no-repeat;
    }
    .logo_bildleiste7 {
    	background: url(bild7.jpg) no-repeat;
    }
    .logo_bildleiste8 {
    	background: url(bild8.jpg) no-repeat;
    }
  .links {
    width: 221px;
    padding-top: 0px;
  	background: url(links_bg.jpg) repeat-y;
    vertical-align: top;
  }
    .navstart {
      height: 57px;
      background: url(links_first.jpg) no-repeat;
    }
      .navstart a {
        text-decoration: none;
      }
        .navstart a.first:link, .navstart a.first:visited {
        	font-weight: bold;
          font-size: 10pt;
          left: 145px;
          color: #ccff99;
          position: relative;
          top: 7px;
        }
        .navstart a.first:hover, .navstart a.first:active {
        	color: #a55a00;
        }
    .navmenue {
      line-height: 21px;
      font-weight: bold;
      font-size: 9pt;
    }
      .navmenue a {
        height: 21px;
        text-decoration: none;
        display: block;
      }
        .navmenue a:link, .navmenue a:visited {
          background: url(links_navmenue.jpg) no-repeat;
          color: #496703;
          text-indent: 20px;
        }
        .navmenue a:hover, .navmenue a:active {
          background: url(links_navmenue.jpg) no-repeat;
          color: #a55a00;
          text-indent: 20px;
        }
      .navmenue div.aktiv {
        background: url(links_navmenue_active.jpg) no-repeat;
        color: #86a527;
        text-indent: 30px;
      }
      .navmenue div.proaktiv1 {
        background: url(links_navmenue_proactive.jpg) no-repeat;
        color: #86a527;
        text-indent: 50px;
      }      
      .navmenue div.proaktiv2 {
        background: url(links_navmenue_proactive+.jpg) no-repeat;
        color: #86a527;
        text-indent: 50px;
      }      
  .content {
    width: 236px;
    padding: 17px 15px 50px 20px;
    background: url(content_bg.jpg) repeat-y;
    vertical-align: top;
  }
    .content H1 {
  	  font-weight: bold;
      font-size: 11pt;
      color: #6e8820;
    }
    .content P {
    	font-size: 9pt;
      color: #6e8820;
      text-align: left;
    }
    .content a:link, .content a:visited {
    	color: #6e8820;
      text-decoration: underline
    }
    .content a:active, .content a:hover {
    	color: #6e8820;
      text-decoration: overline
    }
    .content .bild {
      width: 215px;
      margin-top: 25px;
    	border: #b8d759 2px solid;
      background-color: #b8d759;
    }
      .content .bild p {
      	margin: 0px;
        padding: 4px;
        font-size: 8pt;
        color: #4f6117;
      }
      .content .bild a {
        color: #4f6117;
      }
  .rechts {
    width: 268px;
    padding-top: 0px;
  	background: url(rechts_bg.jpg) repeat-y;
    vertical-align: top;
  }
    .rechts p {
    	padding-right: 15px;
      padding-left: 20px;
      font-size: 9pt;
      margin: 0px;
      color: #4f6117;
    }
    .rechts a {
	display: block;
	padding-bottom: 7px;
	color: #4f6117;
    }
    .rechts a.text {
    	display: inline;
      margin-left: 0px;
      text-indent: 0px;
      text-decoration: underline;
    }
      .rechts a:link, .rechts a:visited, .rechts a.text:link, .rechts a.text:visited {
      	text-decoration: underline;
      }
      .rechts a:hover, .rechts a:active, .rechts a.text:hover, .rechts a.text:active {
      	text-decoration: none;
      }
    .title {
    	display: block;
      background: url(rechts_title.jpg) no-repeat;
      width: 268px;
      height: 81px;
    }
      .title h1, .title h2 {
        left: 20px;
        margin: 0px;
        color: #6e8820;
        position: relative;
      }
      .title h1 {
      	font-weight: bold;
        font-size: 11pt;
        top: 38px;
      }
      .title h2 {
      	font-weight: normal;
        font-size: 8pt;
        top: 32px;
      }
  .footer {
  	background: url(footer.jpg) no-repeat;
    vertical-align: top;
    height: 120px
  }
    .footer a {
    	font-size: 8pt;
      margin-left: 236px;
      color: #4f6117;
      text-decoration: none;
    }
    .footer a:before {
    	content: url(top.gif)" ";
    }
