
body.program .w100 .content {
	clear:left;
}
body.program .w50, body.program .w25, body.program .w20 {
	display:block;
	margin:0;
	padding:0;
	float:left;
}
body.program .w50 {
	width:50%;
}
body.program .w25 {
	width:25%;
}
body.program .w20 {
	width:20%;
}

body.program .program-clear {
	clear:left;
}
body.program h1 {
	background:none;
	border-bottom:2px solid #8b4f41;
}
body.program .w20 h1, body.program .w25 h1, body.program .w50 h1 {
	margin-bottom:0;
	color:#818181;
	background:none;
	border-bottom:2px solid #8b4f41;
}
body.program .w20 h1.hover, body.program .w25 h1.hover, body.program .w50 h1.hover {
	color: #8b4f41;
}
body.program .active h1 {
	color: #8b4f41;
}
body.program .teaser {
	font-weight:bold;
	font-size:110%;
}
body.program .program.active {
}

body.program .program-content .padding {
	padding:10px 0;
}

/* Überschriften */
.program .csc-frame-frame1 {
	border-bottom:1px solid #8b4f41;
	margin:10px 0 5px 0;
	color: #8b4f41;
}