/* Wolfgang Bock */
/* 2022-02-03 */

/* # http://www.webmasterpro.de/coding/article/einfacher-php-kalender.html */
/* fuer den Monatskalender */

/* /* grau  */  /* h1 {font-size:0.6em;font-family:'Frutiger 55 Roman';font-weight:300;color:rgb(25,25,25);} */

a {
    color:#484848;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    background: #eaeaea;
}
.calender {
    width:210px;
#    border:1px solid grey;
/* font-family:Arial, Helvetica, sans-serif; */
font-family:'Frutiger 55 Roman';
font-weight:300;
font-size:12px;
}
* html .calender,
* + html .calender {
    width:212px;
}
.calender div.after,
.calender div.before{
    color:silver;
}
.day {
    float:left;
    width:30px;
    height:15px;
    line-height: 15px;
    text-align: center;
    color: #53B2A6;
}
.day.headline {
#    background:silver;
    font-weight:bold;
    color: #F6821F;
}
.day.current {
    font-weight:bold;
    color: #EE0000;
}
.clear {
    clear:left;
}
.pagination {
    text-align: center;
    height:15px;
    line-height:15px;
    font-weight: bold;
}
.pagihead {
   display:inline-block;
   background: white;
   width: 140px;
   height: 15px;
   color: black;
}
.pagination a {
    width:20px;
    height:15px;
    color: #034DA2;
}
m