﻿.header_special
{
	display: none;
}
.modul_rssitem
{
	margin: 0.5em 0;
}
.modul_rssitem_date
{
	margin: 0 0 0.5em 0;
	font-style: italic;
}
.modul_rssitem_header
{
	margin: 0 0 0.5em 0;
	font-weight: bold;
	font-size: 1.2em;
}
.modul_rssitem_header img
{
	margin: 0 0.5em 0 0;
	width: 14px;
	height: 16px;
	border: 0;
}
.modul_rssitem_content
{
}
.modul_rssitem_clear
{
	clear: both;
	float: none;
	height: 1px;
	font-size: 1px;
}

.rssreader ul
{
	padding: 0;
	list-style: none;
	margin: 0;
}
.rssreader .rssitem
{
	clear: both;
	float: none;
	display: block;
	margin: 10px 0 10px 0;
	padding: 5px 5px 5px 5px !important;
	border: solid 1px rgb(240,240,240);
	background-color: rgb(250,250,250);
}
.rssreader .header
{
	font-size: 100%;
	font-weight: bold;
}
.rsstitle
{
	clear: both;
	float: none;
	display: block;
	font-size: 110%;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

/* Filter-Control*/

.showrssfilter
{
	display: block;
	text-align: center;
	float: none;
	margin: 20px 0 20px 0;
	width: 130px;
	float: right;
	border: solid 1px rgb(204,204,204);
	background-color: rgb(240,240,240);
	cursor: pointer;
}

.rssfilter
{
	border: 1px solid silver;
	display: block;
	float: none;
	margin: 20px 0 20px 0;
}
.rssfilter div
{
	float:left;
}

.rssfilter .btHide, .rssfilter .btApply
{
	width:130px;
	border: solid 1px rgb(204,204,204);
	background-color: rgb(240,240,240);
	cursor: pointer;
}
.rssfilter .DateFrom,.rssfilter .DateTo
{
	width:100px;
}
.rssfilter .ddCat
{
	width:130px;
}
.rssfilter .SearchText
{
	width:130px;
}
.rssfilter .filterHinweis
{
	font-style: italic;
	font-weight: bold;
	color: rgb(139,18,45);
}
.rssfilter .filterHinweisText
{
	font-style: italic;
}
