table {
    border: 1px black solid; 
    font-family: Verdana; 
    font-size: 9px; 
    padding: 0px;
    margin: 0px;
    border-spacing: 1px;
    background: #DBD3AF;
}

td {
    text-align: center;
    border: 0px;
    padding: 5px;
}

td.datum {
	text-align: center;
	color: #AAAAAA;
}

td.comment {
	text-align: left;
	color: #AAAAAA;
}

.red {
	color: #AA0000;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.green {
	color: #00AA00;
}

.gray {
	color: #AAAAAA;
}

td.td0 {
    background: #E5DCB9;
}

td.td1 {
    background: #F1E8C4;
}

td.td2 {
    background: #FCF2CE;
}
