/** News im Bannerbk **/
#bannerbk .bn_liste {
   position: relative;
   border-bottom: 1px dotted #636363;
   padding: 15px 0 15px;
   margin: 0 15px 0 0;
}
#bannerbk .bn_liste h3.head {
   position: relative;
   color: #555555;
   font-size: 110%;
   font-weight: bold;
   margin: 0;
}
#bannerbk .bn_liste h3.head a,
#bannerbk .bn_liste h3.head a:link,
#bannerbk .bn_liste h3.head a:visited {
   color: #555555;
   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 {
   color: #D30007;
}
#bannerbk .bn_liste_content {
   position: relative;
}
#bannerbk .bn_liste .imgLeft,
#bannerbk .bn_liste .imgRight,
#bannerbk .bn_liste .clearLeft,
#bannerbk .bn_liste .clearRight {
   display: none;
}
#bannerbk .bn_liste p.readmore {
   position: relative;
   font-weight: bold;
}
#bannerbk .bn_liste p.readmore a,
#bannerbk .bn_liste p.readmore a:link,
#bannerbk .bn_liste p.readmore a:visited {
   display: block;
   text-align: right;
   background-image: url(../images/bnewssprite.gif);
   background-position: right -74px;
   padding: 0 15px 0 0;
   background-repeat: no-repeat;
}
#bannerbk .bn_liste p.readmore a:focus,
#bannerbk .bn_liste p.readmore a:hover,
#bannerbk .bn_liste p.readmore a:active {
   background-position: right -56px;
   color: #D30007;
}
/** Content **/
#content .bn_liste_content{
   padding:0 0 10px 0;

}

#content .bn_liste {
   overflow: hidden;
   padding: 5px 0;
   border-bottom: 1px dotted #333;
}

#content .bn_liste h3.head {
   position: relative;
   color: #555555;
   font-size: 130%;
   font-weight: bold;
}

#content .bn_liste h3.head a,
#content .bn_liste h3.head a:link,
#content .bn_liste h3.head a:visited{
   position: relative;
   color: #555555;
   font-weight: bold;
   display: block;
   
}
#content .bn_liste h3.head a:focus,
#content .bn_liste h3.head a:hover,
#content .bn_liste h3.head a:active {
   color: #D30007;

}

#content .bn_liste .imgLeft,
#content .bn_liste .imgRight {
   border: 0 none;
}
#content .bn_liste .imgRight img,
#content .bn_liste .imgLeft img {
   display: block;
}
#content .bn_liste .imgLeft {
   float: left;
   margin: 0 1em 1em 0;
}
#content .bn_liste .imgRight {
   float: right;
   margin: 0 1em 0 1em;
}
#content .bn_liste p.readmore a {
   text-align: right;
   display: block;
}


#content .bn_liste p.readmore a,
#content .bn_liste p.readmore a:link,
#content .bn_liste p.readmore a:visited {
   display: block;
   text-align: right;
   background-image: url(../images/bnewssprite.gif);
   background-position: right -74px;
   padding: 0 15px 0 0;
   background-repeat: no-repeat;
}


#content .bn_liste p.readmore a:focus,
#content .bn_liste p.readmore a:hover,
#content .bn_liste p.readmore a:active {
   background-position: right -56px;
   color: #D30007;
}
