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

	div#calendar table thead th{ 
		font-weight: bold; 
		font-size: 10px; 
		color: #FFFFCC; 
		text-align: center;
		background-color: #993300;
	}
	
	div#calendar table thead th.weekday{ 
		font-weight: normal; 
		font-size: 9px; 
		color: #993300; 
		text-align: center;
		background-color: #FFFFCC;
		border: solid #993300 0px;
	}
  	
	div#calendar table tbody td{ 
		font-weight: normal; 
		font-size: 9px;
		padding-left: 3px; 
		padding-right: 3px; 
		color: #0E224B; 
		text-align: right;
		border: solid transparent 1px;
	}
	
	div#calendar table tbody td.weekend{ 
		color: #993300;
		font-weight: bold;
	}
	
	div#calendar table tbody td.today{
		background-color: #FFFFCC;
	}
	
	div#calendar table{
		border-collapse: collapse;
		border: solid #112A5D 0px;
		padding: 0;
		margin-left:auto;
		margin-right:auto;
		background-color: transparent;
	}