/* Default styles for EXT:rss_display */

/* 
  Due to the migration from EXT:gkhrssimport to rss_display
  we still use the former templates with the old classnames that refer to the old extension.
  This could be beautified — but must I?
*/

#content .tx-gkhrssimport-pi1-rss_box {
	margin-left: 0;
}
/* Listenelement ohne Bullet und linksbuendig */
#content .tx-gkhrssimport-pi1-rss_box > ul {
    margin-left: 0;
    list-style: none inside none;
    padding-inline-start:0;
    padding-left: 0;
}
#content .tx-gkhrssimport-pi1-rss_title, 
#content .tx-gkhrssimport-pi1-rss_title a {
	font-size: medium;
	font-family: inherit;
	font-weight: bold;
	color: #FF6100;
	padding-bottom: 1px;
}
/* title linksbuendig setzen */
#content .tx-gkhrssimport-pi1-rss_title {
    margin-left: 0px;
}

#content .tx-gkhrssimport-pi1-description {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #2763A5;
	margin-bottom: 15px;
}
#content .tx-gkhrssimport-pi1-header {
    clear:both;
	font-weight: bold;
	margin-top:1.5em;
}
#content .tx-gkhrssimport-pi1-content, 
#content .tx-gkhrssimport-pi1-download {
	margin-bottom:10px;
}
#content .tx-gkhrssimport-pi1-pubbox {
	margin-bottom:1em;
}

#content .tx-gkhrssimport-pi1-date, 
#content .tx-gkhrssimport-pi1-author, 
#content .tx-gkhrssimport-pi1-category {
	display: inline;
	font-style: italic;
}
#content .tx-gkhrssimport-pi1-content p img {
	float: left;
	width: 150px;
	height: 100px;
	padding-right: 5px;
	padding-bottom: 5px;
}
