/* Formatierung RSS-Feed Anzeige */

.rss-box { color: 000000; width: 630px; background: EBEDF3; position:absolute; left:40px; top:140px;
				border-style: solid; border-width: 1px; border-color: #CCCCCC; padding-left:20px; padding-top:20px; }

.rss-title { text-decoration: underline; color:000000; font-family: Verdana; font-size: 17px; font-weight: 600; }	
.rss-title a:link, .rss-title a:hover, .rss-title a:visited { text-decoration: underline; color:000000; font-family: Verdana; font-size: 17px; font-weight: 600; }
.rss-date { font-size: 11px; font-weight : normal; color: F79B3B; }
.rss-item  { color: 000000; font-family: verdana; font-size: 13px; font-weight:bold; margin: 10px 0px; }
.rss-item a:link { color: 5C7EBD; text-decoration: none; font-size: 13px }
.rss-item a:visited { color: 5C7EBD; text-decoration: none; font-size: 13px }
.rss-item a:hover { color: 5C7EBD; text-decoration: underline; font-size: 13px }