@charset "utf-8";

body
{
	background-color: #FCF6EC;
	margin: 0px;
	padding: 0px;
	font-family: "verdana CE", "Arial CE", verdana, helvetica, arial, geneva, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: small;
}

/*====================== SETTINGS FOR MAIN PAGE PARTS ======================*/
#whole-page
{
	margin: 3px auto 3px auto;
	position: relative;
	width: 935px;
	height: 100%;
	font-size: 95%;
}
#header
{
	background-color: #FAED9C;
	position: absolute;
	top: 1px;
	height: 49px;
	width: 775px;
	z-index: 1;
	border: solid 1px #000;
	border-bottom-style: none;
	text-align: center;
}
#lang-switch
{
	position: absolute;
	right: 10px;
	top: 5px;
}
#currency-switch
{
	position: absolute;
	right: 10px;
	top: 25px;
}
#usercurrency
{
	width: 45px;
	height: 15px;
	font-size:10px;
	border:1px solid black;
}
#menu
{
	position: absolute;
	top: 50px;
	left: 1px;
	height: 18px;
	width: 775px;
	z-index: 1;
	padding: 0px;
}
#menu table
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#menu td
{
	text-align: center;
	margin: 0px;
	height: 18px;
	width: 17%;
	border-left: solid 1px black;
}
#menu td.first
{
	border-left: none;
}
#menu a
{
	display: block;
	color: #222;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 2px 10px 2px 10px;
	height: 14px;
	text-decoration: none;
	background-image: url('../images/main_menu_bg.gif');
}
#menu a:hover
{
	background-image: url('../images/main_menu_bg_over.gif');
}


#main-panel
{
	position: relative;
	padding-top: 72px;
	height: 100%;
	width: 775px;
	margin: 0px;
	border-left: solid 1px #EFCD94;
	border-right: solid 1px #EFCD94;
}
#main-panel-content
{
	width: 765px;
	margin: 5px;
	text-align: left;
	min-height: 500px;
}
#main-panel-footer
{
	width: 765px;
	margin: 5px;
	margin-top: 20px;
	text-align: center;
	border-top: dashed 1px #EFCD94;
	padding-top: 10px;
}
#right-panel
{
	position: absolute;
	top: 1px;
	left: 776px;
	width: 150px;
	height: 100%;
	text-align: center; 
	border-right: dashed 1px #EFCD94;
}
#right-upper-corner
{
	height: 40px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	border-bottom: 1px solid #EFCD94;
}
#right-upper-corner p
{
	margin: 8px 0px 8px 0px;
}

/*==================== COMMON TAGS SETTINGS =====================*/

h1, h2, h3 { color: #120d5b; margin-top: 1em;}
h1 { font-size: large; }
h2 { font-size: 140%; }
h3 { font-size: 105%; }
h4 { font-size: 100%; }
table
{
	text-align:left;
	font-size:small;
}
h4, span, div, p, a, ul, li, td, select
{
}
span.nobr
{
	white-space: nowrap;
}
a
{
	color: #322d7b; /*darkblue;*/
	text-decoration: underline;
}
a:hover, a:active
{
	color: #bd1115; /*darkred;*/
	text-decoration: underline;
}
a.noline
{
	text-decoration:none;
}
a.m /* marked */
{
	font-weight: bold;
}

big
{
	font-size: 105%;
}

small
{
	font-size: 0.9em;
}
small a
{
	font-weight: bold;
}
small.g
{
	color: #BBB;
}
small.g a
{
	color: #BBB;
}
small.g a:hover
{
	color: #bd1115; /*darkred;*/
}

img
{
	border-width: 0px;
}
img.border
{
	border: solid 1px black;
	margin: 2px;
}

ul
{
	list-style-position: outside;
	list-style-type: square;
}
li
{
	margin: 0.4em 0em 0.3em 0em; 
}

/*======================= TAGS IN DIFFERENT PAGE PARTS ====================*/
#main-panel-footer a
{
	font-size: xx-small;
	text-decoration: none;
}
#main-panel-footer a:hover
{
	text-decoration: underline;
}

/*====================== CLASSES USED THROUGHOUT THE WEB ==================*/
.col
{
	color: Navy;
}

.nasTip {
	color: #990000;
	font-weight: bold;
}

.ErrorMessage, .InfoMessage, .WarningMessage
{
	text-align: center;
	font-size: small;
	font-weight: bold;
}
.ErrorMessage /* common error message */
{
	background-color: #CC0000;
	color: #FFFFFF;
}
.InfoMessage /* common info message */
{
	color: #338800;
}
.WarningMessage /* common warning message */
{
	color: #bd1115; /*darkred;*/
}

.vypisovaniInfoOCene /* In the result list if the price was specified */
{
	clear: left;
	font-size: small;
	font-weight: bold;
}

.PageSwitch /* page switch in the result list */
{
	color: #000080;
}
.PageSwitch:hover
{
	color: #993366;
	text-decoration: underline overline;
}
.PageSwitchCurrent
{
	color: #bd1115; /*darkred;*/
}

.BackToSearch
{
	font-size: small;
	font-weight: bold;
	color: #bd1115; /*darkred;*/
	text-decoration: none;
}

.konkretniZarizeni
{
	font-size: 110%;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
.konkretniZarizeni:visited
{
	color: #CC0033;
}
.konkretniZarizeni:hover
{
	color: #000;
/*	background-color: #cc0033;*/
}
.vzdalenostNaVypisuSeznamu
{
	color: #000000;
	font-weight: bold;
	line-height: 23px;
}

.kratkyPopisNaVypisuSeznamu
{
}

.dlouhyPopisVPrezentaci
{
	text-align: justify;
}

.nadpisZarizeniVPrezentaci
{
	font-size: large;
	font-weight: bold;
	color: navy;
	text-align: center;
}

.editacniPolozka:hover, .editacniPolozkaVyrazna:hover
{
	color: #FFFFFF;
	background-color: #cc0033;
}
.editacniPolozkaVyrazna
{
	font-weight: bold;
	font-size: 120%;
}

/* Red points on the map, which represent accommodation facilities */
.ObjectPointActive, .ObjectPointActive2, .ObjectPointHidden, .ObjectPointHidden2
{
	width: 8px;
	height: 8px;
	font-size: 1px;
	position: absolute;
	cursor: pointer;
}
.ObjectPointActive
{
	background-image: url('../images/tecka_zarizeni_neanim.gif');
	z-index: 11;
}
.ObjectPointActive2
{
	background-image: url('../images/tecka_zarizeni_anim.gif');
	z-index: 12;
}
.ObjectPointHidden {
	background-image: url('../images/tecka_zarizeni_neanim_hidden.gif');
	z-index: 7;
}
.ObjectPointHidden2 {
	background-image: url('../images/tecka_zarizeni_neanim_hidden.gif');
	z-index: 7;
}

.ScaleSelection /* squares under the map */
{
	border: 1px solid #322d7b;
	font-size: 1px;
	margin: 1px;
	vertical-align: baseline;
	padding: 0px;
}
.ScaleSelection:hover, .ScaleSelection:active
{
	border: outset 2px #bd1115;
	margin: 0px;
}

.dragborder /* rectangle while dragging on the map to zoom */
{
	background-color: Navy;
	visibility: hidden;
	position: absolute;
	clip: rect(0px, 0px, 0px, 0px);
	left: 0px;
	top: 0px;
	width: 580px;
	height: 334px;
	z-index: 15;
}
.aflist-record .aflist-picture /* one record in af list (search result) */
{
	width: 125px;
	height: auto;
	text-align: center;
}
.aflist-record
{
	border-top: solid 1px #FFDDA4;
	padding: 4px 5px 2px 5px;
}
.aflist-record .userbox
{
	float: right;
	padding: 2px 0px 1em 1em;
	text-align: right;
}
.aflist-record .aflist-desc
{
	width: 650px;
	padding: 5px;
}
a.more, a.more:active
{
	text-decoration: none;
	font-size: 80%;
}
a.more:hover
{
	text-decoration: underline;
}
.clear-elem /* used to follow the text after float elements */
{
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1px;
	font-size: 1px;
}

/*
div.presentation-menu
{
	text-align: left;
	border-bottom: solid 2px #CFBD74;
	padding: 0px 1em 0px 1em;
}
div.presentation-menu a
{
	text-decoration: none;
	display: block;
	padding: 0.2em 0.4em 0.2em 0.4em;
}
div.presentation-menu a:hover
{
	text-decoration: underline;
}
div.presentation-menu table
{
	margin: 0px auto 0px auto;
}
div.presentation-menu #firstmenucell
{
	border-left: solid 1px #CFBD74;
}
div.presentation-menu td
{
	border: solid 1px #CFBD74;
	border-left: none;
	border-bottom: none;
	text-decoration: none;
	text-align: center;
}
div.presentation-menu td.selected
{
	background-color: #EFCD94;
}
*/
.presentation-menu
{
	text-align: center;
	border-bottom: solid 2px #CFBD74;
	padding: 0.3em;
}
.presentation-menu ul
{
	padding: 0px;
	margin: 0px;
	display: inline;
}
.presentation-menu li
{
	display: inline;
}
.presentation-menu li.first a
{
	border-left: solid 1px #CFBD74;
}
.presentation-menu a
{
	padding: 0.3em;
	border: solid 1px #CFBD74;
	border-left: none;
	text-decoration: none;

}
.presentation-menu a:hover, .presentation-menu a.selected
{
	text-decoration: none;
	background-color: #EFCD94;
}

.pricetable-header
{
	font-size: x-small;
	font-weight: bold;
	color: #333;
}

#global-popup-info
{
	left: 10px;
	top: 10px;
	padding: 3em;
	border: 4px solid #bd1115;
	background-color: #FCF6EC;
	font-size: small;
	font-weight: bold;
}

.form-next-button
{
	float: right;
	margin-right: 150px;
}
.form-prev-button
{
	float: left;
	margin-left: 150px;
}

.presentation-reservation-button
{
	display:block;
	margin:2px;
	padding:2px;
	border:solid 1px red;
	color:#FFF;
	text-decoration:none;
	background-color:#E44;
	font-weight:bold;
}
.presentation-reservation-button:hover
{
	color:#FFF;
	text-decoration:underline;
}


.linksotherlangpresentation
{
	margin: 2em 0px 1em 0px;
}
.linksotherlangpresentation a
{
	font-size:x-small;
	color:#BBB;
}
.linksotherlangpresentation a:hover
{
	color: #bd1115; /*darkred;*/
	text-decoration: underline;
}
.productPriceDiscount
{
	color: #ff0000;
}
