   div.inhalt {
     background-color:#a080df;
   }
   h1 {
     background-color:#7b63ac;
   }

   table.kalender {
         width:100%;
         border:0;
   }
   table.kalender tr {
         vertical-align:top;
   }
   table.kalender td {
         padding:5px;
   }
   table.kalender a {
         font-weight:bold;
   }
   table.kalender hr {
      color:#7b63ac;
      border:none;
      border-top: 2px solid #7b63ac;
      text-align:center;
   }
   p.wo {
     background-color:#b792ff;
   }