BODY {
  color: #000000;
  background-color: #F1F3E5;
  font: normal normal 12px Arial, sans-serif;

  margin: 0px 0px 0px 0px;
  
  scrollbar-base-color:#F1F3E5;
  scrollbar-3dlight-color:#F1F3E5;
  scrollbar-arrow-color:#2C7B52;
  scrollbar-darkshadow-color:#F1F3E5;
  scrollbar-face-color:#F1F3E5;
  scrollbar-highlight-color:#F1F3E5;
  scrollbar-shadow-color:#2C7B52;
  scrollbar-track-color:#F1F3E5;
  
<!-- scrollbar-base-color = Basisfarbe der Scroll-Leiste
scrollbar-3dlight-color = Farbe für 3D-Effekte
scrollbar-arrow-color = Farbe für Verschiebepfeile
scrollbar-darkshadow-color = Farbe für Schatten
scrollbar-face-color = Farbe für Oberfläche
scrollbar-highlight-color = Farbe für oberen und linken Rand
scrollbar-shadow-color = Farbe für unteren und rechten Rand
scrollbar-track-color = Farbe für freibleibenden Verschiebeweg //-->

}

TD {
  color: #000000;
  font: normal normal 12px Arial, sans-serif;

}

A:link, A:visited {
  color: #000000;
  text-decoration:underline;
  font: normal normal 12px Arial, sans-serif;
}

A:active, A:hover {
  color: #646464;
  text-decoration: none;
  font: normal normal 12px Arial, sans-serif;
}

h1 {
	font-size: 18px;
	color: #317755;
	text-align: center;
  font-family: Arial;
}
h2 {
	font-size: 16px;
	color: #646464;
	text-align: center;
  font-family: Arial;
}

DIV.alles {
  position: relative;
  top: 10px;
  left: 0px;
  width: 750px;
  height: 500px;
  text-align: left;
}
        
        DIV.header {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 750px;
          height: 50px;
        }
                  
                  DIV.grau_hell_header {
                    background-color: #ccd9cd;
                    position: absolute;
                    left: 160px;
                    top: 27px;
                    height: 23px;
                    width: 1px;
                  }
                  
                  DIV.grau_dunkel_header {
                    background-color: #7b7b7b;
                    position: absolute;
                    left: 161px;
                    top: 27px;
                    height: 23px;
                    width: 2px;
                  }
                  
                  DIV.gruen_hell_header {
                    background-color: #C2CCA5;
                    position: absolute;
                    left: 163px;
                    top: 27px;
                    height: 23px;
                    width: 1px;
                  }
                  
                  DIV.logo_header {
                   position: absolute;
                   top: 0px;
                   left: 164px;
                   height: 38px;
                   width: 586px;
                   text-align: right;
                   vertical-align: center;
                  }
        
        DIV.htrenner {
          position: absolute;
          top: 50px;
          left: 0px;
          height: 4px;
          width: 750px;
        }
        
                DIV.grau_hell_htrenner {
                  background-color: #ccd9cd;
                  position: absolute;
                  left: 0px;
                  top: 0px;
                  height: 1px;
                  width: 750px;
                }
                
                DIV.gruen_dunkel_htrenner {
                  background-color: #2C7C52;
                  position: absolute;
                  left: 0px;
                  top: 1px;
                  height: 1px;
                  width: 750px;
                }
                
                DIV.grau_dunkel_htrenner {
                  background-color: #7d7d7d;
                  position: absolute;
                  left: 0px;
                  top: 2px;
                  height: 1px;
                  width: 750px;
                }
                
                DIV.gruen_hell_htrenner {
                  background-color: #C2CCA5;
                  position: absolute;
                  left: 0px;
                  top: 3px;
                  height: 1px;
                  width: 750px;
                }
        
        DIV.hauptbereich {
          position: absolute;
          top: 54px;
          left: 0px;
          width: 750px;
          height: 446px;
        }
                DIV.menu {
                  position: absolute;
                  top: 30px;
                  left: 10px;
                  height: 416px;
                  width: 140px;
                  text-align: left;
                  overflow: auto;
                }
                
                      A.menu:link, A.menu:visited {
                      	font-size: 12px;
                      	color: #646464;
                        font-weight:bold;
                      	text-decoration:none;
                        font-family: Arial;
                      }
                      
                      A.menu:hover {
                      	font-size: 12px;
                      	color: #2d7b53;
                      	font-weight:bold;
                        text-decoration:none;
                        font-family: Arial;
                      }
        
                DIV.vtrenner {
                  position: absolute;
                  top: 0px;
                  left: 160px;
                  height: 446px;
                  width: 4px;
                }
                
                        DIV.grau_hell_vtrenner {
                          background-color: #ccd9cd;
                          position: absolute;
                          top: 0px;
                          left: 0px;
                          height: 446px;
                          width: 1px;
                        }
                        
                        DIV.grau_dunkel_vtrenner {
                          background-color: #7d7d7d;
                          position: absolute;
                          top: 0px;
                          left: 1px;
                          height: 446px;
                          width: 2px;
                        }
                        
                        DIV.gruen_hell_vtrenner {
                          background-color: #C2CCA5;
                          position: absolute;
                          top: 0px;
                          left: 3px;
                          height: 446px;
                          width: 1px;
                        }
                DIV.hgbild {
                  position: absolute;
                  background: url(../images/kienast02trans.jpg) no-repeat scroll;
                  top: 0px;
                  left: 165px;
                  width: 585px;
                  height: 446px;
                }
                        DIV.inhalt {
                          position: absolute;
                          top: 10px;
                          left: 10px;
                          height: 436px;
                          width: 570px;
                          overflow: auto;
                                                    
                        }
