@import "content.css";

#header, #footer, #menu, #submenu, #salutation, #newsletter, #calendar, a.tickets {
    display: none;
}

#content {
    width: 700px;
    padding-top: 20px;
    padding-bottom: 40px;
    background-position: right top;
    background-repeat: no-repeat;
}

#side {
    *margin-bottom: 16px;
}

span.footnote {
    font-size: 10px;
    vertical-align: top;
}

div.footnotes {
    margin-top: 20px;
    border-top: 1px dotted #999999;
    color: #999999;
}

div.block {
    overflow: visible;
    *overflow: hidden;
}

div.block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#agenda div.block {
    overflow: hidden;
}
