
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 h2 {
	background:none;
	border-bottom:2px solid #008534;
	font: 18px Verdana,serif;
	padding: 20px 0 5px;
}
body.program .w20 h2, body.program .w25 h2, body.program .w50 h2 {
	margin-bottom:0;
	color:#818181;
	background:none;
	border-bottom:2px solid #008534;
}
body.program .w20 h2.hover, body.program .w25 h2.hover, body.program .w50 h2.hover {
	color: #008534;
}
body.program .active h2 {
	color: #008534;
}
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 #008534;
	margin:10px 0 5px 0;
	color: #008534;
}
