
	body {
    font-family: Helvetica;
    font-size:11px;
    font-weight:normal;
    color: #FFFFFF;
    margin:0px;
    padding:0px;
    background-color: #0588AB;
    background-image: url('https://janolaw.de/export/system/modules/de.janolaw.site/resources/images/advantskalender_janolaw.png');
}


td,p {
    font-size:11px;
    font-weight:normal;
    color: #F3E1EF;
}

a {
    font-size: 12px;
    text-decoration: none;
    color: #DFDFDF;
}
a:visited {
    color: #DFDFDF;
}


.door {
    border: 2px green dotted;
    background-color: white;
    height: 90px;
    width: 90px;
}

/* Edit-Marker Farben der Ziffern (Links)*/

.zahl:link {
    font-size: 50px;
    color: #9C1818;
    font-weight: bold;
}

.zahl:visited {
    font-size: 50px;
    color: #9C1818;
    font-weight: bold;
}

.zahl:hover {
    font-size: 50px;
    color:#0588AB;
    font-weight: bold;
}


/* Edit-Marker 06 Rahmen */

.rahmen {
    border: 0px ridge #925F7E;
}

.innerTable {

}



/* Edit-Marker 02 Titeltext */

.titel {
    font-size:18px;
    color:#CDADC0;
    font-weight:bold;
}


/* Edit Marker Text unter dem Kalender */

.text {
    font-size: 12px;
    color: #F3E1EF;
}