> .news-single-header {
>        font-weight: normal;
>        size: 8px;
>        color: brown;
>        margin-bottom: 0px;
> }
>
> Hat jemand eine Ahnung, was da los iss ?
font-size: 8px;
size gibt es in diesem Zusammenhang in CSS nicht.
HTH
Joey