* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link    { color:#000080; text-decoration:none; }
a:visited { color:#222280; text-decoration:none; }
a:hover   { color:#000000; text-decoration:none; background-color:#C0FFC0; }
a:active  { color:#FF0080; text-decoration:none; }


body {
}

Titelzeile {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;	
	font-weight: bold;
}


FooterText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: bold;
}

.booked { /* Gebuchte Tage */
	background-color: #ff8888;
}

.monthday { /* Tage Mo - Fr, die nicht gebucht sind */
	background-color: #88ff88;
}

.saturday { /* Samstag */
	background-color: #88ff88;
}

.sunday { /* Sonntag */
	background-color: #88ff88;
}

.dayname { /* Zeile, die die Tage bezeichnet Mo - So */
	background-color: #dddddd;
	font-weight: bold;
}

.monthname { /* Zelle, in der der Monat steht (z. B. November 2008) */
	font-size: 12px;	
	background-color: #cdcdcd;
	font-weight: bold;
}

table.month { /* Gesamte Tabelle eines Monats */
	border: 1px solid black;
}

table.year { /* Gesamter Kalender */
	border: 2px solid black;
	background-color: #eeeeee;
}

table.year tr td {
    text-align: center;
    padding: 2px;
}