#bannerbk  .bn_liste_content {
   position: relative;
   font-size: 92%;
   color: #001940;
   background-color: transparent;
   padding: 10px 10px;
}

#bannerbk .imgLeft,
#bannerbk .imgRight {
   display: none;
}

#content .imgLeft {
   float: left;
   margin: 0 10px 0 0;
   border: 0 none;
}

#content .imgRight {
   float: right;
   margin: 0 0 0 10px;
   border: 0 none;
} 

/***************************************************************/


/***********************************************************************************/
/* News im Bannerbereich                                                           */
/***********************************************************************************/
#bannerbk .bn_liste {
   position: relative;
   background-color: #fff;
   margin: 15px 0;
   border: 1px solid #fff;
}

#bannerbk .bn_liste h3.head {
   text-transform: uppercase;
   position: relative;
   padding: 7px 10px 7px 10px;
   font-size: 120%;
   color: #fff;
   margin: 0;
   background-color: #FF7B00;
   font-weight: bold;
}

#bannerbk .bn_liste h3.head a,
#bannerbk .bn_liste h3.head a:link,
#bannerbk .bn_liste h3.head a:visited{
  position: relative;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: block;
}

#bannerbk .bn_liste h3.head a:focus,
#bannerbk .bn_liste h3.head a:hover,
#bannerbk .bn_liste h3.head a:active{
  position: relative;
  text-decoration: underline;
  font-weight: bold;
  color: #FFf;
}

#bannerbk .clearBoth {clear:both; height:1px;}
#bannerbk .clearLeft {clear:left; height:1px;}
#bannerbk .clearRight{clear:right;height:1px;}
#bannerbk .imgLeft   {float:left; margin-bottom:10px;margin-right:10px;}
#bannerbk .imgRight  {float:right;margin-bottom:10px;margin-left :10px;}
#bannerbk .bn_liste .bn_liste_content p.readmore {
   text-align: right;
   font-size: 100%;
   margin: 5px 0 0 0;
   color: #4F4E4F;
}

#bannerbk .bn_liste .bn_liste_content p.readmore a,
#bannerbk .bn_liste .bn_liste_content p.readmore a:link,
#bannerbk .bn_liste .bn_liste_content p.readmore a:visited {
   color: #4F4E4F;
   background-color: transparent;
   text-decoration: none;
   font-weight: bold;
   padding:  0 5px 0 0;
}
#bannerbk .bn_liste .bn_liste_content p.readmore a:focus,
#bannerbk .bn_liste .bn_liste_content p.readmore a:hover,
#bannerbk .bn_liste .bn_liste_content p.readmore a:active {
   color: #1D4B7A;
   text-decoration: underline;
}
