    body { 
      font-family: serif;
/*      background: #d9d8d8; */
      background: #fff;
      color: #000;
    }
    h1, h2, h3, h4, h5, h6, th { font-family: sans-serif; font-weight: bold; }
    div.notice, div.status {
	background: #fc0;
	color: #000;
        padding: 1em;
    }
    div.notice {
        margin: 1em;
    }
    div.status {
        float: right;
        margin: 0em;
        margin-right: 1em;
        width: 40%;
    }
    div.notice  dl > dt {
        font-family: sans-serif;
	font-weight: bold;
    }
    div.notice,
    div.status,
    table tr > th,
    table {
      border: solid 2pt black;
    }
    table {
      background-color: #fff;
      border-collapse: collapse;
    }
    tr>th, tr>td {
      border: solid 1px black;
      vertical-align: top;
      padding-left: 0.5ex;
      padding-right: 0.5ex;
    }
    table tr.tut {
      background-color: #afa;
    }
    table tr.partial {
      background-color: #ffa;
    }
    table tr.tutnicht {
      background-color: #faa;
    }
    dl.new-day {
	border-top: solid 2px black;
        padding-top: 1ex;
    }
