#bannerbk .bn_liste {
   position: relative;
   background-image: url(../images/bnliste.gif);
   background-repeat: no-repeat;
   height: 137px;
   padding: 10px 34px 10px 10px;
   margin-bottom: 1em;
}
/** Ausblenden unbenötigter Dinge **/
#bannerbk .bn_liste .imgLeft,
#bannerbk .bn_liste .imgRight,
#bannerbk .bn_liste .clearLeft,
#bannerbk .bn_liste .clearRight,
#bannerbk .bn_liste p.readmore {
   display: none;
}
/** Elemente **/
#bannerbk .bn_liste h3.head {
   position: relative;
   color: #d0d0d0;
   font-size: 130%;
   text-align: center;
   margin: 8px 0 8px 0;
}
#bannerbk .bn_liste h3.head a,
#bannerbk .bn_liste h3.head a:link,
#bannerbk .bn_liste h3.head a:visited {
   color: #d0d0d0;
   display: block;
   background-color: transparent;
   text-decoration: none;
   display: block;
}
#bannerbk .bn_liste h3.head a:focus,
#bannerbk .bn_liste h3.head a:hover,
#bannerbk .bn_liste h3.head a:active {
   text-decoration: underline;
}
#bannerbk .bn_liste_content {
   position: relative;
   font-size: 92%;
   color: #fff;
   text-align: center;
}
/** News Liste Content **/
#content .bn_liste {
   position: relative;
   overflow: hidden;
   margin-bottom: 1em;
   border-bottom: 1px solid #88BA14;
}
#content .bn_liste h3.head {
   position: relative;
   color: #88BA14;
   font-size: 120%;
   text-transform: uppercase;
}
#content .bn_liste h3.head a,
#content .bn_liste h3.head a:link,
#content .bn_liste h3.head a:visited {
   color: #88BA14;
   display: block;
}
#content .bn_liste h3.head a:focus,
#content .bn_liste h3.head a:hover,
#content .bn_liste h3.head a:active {
   background-color: transparent;
   text-decoration: underline;
}
#content .imgLeft {
   float: left;
   position: relative;
   margin: 0 1em 1em 0;
}
#content .imgRight {
   position: relative;
   float: right;
   margin: 0 0 1em 1em;
}
#content .imgLeft,
#content .imgRight {
   border: 0 none;
}
#content .clearLeft,
#content .clearRight {
   display: none;
}
#content .bn_liste p.readmore {
   color: #88BA14;
   text-align: right;
}
#content .bn_liste p.readmore a {
   display: block;
   font-style: italic;
   font-size: 92%;
}
#content .bn_liste p.readmore a:focus,
#content .bn_liste p.readmore a:hover,
#content .bn_liste p.readmore a:active {
   text-decoration: underline;
   color: #88BA14;
   background-color: transparent;
}
