
/** News Startseite **/

#contentstart .imgLeft {
   float: left;
   margin: 0 10px 0 10px;
   border: 0 none;
}

#contentstart .imgRight {
   float: right;
   margin: 0 10px 0 10px;
   border: 0 none;
}
 
 
 #contentstart .bn_liste .bn_liste_content p.readmore  {
   position: absolute;
   bottom: 0;
   right: 0;
}

#contentstart .bn_liste .bn_liste_content p.readmore a,
#contentstart .bn_liste .bn_liste_content p.readmore a:link,
#contentstart .bn_liste .bn_liste_content p.readmore a:visited {
   background-color: transparent;
   color: #FD7D1F;
   text-decoration: none;
   padding:  0 5px 0 0;
   font-weight: normal;
}
#contentstart .bn_liste .bn_liste_content p.readmore a:focus,
#contentstart .bn_liste .bn_liste_content p.readmore a:hover,
#contentstart .bn_liste .bn_liste_content p.readmore a:active {
   color: #FFF;
   text-decoration: underline;
   background-color: #F58735;
}

#contentstart .bn_liste {
   position: relative;
   float: right;
   width: 180px;
   height: 288px;
   background-color: #D0D0D0;
   margin: 0 0 15px 10px;
   padding: 0;
}

#contentstart .bn_liste h3.head {
  color: #fff;
  text-decoration: none;
  margin: 0 0 5px 0;
  padding: 2px 5px;
  background-color: #828485;
  font-size: 100%;
 
}

#contentstart .bn_liste h3.head a,
#contentstart .bn_liste h3.head a:link,
#contentstart .bn_liste h3.head a:visited{
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 0 5px 0 0;
  display: block;
}

#contentstart .bn_liste h3.head a:focus,
#contentstart .bn_liste h3.head a:hover,
#contentstart .bn_liste h3.head a:active{
  text-decoration: underline;
  color: #333;
}

#contentstart .bn_liste_content {  
   padding: 0 5px;
   margin: 0;
}

#contentstart .clearLeft {
   clear: left;
}

#contentstart .clearRight {
   clear: right;
}

#contentstart p.readmore {
   position: relative; 
   text-align: right;
   float: right;
   margin: 10px 15px;
   
}  
#contentstart  p.readmore a,
#contentstart  p.readmore a:link,
#contentstart  p.readmore a:visited {
   background-color: #fff;
   color: #F58735;
   text-decoration: none;
} 
   
#contentstart  p.readmore a:focus,
#contentstart  p.readmore a:hover,
#contentstart  p.readmore a:active {
   background-color: #F58735;
   color: #fff;
   text-decoration: underline;
}

