@charset "UTF-8";
/* CSS Document */

#calendar
{
/* ###############################################
/* change the image name in the line below to your background image
/* ############################################### */
background-image:url(/fileadmin/dfp_upload/images/specials/xmas/bkgdcalendar.jpg);
background-repeat: no-repeat;
}


.button
{
	color:#000099; /* text colour on your door */
	width:45px;
	text-align:center;
	margin:4px;
	font-family:sans-serif;
	font-size:large;
	padding:4pt;
	border-width: 2pt;
	border-style:none;
	text-decoration:none;
}

.button:hover
{
	background:#ff0000; /* text colour on your door when moused over */
	color:#00E6FF; /* background colour on your door when moused over */
	width:45px;
	text-align:center;
	margin:4px;
	font-family:sans-serif;
	font-size:large;
	padding:4pt;
	border-width: 2pt;
	border-style:groove;
	text-decoration:none;
}

