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

table.calendar td {
	font-size:12px;
	width:30px;
	height:25px;
	padding:2px;
	text-align:center;
}

table.legende {
	padding-top:-10px;
}

table.legende td {
	height:10px;
	font-size: 10px;
	
}

.c_t {
	width:40px;
	background-color:#666666;
	color: #FFFF00;
	font-weight: bold;
	font-size: 10px;
}

.c_r1 {
	background-image: url(images/res_villa1.gif);	

	background-repeat: no-repeat;
	background-position: left top;
	/*background-color:#FF9900; */
	
}

.c_r2 {
	background-image: url(images/res_villa2.gif);	/*background-color:#6699CC;*/
	background-repeat: no-repeat;
	background-position: left top;
}
.c_r12 {
	color:#666666;
	background-image: url(images/res_villa12.gif);
	background-repeat: no-repeat;
	background-position: left top;
}