/* start styles für Ticker */



.rss-box {
	width: 100%;
	background-color: #FFF;
	border-left: 1px dotted #CCC;
	list-style: none;
	list-style-position: inside;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

.rss-items {
	color:#555555;
	list-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-position: inside;
	text-align: left;
	padding: 0px;
	width: auto;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

p.rss-title {
	padding:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
	margin: 5px;
}

.rss-title {
	text-decoration: none;
	font-size: 80%;
	background-color:#EEEEEE;
	color:#555555;
	font-weight:bold;
	margin: 5px;
	padding:0em;
	text-align: left;
	list-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}



.rss-item {
	font-size: 13px;
	font-weight : normal;
	color: #555555;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 5px;
	}



.rss-item a {
	text-decoration : underline;
	color:#555555;
	font-size: 13px;
	font-weight:bold;
	list-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

	

.rss-item a:visited {
	color:#555555;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;

}



.rss-date {
	font-size: 12px;
	font-weight : normal;
	color: #555555;
	list-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;

	}

 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   width:10em;
   margin: 0 0.2em; padding: 0.1em 0; padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #EEEEEE;
   color: white;
   }
.pod-play em {
	width:1em;
	cursor:auto;
	font-style: normal;
	margin:0;
	padding: 0.1em 0.5em;
	background: white;
	color: #EEEEEE;
   }
.pod-play span {
	width:1em;
	cursor:auto;
	margin:0;
	padding:0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #EEEEEE;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   }

