/* Autor: Robert Gach (RGA)
	Name:	 rss.css
	Zweck: COMPUTERWELT RSS Feed, CSS für gach edv agentur - Web Site 2.0
	Datum: 21.Feb.2008
	Version: 1.1
	Order: 	Selektoren sind alphabetisch geordert
	Change: 	Selektorien von rss_xxx auf rss-xxx 
				Die Computerwelt hat das File feed2js.php von ihrer Webseite entfernt, daher das Original von http://feed2js.org im Directory feed installiert
	*/

/* START - für den COMPUTERWELT Newsfeed */

.rss-title {
	background-color: inherit;
	border: 0;
	color: #01385E; 
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

.rss-box {
	background-color: inherit;
	border: 0;
	color: #01385E; 
	margin: 0;
	padding: 0;
}

.rss-items { /* Die einzelne Punkte des RSS */
	background-color: inherit;
	border: 0;
	color: #01385E; 
	line-height: 1.6em;
	list-style-position: outside;
	list-style-type: none;
	margin: 1.6em 0 0 0;
	padding: 0;
}

.rss-items a:link { 
	background-color: inherit;
	color: #01385E;
}

/*.rss_items a:visited { text-decoration:none; color: #01385E; ; }
.rss_items a:hover { text-decoration:underline; color:#AEDC28; }
.rss_items a:active { text-decoration:none; color:#AEDC28; }
.rss_items a:focus { text-decoration:none; color:#AEDC28; } *
	
/* ENDE - für den COMPUTERWELT Newsfeed */

