	html, body { 
		background-color: #ffefd5;
		font-family: verdana, arial, sans-serif; 
	}
	
	/* Fuer IE <= 6 */
	div#calendar {
		text-align: center;
	}

	div#calendar table thead th{ 
		font-weight: bold; 
		font-size: 12px; 
		color: #800000; 
		text-align: center;
		background-color: #ffefd5;
	}
	
	div#calendar table thead th.weekday{ 
		font-weight: bold; 
		font-size: 12px; 
		color: #900000; 
		text-align: center;
		background-color: #ffefd5;
		border: solid transparent 0px;
	}
  	
	div#calendar table tbody td{ 
		font-weight: bold; 
		font-size: 12px;
		padding-left: 1px; 
		padding-right: 1px; 
		color: #900000; 
		text-align: right;
		border: solid transparent 3px;
	}
	
	div#calendar table tbody td.weekend{ 
		color: #FF0000;
		font-weight: bold;
	}
	
	div#calendar table tbody td.today{
		background-color: #ffefd5;
	}
	
	div#calendar table{
		border-collapse: collapse;
		border: solid transparent 1px;
		padding: 1;
		margin-left:auto;
		margin-right:auto;
		background-color: transparent;
	}
