span.obsadene {
	font-size: 0.7em;
	}
span.obsadene-box {
	padding: 3px;
	background: #DA164A;
}
h4.calendar {
	color:#BB6000;
   font-size: 1.0em;
   margin-top: 5px;
	text-align: center;
}
p.calendar {
	color:#BB6000;
   font-size: 0.7em;
	text-align: center;
	margin-bottom:25px;
}
/********************** CALENDAR **********************/
table.calendar{
  color:#FFF;
  font-size: 0.8em;
  width:180px;
  border-collapse: collapse;
  table-layout: auto;
  margin: 0 auto 0px auto;
}
table.calendar td{
  height:25px;
  width: 25px;
  text-align:center;
  border:solid 2px #F5E7D9;
  
}
table.calendar caption{
  margin:5px auto 5px auto;
  color: #BB6000;
  padding: 0px 0 8px 0;
}
table.calendar caption a{
	border-bottom: 1px solid #BB6000;
	color: #BB6000;
	text-decoration: none;
	padding:1px
}
table.calendar caption a:hover {
	background-color: #BB6000;
	border-bottom: 1px solid #FFF;
	color: #FFF;
}
thead{
 font-size: 0.9em;
 color:#FFF;
 height:25px;
 width: 25px;
 background-color: #BB6000;
 text-align:center;
 border:none;
}
th.den_obycajny{
	padding: 2px;
}
th.den_vikend{
	padding: 2px;
}
td.den{
  background:#008000;
}
td.vikend{
  background: #009800;
}
td.vikend_neaktualny{
  background:#F0DAC5;
  color:#E1B389;
}
td.den_neaktualny{
  background:#EBCDB1;
  color:#E1B389;
}
td.dnes{
  background:#F9AD16;
  color:#FFF;
  font-weight: bold;
}
td.rezervovane {
	background: #BB6000;
}
/********************** FORM **********************/
.formdiv {
	height: auto;
	width: 430px;
	text-align: center;
	margin: 0px auto 25px auto;	
}
.formdivrow {
	height: 30px;
	text-align: center;
	margin: 0 0 2px 0;
}
.formdivcell1 {
	text-align: right;
	margin-top: 4px;
	width: 115px;
	float: left;
	font-weight: bold;
}
.formdivcell2 {
	text-align: left;
	clear: right;
	margin-left: 115px;	
	width: auto;
} 
input.rez, textarea.rez, select.rez {
   background-color: #fff;
	border: 2px solid #C08239;
	padding: 3px;
   font-family: Georgia, "Lucida Grande CE", lucida;
	font-size: 0.8em;	
	width: 270px;
}
select.rez
{
   padding: 0px;
	width: auto;
}
p.smallText
{
	font-size: 0.7em;	 
}
