@CHARSET "UTF-8";
@IMPORT url("/public/css/jquery.css");

html,body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
h1 {
	padding: 0px;
	margin: 5px 0px 5px 0px;
}
h1 a {
	text-decoration: none;
	color: #f07823;
	font-style: normal;
}
body {
	font-family: Trebuchet MS;
	font-size: 12px;
}
a {
	color: #787878;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
form p {
	padding: 0px;
	margin: 0px;
}
.reklama {
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 20px;
	width: 468px;
}
.reklama .wrapper {
	position: absolute;
	left: -234px;
}
.region, .oblast {
	color: #784f21;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
}
a.region:hover, a.oblast:hover {
    text-decoration: underline;
}

#bannerPanel {
	background: top center repeat-x
		url("/public/images/banner_background.gif");
	width: 100%;
	height: 139px;
}

#banner {
	width: 100%;
	height: 100%;
	background: top center no-repeat url("/public/images/banner_image.jpg");
}

#banner a.logo {
	width: 147px;
	height: 129px;
	position: relative;
	float: left;
	left: 40px;
	display: block;
	background: url("/public/images/logo.png");
}

#banner #menu {
	margin-top: 115px;
	margin-right: 20px;
	float: right;
}

#banner #menu a {
	width: 108px;
	height: 20px;
	display: block;
	float: left;
	margin-right: 5px;
	padding-top: 3px;
	background-image: url("/public/images/menu_link.png");
	font-size: 14px;
	color: #252525;
	text-decoration: none;
	text-align: center;
}

#banner #menu a:hover {
	text-decoration: underline;
}

#finderPanel {
	width: 262px;
	top: 139px;
	bottom: 0;
	position: absolute;
	border-right: 1px #626262 solid;
	overflow: auto;
}

#finderPanel .box {
	margin: 10px 0px 20px 10px;
	padding-bottom: 10px;
	background: bottom center no-repeat
		url("/public/images/box_underline.png");
}

#finderPanel h2 {
	margin: 0;
	float: left;
	font-weight: bold;
	font-size: 16px;
}

#finderPanel .hideicon {
	width: 14px;
	height: 27px;
	background-image: url("/public/images/icon_hide.png");
	float: right;
}

#finderPanel h3 {
	margin: 5px 0px 5px 0px;
	font-weight: normal;
	font-size: 14px;
}

#finderPanel form {
	margin: 0;
}
#suggest {
	top: 390px;
	left: 10px;
	position: absolute;
	background-color: white;
	border: 1px solid gray;
	width: 246px;
	z-index: 1000000;
	display: none;
}
#suggest p {
	margin: 0;
	padding: 0;
}
#suggest h3, #suggest h4{
	margin: 0;
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
}
#suggest h4 {
	padding: 0;
}
#suggest .item {
	padding: 3px;
	font-size: 9px;
	font-family: sans-serif;
	color: #505050;
	cursor: pointer;
}

#finderPanel form#finder_fulltext input.text {
	width: 139px;
	height: 22px;
	padding: 2px 0px 0px 30px;
	background: right no-repeat
		url("/public/images/fulltextsearch_input.png");
	border: none;
	vertical-align: middle;
}

input.submit {
	color: #FFEACF;
	font-size: 1em;
	padding: 0px 5px;
	font-weight: bold;
	width: 73px;
	height: 24px;
	vertical-align: middle;
	background: center center url("/public/images/submit.png");
	border: none;
}

#finderPanel form#finder_filter_kraje label {
	width: 52px;
	display: block;
	float: left;
	background: left no-repeat url("/public/images/filtersearch_sign.png");
	padding-left: 20px;
}

#finderPanel form#finder_filter_kraje select {
	width: 160px;
	display: block;
	margin-bottom: 3px;
}
#finderPanel form#finder_filter_kraje .submit {
	margin-left: 160px;
}

#finder_filter_kategorie {
	position: absolute;
	top: 270px;
	right: 0px;
	bottom: 0px;
	left: 10px;
	overflow: auto;
}

#finderPanel #finder_filter_kategorie a {
	width: 8px;
	height: 8px;
	padding-top: 4px;
	padding-right: 2px;
	display: block;
	float: left;
	font-size: 1px;
	background: left bottom no-repeat url("/public/images/arrow_right.gif");
}

#finder_filter_kategorie label {
	font-weight: bold;
}

#finder_filter_kategorie .options label {
	font-weight: normal;
}

#finder_filter_kategorie .options {
	padding-left: 20px;
	display: none;
}
#mapPanel {
	left: 263px;
	right: 0;
	top: 139px;
	bottom: 0;
	position: absolute;
}
.rightPanel {
	width: 320px;
	background-color: white;
	position: absolute;
	border: 1px #939392 solid;
	top: 169px;
	right: 10px;
	bottom: 15px;	
}
.rightPanel h1 {
	margin-top : 25px;
	font-size: 15px;
	color: #f07823;
}
.rightPanel h2 {
	padding: 0;
	font-size: 15px;
}
.rightPanel a.closeButton {
	width: 30px;
	height: 26px;
	top: 0px;
	position: absolute;
	right: 5px;
	background: left top no-repeat
		url("/public/images/resultpanel_close.png");
	display: block;
}
.rightPanel a.minimizeButton {
	width: 30px;
	height: 26px;
	top: 0px;
	position: absolute;
	right: 40px;
	background: left top no-repeat
		url("/public/images/resultpanel_hide.png");
	display: block;
		
}
.rightPanel .content {
	padding: 5px;
	width: 310px;
}
#findingResultPanel {
	display: none;
}
#findingResultPanel a:hover {
	text-decoration: underline;
}
#findingResultPanel h2{
	font-size: 15px;
	margin: 5px 0px 5px 5px;
	position: absolute;
}
#findingResultPanel a.region, #findingResultPanel a.oblast{
	color: #898989;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}

#findingResultPanel p.tabs {
	width: 95%;
	position: absolute;
	top: 30px;
	left: 5px;
	border-bottom: 1px #939392 solid;
}

#findingResultPanel p.tabs a {
	height: 20px;
	float: left;
	display: none;
	padding: 2px;
	margin-right: 2px;
	color: black;
}

#findingResultPanel p.tabs a.active {
	background-color: #898989;
	color: white;
}

#findingResultPanel .vysledek {
	position: absolute;
	top: 70px;
	bottom: 55px;
}

#findingResultPanel .vysledek ul {
	margin: 0px 0px 55px 10px;
	padding: 0;
	width: 310px;
	float: left;
	height: 100%;
	overflow: auto;
}

#findingResultPanel ul li {
	list-style: none;
	vertical-align: middle;
	font-size: 12px;
	color: #000;
	padding-left: 18px;
	margin-right: 20px;
	margin-bottom: 8px;
	background-repeat: no-repeat;
}
#findingResultPanel ul li.hover {
	background-color: #FFFFBA;
	border: 1px solid #d0d0d0;
}
#findingResultPanel p.pages {
	position: absolute;
	margin: 5px 0px 5px 0px;
	bottom: 0px;
	left: 10px;
}

#findingResultPanel p.pages a {
	background: #e1e1e1;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}

#findingResultPanel p.pages a:hover {
	text-decoration: underline;
}

.style_heading {
	font-size: 14px;
	color: #f07823;
	font-weight: bold;
}
#pointDetailInfo .content {
	overflow: auto;
	position: absolute;
	top: 130px;
	bottom: 10px;
	padding: 0px;
}
#oblastDetailPanel .content {
	overflow: auto;
	position: absolute;
	top: 70px;
	bottom: 10px;
	padding: 0px;	
}
#loadingBar {
	position: absolute;
	left: 50%;
	bottom: 50%;
	display: none;
}

#loadingBar .bar {
	width: 220px;
	background-color: black;
	color: white;
	position: absolute;
	left: -110px;
	bottom: -8px;
	opacity: 0.75;
	filter: alpha(opacity = 75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
}

#loadingBar .bar .title {
	font-size: 12px;
	padding-left: 8px;
}

#loadingBar .bar .image {
	height: 19px;
}

#topicPointShower {
	position: absolute;
	right: 20px;
}

#topicPointShower .options {
	width: 185px;
	padding: 5px;
	display: none;
	background-color: white;
	border: 1px solid #cccccc;
	opacity: 0.90;
	filter: alpha(opacity = 90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
}
#topicPointShower .hledanivokoli{
	float: left;
}
#topicPointShower .hledanivokoli .options{
	position: absolute;
}
#topicPointShower .hledanivokoli a.toggler {
	width: 111px;
	height: 31px;
	background-image: url("/public/images/button_hledanivokoli.png");
	display: block;
}
#topicPointShower .hledanivokoli .distance {
	margin: 5px;
}
#topicPointShower .turistickecile {
	float: left;
}
#topicPointShower .turistickecile .options{
	position: absolute;
}
#topicPointShower .ubytovaniasluzby {
	float: left;
}
#topicPointShower .ubytovaniasluzby .options{
	position: absolute;
	right: 0px;
}

#topicPointShower .turistickecile a {
	width: 127px;
	height: 31px;
	background-image: url("/public/images/button_turistickecile.png");
	display: block;
}

#topicPointShower .ubytovaniasluzby a {
	width: 112px;
	height: 31px;
	background-image: url("/public/images/button_ubytovaniasluzby.png");
	display: block;
}

#popUps {
	position: absolute;
	top: 150px;
	left: 50%;
}
#popUps .wrapper {
	position: absolute;
	left: -212px;
}

.popUp {
	margin: 1px;
}
.popUp div{
	width: 414px;
}
.popUp .top {
	font-size: 1px;
	height: 9px;
	background-image: url("/public/images/hlasky_top.png");
}
.popUp .inside {
	width: 354px;
	background-image: url("/public/images/hlasky_background.png");
	padding: 0px 30px 0px 30px;
}
.popUp .bottom {
	font-size: 1px;
	height: 9px;
	background-image: url("/public/images/hlasky_bottom.png");
}
.infoWindowTab img {
	border: none;
}
.infoWindowTab h1{
	text-decoration: none;
	color: #f07823;
	font-style: normal;
}
.infoWindowTab h1 {
	font-size: 16px;
	padding-bottom: 0x;
	margin-bottom: 2px;
}
.infoWindowTab h1 a:hover {
	text-decoration: underline;	
}
.infoWindowTab p {
	margin: 2px 0px 2px 0px;
}
.infoWindowTab a.bottom {
    color: #67781c;
    font-style: italic;
}
.infoWindowTab a.oddalit {
	display: none;
}
.gps_title {
	font-weight: bold;
}


#helpWindow {
	display: none;
}

.clear {
	font-size: 1px;
	clear: both;
}
.aTyp {
	text-align: center;
	height: 40px;
}
