/*** CONTENTBEREICH ***/

#content .bn_liste {
   position: relative;
   margin: 0 0 1em;
}

#content .bn_liste h3.head{
  color: #333;
  text-decoration: none;
  margin: 0;
  padding: 5px 10px 5px 10px;
  background-color: #eee;
  font-size: 120%;
  font-weight: normal;
  border-bottom: 1px solid #607B82;
}

#content .bn_liste h3.head a,
#content .bn_liste h3.head a:link,
#content .bn_liste h3.head a:visited{
  color: #333;
  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: #333;
  font-weight: normal;
}

#content .bn_liste_content {  
   padding: 10px 5px;
   margin: 0;
}

#content .bn_liste .bn_liste_content p.readmore {
   text-align: right;
   margin: 3px 0 0 0;
   padding: 2px 0;
   color: #54819F;
}

#content #bannerbk .bn_liste .bn_liste_content p.readmore a,
#content #bannerbk .bn_liste .bn_liste_content p.readmore a:link,
#content #bannerbk .bn_liste .bn_liste_content p.readmore a:visited {
   color: #54819F;
   text-decoration: none;
   padding:  0 5px 0 0;
   font-weight: normal;
}
#content #bannerbk .bn_liste .bn_liste_content p.readmore a:focus,
#content #bannerbk .bn_liste .bn_liste_content p.readmore a:hover,
#content #bannerbk .bn_liste .bn_liste_content p.readmore a:active {
   color: #54819F;
   text-decoration: underline;
}

#content .bn_liste .clearLeft {
   clear: left;
   position: relative;
   height: 1px;
   background-color: #fff;
}

#content .clearRight {
   clear: right;
   position: relative;
   height: 1px;
   background-color: #fff;
}

#content .imgLeft {
   float: left;
   margin: 10px 10px 10px 0;
   border: 0 none;
}

#content .imgRight {
   float: right;
   margin: 10px 10px 10px 0;
   border: 0 none;
} 