<!--
/* CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}



table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul,li {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*  -------------- tykajici se kostry stranky ---------------*/

input {
 border:1px solid #8d8d8d;
}

html,body {
  	height:100%;
}

body {
  	min-width: 960px;
  	background: #78b3f5 url(pozadi_stranka.png) top left repeat-x;
  	font-weight: normal;
  	font-size: 12px;
  	font-family: Arial, verdana, Helvetica, sans-serif;
  	position: relative;
  	padding: 0;
  	margin:0;
    text-align:center;  	
}

#stranka {
  	position:relative; /* kvuli absolutne pozicovane patce */
  	background: #fff;
  	text-align:left;
    min-width:960px;
    width: 960px;
    margin:0 auto;
    padding:0;
    height:100%; /* pro IE */
    /*
     minwidth stranky 
     - musi se nastavovat pro celou stranku kvuli floatujicim menu
     - pri fixni sirce upravit hodnotu (1000 v nasledujicich radcich, 1020 je kvuli posuvniku)
     - pokud chceme pevnou sirku je potreba zakomentovat/resp upravit hodnoty
   _width: 1000px; /* pro IE s vypnutym js 
   _width: expression(document.body.clientWidth<1020 ? "1000px" : "auto" ); /* min-width hack pro IE 
   */
   
   /* hratky s vyskou kvuli paticce a IE */
   
}

#stranka-inner {
  padding:0 20px;
  position:relative;
}

#stranka-inner-bg {
  background:url(pozadi_top.png) right top no-repeat;
}

#stranka-inner-bg-poznavaci {
  background:url(pozadi_top_poznavaci.png) right top no-repeat;
}

body>#stranka { /* pro Operu, Mozillu a dalsi inteligentni prohlizece */
   height:auto;
   min-height:100%;
}

#obsah {
  position:relative;
  padding-bottom:28px;
  padding-bottom:33px;
  margin:0;
}

#stred {
	/*margin: 222px 0 0 227px;*/
	padding: 222px 0 0 207px;
	/*background: #eee; /* pro ucely testovani */
}

#stred-inner {
	position:relative;
  _width:710px;
}

#vycpavka-des {
  width: 100%;
  clear:both;
  font-size:0;
  height:0;
  visibility:hidden;
  
}

/* ------------- vrsek ------------------ */
/* obalovaci div pro celou hlavicku */


#top {
	text-align:left;
  vertical-align: top;
  height:110px;
  position:relative;
}

#top_zahranicni{
  position:absolute;
  right: 40px;
  top: 46px;
  width: 33px;
  height: 20px;
  /*border: 1px solid black;*/
  text-align: center;
}

#top_zahranicni a{
  display: block;  
  /*position:relative;
  top:2px;*/
  height:16px;
  padding:2px;
  margin:0;
  font-weight: bold;
  color:#0168b3;
  overflow:hidden;
  /*border: 1px solid red;*/
}

#top_zahranicni a:hover{
  background:#dd0024;
  color:#fff;
}

#top_zahranicni a img{
  border:0;
  padding:0;
  margin:0;
}

#top #logo {
  position:absolute;
  top:0;
  left:0;
  width:189px;
  height:110px;
  line-height:110px;
  text-align:center;
}

#top #logo span {
  position:absolute;
  width:189px;
  height:110px;
  top:0;
  left:0;
  z-index:10;
  background:url(logo.png) top left no-repeat;
  display:block;
  cursor:pointer;
}

#top-vrsek {
  position:absolute;
  left:208px;
  top:34px;
  height:43px;
} 

#top-vrsek a {
  float:left;
  height:27px;
  line-height:27px;
  padding:0 5px;
  margin:7px 0 0 0;
  font-weight:bold;
  color:#0168b3;
}

#top-vrsek a:hover, a#top-vrsek-aktivni {
  background:#dd0024;
  color:#fff;
}

#top-vrsek .oddelovac {
  float:left;
  width:1px;
  height:43px;
  background:url(top-vrsek-menu-rozdelovac.png) top left no-repeat;
  margin:0 5px;
}

#lista {
  position:absolute;
  z-index:100;
  top:170px;
  left:210px;
  _left:20px;
  font-size:14px;
}


/* --------- patka --------- */
#patka {
	  position:absolute;
  	bottom:0;
  	left:0;
  	height: 28px;
  	line-height: 28px;
  	width: 960px; 
  	z-index:100;
  	text-align: left;
  	margin:0;padding:0;
  	background:#E6F2FF;
}

/* -------------------------------- */

/* --------------------- leve menu -------------------- */

#leve-menu {
  float:left;
  width:189px;
  position:relative;
  z-index:2;
  
}

#leve-menu-inner {
  position:relative;
}

#leve-menu-shop {
  background:url(pozadi_leve_menu.png) 0 0 no-repeat;
  padding:1px 3px;
  margin:0; 
}

#leve-menu-shop-inner {
  margin-top:-2px; /* kvuli marginu kategorii */
}

#prepinac-nadkategorii {
  height:45px;
}

#prepinac-nadkategorii a {
  height:45px;
  /*width:86px;*/
  width:94px;
  float:left;
  font-weight:bold;
  cursor:pointer;
  text-align:center;
  font-size:15px;
} 

#prepinac-nadkategorii a span {
  margin:8px 0 0 0;
  display:block;
}

#prepinac-nadkategorii a:hover, a#aktvni-nadkategorie {
  background:red url(pozadi_leve_menu_vrchni_prepinac.png) top left no-repeat;
  color:#fff;
}

#leve-menu .kategorie {
  position:relative;
  
}

#leve-menu .nazev-kategorie {
  position:relative;
  min-height: 35px;
  _height: 35px;
  line-height:35px;
  padding:0 3px 0 11px;
  color:#fff;
  font-size:14px;
  font-weight:bold;
  margin:5px 0 0 0;
  text-transform:uppercase;
}

#leve-menu .nazev-kategorie a {
  text-transform:upper-case;
  line-height:35px;
  color:#fff;
  display: block;
  cursor:pointer;
 

}

#leve-menu .podkategorie {
  margin:0;
  border-top:0;
  padding:5px 0;
  #float:left;
  #width:181px;
}

#leve-menu .rozbalena-kategorie {
  margin:0;padding:0;
  list-style-type: none;
}

* html #leve-menu .rozbalena-kategorie { /* pro IE */
  height:0;
  margin-top:-3px; 
}

#leve-menu .podkategorie li {
  padding-left:22px;

  background:url(menu_podkategorie_list.png) left center no-repeat;
}

#leve-menu .podkategorie li a {
  text-decoration: underline;
  color:#323232;
  height:20px;  
  line-height:20px;
}

#leve-menu .podkategorie li a:hover {
  text-decoration: none;
}

#leve-menu #kategorie-aktivni {
  /*color:#000*/
      text-transform:upper-case;
}

#podkategorie-aktivni {
  font-weight:bold;
}


/* ---- shopmenu ---- */
/* kategorie 
#leve-menu ul {
  list-style-type: none;
  line-height:18px;
  padding-bottom: 4px;
  margin-bottom: 18px;
}

#leve-menu .nadkategorie {
  padding: 0 0 10px 0;
  margin:0;
  border: 1px solid #d5d5d5;
}

#leve-menu .nadkategorie li {
  display:block;
  width:100%;
}

#leve-menu .nadkategorie li a {
  display:block;
  background: url('nadkategorie.gif') center left no-repeat;
  border-bottom: 1px solid #d5d5d5;
}

#leve-menu .nadkategorie li a:hover {
 
}

#leve-menu .kategorie {
 padding: 0px;
 margin:0;
 
}

#leve-menu .kategorie li {
 display:block;
 width:100%;
}

#leve-menu .kategorie li a {
 display:block;
 padding:0;
 margin: 0 5px 0 20px;
 height:23px;
 line-height:23px;
 background: transparent;
}

#leve-menu .kategorie li a:hover {
 background: transparent;
}

#leve-menu .podkategorie {
 padding:0;
 margin:0;
}

#leve-menu .podkategorie li {
 display:block;
 width:100%;
 
}

#leve-menu .podkategorie li a {
 display:block;
 margin: 0 5px 0 35px;
 width: 137px;
 height:23px;
 line-height:23px;
 background: transparent;
}

#leve-menu .podkategorie li a:hover {
 background: transparent;
}
/* ----------------- */

/* ----- boxy uvnitr leveho menu ----- */

#vyhledavani .stred{
	background: url(search_bg.jpg) repeat-x;	
	height: 67px;
}

#vyhledavani h3{
	
}

#vyhledavani .submit {
  position: absolute;
  margin:0;
  padding: 0;
  bottom:0;
  right:0;
}

#vyhledavani input{
  width: 150px;
  height: 23px;
  margin: 0 auto;
  line-height: 23px; 
	display: block;
}

#vyhledavani_lupa{
  width: 150px;
  height: 40px;
  margin: 0 auto;
  background: url(search_lupa.jpg) no-repeat bottom left;
	position:relative;
	
}

/*#sluzby h3,#anketa h3,#newsletter h3,#napiste h3,#poradna h3{
  padding-left: 45px;
  width: 134px;
}

#sluzby h3{
  background: url(sluzby_nadpis.jpg) no-repeat bottom left;
}
#anketa h3{
  background: url(anketa_nadpis.jpg) no-repeat bottom left;
}
#newsletter h3{
  background: url(newsletter_nadpis.jpg) no-repeat bottom left;
}
#napiste h3{
  background: url(napiste_nadpis.jpg) no-repeat bottom left;
}
#poradna h3{
  background: url(poradna_nadpis.jpg) no-repeat bottom left;
}

.stred{
  border: 1px solid #e3e3e3;
	padding: 5px;
	text-align: left;
}

#newsletter .stred{
	background: url(newsletter_bg.jpg) repeat-x;	
	height: 47px; 
}

#newsletter input{
  width: 150px;
  margin: 0 auto;  
	display: block;
}

#newsletter .submit{
  float:right;
  _display:inline;
  margin: 5px 8px 0 0;
}

#anketa .inner{
	background: #fafafa url(anketa_bg.jpg) bottom left repeat-x;
	padding:5px;
	border:1px solid #f2f2f2;
}

#anketa .otazka {
  font-weight:bold;
}

#anketa .prouzek {
  border:1px solid #909090;
  height:2px;
  display:block;
  margin:5px 0;
}

#anketa .prouzek-vnitrek {
  background:#1761e2;
  display:block;
  font-size:2px;
  height:2px;
}

#anketa .procenta {
  float:right;
  margin:0;
}

#anketa a {
  text-decoration: underline;
}

#anketa a:hover {
  text-decoration: none;
}

#poradna .stred{
	background: url(poradna_bg.jpg) repeat-x;	
	height: 20px;
  line-height:20px;
}
/* --------------------- konec leve menu ------------------- */


/* ---------------------- prave menu ----------------------- */
#prave-menu {
	float:right;
	_display:inline;
	width:179px;
	margin-right:10px;
	position:relative;
	background: #FFFFFF;
	z-index:2;
	padding:0;
}
#prave-menu h3{  
  width:169px;
    
  height: 23px;
  line-height:23px;
  padding-left: 10px;
  background: url(menu_nadpis_zelene.jpg) no-repeat top left;
  color: #FFFFFF;
  margin: 10px 0 2px 0;
}


#prihlaseni h3{
  
}


#prihlaseni .stred{
	background: url(prihlaseni_bg.jpg) repeat-x top left;
	height: 67px;
	position: relative;
}

/*#vyber-jazyku-middle {
 text-align:center;
}

#vyber-jazyku-middle a {
 color:#fff;
}
*/
#prihlaseni input {
	float: right;
  width: 121px;
	_width:124px;
	font-size: 1em;
	
	margin-bottom: 3px;
}

#prihlaseni label {
  float: left;
  height: 15px;
  line-height: 15px;
  margin-bottom: 3px;
}

#prihlaseni .submit {
  position:absolute;
  bottom:5px;
  right:5px;
  margin: 0;	
}

#prihlaseni a.button {
  position:absolute;
  bottom:5px;
  left:5px;	
}

#kosik-list h3{
  background: url(kosik_nadpis.jpg) no-repeat bottom left; 
  padding-left: 50px;
  width: 129px;
}
#kosik-list{
  position: relative;
}

#kosik-list .stred{
  height: 82px;
  position:relative; /* kvuli vyskakovani absolutne pozicovanych odkazu v IE */
  background: url(kosik_bg.jpg) repeat-x top left;
  
  font-size: 15px;
  font-weight: bold;
}

#kosik-list .zobrazit{
 position:absolute;
 left: 5px;
 bottom:5px;
 font-weight: normal;
}

#kosik-list .vysypat{
 position:absolute;
 right:5px;
 bottom:5px;
 font-weight: normal;
 cursor: pointer;
}

#akcni_nabidky h3{
background: url(akcni_nabidky_nadpis.jpg) no-repeat top left;
}

#akcni_nabidky p{
  border: 1px solid #cccccc;
  width: 169px;
  font-size: 15px;
  font-weight: bold;
  padding: 5px;
}

#akcni_nabidky .akcni_obsah{
  border: 1px solid #cccccc;
  width: 100%;
  height:160px;
  text-align: center;
  margin-bottom: 3px;
  position: relative;
}

#akcni_nabidky .akcni_cena{
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 80px;
  height: 20px;
}

#akcni_nabidky .form_kosik{
  position:absolute;
  bottom: 5px;
  left: 5px;
}
/* ----------------- konec prave-menu ------------- */



/* --------- formatovani stredu, pokud neobsahuje shop ------- */

#lista {
 height:20px;
 line-height:20px;
}

.button{
  display: block;
  background: #545963 url('button.jpg') top left no-repeat;
  height: 20px !important;
  line-height:20px;
  width:73px !important;
  border:0;
  color: white;
  text-align: center;
  cursor: pointer;
}

.button:hover {
  color:#fff;
}

span.modre{
  color: #245177;
  font-size: 17px;
  font-weight: bold;
  
}

.form_kosik{  
  width:82px;
  height: 20px;
  line-height: 20px;
  color: #FFFFFF;
}

.form_kosik .detail{
  float:left;
  display:inline;
  background: url(detail.jpg) no-repeat top left;
  padding: 0;
  margin:0;
  height: 20px;
  width: 42px;
  border:0;
  color: #FFFFFF;
}

.form_kosik .kos{
  float:right;
  display:inline;
  background: url(koupit.jpg) no-repeat top left;
  padding: 0;
  margin:0;
  height: 20px;
  width: 40px;
  border:0;
  cursor: pointer;
}

#copyright {
  text-align:left:
  position:relative;
  margin-left:20px;
}

#vyrobilo {
  position:absolute;
  top:0;
  right:20px;
}

#vyrobilo a {
  color:#000;
  text-decoration: underline;
}

#vyrobilo a:hover {
  text-decoration: none;
}

/* ------------ defaultni ma spanelsko ------------------ */
#leve-menu .nazev-kategorie, .bg- {
  background:#f9a618;
  /*background:#C4151C;*/
}
.text- {
  color:#f9a618;
  /*color:#C4151C;*/
}
h3.text- {
  font-weight:bold;
  font-size:14px;
  margin:20px 0 10px;
}
#leve-menu .podkategorie, #stred .okraj- {
  border:1px solid #f9a618;
  /*border:1px solid #C4151C;*/
}
.bg--light {
  background:#FFD59C
}
.bg--lighter {
  background:#FFECD3;
}
/* ----------- bulharsko ------------------- */
#leve-menu .bulharsko, .bg-bulharsko {
  background:#f46f20;
  background:#FBB03F;
}
.text-bulharsko {
  color:#f46f20;
  color:#FBB03F;
}
h3.text-bulharsko {
  font-weight:bold;
  font-size:14px;
  margin:20px 0 10px;
}
#leve-menu .bulharsko-podkategorie .podkategorie, #stred .okraj-bulharsko {
  border:1px solid #f46f20;
  border:1px solid #FBB03F;
}
.bg-bulharsko-light {
  background:#FFD59C;
}
.bg-bulharsko-lighter {
  background:#FFECD3;
}
/* ----- recko ----------- */
#leve-menu .recko, .bg-recko  {
  background:#0167b2;
}
.text-recko {
  color:#0167b2;
}
h3.text-recko {
  font-weight:bold;
  font-size:14px;
  margin:20px 0 10px;
}
#leve-menu .recko-podkategorie .podkategorie, #stred .okraj-recko  {
  border:1px solid #0167b2;
}
.bg-recko-light {
  background:#7299C6
}
.bg-recko-lighter {
  background:#BFCDE4;
}
/* ----- zima ----------- */
#leve-menu .zima, .bg-zima  {
  background:#00E8E8;
}
.text-zima {
  color:#00E8E8;
}
h3.text-zima {
  font-weight:bold;
  font-size:14px;
  margin:20px 0 10px;
}
#leve-menu .zima-podkategorie .podkategorie, #stred .okraj-zima  {
  border:1px solid #00E8E8;
}
.bg-zima-light {
  background:#7299C6;
}
.bg-zima-lighter {
  background:#00E8E8;
}

/* --------- chorvatsko --------------------- */
#leve-menu .chorvatsko, .bg-chorvatsko  {
  background:#A33649
}
.text-chorvatsko {
  color:#A33649;
}
h3.text-chorvatsko {
  font-weight:bold;
  font-size:14px;
  margin:20px 0 10px;
}
#leve-menu .chorvatsko-podkategorie .podkategorie, #stred .okraj-chorvatsko {
  border:1px solid #A33649;
}
.bg-chorvatsko-light {
  background:#CB8E8F;
}
.bg-chorvatsko-lighter {
  background:#E6CBC9;
}
/* ---------- italie -------------------- */
#leve-menu .italie, .bg-italie  {
  background:#AED476;
}
.text-italie {
  color:#AED476;
}
h3.text-italie {
  font-weight:bold;
  font-size:14px;
  margin:20px 0 10px;
}
#leve-menu .italie-podkategorie .podkategorie, #stred .okraj-italie {
  border:1px solid #AED476;
}
.bg-italie-light {
  background:#D4E7B8;
}
.bg-italie-lighter {
  background:#ECF4E0;
}
/* ------------ turecko ------------------ */
#leve-menu .turecko, .bg-turecko  {
  background:#ED4210
}
.text-turecko {
  /*color:#c8243d;*/
  color:#ED4210
}
h3.text-turecko {
  font-weight:bold;
  font-size:14px;
  margin:20px 0 10px;
}
#leve-menu .turecko-podkategorie .podkategorie, #stred .okraj-turecko {
  border:1px solid #ED4210
}
.bg-turecko-light {
  background:#FAB383;
}
.bg-turecko-lighter {
  background:#FEDEC7;
}

/* ------------ kyp ------------------ */
#leve-menu .kypr, .bg-kypr  {
  background:#afd476;
}
.text-kypr {
  /*color:#c8243d;*/
  color:#8BC03D;
}
h3.text-kypr {
  font-weight:bold;
  font-size:14px;
  margin:20px 0 10px;
}
#leve-menu .kypr-podkategorie .podkategorie, #stred .okraj-kypr {
  border:1px solid #afd476;
}
.bg-kypr-light {
  background:#CBE3A6;
}
.bg-kypr-lighter {
  background:#D9EBBE;
}
/* ---------- poznavaci zajezdy ---------------- */
#leve-menu .poznavaci-zajezdy, .bg-poznavaci-zajezdy  {
  background:#FF9163;
}

#leve-menu .poznavaci-zajezdy{
  
}

.text-poznavaci-zajezdy {
  color:#FF9163
}
h3.text-poznavaci-zajezdy {
  font-weight:bold;
  font-size:14px;
  margin:20px 0 10px;
}
#leve-menu .poznavaci-zajezdy-podkategorie .podkategorie, #stred .okraj-poznavaci-zajezdy {
  border:1px solid #FF9163;
}
.bg-poznavaci-zajezdy-light {
  background:#FBE7D6;
}
.bg-poznavaci-zajezdy-lighter {
  background:#FBE7D6;
}
#stred .text-vlevo {
  text-align:left;
}
/* ---------- exotika ---------------- */
#leve-menu .exotika, .bg-exotika  {
  background:#84CC76;
}
.text-exotika {
  color:#F36F21;
}
h3.text-exotika {
  font-weight:bold;
  font-size:14px;
  margin:20px 0 10px;
}
#leve-menu .poznavaci-exotika .podkategorie, #stred .okraj-exotika{
  border:1px solid #84CC76;
}
.bg-exotika-light {
  background:#84CC76;
}
.bg-exotika-lighter {
  background:#84CC76;
}
/* ------------------------------ */

/* --- vypis vyhledavani --- */

#obecne_vyhledani {
  border-collapse: collapse;
  color:#fff;
  color:#000;
}

#obecne_vyhledani tr {
  
}

#obecne_vyhledani td {
  padding:2px 5px;
  border-bottom:1px solid #fff;
}

#obecne_vyhledani .first {
  text-align:center;
}

#obecne_vyhledani a {
  color:#fff;
  font-weight:bold;
  text-decoration: underline;
}

#obecne_vyhledani a:hover {
  text-decoration: none;
}

.vyhledavani_cena {
  text-align:right;
  border-left:1px solid #fff;
}

.vyhledavani_znacka {
  text-align:center;
}

.vyhledavani_obdobi {
  width:140px;
  border-left:1px solid #fff;
  border-right:1px solid #fff;
}

#nalezeno-hotelu {
  margin:1em 0;
}

.nezobrazuj {
  display:none;
}

#ZobrazitVyhledavaniHref {
  position:absolute;
  z-index:199;
  top:291px;
  right:-15px;
  color:#000;
  font-weight:bold;
  line-height:35px;
  padding-right:15px;
  text-transform: uppercase;
  cursor:pointer;
  width:68px;
  height:40px;  
}

/*#ZobrazitVyhledavaniHref span {
  display:block;
  width:68px;
  height:40px;
  background:url(home-hledej.png) top left no-repeat;
  position:absolute;
  top:0;
  left:0;
  z-index:200;
  cursor:pointer;
}*/

#letame-info {
  position:absolute;
  z-index:30;
  top:-25px;
  left:206px;
  width:300px;
  font-size:15px;
  color:#f00;
  font-weight:bold;
}

strong, b {
  font-weight: bold;
}

#leve-menu #last-minute-odkaz {
  background:#f00;
}
.kbbox
{
float:left;
margin:0 15px 15px 0;
}
.kbbox img
{

}
.kbbox b
{
color:#0167b2;
text-transform:uppercase;
font-size:14px;
}
#k2009
{
display:block;
width:707px;
height:200px;
margin:0 0 15px 0;
background:url('2009.jpg') no-repeat;
float:left;
}

#k2009:hover
{
background:url('2009.jpg') -707px top no-repeat;
}
#vikend
{
display:block;
width:707px;
height:200px;
margin:0 0 15px 0;
background:url('vikend.png') no-repeat;
float:left;
}

#vikend:hover
{
background:url('vikend.png') -707px top no-repeat;
}


.info_2009 h3 {
  font-size: 20px;
  font-weight: bold;
  color: #DD0023;
}

.info_2009 a {
  text-decoration: underline;
}

.info_2009 a:hover {
  text-decoration: none;
}

-->
