#timetable td:first-child {
	width: 145px;
}

#timetable td {
	padding: 0 0 14px;
	vertical-align: top;
}

#studitag {
	width: 100%;
}

#studitag tr {
	border-bottom: 1px solid #ccc;
}

#studitag td {
	padding: 10px 0;
}

/* Programme von Workshops */
#c3757 th, #c7563 th, #program th {
	font-size: 27px;
	font-weight: 400;
	padding: 10px 0 8px;
	text-align: left;
}
  
#c3757 td, #c7563 td, #program td {
	border-bottom: 1px solid #979797;
	padding: 5px 0 10px;
	vertical-align: top;
}
  
#c3757 td:first-child, #c7563 td:first-child, #program td:first-child {
	padding: 5px 10px 10px 0;
	text-align: right;
	width: 125px;
}
  
#c3757 td.seperator, #c7563 td.seperator, #program td.seperator {
	border: medium none;
}

/* Marginalien Menu */
.csc-menu {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 225px;
}

.csc-menu>li {
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjIiIHZpZXdCb3g9IjAgMCA1IDIiPjxyZWN0IGZpbGw9IiNmZmYiIHg9IjAiIHk9IjAiIHdpZHRoPSIyIiBoZWlnaHQ9IjIiIC8+PC9zdmc+") repeat-x scroll 0 0;
	font-weight: bold;
}

.csc-menu>li:first-child {
	background: none;
}

.csc-menu>li>a:after {
	background: rgba(0, 0, 0, 0) url("../../static/img/icon-sprite.png?47c083eb") no-repeat scroll -186px 0;
	content: "";
	height: 18px;
	position: absolute;
	right: 8px;
	top: 23px;
	width: 11px;
}

.body-orange .csc-menu>li {
	background-color: #feeac9;
}

.body-orange .csc-menu>li>a:hover {
	background-color: #f29400;
}

.body-blue .csc-menu>li {
	background-color: #d4e6f4;
}

.body-blue .csc-menu>li>a:hover {
	background-color: #88bce2;
}

.csc-menu>li>a {
	display: block;
	font-size: 15px;
	min-height: 40px;
	padding: 10px 21px 10px 10px;
	position: relative;
	text-decoration: none;
}

#powermail_field_anrede, #powermail_field_salutation {
	height: 36px;
	border: 1px solid #979797;
	padding: 0 11px 0 0;
}

.tx-powermail h3 {
	display: block;
}