a {
  color: #C70022;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border-style: none;
}

div#menu, div#bottomline,
th#event, td#event, td#event1, td#event2,
th#member, td#member {
  padding: 4px;
}

table#calendar, table#event, table#member {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}

th#event, th#member {
  width: 180px;
  text-align: right;
  vertical-align: top;
}

td#event, td#event1, td#event2, td#member {
  vertical-align: top;
}

table#calendar, tr#calendar, td#calendar, th#calendar {
  border-width: 1px;
  border-style: solid;
  border-color: #CDCDCD;
}
td#event1 {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #CDCDCD;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CDCDCD;
}
td#calendar, th#calendar {
  width: 14.28%;
}
td#calendar {
  height: 30px;
  text-align: center;
}
td#calendar a {
  color: #FFFFFF;
}
td#calendar b {
  font-size: 90%;
}
th#calendar {
  background-color: #000066;
  color: #FFFFFF;
}

td#vcardimg {
  text-align: center;
}



div#warten {
  height: 60%;
  width: 80%;
  z-index:10;

  text-align:center;
  font-size: 12px;
  font-weight: bold;

  position: absolute;
  top: 20%;
  left: 10%;

  visibility:hidden;
}

div#warten_bg {
  height:100%;
  width:100%;
  z-index:5;

  position: absolute;
  top: 0;
  left: 0;

  visibility:hidden;
}

div#printonly {
  height:0px;
  width:0px;
  overflow:hidden;
  visibility:hidden;
}
