div#news{
  width: 98%;
  padding: 0 10px;
  margin: 0 auto;
  color: #033;
  text-align: left;
}

div#news h3{
  text-align: left;
  margin: 0;
}
div#news p{font-size: 12px;}

div#news hr{color: #033; height: 1px}

div#pager a{
  color: #033;
  text-decoration: none;
}
div#pager a:hover{
  color: red;
}

.fontSize1, .fontSize2, .fontSize3, .fontSize4, .fontSize5, 
.fontSize6, .fontSize7{font-size: 12px} 

a.product{
  color: #033;
  text-decoration: none;
}

a.product:hover{
  color: red;
}

ul.kategorie{
  list-style-image: url('../images/bull4.gif');
}