.rss_container
	{
        background-color  : RGB(158,170,41);
        color             : #FFFFFF;
        font-size         : 1.5em;
        padding-left      : 3px;
        font-weight       : normal;
        }

.rss_container_eintrag
    {
    width             : 303px;
    padding           : 3px;
    font-size         : 1.1em;
    }

.rss_container_rubrik
    {
    color             : RGB(158,170,41);
    font-weight       : bold;
    font-size         : 1.1em;
    }

.rss_container_text
    {
    overflow         : hidden;
    width            : 303px;
    height           : 85px;
    }

.rss_container_weiter
    {
    }

.rss_link_title:link
    {
    text-decoration  : none;
    color            : #000000;
    font-weight      : bold;
    }
.rss_link_title:visited
    {
    text-decoration  : none;
    color            : #000000;
    font-weight      : bold;
    }
.rss_link_title:hover
    {
    text-decoration  : none;
    color            : RGB(158,170,41);
    font-weight      : bold;
    }

.rss_link_weiter:link
    {
    text-decoration  : none;
    color            : #000000;
    font-weight      : bold;
    text-align       : right;
    }
.rss_link_weiter:hover
    {
    text-decoration  : none;
    color            : RGB(158,170,41);
    font-weight      : bold;
    text-align       : right;
    }
.rss_link_weiter:visited
    {
    text-decoration  : none;
    color            : #000000;
    font-weight      : bold;
    text-align       : right;
    }
