

p, h1, #header, #footer, #linkline {display:none;}

table.programm {
  margin:1em;
  font-size:10pt;
  font-family: 'Trebuchet MS',verdana,sans-serif;
  font-weight:normal;
  font-variant:normal;
  border:1px solid #000;
  border-collapse: collapse;
  background:#fff;
  color:#000;
}
table.programm th {
  font-size:140%;
  font-family: 'Trebuchet MS',verdana,sans-serif;
  font-weight:normal;
  font-variant:normal;
  border:1px solid #000;
  padding:2px 5px;
  white-space:nowrap;
}
table.programm td {
  padding:2px 5px;
  border:1px solid #000;
}
table.programm td.date {
  text-align:center;
  width:10%;
  white-space:nowrap;
  font-weight:normal;
}
table.programm span.tag {
  font-size:280%;
  font-weight:bold;
}
table.programm span.wotag {
  font-size:100%;
  font-weight:normal;
}
table.programm span.monat {
  font-size:100%;
  font-weight:bold;
}
table.programm span.zeit {
  font-size:80%;
  font-weight:normal;
}
table.programm td.prog {
  font-size:90%;
  vertical-align:top;
}
table.programm td.prog h2 {
  margin:0 0 0.2em 0;
  font-size:120%;
  font-weight:bold;
}
table.programm tfoot {
  font-size:70%;
}
