@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background: url(imgs/bg.gif) repeat-x center top #506266 fixed;
	margin: 0;
}

#pg {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
	background: url(imgs/bg_pg.gif) repeat-y center top #ffffff;
	padding: 0px 25px;
}

input, select {
	font-size: 1em;
}

#header2 {
	width: 571px;
	height: 78px;
	background: url(imgs/bg_header2.jpg) no-repeat center center;
}
#header2 .hotbuttons {
	margin-right: 15px;
	margin-top: 5px;
	color: #88b1b7;
}
#header2 .hotbuttons a {
	color: #ffffff;
	text-decoration: none;
}
#header2 .hotbuttons a:hover {
	text-decoration: underline;
}
#header2 .hotbuttons .active {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #88b1b7;
}


#menu {
	background-color: #e8e8e8;
	vertical-align: top;
}
#menu .spancontext {
	position: relative;
}
#menu .contextmenu {
	display: none;
	position: absolute;
	z-index: 2;
	left: 150px;
	top: -15px;
	background-color: #eeeeee;
	border: 1px solid #999999;
}
#menu .iteminfo {
	position: absolute;
	left: 192px;
	width: 32px;
	top: -18px;
	z-index: 1;
}
#menu .contextmenu a {
	display: block;
	width: 200px;
	padding: 3px 7px 3px 23px;
	margin: 2px;
	color: #666666;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 2px 50%;
}
#menu .contextmenu a:hover {
	color: #000000;
	background-color: #C8D7CE;
}


#menu a.menu, #menu a.submenu {
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	display: block;
	width: 225px;
	height: 20px;
	margin-bottom: 1px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}
#menu a.menu span {
	padding-left: 25px;
}
#menu a.submenu span {
	padding-left: 45px;
}

#menu a.xsubmenu {
	display: block;
	font-size: 8pt;
	background: url(imgs/bg_submenu.gif) no-repeat 26px 50% #bbc6c8;
	width: 170px;
	padding: 2px 5px 2px 50px;
	margin-bottom: 1px;
	color: #333333;
	text-decoration: none;
}
#menu a.xsubmenu:hover {
	background-color: #c5d1d3;
}
#menu a.xxsubmenu {
	display: block;
	font-size: 7pt;
	width: 165px;
	padding: 2px 5px 2px 55px;
	margin-bottom: 1px;
	color: #333333;
	text-decoration: none;
}
#menu a.xxsubmenu:hover {
	background-color: #c5d1d3;
}

#menu .hide {
	display: none;
}
#menu .leftitem {
	margin-bottom: 1px;
}
#menu form {
	margin: 10px 0px;
	padding: 0;
	color: #555555;
}
#menu input {
	font-size: 1em;
	border: 1px solid #C0C0C0;
	background: url(imgs/bg_input.gif) no-repeat left top;
}
#menu input.button {
	font-size: 1em;
	width: 100px;
	background: url(imgs/bg_button.gif) no-repeat 2px 50% #b1b1b1;
	border: 1px solid #f6f6f6;
	color: #FFFFFF;
	margin-top: 5px;
	text-align: left;
	padding: 1px 3px 0px 13px;
}

#text {
	background-color: #d1d9db;
	vertical-align: top;
}
#text a {
	color: #990000;
	text-decoration: none;
}
#text a:hover {
	text-decoration: underline;
}
#text .path {
	font-size: 80%;
	padding: 2px 5px;
	color: #333333;
}
#text .path a {
	text-decoration: none;
	color: #999999;
}
#text .path a:hover {
	color: #000000;
}

#text .inner {
	padding: 15px 20px;
	margin: 0;
}

#text h1 {
	margin: 0em 0em 2em 0em;
	padding: 0;
	font-size: 120%;
	color: #990000;
	padding-bottom: 1em;
	border-bottom: 1px solid #676767;
}
#text h2 {
	margin: 0em 0em 0.3em 0em;
	padding: 0px 0px 0px 15px;
	font-size: 100%;
	color: #5F7C82;
	background: url(imgs/li.gif) no-repeat left center;
}
#text h6 {
	margin: 0em 0em 0.3em 0em;
	font-size: 100%;
	font-weight:bold;
	color: #2C3F2C;
}
#text p {
	margin: 0em 0em 1.5em 0em;
	line-height: 1.3em;
	color: #2C3F2C;
}
#text p.uvod {
	font-style: italic;
}
#text .pravy_obrazek, #text .levy_obrazek {
	position: relative;
	float: right;
	background-color: #BAC8C9;
	border: 1px solid #ffffff;
	padding: 2px;
	margin: 0em 0em 0.5em 1em;
}
#text .levy_obrazek {
	float: left;
	margin: 0em 1em 0.5em 0em;
}
#text li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#text div#newslist {
	font-size: 90%;
}
#text div#newslist .date-author {
	/*font-size: 80%;*/
}
#text div#newslist .title {
	font-size: 110%;
	font-weight: bold;
}
#text div#newslist .text {
	margin-bottom: 1em;
}
#text a.active {
	background-color: #ffffff;
}

#footer {
	background: url(imgs/bg_footer.gif) repeat-x center top #afadae;
	color: #ffffff;
	padding-top: 12px;
	padding-bottom: 7px;
	text-align: center;
	font-size: 80%;
}
.found {
	background-color: #FFFF99;
}
.formated_table {
	border: 1px solid #506266;
	font-size: 80%;
}
.formated_table th, .formated_table thead td {
	font-weight: bold;
	background-color: #506266;
	color: #ffffff;
}
.formated_table th, .formated_table td {
	padding: 1px 5px;
}

.formated_table2 {
	border: 1px solid #506266;
	font-size: 80%;
}
.formated_table2 th {
	background-color: #506266;
	color: #ffffff;
}
.formated_table2 th, .formated_table2 td {
	padding: 1px 5px;
	border: 1px solid #506266;
}

.formated_table3 {
	border: 1px solid #506266;
	font-size: 80%;
}
.formated_table3 th {
	background-color: #506266;
	color: #ffffff;
}
.formated_table3 th, .formated_table3 td {
	border: 1px inset #506266;
	padding: 1px 5px;
}
.formated_table4 {
	border-left: 1px solid #506266;
	border-top: 1px solid #506266;
	font-size: 80%;
}
.formated_table4 td {
	border-right: 1px solid #506266;
	border-bottom: 1px solid #506266;
	padding: 1px 5px;
}

.sude {
	background-color: #EAEEEB;
}
.liche {
	background-color: #c3cbcc;
}
button.rezervace {
	font-size: 80%;
}