/* Allgemeine Dokument-Eigenschaften */
body {
  background-color: #E7F7E7;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}


a         {color:#4077AC; text-decoration: none;}
a:hover   {text-decoration: underline;}

td.terminMonth, th.terminMonth {
  background-color: #208020;
  font-family: Roman;
  font-weight: bold;
  font-stretch: expanded;
  font-size: 30px;
  width: 600px;
  height: 60px;
  vertical-align: center;
  text-align: center;
  color: #F0F0D0;
  border-bottom-style: none;
}

th.terminDate, th.terminVeranstaltung {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-stretch: expanded;
  font-size: 16px;
  height: 20px;
  vertical-align: center;
  text-align: center;
  color: black;
}

th.terminDate, td.terminDate {
  width: 150px;
}

th.terminVeranstaltung, td.terminVeranstaltung  {
  width: 300px;
}

td.colspan  {
  width: 600px;
}

td.zeitung, td.terminDate, td.terminVeranstaltung, td.colspan, td.sonst {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  height: 20px;
  vertical-align: center;
  text-align: left;
  color: black;
}

th.zeitung {
  background-color: #208020;
  color: #F0F0D0;
  font-family: Roman;
  font-weight: bold;
  font-stretch: expanded;
  font-size: 20px;
  height: 40px;
  vertical-align: center;
  text-align: center;
}


