/* Content Boxen - Start */
/* Boxen für Suche links und Kalender rechts */
div#content_doublebox {
	width:auto;
	height:auto;
	padding:0px 0px 0px 26px;
	background-color:#FFFFFF;
	float:left;
}
	div#left_box {
		width:295px;
		height:auto;
		float:left;
	}
	div#right_box {
		width:405px;
		height:auto;
		float:left;
	}
/* Content Boxen - Ende */

/* Programm - Start */
div#programm{
	width:405px;
	height:auto;
	float:left;
}
	.programm_hl {
		width:405px;
		height:19px;
		background-color:#000000;
		border-bottom:1px solid #525252;
	}
	.programm_content {
		width:auto;
		height:auto;
		padding:8px 0px 10px 10px;
		/*border-top:2px solid #FFFFFF;*/
		border-bottom:2px solid #FFFFFF;
	}
		.detail_item {
			width:385px;
			height:auto;
			border-bottom:2px solid #F2F2F2;
		}
			div.detail_item table {
				width:385px;
			}
				.detail_image {
					width:93px;
					padding:0;
				}
				div.detail_image {
					float:left;
					margin:0px 10px 10px 0px;
				}
					.detail_image img {
						border:1px solid #a9e0cf;
					}
				.detail_title {
					vertical-align:bottom;
				}
				.detail_text {
					width:385px;
					padding:10px 0px 10px 0px;
				}
					.detail_text p {
						padding:0px 0px 5px 0px;
					}
				.detail_teaser {
					padding:10px 0px 0px 0px;
					font-weight:bold;
				}

	.programm_fuss {
		width:405px;
		height:7px;
		background-color:#000000;
		border-bottom:1px solid #525252;
	}

/* Überblick */

div#overview {
	width:250px;
	height:auto;
	margin-bottom:10px;
}
	.overview_hl {
		width:250px;
		height:19px;
		background-color:#000000;
		border-bottom:1px solid #525252;
	}
	.overview_content {
		width:250px;
		height:auto;
		padding:8px 0px 10px 0px;
		border-top:2px solid #FFFFFF;
		border-bottom:2px solid #FFFFFF;
	}
		.overview_content a {
			display:block;
			margin:0px 0px 10px 0px;
			padding:0px 0px 0px 10px;
		}
			.overview_content a.current {
				color:#000000;
				background-repeat:no-repeat;
				background-position:left top;
			}

		.overview_content h2 {
			display:block;
			margin:10px 0px 0px 0px;
			padding:0px 0px 0px 10px;
		}

		.overview_content h3 {
			display:block;
			margin:0px 0px 10px 0px;
			padding:0px 0px 0px 10px;
		}

			.overview_content h2 a, .overview_content h3 a {
				margin:0;
				padding:0;
				color:#000000;
			}
			
		.overview_content .serial {
			padding:5px 0px 5px 0px;
			background-color:#D7DAEB;
			margin-bottom:10px;
		}

	.overview_fuss {
		width:250px;
		height:7px;
		background-color:#000000;
		border-bottom:1px solid #525252;
	}


/* Sponsoren */
/* ausgeblendet */
/*
div#sponsoren{
	width:490px;
	height:auto;
	margin:10px 10px 0px 10px;
	background-color:#FFFFFF;
	float:right;
}
	.sponsoren_hl {
		text-align:right;
	}
	.sponsoren_logo {
		float:right;
		margin:10px 0px 0px 25px;
	}
*/
div#sponsoren{
	display:none;
}