/*jsticker*/

BODY {
  margin:0;
}

#newstickervertical_1 {
  width: 100%;
  background-color : #eef9ff; 
}

#newstickervertical_1 #tickerhead {
  background-image: url('/fileadmin/qck-site/images/backgrounds/titlebackground.jpg');
  font-family : "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: white;
  font-weight: bold; 
  margin-bottom: 6px;
  padding-left: 15px
}

#newstickervertical_1 #newsitem {
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 5px;
}

#newstickervertical_1 #newsitem * {
  font-family: Arial, Helvetica, san-serif; 
  font-size: 11px; 
  line-height: 12px; 
}

#newstickervertical_1 #newsitem img {
  float: left;
  margin-right: 3px;
  margin-top: 3px;
  margin-bottom: 3px;
}

#newstickervertical_1 #newsitem #date{
  font-size: 9px; 
  margin-bottom: 1px;
}

#newstickervertical_1 #newsitem #title{
  font-weight: bold; 
}

#newstickervertical_1 #newsitem #title a{
  color: darkblue;
  font-family:arial, Verdana, sans-serif; 
  text-decoration: none;
}

#newstickervertical_1 #newsitem #title a:active{
  color: red;
}

#newstickervertical_1 #newsitem #title  a:hover {
  color: #ff6600;
}

#newstickervertical_1 #newsitem #body{
  margin-left: 10px;
}

#newstickervertical_1 #newsitem #body a{
  color: darkblue;
  font-family:arial, Verdana, sans-serif; 
}

#newstickervertical_1 #newsitem #body a:active {
  color: red;
}

#newstickervertical_1 #newsitem #body  a:hover {
  color: #ff6600;
  text-decoration: underline;
}

