/* CSS Document */
body, p, ul, li, table, tr, td, input, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
}
body {
	margin: 0;
	padding: 0;
	background-color: #FFCC99;
	text-align: center;
}
h1 {
	margin: 0 auto;
	margin-left: 29px;
	padding: 2px 10px;
	font-size: medium;
	font-weight: bold;
	text-align: left;

	position: absolute;
	bottom: 4px;
	left: 300px;
	z-index: 2;
	background-color: #fff;
	color: #26287D;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
h1 a {
	color: #26287D;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}
h3 {
	font-size: 15px;
}
a img {
	border: none;
}
p {line-height: 130%;}
p img {
	float: left;
	margin: 0 20px 10px 0;
}
p img.right {
	float: right;
	margin: 0 0 10px 20px;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: small;
}
#hlavicka {
	margin: 0;
	padding: 0;
	height: 242px;
	background-color: #FF9933;
	text-align: center;
	min-width: 1104px;
}
#hlavicka div {
	position: relative;
	width: 1104px;
	margin: 0 auto;
	height: 242px;
	background: transparent url('/img/bg-header.jpg') 0 100% no-repeat scroll;
}
#paticka {
	background: #bbb url(/img/bg-footer.png) 0 100% no-repeat scroll;
	border-top: 2px solid #999;
	line-height: 36px;
	clear: both;
}
#langBar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1104px;
	text-align: center;
	padding: 2px 0;
	background-color: #e0e0e0;
}
#langBar a {
	color: #000;
	padding: 0 5px;
}
#menu_div {
	position: absolute;
	top: 242px;
	left: 0;
	width: 100%;
	min-width: 1104px;
	text-align: center;
	background: #3366CC url(/img/bg-menu.jpg) 50% 0 no-repeat scroll;
}
div.menu {
	height: 40px;
	line-height: 40px;
	color: #fff;
	width: 610px;
	margin: 0 auto;
}
div.fr, div.it {
	width: 650px;
}
#tipy {
	margin: 10px 0 0;
	background-color: #FFCC00;
}
#obsahContainer {
	width: 1104px;
	margin: 0 auto;
}
#obsah0 {
	width: 990px;
	margin: 40px auto 0;
	padding: 0;
	background-color: #FFDC49;
	background-color: #FFDD57;
}
#obsah {
	position: relative;
	float: right;
	padding: 10px 0px;
	width: 630px;
	text-align: left;
	right: 180px;
}
#obsah .obsahin {
	margin: 0 20px;
}
#colLeft {
	position: relative;
	float: right;
	width: 180px;
	text-align: left;
}
#colRight {
	position: relative;
	float: right;
	width: 180px;
	text-align: left;
	right: -630px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul li {
	display: block;
	float: left;
	font-weight: bold;
	margin: 10px 0px 0 0;
	padding: 0 0px 0 0px;
	font-size: small;
	position: relative;
	height: 30px;
	line-height: 40px;
}
#menu ul li a {
	color: #fff;
	text-decoration: none;
	height: 30px;
	display: table-cell;
	display: block;
	line-height: 30px;
	padding: 0 10px 0 10px;
	margin: 0 0px;
}
#menu ul li a span {
	height: 30px;
	display: table-cell;
	padding: 0 10px 0 0;
	cursor: pointer;
}
#menu ul li:hover {
	background: #9DB8E9 url(/img/bg-menu-li-left2.gif) 0 50% no-repeat scroll;
}
#menu ul li:hover a {
	background: transparent url(/img/bg-menu-li-right2.gif) 100% 50% no-repeat scroll;
}
#menu ul li ul {
	position: absolute;
	z-index: 20;
	top: 30px;
	left: -1px;
	/*width: 200px;*/
	width: auto;
	padding: 0;
	margin: 0;
	border: 1px solid #3366CC;
	border-top: none;
	background-color: #9DB8E9;
	visibility: hidden;
	transparent: 0.7;
}
#menu ul li:hover ul {
	visibility: visible;
}
#menu ul li ul li {
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
	width: 199px;
	text-align: left;
}
#menu ul li ul li:hover, #menu ul li:hover ul li a {
	background-image: none;
}
#menu ul li ul li a {
	display: block;
	padding: 0 0 0 10px;
}
#menu ul li ul li a:hover {
	background-color: #9DCAE9;
	background-image: none;
}
#menu ul li a#selected {
/*	border-bottom: 2px solid #000;*/
	text-decoration: underline;
/*	background-color: #FFCC00;*/
}
div.center {
	text-align: center;
}
div.fotogalerie {
	text-align: center;
}
div.fotogalerie img {
	border: 1px solid #fff;
	
}
div.fotogalerie a:hover img {
	border: 1px solid #000;
}
/*
	FORMULARE
*/
fieldset {
	border: none;
}
fieldset.obsazeno {
	background: transparent url('../img/obsazeno.gif') 90% 50% no-repeat scroll;
}
fieldset.volno {
	background: transparent url('../img/volno.gif') 90% 50% no-repeat scroll;
}
fieldset div {
	padding: 2px 0 0 0;
}
legend {
	font-weight: bold;
}
label {
	display: block;
	width: 45%;
	float: left;
	text-align: right;
	padding: 2px 10px 0 0;
}
/*
	TABULKY
*/
table.cenik {
	border-collapse: collapse;
	border: 1px solid #111111;
	width: 360px;
	margin: 50px auto 50px;
}
table.cenik tr.sudy {
	background-color: #FFCC66;
}
table.cenik th, table.cenik td {
	text-align: center;
	border: 1px solid #111111;
}
table.cenik th.caption {
	font-size: medium;
}
.box {
	margin: 1em auto 1em auto;
	padding: 0.5em 0 0 0;
	width: 160px;
	background: #FFCC00 url(/img/bg-box-top.gif) 0 0 no-repeat scroll;
	font-size: x-small;
	text-align: center;	
}
div.box.caption {
	background: #FFCC00 url(/img/bg-box-caption.gif) 0 0 no-repeat scroll;
}
div.box630 {
	background: #FFCC00 url(/img/bg-box-630-caption.gif) 0 0 no-repeat scroll;
	text-align: center;
	font-size: x-small;
	padding: 0.5em 0 0 0;
}
.box .in {
	background: transparent url(/img/bg-box-bottom.gif) 0 100% no-repeat scroll;
	padding-bottom: 0.5em;
}
div.box630 .in {
	background: transparent url(/img/bg-box-630-bottom.gif) 0 100% no-repeat scroll;
	padding: 0 1em 0.5em 1em;
}
.box span.caption, .box630 span.caption {
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
	height: 15px;
}
.box ul {
	margin: 0.5em 10px 0 10px;
	padding: 0;
	list-style-type: none;
	text-align: left;	
}
.box ul li {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: x-small;
}
.box table {
	width: 130px;
}
.box td, .box th {
	font-size: x-small;
}
.box td {
	text-align: right;
}
.width50 {
	width: 50%;
}
.occupied {
	background-color: #ed8989;
}
.error {
	border: 2px solid red;
}
.reklama {
	margin: 10px 0 0 0;
	padding: 5px;
	background-color: #FFCC00;
	font-size: x-small;
	line-height: 130%;
}
.reklama span {
	/*display: block;
	width: 203px;
	height: 30px;
	float: left;*/
}
.reklama span a {
	text-decoration: none;
	color: #000;
}
.reklama span a:hover {
	text-decoration: underline;
}
p.zprava {
	color: red;
	font-weight: bold;
}