/* UTF ěščřžýáíé */

#objednavka_left {
	float: left;
	width: 230px;
	text-align: center;
	margin: auto;
	font-size:0.8em;
}
#objednavka_right {
	float: right;
	width: 400px;
	font-size:0.8em;
	margin: auto;
}
/* Kalendar */
#kalendar {
	width: 200px;
	margin: auto;
	background-color: #7b8ad6;
	font-size: 1.0em;
}
#kalendar caption {
	font-weight: bold;
	text-align: center;
	margin: auto;
}
#kalendar caption :link, #kalendar caption :visited {
	color: #132879;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.0em;
}
#kalendar caption :hover {
	color: #ff0000;
	/*background-color: #7b8ad6;*/
}
#kalendar td {
	background-color: #ffffff;
	text-align: center;
}
#kalendar td :hover {
	background-color: #7b8ad6;
}
/* Oteviraci doba */
fieldset#oteviraci_doba{
	width:200px;
	margin:10px auto 10px auto;
	border: 1px solid #7b8ad6;
}
fieldset#oteviraci_doba legend{
	font-weight: bold;
	font-size: 1.0em;
	margin: 0 0 1.0em 0;

}
fieldset#oteviraci_doba label{
	font-weight: bold;
	font-size: 1.0em;
	width:100px;
	display:block;
	float:left;
	border:1px solid #000000;
	margin: 0 0 2px 5px;
}
fieldset#oteviraci_doba input{
	font-weight: bold;
	font-size: 0.9em;
	width:70px;
	border:1px solid #ffffff;
}
/* Nabizene sluzby */
fieldset#nabizene_sluzby{
	width:400px;
	margin:10px 0 10px 0;
	border: 1px solid #7b8ad6;
	text-align:left;
}
fieldset#nabizene_sluzby legend{
	font-weight: bold;
	font-size: 1.0em;
	margin: 0 0 1.0em 0;

}
fieldset#nabizene_sluzby label{
	font-weight: bold;
	font-size: 1.0em;
	width:300px;
	display:block;
	float:left;
	margin: 0 0 0 5px;
	background: #eeeeee;
	text-align:left;
}
fieldset#nabizene_sluzby input{
	font-weight: normal;
	font-size: 0.9em;
	width:70px;
}
fieldset#nabizene_sluzby textarea{
	font-weight: normal;
	font-size: 1.0em;
	margin: 5px 0 0 5px;
	_margin: 5px 0 0 10px;
	width:345px;
	height:30px;
}

fieldset#nabizene_sluzby label.long{
	width:345px;
	margin-bottom: 8px;
}
/* Kontaktni udaje */
fieldset#kontaktni_udaje{
	width:400px;
	margin:10px 0 10px 0;
	border: 1px solid #7b8ad6;
}
fieldset#kontaktni_udaje legend{
	font-weight: bold;
	font-size: 1.0em;
	margin: 0 0 1.0em 0;

}
fieldset#kontaktni_udaje label{
	font-weight: bold;
	font-size: 1.0em;
	width:200px;
	display:block;
	float:left;
	margin: 0 0 0 5px;
}
fieldset#kontaktni_udaje input{
	font-weight: normal;
	font-size: 0.9em;
	width:150px;
}
fieldset#kontaktni_udaje select{
	font-weight: normal;
	font-size: 0.9em;
	width:150px;
}
/* Links */
a:link, a:visited {
	color: #132879;
	text-decoration: underline;
}
a:hover {
	color: #ff9933;
	text-decoration: underline;
}
:link img,:visited img {
	border: 0 none inherit;
}
/* Image border */
img {
	border: 0 none !important;
}
/* Clear */
.clearBoth {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

span.obsazeno{
	background:#eeeeee;
	font-weight: bold;
	font-size: 0.9em;
	width:70px;
	border:1px solid #ffffff;
	padding:1px;
}

h2.kalendar{
	font-size:1.2em;
}

h3.kalendar{
	font-size:1.2em;
	margin-top:10px;
}

input[type="submit"],input[type="reset"]{
	font-weight: normal;
	font-size: 0.9em;
	background:#eeeeee;
}