/* CSS Document */

/*********************************
         Seitendesign
**********************************/

.menueRD li {
	list-style-type: none;
	background-image: url(feed.png);
	background-repeat: no-repeat;
	background-position: left top;
	left: -30px;
	text-indent: 25px;
	position: relative;
	font-size: 10pt;
	padding-bottom: 10px;
}

.content h1 {
	color: #000000;
}

.content h3 {
	font-size: 14pt;
}

.content h3 a:hover {
	text-decoration: none;
	color: #FF0000;
}

.content #h1beschreibung {
	font-size: 8pt;
	color: #999999;
	position: relative;
	top: -15px;
}

.content #h3beschreibung {
	font-size: 8pt;
	color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	position: relative;
	top: -15px;
}

.content #rsslistedescription {
	position: relative;
	top: -10px;
}

.content #rsslisteend {
	font-size: 8pt;
	color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	position: relative;
	top: -10px;
	padding-bottom: 20px;
}

#newsboxdatum {
	font-size: 8pt;
	color: #666666;
	padding-bottom: 10px;
	padding-left: 5px;
}

#newsboxtext {
	padding-left: 5px;
}