/* caissa CSS */

/* Kalenderseite */
/* ================ */

table#kalender td
{
	vertical-align:			top;
}

/* Termine */

table#kalender td.typ1, table#kalender td.typ2, table#kalender td.typ3, table#kalender td.typ4, table#kalender td.typ5
{
	border:						2px solid black;
}

table#kalender td.typ1
{
	background-color:			#faf8bd;
}

table#kalender td.typ2
{
	background-color:			#c9f2f1;
}

table#kalender td.typ3
{
	background-color:			#fbd5c0;
}

table#kalender td.typ4
{
	background-color:			#d2e6c5;
}

table#kalender td.typ5
{
	background-color:			#cbcefc;
}

/* Kalenderhintergrund */

.hintergrund
{
	background-color:			#eeeeee;
}

/* Links */

table#kalender a.terminlink
{
	text-decoration:			underline;
}

/* Gecancelter Termin */

.cancelled
{
	text-decoration:			line-through;
}
