
#programmDetail .meta {
padding: 3px 3px 3px 3px;
float: right;
margin-left: 10px;
margin-bottom: 5px;
width: 200px;
background-color: #FBE5E1; 
font-weight: bold
}

#programmDetail .meta a {
font-weight:bold;
}

#programmDetail .desc {
font-size: 1.5em;
line-height:1.4em;
margin-bottom: 30px;
}

#programmDetail .desc blockquote {
margin: 10px 10px 10px 10px;
border: 1px solid #c0c0c0;
padding: 5px 5px 5px 5px;
font-style:italic;
}

.speaker {
background: #E7E3E1;
padding: 5px 5px 5px 5px;
}

.programm .speaker {
margin-top:15px;
background: none;
clear:both;
}

#programmDetail .speaker .expertsprofile {
margin-buttom: 10px;
}


.programm { width: 450px;}
* html .programm { width: 436px;}

.programm tr {
	vertical-align: top;
}

.programm tr.tr-even {
	background-color: #E7E3E1;
}

.programm tr.tr-odd {
	background-color: #FBE5E1;
}

.schedule td.time_set {
	width: 100px;
	border-right: 1px dotted #D0D0D2;
}

.schedule td.item_set {
	padding-left: 5px;
}

.schedule td.item_set div.title {
	margin-bottom: 15px;
}

.schedule td.item_set div.expertsprofile {
	font-size:0.8em;
}

.programm span.experthead {
	font-weight:normal;
	text-decoration:underline;
}

div.title {
	display:block;
	font-weight:bold;
}

.sociallinks a img {
display:inline;
margin-right: 3px;
}

#scheduleTable div.stable {
	display:block;
	clear:both;
}

#scheduleTable div.head {
	font-weight: bold;
	height: 30px;
}

#scheduleTable div.stable div.select_day {
	margin:0px 0px 0px 0px;
	width:90px;
	display:inline;
	float:left;
}

#scheduleTable div.stable div.select_day div.item {
	position:relative;
	margin:1px 1px 1px 1px;
	padding:2px 2px 2px 2px;
	height: 60px;
	background-color: #FBE5E1;
	overflow:hidden;
}

#scheduleTable div.stable div.select_day div.tr-even {
	background-color: #E7E3E1;
}

#scheduleTable div.stable div.tr-head {
	width:45px;
}

#scheduleTable div.thead div.select_day div.item  {
	height: 30px;
}

#scheduleTable .ics {
	position:absolute;
	bottom: 2px;
	right: 2px;
}

