#content .AddNews{
   padding: 3px;
   margin-bottom: 20px;
   display: block;
}


#content .bn_liste{
   position: relative;
   border-bottom: 15px solid #000;
   border-top: 15px solid #000;
   background-color: #fff;
   background-image: url(../images/bg_news.gif);
   background-repeat: repeat-y;
   margin: -15px -10px -15px -10px;
   padding-bottom: 15px;
   min-height: 97px;
}
   

#content .bn_liste h3.head{
  text-decoration: none;
  padding: 4px 0 4px 280px;
  margin: 0;
  font-weight: normal;
  font-size: 130%;  
}

#content .bn_liste h3.head a,
#content .bn_liste h3.head a:link,
#content .bn_liste h3.head a:visited{
  text-decoration: none;
  font-weight: normal;
}

#content .bn_liste h3.head a:focus,
#content .bn_liste h3.head a:hover,
#content .bn_liste h3.head a:active{
  text-decoration: underline;
}
#content .bn_liste .bn_liste_content{
   margin-left: 280px;
   margin-right: 10px;
}

.clearBoth {display: none;}
.clearLeft {display: none;}
.clearRight{display: none;}
.bn_liste .imgLeft   {
   position: absolute;
   top: 0px;
   left: 0px;
   border: 1px solid #fff;
}
/* Hier auch left:0 weil in Design-Entwurf von Rottenschlager; einheitlich nur links */
.bn_liste .imgRight  {
   position: absolute;
   top: 0px;
   left: 0px;
   border: 1px solid #fff;
}
#content .bn_liste .bn_liste_content p.readmore{text-align: right;margin: 0;}
