#newsTicker {
  background-color:#48a4cf;
  width:232px;
  height:300px;
  display:table;
  vertical-align:bottom;
}
.newsHeader {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color:#48a4cf;
  padding-top:20px;
  padding-left:5px;
  font-size:1px;
}
.newsStory {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color:#FFFFFF;
  padding-left:17px;
  margin-top:10px;
  margin-left:0px;
  margin-right:5px;
  margin-bottom:0px;
  vertical-align:bottom;
  display:table;
}
.newsTitel {
  margin-top:10px;
  font-size:11px;
  font-weight:bold;
  background-image:url(/m/mandanten/95/leadSign.gif);
  padding-left:10px;
  background-repeat:no-repeat;
  background-position:0px 2px;
}
.newsTitel a {
  text-decoration:none;
  color: #FFFFFF;
}
.newsTitel a:hover {
  text-decoration:none;
  color: #FFFFFF;
}
.newsLead {
  margin-top:0px;
  margin-bottom:10px;
  font-size:11px;
}
.newsLead a {
  text-decoration:none;
  color: #FFFFFF;
}
.newsLead a:hover {
  text-decoration:none;
  color: #FFFFFF;
}
.newsBody {
  margin-top:0px;
  margin-bottom:0px;
  font-size:11px;
}
.newsBody a {
  color:#FFFFFF;
  text-decoration:underline;
}
.newsBody a:hover {
  text-decoration:none;
}
.newsHeight {
  float:right;
}
