body    {
        background-color:#5E97B3;
}
.gr    {                                                  /* gruene Felder */
         
         color:black;
         background-color:#00FF5F;
}
.ro      { 
         
                                               /* rote Felder */
         color:black;
         background-color:#FF3F00;
}
b  {     /*border:solid 1px green;*/
         color:yellow;  /*#002BFF;*/                                  /* Monate blau */
         font-size:1em;
}
.verfuegbarkeit  {
         position:absolute;
         margin-top:240px;
         margin-left:1000px;
         padding:0px 0px;
}
.verfuegbarkeit table tr td {                             /* Text in gelb */
        color:#FFFF00;
}

hr  {
        font-size: 40px;
}
#tabelle {
        /*border:2px solid blue;*/
        font-family: 'trebuchet ms', sans-serif;
        font-size:15px;
        position:absolute;
        width:900px;
        text-align:center;
        margin-left:60px;
        margin-top:20px;
}
.fusszeile  {
        position: absolute;
        font-family: arial, sans-serif;
        font-size: 16px;
        font-weight:bold;
        margin-top:500px;
        
}
.fusszeile a {
        color:#FFFF00;
        text-decoration:none;
        margin-left:80px;
}

.monate12 {                                                    /* 2012 */
                        
        color:#002BFF;
                        /*font-weight:bold;*/
        float:left;
        padding-left:10px;
        font-size: 1em;
}



.jahr2021 {                                                   
        font-family: Times;
        font-size:30px;
        color: #FFFF00;
        font-weight: normal;
        padding-left: 10px;
        float: left;
}
.jahr2022 {                                                   
        font-family: Times;
        font-size:30px;
        color: #FFFF00;
        font-weight: normal;
        padding-left: 10px;
        float: left;
}
#tabelle b {
        float:left;
        padding-left:10px;
}
#tabelle  table tr td {   margin-top: 40px;                                  /* Zahlen im Zentrum */
        text-align:center;
}
#blau tr {                                          /* td  einfuegen -  zeigen */
                                                    /*border:2px solid green;*/
        color: #0000FE;
        font-size:1.0em;
}
#gelb tr {                                          /* td  einfuegen -  zeigen */
                                                    /*border:2px solid green;*/
        color:yellow; /* #0000FE;*/
        font-size:1.0em;
}