/*Galerie*/
#content .gallery-list {
   position: relative;
   float: left;
   width: 620px;
}
#content .gallery-list .gallery-list-rowpic-first,
#content .gallery-list .gallery-list-rowpic-last,
#content .gallery-list .gallery-list-rowpic {
   width: 200px;
   float: left;
   margin-bottom: 30px;
}
#content .gallery-list .gallery-list-rowpic-first {
   clear: left;
}
#content .gallery-list .gallery-list-rowpic-first,
#content .gallery-list .gallery-list-rowpic {
   margin-right: 10px;
}
#content .gallery-list img {
   border: 1px solid #375a06;
}
span.gallery-list-rowpic-caption {
   float: left;
}
#content .gallery-nav {
   position: relative;
   display: block;
   clear: left;
   height: 17px;
   background-color: #375a06;
   margin-bottom: 30px;
}
#content .gallery-nav a {
   color: #fff;
}
#content .gallery-nav .gallery-pagebrowser-back,
#content .gallery-nav .gallery-pagebrowser-fwd {
   font-weight: bold;
}
#content .gallery-nav .gallery-pagebrowser-back {
   position: absolute;
   left: 5px;
}
#content .gallery-nav .gallery-pagebrowser-fwd {
   position: absolute;
   right: 5px;
}
#content .gallery-nav .gallery-pagebrowser-text {
   font-weight: bold;
   position: absolute;
   width: 302px;
   left: 145px;
   color: #fff;
   text-align: center;
   line-height: 17px;
}
/*dunkles Grün:  #375a06*/

