/* OBECNE */

body
 {
 padding: 0;
 margin: 0;
 background-image: URL("/images/bg_body.png");
 background-repeat: repeat-x;
 background-color: #FCEED4;
 text-align: center;
 }
 
#body
 {
 width: 976px;
 margin: 0 auto;
 text-align: left;
 position: absolute;
 top: 0;
 left: 50%;
 margin-left: -485px;
 }
 

/* BILY PRUH VLEVO OD STRANKY MISTO CERVENEHO */

.page_green #background_np, .page_red #background_np, .page_blue #background_np, .page_obecna #background_np 
 {
 position: absolute;
 top: 0;
 right: 0;
 width: 50%;
 height: 513px;
 background-image: URL("/images/bg_body_np.png");
 background-repeat: repeat-x;
 }
 
.page_hp #background_np 
 {
 display: none;
 }


/* HORNI MENU */
 
#top
 {
 background-image: URL("/images/bg_top.png");
 width: 945px;
 padding-right: 14px;
 _width: "959px";
 height: 90px;
 overflow: hidden;
 }
 
#top a
 {
 float: left;
 color: #B5B6B7;
 margin-top: 36px;
 font-size: 14px;
 font-weight: bold;
 padding: 10px;
 padding-left: 20px;
 border-left: 1px solid #EDDDC8;
 text-decoration: none;
 background-image: URL("/images/menu_sipka.png");
 background-repeat: no-repeat;
 background-position: 8px 50%;
 }
 
#top a.first
 {
 margin-left: 20px;
 border-style: none;
 }
 
#top a:hover, #top a.aktualni
 {
 color: #EF5E2C;
 } 

#top a#logo
 {
 border-style: none;
 margin: 0;
 padding: 0;
 background-image: none;
 }
 
#top a#logo img
 {
 width: 258px;
 height: 87px;
 margin-left: 43px;
 border-style: none;
 }

.lang_flag
 {
 position: absolute;
 width: 300px;
 left: 644px;
 top: 0;
 }

.lang_flag a
 {
 border-style: none;
 padding: 0;
 float: right;
 }
 
.lang_flag img
 {
 border-style: none;
 width: 33px;
 height: 32px;
 }
 
/* LEVA SEKCE (MENU + FORMULAR + MAPA) */ 

#rezervace
 {
 background-repeat: no-repeat;
 width: 320px;
 height: 531px;
 position: absolute;
 }
 
.page_red #rezervace
 {
 background-image: URL("/images/bg_red_rezervace.png");
 }
 
.page_blue #rezervace
 {
 background-image: URL("/images/bg_blue_rezervace.png");
 }
 
.page_green #rezervace
 {
 background-image: URL("/images/bg_green_rezervace.png");
 }
 
.page_obecna #rezervace
 {
 background-image: URL("/images/bg_obecna_rezervace.png");
 }

.page_hp #rezervace
 {
 background-image: URL("/images/bg_hp_rezervace.png");
 }


/* LEVE MENU (V LEVE SEKCI) */

#submenu
 {
 font-size: small;
 _font-size: "x-small";
 margin-top: 5px;
 height: 195px;
 }

#submenu a
 {
 display: block;
 padding: 5px 5px;
 padding-left: 15px;
 color: white;
 margin: 0 20px;
 margin-left: 37px;
 text-decoration: none;
 /*background-image: URL("/images/submenu_bg_red.gif");*/
 background-repeat: no-repeat;
 font-weight: bold;
 background-position: 0 50%;
 }
 
.page_red #submenu a
 {
 background-image: URL("/images/odkaz_sipka_red.gif");
 border-top: 1px solid #E08E78;
 }
 
.page_red #submenu a:hover, .page_red #submenu a.aktualni
 {
 color: #FFA67F;
 }
 
.page_green #submenu a:hover, .page_green #submenu a.aktualni
 {
 color: #CFFFAF;
 }
 
.page_blue #submenu a:hover, .page_blue #submenu a.aktualni
 {
 color: #AFCEFF;
 }
 
.page_blue #submenu a
 {
 background-image: URL("/images/odkaz_sipka_blue.gif");
 border-top: 1px solid #98A9C5;
 }
 
.page_green #submenu a
 {
 background-image: URL("/images/odkaz_sipka_green.gif");
 border-top: 1px solid #A8CE9B;
 }
 
#submenu a.first
 {
 border-style: none;
 } 


/* FORMULAR NA REZERVACI UBYTOVANI */

#f_rezervace
 {
 margin: 0;
 padding-top: 9px;
 padding-left: 28px;
 margin-bottom: 20px;
 color: #992210;
 }
 
.page_obecna #f_rezervace
 {
 padding-top: 43px;
 margin-bottom: 90px;
 }
 
.page_hp #f_rezervace
 {
 padding-top: 100px;
 margin-bottom: 40px;
 padding-left: 38px;
 }

#f_rezervace .text
 {
 font-weight: bold;
 font-size: x-small;
 padding: 0 8px;
 line-height: 140%;
 }
 
#f_rezervace input
 {
 width: 108px;
 } 
 
#f_rezervace input, #f_rezervace select
 {
 font-size: 12px;
 padding: 1px;
 }

#f_rezervace option
 {
 width: 80px;
 } 

#f_rezervace #form_top
 {
 height: 110px;
 }

form .red
 {
 border: 2px solid #CF4014;
 }

#f_rezervace input.f_termin
 {
 width: 65px;
 }

.form_submit
 {
 text-align: center;
 }
 
#f_rezervace .form_submit input
 {
 width: 280px;
 height: 34px;
 background-color: transparent;
 color: white;
 font-weight: bold;
 border-style: none;
 cursor: Pointer;
 }
 
#f_rezervace #f_table
 {
 margin: 2px;
 width: 270px;
 }
 
#f_rezervace #f_table td
 {
 padding: 3px 5px;
 font-size: x-small;
 }
 
#f_rezervace #f_table td table.calendar td
 {
 padding: 0;
 font-size:9pt;
 }

span.kalendar, div.kalendar
 {
 }

span.kalendar img, div.kalendar img
 {
 border-style: none;
 }

/* MAPA V LEVE SEKCI */

#mapa
 {
 background-image: URL("/images/bg_hp_mapa.png");
 background-repeat: no-repeat;
 width: 320px;
 height: 276px;
 position: absolute;
 }

#text_mapa
 {
 color: #BC2E16;
 padding-left: 45px;
 padding-right: 25px;
 margin-bottom: 20px;
 font-weight: bold;
 line-height: 140%;
 }
 
#mapa_flash
 {
 margin-left: 55px;
 border-style: none;
 }
  

/* TELO STRANKY */
 
#content
 {
 background-image: URL("/images/bg_content.png");
 background-repeat: repeat-y;
 min-height: 850px;
 _height: 858px;
 }

/* HLAVNI HORNI OBRAZEK STRANKY */

.page_red #np_photo, .page_green #np_photo, .page_blue #np_photo
 {
 height: 159px;
 background-repeat: no-repeat;
 }

.page_red #np_photo
 {
 background-image: URL("/images/photo_red.jpg");
 }
 
.page_blue #np_photo
 {
 background-image: URL("/images/photo_blue.jpg");
 }
 
.page_green #np_photo
 {
 background-image: URL("/images/photo_green.jpg");
 }

.page_hp #np_photo
 {
 background-image: URL("/images/bg_hp_photo.jpg");
 height: 255px;
 }
 
.page_obecna #np_photo
 {
 display: none;
 }
 

/* OBSAH STRANKY */

#main_content
 {
 padding: 0;
 padding-left: 320px;
 padding-bottom: 15px;
 background-repeat: no-repeat;
 background-image: URL("/images/bg_np_content.png");
 background-position: 940px 0;
 min-height: 500px;
 _height: 500px;
 }
 
.page_hp #main_content
 {
 background-image: URL("/images/bg_hp_content.png");
 background-repeat: no-repeat;
 background-position: 956px 255px;
 }

.main_text
 {
 padding-left: 26px;
 padding-right: 63px;
 margin-top: 0;
 }

/* maly stin u obsahu vlevo: */
.page_red .main_text,.page_blue .main_text, .page_green .main_text 
 {
 background-image: none;
 background-image: URL("/images/bg_main_text.png");
 background-repeat: no-repeat;
 padding-top: 20px;
 }

.page_obecna .main_text
 {
 padding-top: 50px;
 background-image: URL("/images/photo_obecna.png");
 background-repeat: no-repeat;
 }

.page_hp .main_text
 {
 padding-left: 7px;
 padding-top: 1px;
 padding-right: 0;
 }

/* KONEC STRANKY */

#bottom
 {
 background-image: URL("/images/bg_bottom.png");
 width: 960px;
 background-repeat: no-repeat;
 height: 25px;
 margin-bottom: 25px;
 }


/* TYPOGRAFIE */

#navigace
 {
 font-size: x-small;
 color: #888888;
 }

.page_red #main_content a, .page_hp #main_content a, .page_obecna #main_content a
 {
 color: #F54204;
 }
 
.page_blue #main_content a
 {
 color: #6085C5;
 }
 
.page_green #main_content a
 {
 color: #599E41;
 }

body, div, p, td, th, h1, h2, h3, h4
 {
 font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
 }
 
.clear
 {
 clear: both;
 }

p, li
 {
 font-size: small;
 _font-size: "x-small";
 line-height: 150%;
 }

img.no_border
 {
 border-style: none;
 }

h2
 {
 font-weight: bold;
 font-size: medium;
 }
 
h2 a
 {
 text-decoration: none;
 }

#stranky_tatran h2 a{
 text-decoration: underline;
}

.hotel_box_green{
 margin-right: 2px;
 width: 600px;
  min-height: 500px; 
 _height: 500px; 
}

#strizkov_left{
 
 height:160px;
 float:left;
}
#strizkov_right{

 color:#808285;
 font-size:x-small;
 margin:0;
 text-align:justify;
 min-height: 150px; 
 _height: 150px; 
 
 
}
.hotel_box_green h2
 {
 padding: 10px 0;
 margin: 0;
 padding-left: 8px;
 background-image: URL("/images/nadpis_sipka.png");
 background-position: 100% 50%;
 background-repeat: no-repeat;
 }

.hotel_box_green p
 {
 margin: 0;
 font-size: 11px;

 color: #808285;
 text-align: justify;
 }


 
.hotel_box
 {
 width: 305px;
 float: left;
 margin-right: 2px;
 }

.hotel_box img
 {
 width: 200px;
 height: 105px;
 margin-top: 10px;
 }

.hotel_box h2
 {
 padding: 10px 0;
 margin: 0;
 padding-left: 8px;
 background-image: URL("/images/nadpis_sipka.png");
 background-position: 96% 50%;
 background-repeat: no-repeat;
 border-right: 1px solid #EDDED4;
 text-align:center;
 }

.hotel_box h2#ubytovani
 {
 padding: 10px 0;
 background-image:none;
 margin: 0;
 padding-left: 8px;
 }
 
.hotel_box p
 {
 margin: 0;
 padding: 8px;
 font-size: x-small;
 _font-size: "xx-small";
 color: #808285;
 text-align: justify;
 }
 
.page_obecna h2, .page_red h2, .red h2
 {
 color: #F54204;
 border-right-style: none;
 }
 
.page_obecna h2, .page_red h2, .page_blue h2, .page_green h2
 {
 margin-top: 25px;
 margin-bottom: -5px;
 }
 
.page_blue h2, .blue h2, .page_hp #main_content .blue a
 {
 color: #6085C5;
 }
 
.page_green h2, .green h2, .page_hp #main_content .green a
 {
 color: #68A64C;
 }
 
.prezent_a
 {
 clear: left;
 padding-top: 0;
 }
 
.prezent_a a
 {
 display: block;
 width: 192px;
 float: left;
 font-weight: normal;
 height: 30px;
 _height: "44px";
 padding-top: 14px;
 text-align: center;
 margin-right: 10px;
 }


.box_hp
 {
  margin-bottom:20px;
 }
 
.box_hp a
 {
  display: block;
 width: 192px;
 
 font-weight: normal;
 height: 30px;
 _height: "44px";
 padding-top: 14px;
 text-align: center;
 margin-right: 10px;
 }


.box_hp_strizkov
 {
  margin-bottom:20px;
 }

.box_hp_strizkov a
 {
  display: block;
 width: 602px;
 
 font-weight: normal;
 height: 35px;
 _height: "48px";
 padding-top: 14px;
 text-align: center;
 margin-right: 10px;
 }

.page_hp #main_content .box_hp_strizkov a.green,  .page_obecna #main_content .green a
 {
 background-image: URL("/images/green_box.png");
 color: #599E41;
 }


.page_hp #main_content .box_hp a.blue, .page_obecna #main_content .blue a
 {
 background-image: URL("/images/bg_hotel_box_blue.png");
 color: #6085C5;
 }

.page_hp #main_content .box_hp a.red
 {
 background-image: URL("/images/bg_hotel_box_red.png");
 color: #F54204;
 }
 
 

 
.page_hp #main_content .prezent_a a.red
 {
 background-image: URL("/images/bg_hotel_box_red.png");
 color: #F54204;
 }
 
.page_hp #main_content .prezent_a a.blue, .page_obecna #main_content .blue a
 {
 background-image: URL("/images/bg_hotel_box_blue.png");
 color: #6085C5;
 }
 
.page_hp #main_content .prezent_a a.green,  .page_obecna #main_content .green a
 {
 background-image: URL("/images/bg_hotel_box_green.png");
 color: #599E41;
 }


.main_text .uvod
 {
 font-weight: bold;
 color: #4F4F4F;
 }
 
.main_text h1
 {
 font-weight: bold;
 padding: 6px;
 padding-left: 30px;
 background-image: URL("/images/bg_h.png");
 background-repeat: no-repeat;
 background-position: 0 70%;
 font-size: large;
 }
 
.page_red .main_text h1, .page_obecna .main_text h1
 {
 color: #D7460D;
 }
 
.page_blue .main_text h1
 {
 color: #5673AB;
 }
 
.page_green .main_text h1
 {
 color: #7AAF5F;
 }
 
.form_tabulka
 {
 margin-top: 15px;
 }
 
.form_tabulka td
 {
 padding-right: 15px;
 padding-top: 12px;
 padding-bottom: 15px;
 color: #D7460D;
 font-weight: bold;
 font-size: small;
 _font-size: "x-small";
 border-top: 1px solid #EDDDC8;
 }
 
.form_tabulka td table.calendar td
 {
 padding: 0;
 font-size:9pt;
 color: white;
 }
 
.f_popis
 {
 text-align: center;
 padding-top: 4px;
 }

.tabulka_klasik
 {
 margin-top: 20px;
 margin-bottom: 20px;
 }
 
.tabulka_klasik td, .tabulka_klasik th
 {
 vertical-align: top;
 padding: 5px 7px;
 font-size: small;
 vertical-align: middle;
 }
 
.page_green .tabulka_klasik td
 {
 /*background-color: #E3EFE1;*/
 background-color: #EBF7E8;
 text-align: center;
 }
 
.page_green .tabulka_klasik th
 {
 background-color: #D0EFC2;
 }
 
.page_red .tabulka_klasik td, .page_obecna .tabulka_klasik td
 {
 background-color: #FFEFEF;
 text-align: center;
 }
 
.page_red .tabulka_klasik th, .page_obecna .tabulka_klasik th
 {
 background-color: #F8D2C4;
 }
 
.page_blue .tabulka_klasik td
 {
 background-color: #EFEFEF;
 text-align: center;
 }
 
.page_blue .tabulka_klasik th
 {
 background-color: #C7D5EB;
 }
 
.tabulka_klasik td.empty, .page_blue .tabulka_klasik td.empty, .page_red .tabulka_klasik td.empty, .page_green .tabulka_klasik td.empty
 {
 background-color: white;
 } 
 
 
.float_left
 {
 float: left;
 margin-right: 20px;
 margin-bottom: 15px;
 margin-top: 4px;
 }

.float_right
 {
 float: right;
 margin-left: 20px;
 margin-bottom: 15px;
 margin-top: 4px;
 }
 
.float_top
 {
 margin-top: 15px;
 }
 
.float_up
 {
 margin-top: -41px;
 }
 
.page_red p img, .page_obecna p img, img.red
 {
 border: 3px solid #EFCEC2;
 }
 
.page_green p img, img.green
 {
 border: 3px solid #A2CF8E;
 }
 
.page_blue p img, img.blue
 {
 border: 3px solid #C8D7F0;
 }
 
.text_float
 {
 clear: left;
 margin-top: 25px;
 }
 
.text_float p, .text_float h2
 {
 margin: 0;
 margin-bottom: 6px;
 margin-left: 215px;
 }
 
.top_border
 {
 border-top: 1px solid #EDDDC8;
 padding-top: 15px;
 }
 
tr.red
 {
 background-color: #FFEBAF;
 }
 
p.red
 {
 color: red;
 font-weight: bold;
 text-align: center;
 margin: 20px 0;
 margin-top: 30px;
 }
 
#ico_sluzby_hotelu
 {
 padding-top: 4px;
 }

#ico_sluzby_hotelu img
 {
 border-style: none;
 cursor: Help;
 }
 
#pay_cards
 {
 padding: 0;
 padding-left: 45px;
 }
 
#pay_cards img
 {
 display: block;
 float:left;
 border-style: none;
 margin-top: 15px;
 }
 
 