html
{
  /*background-color:#000;*/
}
body
{
  margin:0;
  color:#000;
  background-color:#c9bf98;
  font-family:sans-serif;
}

#header
{
  color:#970000;
  background-color:#dab165;
  margin:0;
  padding:0;
  height:100px;
}
#header img
{
  float:left;
  margin-left:3em;
}
#header h1
{
  line-height:100%;
  font-size:200%;
  font-weight:normal;
  text-align:center;
  margin:0;
  padding:1em;
}

ul#menu
{
  margin:0;
  padding:1em 1em;
  float:left;
  width:10em;
  color:#fff;
  background-color:#970000;
}
ul#menu li
{
  padding:0.25em 0;
  list-style:none;
  font-weight:bold;
}
ul#menu li.year
{
  margin-top:1em;
  padding:0;
  list-style:none;
  font-weight:bold;
  font-size:1.25em;
  color:#ccc;
  background-color:transparent;
}
ul#menu li a
{
  color:#fff;
  background-color:#970000;
  text-decoration:none;
  padding:0.25em 1em;
  line-height:1.5em;
}
ul#menu li#current a
{
  color:#ffa;
  background-color:#970000;
}
ul#menu li a:hover, ul#menu li#current a:hover
{
  background-color:#800000;
}
ul#menu li#selected a
{
  background-color:#800000;
  border:1px solid black;
}

#content
{
  font-family:serif;
  margin-top:0;
  margin-bottom:0;
  margin-left:12em; /* 10em + 2em padding */
  padding:1em 5% 1em 3%;
  color:#000;
  background-color:#dcd6be;
}
#content #kalenderbild
{
  width:99%;
  text-align:center;
}
#content h1
{
  font-size:200%;
  font-family:sans-serif;
  text-align:center;
}
#content p
{
  line-height:1.33em;
}

table#kalender
{
  border:thick solid black;
  table-layout:fixed;
  border-collapse:collapse;
  width:99%;
  background-color:#eee;
}

table#kalender tr
{
}
table#kalender tr td.day, table#kalender tr td.wday,
table#kalender tr td.dayf, table#kalender tr td.wdayf
{
  padding:0.5em;
  border:1px solid black;
  border-bottom:2px solid black;
  width:2em;
}
table#kalender tr td.wdayf, table#kalender tr td.dayf
{
  font-weight:bold;
}
table#kalender tr td.termine, table#kalender tr td.termine_
{
  padding:0;
  vertical-align:top;
  border:1px solid black;
  border-bottom:2px solid black;
}
table#kalender tr td.termine_
{
  border-right:thick solid black;
}

table#kalender tr td.termine ul,
table#kalender tr td.termine_ ul
{
  list-style-type:none;
  margin:0.2em;
  padding:0;
}

/*
table#kalender tr td.termine ul li,
table#kalender tr td.termine_ ul li
{
}
*/

table#kalender tr td.termine ul li.normal,
table#kalender tr td.termine_ ul li.normal
{
  list-style-type:square;
  margin-left:1em;
}

table#kalender tr td.termine ul li.regel,
table#kalender tr td.termine_ ul li.regel
{
  background-color:#fff;
  border:1px solid black;
  padding:0.2em;
  margin-bottom:1px;
}

table#kalender tr td.termine ul li.feiertag,
table#kalender tr td.termine_ ul li.feiertag
{
  font-size:75%;
  font-weight:bold;
  background-color:#ffe;
  margin-bottom:1px;
}

#footer
{
  padding:0.5em;
  clear:both;
  text-align:center;
}

