/* --- rssfeed --- */
#feed {
	margin: 10px 0 0;
}

* html #feed {
	margin-right: -10px;
}

	#feed dt {
		float: left;
		clear: both;
		font-size: 0.95em;
		font-weight: bold;
		margin: 11px 0 0;
	}
	
/*	#feed dt.first {
		margin: 6px 0 0;
	}
*/
	
	#feed.jsFeedOn dt {
		background: url(../images/ico_faq_closed.gif) transparent no-repeat 5px 0.7em;
	}
	
	#feed.jsFeedOn dt.open {
		background: url(../images/ico_faq_open.gif) transparent no-repeat 5px 0.65em;
	}

		#feed dt span {
			display: block;
			float: left;
			/*width: 64px;*/
			margin: 0;
			padding: 0 0 0 10px;
		}

		
		#feed dt span.feedTitel {
			clear: right;
			color: #000000;
			 width: 300px; /**/
			padding: 0 10px 0 16px;
		}
		
		#feed.jsFeedOn dt span.feedTitel {
			text-decoration: underline;
			cursor: pointer;
		}
		
		#feed.jsFeedOn dt span.feedTitel:hover, #feed.jsFeedOn dt span.jsHover {
			color: #666666;
		}
		
	#feed dd, #feed.jsFeedOn dd.open {
		display: block;
		clear: both;
		padding: 0;
	}
	
	#feed.jsFeedOn dd {
		display: none;
	/*	margin-bottom: -11px; */
	}
	
/*	* html #feed dd {
		margin-top: -7px;
	}

	*:first-child+html #feed dd {
		margin-top: -7px;
	}
*/	
		#feed dd p {
			line-height: 1.6em;
		}



