/* Start of CMSMS style sheet 'Calendar CSS' */
#float_container {width:700px;}



#calendar-month {width: 70%; height:21px; background-image: url(http://atlantis-hamburg.de/uploads/images/header_back.png); background-repeat: repeat-x;  margin-bottom: 10px; text-align:center;}

.Mainheading .cell {
  display: block;
  float: left;
  height: 77px;
  width: 85px;
  border: 1px solid gray;
  margin: 1px;
text-align: left;
}

.Subheading{
  display: block;
  float: left;
  width: 85px;
  border: 1px solid black;
  text-align: center;
  margin: 1px;
}

.Daynumber {
  display: block;
  float: left;
  width: 83px;
  background-color: #cfcfcf;
  text-align: right;
  color: gray;
  padding-right: 2px;
}

#main_content .event {width: 100%;
height: auto;
padding: 0px;
margin: 0px;}
/* End of 'Calendar CSS' */

