#content .bn_liste {
   position: relative;
   margin: 0 0 10px 0;
}

#content .bn_liste h3.head {
   color: #0f1a5c;
   margin: 0 0 10px 0;
   padding: 0;
   font-weight: bold;
   font-size: 100%;
   text-decoration: none;
   border-bottom: 1px solid #0f1a5c;
}

#content .bn_liste h3.head a,
#content .bn_liste h3.head a:link,
#content .bn_liste h3.head a:visited {
   color: #0f1a5c;
   text-decoration: none;
   font-weight: bold;
   padding: 0;
}

#content .bn_liste h3.head a:focus,
#content .bn_liste h3.head a:hover,
#content .bn_liste h3.head a:active {
   color: #0f1a5c;
   text-decoration: none;
}

#content .bn_liste .bn_liste_content {
	position: relative;
   min-height: 25px;
}

#content .clearBoth {clear:both; height:1px;}
#content .clearLeft {clear:left; height:1px;}
#content .clearRight{clear:right;height:1px;}
#content .imgLeft   {float:left; margin-bottom:10px;margin-right:10px;border:0 none;}
#content .imgRight  {float:right;margin-bottom:10px;margin-left :10px;border:0 none;}
#content .bn_liste .bn_liste_content p.readmore {
	position: relative;
	display: block;
	text-align: right;
	margin: 10px 0 0 0;
	padding: 0 0 20px 0;
	min-height: 25px;
}

#content .bn_liste .bn_liste_content p.readmore a:link,
#content .bn_liste .bn_liste_content p.readmore a:visited {
   position: relative;
   float: none;
   margin: 0;
   color: #ec9935;
   border-bottom: 1px solid #ec9935;
   text-decoration: none;
}
#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 {
   color: #FFF;
   background-color: #ec9935;
}


/***********************************************************************************/
/* News im Bannerbereich                                                           */
/***********************************************************************************/
#bannerbk .bn_liste {
   margin: 0 0 15px 0;
   padding: 0;
   font-size: 92%;
}
#bannerbk .bn_liste h3.head {
  color: #000;
  text-decoration: none;
  margin: 0 0 3px;
  padding: 0;
  font-weight: bold;
  display: none;
}

#bannerbk .bn_liste h3.head a,
#bannerbk .bn_liste h3.head a:link,
#bannerbk .bn_liste h3.head a:visited{
  color: #000;
  text-decoration: none;
  padding: 0;
  font-weight: bold;
  display: none;
}
#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 a {
	position: relative;
	display: block;
	text-align: center;
}
#bannerbk .bn_liste_content a {
   text-align: left;
}

#bannerbk .imgLeft,
#bannerbk .imgRight  {
	display: inline;
   border: 0 none;
}

#bannerbk .bn_liste .bn_liste_content p.readmore {
	position: relative;
	margin: 5px 0 3px;
	padding: 0;
	min-height: 20px;
	text-align: center;
}

#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 {
	position: relative;
	display: inline;
   color: #041260;
   margin: 0;
   font-weight: bold;
   text-decoration: none;
}
#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: #041260;
   text-decoration: underline;
}



