﻿@charset "UTF-8";
/*
 * Example of zRSSFeed Styling (Optional)
 *
 * Version: 1.2.0
 * (c) Copyright 2011-2013, Zazar Ltd
 *
 */

body {
	margin: 1em 3em;
	font-family: Arial, Helvetica, sans-serif;
}

.rssFeed {
	margin: 0;
}
.rssFeed a:link, .rssFeed a:visited {
	color: #646567;
	text-decoration: none;
	font-size:12px;
	font-style:normal!important;
}

.main-content .rssFeed a {
	font-weight:normal!important;
	 font-size: 16px;
	 color:#E2001A;
}

.rssFeed a:hover, .rssFeed a:active {
	color: #57135E;
	text-decoration: underline;
}

.rssHeader { padding: 0; margin: 0 0 10px 0; font-size:12px; font-weight:bold; color:#646567;}

.main-content .rssHeader { margin: 0; padding: 0 0 15px 0;  color:#646567; border-bottom: 1px solid #CCCCCC;}
.main-content .rssHeader a { font-size:18px; font-weight:bold!important; font-style:italic!important; text-transform: uppercase; }

.rssBody { border: 0px none; }
.termine-teaser .rssBody ul, .main-content .rssBody ul { list-style: none; padding:0; margin: 0 0 10px 0;}
.rssBody ul, .rssRow, .rssRow h4, .rssRow p {
	margin: 0;
	padding: 0;
}

.termine-teaser ul li.rssRow { border-bottom: 1px solid #CCCCCC; margin:7px 0 0 0; padding:0; }
.main-content ul li.rssRow { border-bottom: 1px solid #CCCCCC; margin:11px 0 0 0; padding:0; }
.rssRow h4 { font-size: 12px; margin: 0 0 8px 0; font-weight:normal;}
.main-content .rssRow h4 { margin: 0 0 1px 0; font-weight:normal; line-height:22px; text-transform:uppercase;}
.rssRow div {
	color: #646567;
	margin:0 4px 0px 0;
	font-size:12px;
	font-weight:bold;
	float:left;
}

.main-content .rssRow div {
	float:none;
	margin: 0 0 3px 0;
	color:#57135E;
}

.rssRow p { 
	margin:0 0 11px 0!important;
}



.odd { background-color: #ffffff; }
.even { background-color: #ffffff; }

.rssRow .rssMedia {
	padding: 0.5em;
}

