	
	/* Fuer IE <= 6 */
	div#calendar {
	text-align: center;
	left: 10px;
	top: 129px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	}
#roballin #content #calendar h1 {
	position: absolute;
	bottom: 0px;
}


	div#calendar table thead th{
	font-weight: bold;
	font-size: 0.75em;
	color: #E8E3D0;
	text-align: center;
	background-color: #326532;
	}
	
	div#calendar table thead th.weekday{
	font-weight: bold;
	font-size: 0.7em;
	color: #C6610F;
	text-align: center;
	background-color: #CCD2D8;
	border: solid #112A5D 1px;
	}
  	
	div#calendar table tbody td{
	font-weight: normal;
	font-size: 0.7em;
	padding-left: 5px;
	padding-right: 5px;
	color: #336633;
	text-align: right;
	border: solid #CCD2D8 1px;
	}
	
	div#calendar table tbody td.saturday{ 
		color: #9A2525;
		font-weight: normal;
	}
	
	div#calendar table tbody td.sunday{ 
		color: #9A2525;
		font-weight: bold;
	}
	
	div#calendar table tbody td.weekend{ 
		color: #9A2525;
	}
	
	div#calendar table tbody td.today{
		background-color: #A7B5C7;
	}
	
	div#calendar table tbody td.last_month, div#calendar table tbody td.next_month {
	color: 	#336633;
	}
	
	div#calendar table{
		border-collapse: collapse;
		border: solid #112A5D 2px;
		padding: 0;
		margin-left:auto;
		margin-right:auto;
		background-color: #F6F6F6;
	}
