/* OBECNE */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding:0px;
	color: #000000;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
div, span, p, li, ul, ol, table, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

ol li{margin-bottom:10px;}
ol li li{margin-bottom:0px;}

/*p{padding-bottom:10px;}*/

h1,h2,h3,h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#2fc6d7;
}

h1{font-size:15px; margin-bottom: 0px}
h2{font-size:11px; margin-bottom: 0px}
h3{font-size:10px; margin-bottom: 0px}

A:link, A:visited{
	color: #333333;
	text-decoration: none;
}
A:hover, A:active{
	color: #333333;
	text-decoration: underline;
}

.hidden{ 
/*	visibility: hidden;*/ 
	display: none;
/*	height: 0px;
	position: relative;*/
}
.hiddenF1{
	visibility: hidden;
	z-index: 300;
	position: absolute;
	width: auto;
	background-color: #9BE3EC;
	padding: 3px;
	border: 1px solid #333333;
	overflow: hidden;
	height: 0px;
}

/* HEADER */

.header{
	background-image: url(../images/logo_cz.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
}
.header A:link, .header A:visited{
	color: #2fc6d7;
	text-decoration: none;
}
.header A:hover, .header A:active{color: #555555; text-decoration: none;}

/* NABIDKOVA LISTA */

.nabidka{
	height: 26px;
	background-color: #2fc6d7;
}

#navigation{
	display: block;
	height: 26px;
	width: 1000px;
	/*position: absolute;*/
	visibility: visible;
	z-index: 250;
}
#navigation-inner{
	display: block;
	width: 1000px;
	overflow: visible;
	position: relative;
	visibility: visible;
	z-index: 350;
}


div#navigation-inner A.menu,
div#navigation-inner A.menu_1 {
	padding-right: 5px;
	display: block;
	padding-left: 4px;
	background: none transparent scroll repeat 0% 0%;
	float: left;
	padding-bottom: 8px;
	/*vertical-align: middle;*/
	color: #ffffff;
	padding-top: 6px;
	white-space: pre;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	font-size: 13px;
	z-index:200;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
div#navigation-inner A.menu_1 {border-left: none;}


div#navigation-inner A.menu:hover,
div#navigation-inner A.menu_1:hover{
	background: url(../images/menu_bg2.png) repeat-x left top;
	color: #2fc6d7;
}

.submenu{
	font-weight: normal;
	font-size:x-small;
	height: auto;
	width: 150px;
	position: absolute;
	top: 26px;
	visibility: hidden;
	background-color: #9BE3EC;
	padding: 10px;
}
.submenu-wide{
	font-weight: normal;
	font-size:x-small;
	height: auto;
	width: 640px;
	position: absolute;
	top: 26px;
	visibility: hidden;
	background-color: #9BE3EC;
	padding: 10px;
}

.submenu A, .submenu-wide A{
	color: #333333;
	text-decoration:none;
}
.submenu A:hover, .submenu-wide A:hover{
	color: #333333;
	text-decoration: underline;
}
.col{
	width: 150px;
	float: left;
	margin-right: 10px;
	display:block;
}
 
/* NAVIGATOR */

.navigator{
	background-color: #2fc6d7;
	background-image: url(../images/navigator.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #000000;
	line-height: 12px;
	padding-right: 10px;
	padding-left: 10px;
}
.navigator A:link, .navigator A:visited{
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
.navigator A:hover, .navigator A:active{
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

/* REQUEST */

.request{
	background-color: #2fc6d7;
	color: #333333;
	line-height: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
.request .button, .request .field_short, .request .field_long{
	background-color: #B4EBF1;
	border: 1px solid #FFFFFF;
}

.request .button{width:220px;}
.request .field_short{width:110px;}
.request .field_long{
	width:220px;
	
}
#request_form .field_long{
	width:230px;
	
}


/* LEFT PART under navigator */

.B{}

/* DROBECKOVA NAVIGACE - PATHWAY */

.pathway{
	color: #FFFFFF;
	background-color: #4d4d4d;
	padding-right: 5px;
	padding-left: 5px;
}
.pathway A{
	color: #FFFFFF;
	text-decoration: none;
}
.pathway A:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/* PANORAMA */

.A{
	background-repeat: no-repeat;
	background-position: left top;
}

/* MAIN STAGE */

.F{
	/*padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;*/
	padding:10px;
	width: 482px;
}
.F .button, .F .field_short, .F .field_long{
	background-color: #EBEBE9;
	border: 1px solid #B0B0A4;
}

.F .button{width:300px;}
.F .field_short{width:140px;}
.F .field_long{width:300px;}

/* ZAPATI - FOOTER */

.footer{
	background-color: #4D4F4A;
	color: #FFFFFF;
}
.footer A:link, .footer A:visited{
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
}
.footer A:hover, .footer A:active{
	color: #2FC6D7;
	font-weight: normal;
	text-decoration: none;
}

/* SPECIALS */
.message{
	font-size: 10px;
	font-weight: bolder;
	color: #FF0000;
}

#formularLEFT textarea,#formularLEFT input{
	width:220px;
	background-color: #EEEEEE;
	border: 1px solid #FFFFFF;
}
#formularLEFT input.radio{
	width: 10px;
	background-color: #4d4d4d;
	border: none;
}



/* DETAIL ZAJEZDU */

input.Htotal{
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #00FFFF;
}

#cenaAG,#cenaAH,#cenaAI,#cenaAJ,#cenaAK,
#cenaAL,#cenaAM,#cenaAN,#cenaAO,#cenaAP,
#cenaAQ,#cenaAR,#cenaAT,#cenaAS,#cenaAU
{
	width:120px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}

#cenaAG,#cenaAI,#cenaAK,#cenaAQ,#cenaAS,#cenaAU{background-color: #E6F5FF;}

#cenaAH,#cenaAJ,#cenaAR,#cenaAT{background-color: #F0F9FF;}

#cenaAL,#cenaAN,#cenaAP{background-color: #F0FeFF;}

#cenaAM,#cenaAO{background-color: #ffffff;}

div.polozka_kose{
	color: #000000;
	display: block;
	padding: 5px;
	background-color: #EEEEEE;
	border: 1px solid #FFFFFF;
}

div.polozka_kose a, div.polozka_kose a:link, div.polozka_kose a:visited {
	color: #000000;
	text-decoration: none;
}
div.polozka_kose a:hover{color: #000000;
	text-decoration: underline;}



tr.linkToLocation td *{

}


span.double{
	line-height: 2;
}

.slogan{float:left; font-weight:bold; font-size:10px; padding-left:200px; padding-top:24px;}





body.fotoGalerieZoom{margin:20px;}
body.fotoGalerieZoom span{margin: 0px auto; display:block; text-align:center;}
body.fotoGalerieZoom div.Zoom{float:left; margin:5px; display:block; width:256px; text-align:center;}
body.fotoGalerieZoom div.Zoom img{border:solid 1px black;}


a.PhotoLink,a.PhotoLink:link,a.PhotoLink:visited{
	text-decoration:none;

	color:#2fc6d7;
	font-size:11px;
	font-weight:bold;
	}
a.PhotoLink:hover,a.PhotoLink:active{
	text-decoration:none;
	color:black;
	
	}


