	html, body { 
		background-color: #FFFAF0;
		font-family: verdana, arial, sans-serif; 
	}
	
	/* Fuer IE <= 6 */
	div#calendar {
		text-align: center;
	}

	div#calendar table thead th{ 
		font-weight: bold; 
		font-size: 8px; 
		font-weight: bold;
		color: #000000; 
		text-align: center;
		background-color: #FFFAF0;
	}
	
	div#calendar table thead th.weekday{ 
		font-weight: normal; 
		font-size: 8px; 
		font-weight: bold;
		color: #800000;
		text-align: center;
		background-color: #FFFAF0;
		border: solid #AED1F7 0px;
	}
  	
	div#calendar table tbody td{ 
		font-weight: normal; 
		font-size: 8px;
		font-weight: bold;
		padding-left: 3px; 
		padding-right: 3px; 
		color: #800000; 
		text-align: right;
		border: solid transparent 2px;
	}
	
	div#calendar table tbody td.weekend{ 
		color: #FF0000;
		font-weight: bold;
	}
	
	div#calendar table tbody td.today{
		color: #FFEFD5;
		background-color: #800000;
	}
	
	div#calendar table{
		border-collapse: collapse;
		border: solid #FFFAF0 1px;
		padding: 0;
		margin-left:auto;
		margin-right:auto;
		background-color: transparent;
	}