#sidebar-right #programm-kalender.module table a {
	display: inline !important;
}

#programm {
	padding-bottom: 2em;
}

#programm .week-selection {
	background: #675c53;
	text-align: center;
	font-size: .75em;
	color: #ffffff;
	padding: .545em;
}

#programm .week-selection {
	height: 1.4em;
}

	#programm .week-selection .previous a,
	#programm .week-selection .previous a:link,
	#programm .week-selection .previous a:visited {
		float: left;
		color: #edcecd;
		padding-left: 1em;
		background: transparent url(/img/icons/arrow-mini-pink-left.gif) no-repeat scroll left .2em;
	}
	
	#programm .week-selection .next a,
	#programm .week-selection .next a:link,
	#programm .week-selection .next a:visited {
		float: right;
		padding-right: 1em;
		background: transparent url(/img/icons/arrow-mini-pink-right.gif) no-repeat scroll right .2em;
		color: #edcecd;
	}
	
	#programm .week-selection .this-week {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		padding: .5em 0;
		text-align: center;
	}
	
	#programm .day-selection ul {
		background: #675c53;
		margin-bottom: 1em;
	}
	
	#programm .day-selection li {
		float: left;
	}
	
		#programm .day-selection a,
		#programm .day-selection a:link,
		#programm .day-selection a:visited,
		#programm .day-selection span {
			color: #edcecd;
			display: block;
			font-size: .688em;
			padding: .375em .675em;
			text-decoration: none;
			border-right: .0625em solid #ffffff;
		}
		
		#programm .day-selection a:hover,
		#programm .day-selection a:focus,
		#programm .day-selection a:active,
		#programm .day-selection a.active,
		#programm .day-selection span.active {
			color: #675c53;
			background: #ffffff;
			border-right: .0625em solid #675c53;
		}
		
	#programm .period {
		padding-bottom: 1em;
	}
	
		#programm .period .header-interactive-container h3 a,
		#programm .period .header-interactive-container h3 a:link,
		#programm .period .header-interactive-container h3 a:visited {
			padding-left: 2em;
			background: transparent url(/img/buttons/btn-arrow-right.png) no-repeat scroll 0 0;
			color: #ffffff;
		}
		
		#programm .period .header span.make-note {
			color: #ffffff;
			float: right;
			display: block;
			font-size: .688em;
			padding: .91em .5em 0 0;
		}
		
		#programm .period .content li {
			padding: 0 0 .2em .545em;
			clear: both;
			border-bottom: .0625em solid #c61930;
		}
		
			#programm .period .content li input.note-checkbox {
				margin: .5em 1em 0 0;
				float: right;
			}
		
			#programm .period .content li.feature {
				background: #ececec;
			}
		
		#programm .period .content li .meta {
			float: left;
			display: block;
			padding-right: 1em;
			height: 100%;
		}
		
			#programm .period .content li .meta p {
				margin-bottom: 0;
				padding: 0.2em 0 .2em;
			}
		
			#programm .period .content li .meta img {
				width: 2.062em;
				float: left;
			}
			
		#programm .period .content li .info {
			float: left;
			display: block;
			width: 26em;
		}
			
			#programm .period .content li .info div {
				float: left;
			}

			#programm .period .content li .info h4 {
				margin-bottom: 0;
				padding: 0.2em 0 .2em;
			}
			
			#programm .period .content li .info img {
				width: 7.9375em;
				height: 5.5em;
				margin: .2em .4em .4em 0;
				float: left;
				overflow: hidden;
			}

		#programm .checkbox-submit {
			float: right;
		}

#vorgemerkte-sendungen .header h3 {
	whitespace:nowrap;
}
#vorgemerkte-sendungen .header h3 span {
	font-weight: normal;
	display: inline;
}

#program-download ul.link-list li a,
#program-download ul.link-list li a:link,
#program-download ul.link-list li a:visited {
	padding-left: 1.688em;
	padding-top: 0.375em;
	color: #675c53;
	background: #f0eeed url(/img/icons/arrow-mini-grey-right.gif) no-repeat 0.688em 0.425em;
	border-bottom: none;
}
#program-download ul.link-list li a.pdf,
#program-download ul.link-list li a.pdf:link,
#program-download ul.link-list li a.pdf:visited {
	padding-left: 1.8em;
	padding-top: 0.375em;
	color: #675c53;
	background: transparent url(/img/icons/linkliste_download.gif) no-repeat top left;
	border-bottom: none;
}


#programm-kalender h4 {
	font-size: .688em;
	text-align: center;
	font-weight: bold;
	padding: .545em 0;
	background: #f1bdba;
}

#programm-kalender table {
	width: 100%;
	border-spacing: 0.0625em;
	table-layout: fixed;
}
	
	#programm-kalender table thead tr.weekdays th {
		font-size: .688em;
		text-align: center;
		font-weight: bold;
		padding: .545em 0;
	}

		

		#programm-kalender table tbody tr td {
			font-size: .688em;
			text-align: center;
			padding: .545em 0;
			background: #f1bdba;
		}
		#programm-kalender table tbody tr td.today {
			background: #FFF0EF;
		}
		#programm-kalender table tbody tr td.inactive {
			background: #e6e6e6;
		}
		
		#programm-kalender table tbody tr td a,
		#programm-kalender table tbody tr td a:link,
		#programm-kalender table tbody tr td a:visited {
			color: #000000;
			text-decoration: none;
			width: 4em;
		}
		
			#programm-kalender table tbody tr td a:focus,
			#programm-kalender table tbody tr td a:hover,
			#programm-kalender table tbody tr td a:active {
				text-decoration: underline;
			}
			#programm-kalender ul li.days ul li.clear {
				margin-left: 0;
			}
			
			#programm-kalender table tbody tr td.inactive span,
			#programm-kalender table tbody tr td.inactive a {
					color: #b7332f;
			}
			#programm-kalender table tbody tr td.today a.selected,
			#programm-kalender table tbody tr td a.selected {
				font-weight: bold;
				padding: 0.125em;
				border: 0.0625em solid #000000;
			}
