ul.program {
	margin:0px;
	padding:0px;
}

ul.program li {
	list-style-type:none;

	width:auto;

	padding:5px;
	margin:5px;

	/* border:1px solid #666;
	background-color:white; */
}

ul.program a, ul.program a:visited {
	color:#006;
}


/* Tabelle */
table.programm {
border-collapse:collapse;
}

table.programm th, table.programm td {
font-size:9pt;
color:black;
border:#0B2777 1px solid;

padding:2px;
vertical-align:top;
text-align:left;
}

table.programm th, tr.bus td {
background-color:#DEEEFE;
color:#0B2777;
font-weight:bold;
}

tr.special td {
background-color:#7BA5CE;
font-weight:bold;
}

td.time {
white-space:nowrap;
font-weight:normal;
font-size:9pt;
}

p.title, p.title a, p.title a:visited {
font-size:9pt;
color:#006;
font-weight:bold;

margin-top:0px;

white-space:normal;
text-decoration:none;
}

span.ausgebucht {
	color:#4169E1;
}

p.title a:hover {
text-decoration:underline;
}

p.speaker, p.download, span.speaker, span.download {
font-size:8pt;
margin-bottom:0px;
}