/*style rezerwacja kalendarz*/
.pierwszy{
	font-style: italic;
	background-image: url(../gfx/pierwszy.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.ostatni{
	font-style: italic;
	background-image: url(../gfx/ostatni.gif);
	background-position: right top;
	background-repeat: no-repeat 
}
.srodek{
 font-style: italic 
}
.divkal{
	float:left;
	margin:10px;
	height:220px;
}
.pierwszy_p{
	font-style: italic;
	background-image: url(../gfx/pierwszy.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: Red;
}
.ostatni_p{
	font-style: italic;
	background-image: url(../gfx/ostatni.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: Red;
}
.srodek_p{
 font-style: italic;
 background-color: Red; 
}

.pierwszy_w{
	font-style: italic;
	background-image: url(../gfx/pierwszy.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #FFD700;
}
.ostatni_w{
	font-style: italic;
	background-image: url(../gfx/ostatni.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #FFD700;
}
.srodek_w{
 font-style: italic;
 background-color: #FFD700;
}
table.kalendarz{
	background-color: #EEEEEE;
}
table.kalendarz td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 4px;
}
table.kalendarz td.pole{
  background-color: White;
}