/* ------------------- */
/* News Listenansicht: */

.news-list-item {
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
	padding-bottom: 8px;
}

.news-list-browse {
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
	padding-bottom: 8px;
	font-size: .85em;
	text-align: right;
}

.news-list-browse .showResultsWrap {
	float: left;
}

.news-list-browse span,
.news-list-browse a {
	padding: 0 4px;
}

.news-list-image {
	float: left;
	margin-right: 10px;
}
/* added by urobben 20101001 */
.news-single-video{
  margin-top: 10px;
	text-align: center;
}

/* ------------------- */
/* News Einzelansicht: */

.news-single-item {
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
	padding-bottom: 8px;
}

.news-single-item .body {
	padding-bottom: 1em;
}

.news-single-prevnext {
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
	padding-bottom: 6px;
	font-size: .85em;
}

.news-single-img {
	float: right;
	margin: 4px 0 10px 10px;
}

.news-single-imgcaption {
	background-color: #ccc;
}

.news-single-imgcaption p {
	padding: 4px;
	font-size: .85em;
	line-height: 130%;
}

.news-single-additional-info ul {
	margin-top: 0;
	margin-bottom: 0;
}

.news-single-related,
.news-single-files,
.news-single-links {
	margin-top: 1.5em;
}

.news-single-backlink {
	margin-top: 2em;
	border-top: 1px solid #999999;
	padding-top: 6px;
	margin-bottom: 1.5em;
	font-size: .85em;
}


/* ----------------------- */
/* Veranstaltungskalender: */

.eventlist {
	padding-top: .5em;
}

.eventlist_event {
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}

.event_time {
	float: left;
	width: 130px;
	padding: 5px;
	margin-right: 15px;
	background: #f0f0f0;
	margin-top: -5px;
}

.event_time .eventDateText {
	display: none;
}

.event_info {
	float: left;
	width: 480px;
}

.event_info h4 {
	margin: 0;
}

.event_info .subh {
	margin-bottom: 1em;
}

.event_info .body {
	font-size: .85em;
	margin-bottom: 1.2em;
}

.event_location,
.event_contact {
	float: left;
	width: 225px;
	padding-right: 10px;
	font-size: .85em;
}

/* für Einzelansicht, wenn über RSS-Feed aufgerufen: */
.news-single-item .event_location,
.news-single-item .event_contact {
	/*padding-top: 1em;*/
	width: 190px;
}

.news-single-item .event_time {
	padding: 0;
	margin-right: 0;
	background: transparent;
	margin-top: 0;
	padding-right: 10px;
	font-size: .85em;
	/*padding-top: 1em;*/
	width: 190px;
}
.news-single-item .event_time .eventDateText {
	display: block;
	font-weight: bold;
}
.news-single-item .event_time strong {
	font-weight: normal;
}


