table.agenda
{
   background-color: white;
   color: black;
   border: 2px solid black;
   border-collapse: collapse;
   width: 750px;
}

div#content table.agenda td
{
   border: 1px solid black;
   padding: 0;
   margin: 0;
}

table.agenda th
{
   border: 1px solid black;
   padding: 0;
   margin: 0;
   font-weight: bold;
   text-align: center;
   background-color: #C0C0C0;
}

table.agenda td a:link, table.agenda td a:visited, table.agenda td a:hover
{
   background-color: inherit;
   color: #404040;
   text-decoration: none;
}

table.agenda td a:hover
{
   background-color: inherit;
   color: red;
   text-decoration: none;
}

table.agenda th a:link, table.agenda th a:visited, table.agenda th a:hover
{
   background-color: inherit;
   color: #800000;
   text-decoration: none;
   font-weight: bold;
}

table.agenda th a:hover
{
   background-color: inherit;
   color: red;
   text-decoration: none;
}

td.d6, td.d0
{
   background-color: #ccffff;
}

div.event
{
   text-align: center;
   padding: 2px 5px;
}

div.typ1
{
   background-color: #ff6600;
}

div.typ1e
{
   background-color: #404040;
}

table.agenda div.typ1e a:link, table.agenda div.typ1e a:visited, table.agenda div.typ1e a:hover
{
   color: #C0C0C0;
}

div.typ2
{
   background-color: #ffff00;
}

div.typ3
{
   background-color: #aaaa00;
}

