/*inputfeld fuer URLangaben*/

.showURL {
	background-color: #fbfbf1; 
	border: 1px solid #a2a19c;
	color: #000000;
	font-size: 0.9em;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
	width: 28.0em;
}

/*** listenelemente - episoden ***/

.podcastList { 
	background-color: #fbfbf1;
	border-top: 1px solid #a4a39e; 
	float: left;
	width: 34.3em;
}

.podcastList .title {
	float: left; 
	font-size: 1.0em;
	font-weight: bold;
	margin: 5px 0px 2px 10px;
	width: 25.0em; 
}

.podcastList .description {
	font-size: 1.0em;
	float: left; 
	margin-left: 10px;
	margin-bottom: 9px;
	width: 25.0em; 
}

.podcastList .date {
	float: right;
	margin: 5px 10px 0px 0px;
}

.podcastList .download {
	background-image: url('http://www.daserste.de/cmspix/icons/000000_fbfbf1/icn_45.gif') ;
	background-repeat: no-repeat;
	float: left;
	font-weight: bold;
	margin: 0px 0px 1px 8px;
	padding: 6px 0px 3px 22px;
	width: 26.0em;
}
.podcastList .download span {
	font-weight: normal; 
}

.podcastList .preview {
	background-image: url('http://www.daserste.de/cmspix/icons/000000_fbfbf1/icn_03.gif') ;
	background-repeat: no-repeat;
	float: left;
	font-weight: bold;
	margin: 0px 0px 10px 8px;
	padding: 3px 0px 0px 22px;
	width: 26.0em;
}


.articleText a {
	font-weight:bold;
}

/*** Seitenende ***/

.podcastListEnde { 
	background-color: #e0e6e4;
	border-top: 1px solid #a4a39e; 
	float: left;
	width: 34.3em;
	padding-top: 10px;
	padding-bottom: 5px;
}

.podcastListEnde .seitenanfang {
	background-image: url('http://www.daserste.de/cmspix/icons/000000_e0e6e4/icn_18.gif') ;
	background-repeat: no-repeat;
	float: left;
	font-weight: bold;
	margin: 0px 0px 10px 8px;
	padding: 3px 0px 2px 22px;
	width: 26.0em;
}

