/* booking system */
div.podnik {
	width: 100%;
	clear: both;
}
ul.menu_podniku {
	display: block;
	padding: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 1.5em 0px;
	border-bottom: 1px solid #a8d16a;
	background-color: #c2f96b;
	height: 1.8em;
	width: 100%;
}
div.cleaner_menu_podniku {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	clear: both;
}
ul.menu_podniku li {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1.8em;
	background-color: #c2f96b;
	color: #54660c;
	border-left: 1px solid #a8d16a;
}
ul.menu_podniku li a {
	line-height: 1.8em;
	padding: 0.3em 5px;
	/*display: block;*/
	/*color: #4d6600;*/
	color: #54660c;
	text-decoration: none;
	font-weight: bold;
	
}
ul.menu_podniku li a:hover {
	color: #54660c;
	background-color: #8dbe42;
}
ul.poskytovane_sluzby {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.poskytovane_sluzby strong {
	font-weight : bold;
}

fieldset.vybaveni img {
	margin-right: 5px;
	margin-bottom: 5px;
}