﻿/******************************************************************************
 * @author: Ronny Poller
 * @since: 1.0
 * @description: Programm Modul
 ******************************************************************************/

/*alte Klassen aus dem Control*/
.programm th, .programm td {
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	padding: 2px 5px;
	color: black;
	vertical-align: top;
	background: #666;
	white-space: nowrap;
}

.programm td {
	color: Black;
	background: #fff;
	width: 100%;
	white-space: normal;
}
.programm .programmContainer {
	padding: 5px;
}
.programm .programmContainer * {
	color: #000000;
	font-size: 1.0em !important;
}

.programm .programmContainer img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
td.programmWide {
	width: 100%;
}
.programm a, .programm a:hover, table.programm a:visited {
	color: #000000;
}
.programm th {
	color: #ffffff;
}

/*Detail*/
.programmDetails .newsListKat {
	float: right;
	font-size: 1.0em !important;
	color: #666;
	font-weight: bold;
}
.programmDetails .newsListItemHeader {
	margin-top: 5px;
	font-size: 1.4em;
	line-height: 1.1em;
	text-align: left;
	color: #666;
}
