#content .imgLeft {
   float: left;
   margin: 0 10px 0 0;
   border: 0 none;
}

#content .imgRight {
   float: right;
   margin: 0 0 0 10px;
   border: 0 none;
} 

/*** CONTENTBEREICH ***/


#content .bn_liste h3.head{
  color: #fff;
  text-decoration: none;
  margin: 5px 0 5px 0;
  padding: 2px 5px;
  font-size: 110%;
  font-weight: normal;
  background-color: #002852;
}

#content .bn_liste h3.head a,
#content .bn_liste h3.head a:link,
#content .bn_liste h3.head a:visited{
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  padding: 0 5px 0 0;
  display: block;
}

#content .bn_liste h3.head a:focus,
#content .bn_liste h3.head a:hover,
#content .bn_liste h3.head a:active{
  text-decoration: underline;
  color: #fff;
  background-color: transparent !important;
}

#content .bn_liste .bn_liste_content p.readmore {
   text-align: right;
}

#content .bn_liste .bn_liste_content p.readmore a,
#content .bn_liste .bn_liste_content p.readmore a:link,
#content .bn_liste .bn_liste_content p.readmore a:visited {
   color: #002852;
   text-decoration: none;
   padding:  0;
   font-weight: normal;
}
#content .bn_liste .bn_liste_content p.readmore a:focus,
#content .bn_liste .bn_liste_content p.readmore a:hover,
#content .bn_liste .bn_liste_content p.readmore a:active {
   text-decoration: underline;
}

#content .bn_liste_content {  
   padding: 0 5px;
   margin: 0;
}

#content .clearLeft {
   clear: left;
}

#content .clearRight {
   clear: right;
}

/***********************************************************************************/
/* News im Bannerbereich                                                           */
/***********************************************************************************/
#rightcontainer .bn_liste_content {
   padding: 10px;
}

#rightcontainer .bn_liste {
   margin: 5px 0 10px 0;
   width: 208px;
   background-color: #fff;
   border: 1px solid #002852;
}

#rightcontainer .bn_liste h3.head{
  display: block;
  color: #fff !important;
  text-decoration: none;
  margin: 0;
  padding: 5px 5px 5px 9px;
  font-size: 110%;
  font-weight: normal; 
  text-align: left;
  background-color: #002852;
}

#rightcontainer .bn_liste h3.head a,
#rightcontainer .bn_liste h3.head a:link,
#rightcontainer .bn_liste h3.head a:visited{
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  padding: 0 5px 0 0;
  display: block;
}

#rightcontainer .bn_liste h3.head a:focus,
#rightcontainer .bn_liste h3.head a:hover,
#rightcontainer .bn_liste h3.head a:active{
  text-decoration: underline;
  color: #fff !important;
  background-color: transparent !important;
}

#rightcontainer .clearBoth {clear:both; height:1px;}
#rightcontainer .clearLeft {clear:left; height:1px;}
#rightcontainer .clearRight{clear:right;height:1px;}
#rightcontainer .imgLeft   {float:left; margin-bottom:10px;margin-right:10px;display:none;}
#rightcontainer .imgRight  {float:right;margin-bottom:10px;margin-left :10px;display:none;}
#rightcontainer .bn_liste .bn_liste_content p.readmore {
   text-align: right;
   margin: 5px 5px 0 0;
   padding: 2px 2px;
   color: #002852;
}

#rightcontainer .bn_liste .bn_liste_content p.readmore a,
#rightcontainer .bn_liste .bn_liste_content p.readmore a:link,
#rightcontainer .bn_liste .bn_liste_content p.readmore a:visited {
   color: #002852;
   text-decoration: none;
   padding:  0;
   font-weight: bold;
}
#rightcontainer .bn_liste .bn_liste_content p.readmore a:focus,
#rightcontainer .bn_liste .bn_liste_content p.readmore a:hover,
#rightcontainer .bn_liste .bn_liste_content p.readmore a:active {
   color: #002852;
   text-decoration: underline;
   background-color: #fff;
}