/* CSS Document av Dieter Schneider 2007 */



/************************************* Main structure *************************/

.date_box {
	background-color: #FFFFFF;
	background-image:  url(images/date.jpg);
	height: 51px;
	width: 52px;
	float: left;
}

.date_box_month {
	padding-top: 6px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 3px;
	text-align: center;
	color: #75a006;
}

.date_box_day {
	font-size: 22px;
	font-weight: bold;
	padding-left: 3px;
	text-align: center;
	font-style: italic;
	color: #654040;
	font-family: Georgia, "Times New Roman", Times, serif;
}

