
#kalender{width: 50px;margin-left:276px;}

.calendar_link {
        font-family: Arial;
        font-size: 12px;
        text-align: center;
        color: #00ffff;
        text-decoration: none;
        text-underline: none;
     }

.calendar_head {
        font-family: Arial;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        width: 25px;
     }

.calendar_head_month {
        font-family: Arial;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        width: 30px;
        background-color: #005f00;
        color: #FFFFFF;
      }

.calendar_day {
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        width: 30px;
        color: #FFFFFF;
        background-color: #00c070;
      }

.calendar_entry {
        font-family: Arial;
        font-size: 12px;
        text-align: center;
      }

.info{text-align:center;
      }