/*  Webdesign: IT service Mächtlinger  */
/*  http://www.historischer-verein-durlach.de  */
/*  Letzte Änderung: 09.11.2009  */

/* Stylesheet for RSS Feed */


.rss-box { 
	background-color: transparent;
	margin: 5px 20px;
	padding: 4px 30px 4px 0px;
	border: solid 3px #eeeeee;
}

.rss-title, rss_title a { 
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	font-weight:bold;
	color: #CC3333;
    margin: 0px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss-items {
	list-style-type: none;
	list-style-image: url(../images/rss_list.png);
}

.rss-item { margin: 10px 0px; }

.rss-item a:link, .rss-item a:visited {
	color: #CC3333;
	text-decoration: none
}

.rss-item a:hover { 
	text-decoration: underline;
}

.rss-date { 
	color: gray;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9px;
	font-weight: normal;
} 