html,body{
    font-family: Arial, Tahoma, "Comic Sans MS", Georgia, "Trebuchet MS", Arial, Verdana,sans-serif;
    font-size : 12px;
    color: #000;
    margin: 0px;
    padding: 0px;
    background-image: url(http://www.HotelSteve.sk/sk/images/design/background/background_zima3.jpg);
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: white;
    /*background-color: #ba9101; jesen */
    /*background-color: #102b00; zima */
    /*background-color: #5c8aac; zima */
    /*background-color: #d4afd1;*/
}
/* ************************************************* BEGIN OF LAYOUT */
.page{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

div.top{
    height: 155px;
    width: 100%;
    position: relative;
    background: url(../images/design/top_back.png);
    background-repeat: repeat-x;
    background-position: 0px 51px;
}

div.logo{
    top: 15px;
    left: 0px;
    position: absolute;
}

div.top_kontakt{
    position: absolute;
    top: 68px;
    right: 90px;
    color: #007e3d;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
}

div.top_kontakt a{
    color: #007e3d;
    text-decoration: none;
    font-size: 20px;
}

div.top_kontakt a:hover{
    text-decoration: underline;
}

div.top_kontakt img.phone{
    vertical-align: top;    
}

div.social_network{
    position: absolute;
    top: 67px;
    right: 0px;
}

div.top_block{
    position: relative;
    top: 111px;
    background: white;
    left: 0;
    z-index: 1000;
    height: 40px;
}

div.lang{
    position: absolute;
    top: 10px;
    right: 5px;
}

div.lang img{
    padding: 0px 1px;
}

img.lang_selected_sk{position: absolute; top: 143px; right: 120px;}
img.lang_selected_en{position: absolute; top: 143px; right: 97px;}
img.lang_selected_pl{position: absolute; top: 143px; right: 74px;}
img.lang_selected_ge{position: absolute; top: 143px; right: 51px;}
img.lang_selected_ru{position: absolute; top: 143px; right: 28px;}
img.lang_selected_cz{position: absolute; top: 143px; right: 5px;}
/*img.lang_selected_hu{position: absolute; top: 143px; right: 28px;}
img.lang_selected_ne{position: absolute; top: 143px; right: 5px;}*/

div.left_frame{
    float: left;
    width: 218px;
    margin-right: 20px;
}

div.center_frame{
    float: left;
    width: 524px;
    background: #fff;
}

div.center_frame_padding{
    padding: 20px;
}

div.right_frame{
    float: right;
    width: 218px;
    background: #fff;
}

div.right_logo{
    text-align: center;
    padding: 10px 0px 0px 0px;
}

div.content{
    margin: 20px 0px 20px 0px;
}

div.layout_3columns{
    background: url(../images/design/layout_3columns.png);
}

div.banner{
    background: #fff;
    position: relative;
}

div.banner_uvod{
    height: 375px;
}

div.banner_page_view{
    height: 287px;
}

#nav{
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

#nav a {
    background: url(../images/design/nav_back.png);
    text-decoration: none;
    color: #fff;
    padding: 2px 5px 1px;
    margin: 0px 3px;
}

#nav a.activeSlide {
    background: url(../images/design/nav_back_hover.png);
}

#nav a:focus {
    background: url(../images/design/nav_back_hover.png);
}

div.banner #next{
    width: 52px;
    height: 51px;
    background: url(../images/design/next.png);
    position: absolute;
    top: 162px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
}

div.banner_page_view #next{
    top: 118px;
}

div.banner #prev{
    width: 52px;
    height: 51px;
    background: url(../images/design/prev.png);
    position: absolute;
    top: 162px;
    left: 20px;
    z-index: 1000;
    cursor: pointer;
}

div.banner_page_view #prev{
    top: 118px;
}

div.banner .slogan{
    z-index: 2;
    position: absolute;
    width: 479px;
    height: 80px;
    background: url(../images/design/slogan_back.png) no-repeat;
    padding: 10px 0px 0px 10px;
    top: 240px;
    left: 12px;
    font-size: 24px;
    color: #007e3d;
}

div.banner_page_view .slogan{
    top: 180px;
}

div.banner .slogan a{
    text-decoration: none;
    color: #007e3d;
}

div.banner img{
    z-index: 1;
    top: 12px;
    left: 12px;
    position: absolute;
}

.clear:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clear{
}

div.bottom{
    clear: both;
    background: url(../images/design/bottom_back.jpg) #fff;
    background-repeat: repeat-x;
    color: #007e3d;
    height: 250px;
}

div.bottom a{
    color: #007e3d;
    text-decoration: none;
}

div.bottom a:hover{
    color: #007e3d;
    text-decoration: underline;
}

div.bottom_copyright{
    float: right;
    padding: 20px 0px 0px 0px;
}

div.bottom_created, div.bottom_logo, div.bottom_tel, div.bottom_kontakt{
    color: #007e3d;
    border: 1px solid #7fbe9e;
    border-left: 0px;
    border-top: 0px;
    border-bottom: 0px;
    float: left;
    margin-top: 10px;
    padding: 0px 45px 0px 45px;
}

div.bottom_kontakt{
    padding-left: 0px;
}

div.bottom_created{
    padding-right: 0px;
    border: 0px;
    text-align: right;
}

div.partner{
    float: left;
    text-align: center;
    width: 242px;
}

div.partner_first{
}

div.partner img.border{
    border-width: 1px;
}

div.bottom_partneri{
    text-align:center;
    padding: 15px 0px 20px 0px;
}

div.left{
    float: left;
}

div.right{
    float: right;
}

div.right_mapa{
    text-align: center;
    margin: 0px 0px 15px 0px;
}

div.video{
    margin-right: 14px;
}

div.video h2{
    text-align: center;
}

.tooltip{ position: absolute; top: 0; left: 0; z-index: 3; display: none; }

/* ************************************************* END OF LAYOUT */

/* ************************************************* BEGIN OF ITEMS */
.akcia{
    text-align: justify;
    margin: 0px 0px 25px 0px;
}

.akcia h2{
    font-size: 14px;
    color: #007e3d;    
    text-align: left;
}

.akcia h2 a{
    color: #007e3d;
    text-transform: none;    
}

.akcia h2 a:hover{
    color: #000;
}

.akcia a.viac_informacii{
    color: #000;
    text-align: center;
    background: url(http://www.HotelSteve.sk/sk/images/design/viac_informacii.png) #a4c408;
    display: block;
    padding: 6px 0px 2px 0px;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

.uvod_foto{
    position: relative;
}

.uvod_akcia{
    background: url(http://www.HotelSteve.sk/sk/images/design/duch_photo.png);
    width: 211px;
    height: 180px;
}

.uvod_akcia img{
    padding: 15px 0px 0px 12px;
}

.uvod_akcia span{
    line-height: 13px;
    font-size: 11px;
    text-align: center;
    display: block;
    padding-right: 8px;
}

.uvod_akcia a:hover{
    color: #000;
}

.right_akcia{
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(http://www.HotelSteve.sk/sk/images/design/akcia_back.png);
    width: 172px;
    height: 367px;
    z-index: 1000;
}

img.breza{
    position: absolute;
    top: 530px;
    right: -145px;
    z-index: 1;
}

div.right_logo img{
}

.right_akcia_padding{
    padding: 150px 10px 0px 10px;
}

.right_akcia a{
    text-decoration: none;
    color: #000;
}

.right_akcia a:hover{
    text-decoration: none;
    color: #000;
}

.right_buttons{
    position: absolute;
    top: 380px;
}

.right_button{
    width: 125px;
    height: 80px;
    background: url(http://www.HotelSteve.sk/sk/images/design/right_button.png);
    font-size: 18px;    
    font-weight: bold;
}

.right_button_30{background: url(http://www.HotelSteve.sk/sk/images/design/right_button_30.png);}
.right_button_zlava{background: url(http://www.HotelSteve.sk/sk/images/design/right_button_zlava.png);}
.right_button_addthis{padding-top: 0px;}    

.right_button a{
    padding: 8px;
    line-height: 23px;
    display: block;
    text-decoration: none;
}

.registracia{
    padding: 0px 0px 0px 0px;
    line-height: 16px;
    position: relative;
}

.webkamery{
    position: absolute;
    top: 860px;
    right: 0px;
    z-index: 510;
}

.rezervacia1{
    width: 200px;
}

.rezervacia2{
    width: 210px;
}
/* ************************************************* END OF ITEMS */

/* ************************************************* BEGIN OF MENU*/
div.top_menu{
    position: absolute;
    left: 10px;
    top: 10px;

}

div.top_menu ul{
    padding: 0;
    margin: 0px;
    list-style: none;

}

div.top_menu ul li{    
    float: left;
}

div.top_menu ul li a{
    font-size: 15px;
    font-weight: bold;
    color: #007e3d;
    float: left;
    background: url(../images/design/menu_back1.png);
    background-position: 0px 7px;    
    background-repeat: no-repeat;
    display: block;
    padding: 0px 5px 0px 10px;
    text-decoration: none;
    text-transform: uppercase;
}

div.top_menu ul li.first a{
    background: none;
    padding-left: 0px;
}

div.top_menu ul li a:hover{
    text-decoration: underline;
}

div.right_menu{
}

div.left_podujatia{
    padding: 10px;
}
div.left_podujatia h2 a{
    color: #007e3d;
}

div.left_menu ul, div.right_menu ul{
    padding: 10px 10px 10px 10px;
    margin: 0px;
    list-style: none;
}

div.left_menu ul li, div.right_menu ul li{
}

div.left_menu ul li a, div.right_menu ul li a{
    font-size: 14px;
    line-height: 27px;
    font-weight: bold;
    color: #007e3d;
    background: url(../images/design/right_menu_back.png);
    background-position: 0px 0px;    
    background-repeat: repeat-x;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

div.left_menu ul li a{
    color: #fff;
}

div.left_menu ul li.first a, div.right_menu ul li.first a{
    background: none;
}

div.left_menu ul li a.selected{
    background: #fff;
    padding-left: 5px;
}

div.left_menu ul li a:hover, div.right_menu ul li a:hover{
    text-decoration: underline;
}

div.bottom_menu{
    padding: 20px 0px 0px 0px;
    float: left;
}

div.bottom_menu ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

div.bottom_menu ul li{
    display: inline;
    background: url(../images/design/bottom_menu_back.png) no-repeat;
    background-position: 0px 10px;
}

div.bottom_menu ul li.first{
    background: none;
}

div.bottom_menu ul li.first a{
    padding-left: 0px;
}

div.bottom_menu ul li a{
    text-decoration: none;
    color: #007e3d;
    padding: 0px 7px;
    text-align: center;
}

div.bottom_menu ul li a:hover{
    color: #007e3d;
    text-decoration: underline;
}

div.menu{
    margin: 10px 0px 0px 0px;
}

div.menu ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

div.menu ul li{    
    float: left;
    margin: 0px 4px 0px 0px;
}

div.menu ul li a{
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    float: left;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    width: 111px;
    height: 29px;
    padding: 14px 5px 0px 5px;
    text-align: center;
}

div.menu ul li.penzion-kemping a  {background: url(../images/design/menu/penzion-kemping.png); padding-top: 7px; height: 36px;}
div.menu ul li.restauracia a  {background: url(../images/design/menu/restauracia.png);}
div.menu ul li.city-hotel {margin: 0px 4px 0px 1px;}
div.menu ul li.city-hotel a  {background: url(../images/design/menu/city-hotel.png);}
div.menu ul li.babyland {margin: 0px 4px 0px 1px;}
div.menu ul li.babyland a  {background: url(../images/design/menu/babyland.png);}
div.menu ul li.mustang-arena {margin: 0px 3px 0px 1px;}
div.menu ul li.mustang-arena a  {background: url(../images/design/menu/mustang-arena.png) no-repeat;}
div.menu ul li.driving-range {margin: 0px 4px 0px 1px;}
div.menu ul li.driving-range a  {background: url(../images/design/menu/driving-range.png);}
div.menu ul li.snowpark {margin: 0px 3px 0px 1px;}
div.menu ul li.snowpark a  {background: url(../images/design/menu/snowpark.png) no-repeat;}
div.menu ul li.galeria {margin: 0px 0px 0px 1px;}
div.menu ul li.galeria a  {background: url(../images/design/menu/galeria.png);}

div.menu ul li a:hover{
    text-decoration: underline;
}

.left_submenu ul{
    padding: 0px 0px 0px 20px;
}

.left_submenu ul li{
}

.left_submenu ul li a{
    font-size: 16px;
    color: #000;
    display: block;
    line-height: 24px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    text-transform: lowercase;
}

.left_submenu ul li a:hover{
    text-decoration: underline;
}

a{
    color: #007e3d;
}

a:hover{
    color: #000;
}

div.breadcrumbs{
    line-height: 9px;
    padding: 0px 0px 8px 0px;
    text-transform: lowercase;
}

div.breadcrumbs a{
    font-size: 9px;      
}

.click{
    cursor: pointer;
}

ul{
    list-style-image: url('../images/design/point.png');
}
/* ************************************************* END OF MENU*/

/* ************************************************* BEGIN OF TITLE */
h1{
	font-size: 18px;
	font-weight: bold;
	color: #007e3d;
	padding: 0px 0px 17px 0px;
	margin: 0px;
	background: url(../images/design/title_back.png);
}

h1 a{
    color: #000;
    text-decoration: none;
}

h1 a:hover{
    color: #b9165f;
}

h2{
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin: 0px;
    padding: 5px 0px;
    color: #000;
}

h2 a{
    color: #007e3d;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 18px;    
}

h2 a:hover{
    color: #000;
}

h2.center{
    text-align: center;
}

h2.green{
    color: #007e3d;
}

h3{
    font-size: 14px;
    font-weight: normal;
    color: #000;
    margin: 0px;
    padding: 0px 0px 3px 0px;
}
/* ************************************************* END OF TITLE */

/* ************************************************* BEGIN OF TABLES */
table{
}

table td{
    padding: 3px 5px;
}

table.width100{
    width: 484px;
}

th{
    width: 120px;
}

table.cennik{
}

table.cennik tr.header td{
    background: #006230;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

table.cennik tr th{
    background: #009a4c;
    text-align: left;
    color: #fff;
    padding: 3px 5px;
    height: 40px;
    font-size: 10px;
}

table.cennik tr th.center{
    text-align: center;
}

table.cennik tr td{
    background: #02c365;
    color: #fff;
}

table.cennik tr th span.low{
    font-size: 9px;
    font-weight: normal;
}

.cennik1{
    width: 200px;
    font-weight: bold;
}

.cennik2{
    width: 35px;
}

.w1{
    width: 120px;
}

.w2{
    width: 40px;
    text-align: right;
    padding-right: 5px;
}

.w3{
    width: 250px;
}

.w4{
    width: 50px;
    text-align: right;
}

.w70{
    width: 60px;
}

.jedlo1{
    width: 35px;
}

.jedlo3{
    width: 40px;
}

.jedlo4{
    width: 48px;
}

tr.dark td{
    background: #cce5d8;
}

tr.light td{
    background: #e5f2eb;
}

table.gallery{
    padding: 0px;
}

table.gallery td{
    padding: 0px;
    text-align: center;
}

td.right{
    text-align: right;
}

td.required{
    color: #007e3d;
    font-weight: bold;
}

form.rezervacia td{
    font-weight: bold;
    color: #007e3d;
}
/* ************************************************* END OF TABLE*/

/* ************************************************* BEGIN OF TEXT */
hr{
    width: 100px;
    padding: 5px 0px 0px 0px;
    margin: 0 auto;
    border: 1px solid #c7a886;
    border-top: 0px;    
    border-left: 1px;    
    border-right: 1px;
    height: 1px;
}

p{
    padding: 3px 0px;
    margin: 0px;
}

p.center{
    text-align: center;
    text-indent: 0px;
}

p.right{
    text-align: right;
    text-indent: 0px;
}

p.nopadding{
    padding: 0px;
    margin: 0px;
}

.low{
    font-size: 9px;
}

.defaultErr{
    color: #d2232a;
    text-align: center;
}

.message{
    font-size: 16px;
    background: #007e3d;
    color: #fff;
    padding: 5px;
    margin-bottom: 20px;
    text-align: center;
}

.cena{
    font-size: 12px;    
}

.cena_sk{
    font-size: 9px;
}

.big{
    font-size: 13px;
    font-weight: bold;
}

span.jedlo_popis{
    font-size: 11px;
}
/* ************************************************* END OF TEXT */

/* ************************************************* BEGIN OF IMAGES */
img{
    border: 0px;
}

img.middle{
    vertical-align: middle;
}

img.penzion_maria{
    position: absolute;
    top: 300px;
    left: 20px;
    z-index: 510;
}

img.liptov{
    position: absolute;
    left: 10px;
    top: 911px;
}

img.banner_overlay{
    position: absolute;
    z-index: 510;
}

img.png, img.img_png{
    behavior: url(http://www.HotelSteve.sk/sk/css/shared/iepngfix/iepngfix.htc);
}

img.border{
    background: #fff;
    border: 3px solid #007e3d;
    padding: 1px;
}

img.photo_left{
    float: left;
    margin-right: 10px;
}

.cennik_photo{
    background: url(http://www.HotelSteve.sk/sk/images/design/cennik_photo.png);
    width: 168px;
    height: 130px;
}

.cennik_photo img{
    padding: 8px 0px 0px 6px;
}

.cennik_photo span{
    font-size: 9px;
    text-align: center;
    display: block;
    padding-right: 10px;
}

img.moznosti{
    position: absolute;
    top: 17px;
    left: 177px;
}

img.facebook{
    padding: 5px 0px 0px 15px;
}

div.facebook_like{
    clear: both;
    
    margin-top: 1em;
    padding-top: 1em;
    padding-bottom: 2em;
    
    border-width: 1px 0 0 0;
    
    text-align: center;
    
    background: url("../images/design/title_back.png") bottom no-repeat;
}
/* ************************************************* END OF IMAGES */

/* ************************************************* BEGIN OF FORM */
input.text{
    width: 170px;
    padding: 3px;
    font-size: 11px;
    border: 1px solid #a4a9a6;
    color: #000;
    font-family: Tahoma, "Trebuchet MS", Arial, Verdana,sans-serif; 
}

input.text.mapa{
    width: 100px;
    font-size: 14px;
    padding: 5px;
}

.registracia input.text{
    width: 130px;
}

select{
    width: 186px;
    padding: 3px;
    font-size: 11px;
}

.rezervacia select.small{
    width: 50px;
}

textarea{
    width: 205px;
    padding: 3px;
    font-size: 11px;
    border: 1px solid #a4a9a6;
    color: #000;
    font-family: Tahoma, "Trebuchet MS", Arial, Verdana,sans-serif;
}

input.submit{
    border: 1px solid #005429;
    background-color: #007e3d;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

input.registracia_submit{
    border: 1px solid #000;
    background-color: #310806;
    color: #fff;
    font-size: 11px;
    padding: 3px;
    font-weight: bold;    
}

fieldset{
    background: #e8f2e5;
    padding: 10px;
    margin: 5px 0px 10px 0px;
    border: 1px solid #cce5d8;
}

legend{
    padding: 0.2em 0.5em;
    border: 1px solid #cce5d8;
    background: #e8f2e5;
    color: #000;
    font-weight: bold;
    text-align:right;
}
/* ************************************************* END OF FORM */

/* ************************************************* BEGIN OF MAP */
.map{
    width: 480px;
    height: 370px;
    border: 3px solid #d2d2d2;
}

#total{
    font-size: 18px;
}

.map_content h1{
    font-size: 14px;
    color: #a4c408;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

.map_content p{
    padding: 0px;
    margin: 0px;
    font-size: 11px;
    line-height: 14px;
}

.map_content img.pictogram{
    border: 1px solid #ccc;
    padding: 1px;
    margin: 0px 1px 1px 0px;
}

.map_content img.photo_left{
    float: left;
    border: 1px solid #ccc;
    padding: 1px;
    margin: 0px 10px 0px 0px;
}

.map_content a{
    color: #a4c408;
    font-size: 9px;
    text-decoration: underline;
}

.map_content a:hover{
    color: #a4c408;
}

/* ***********************************************************  */
span.paginator_spolu{
    color: #c0c0c0;    
}

span.paginator_zobrazene_zaznamy{
    color: #a0a0a0;
}

.paginator{
    font-size: 11px;
}

span.paginator_selected{
    font-size: 18px;
    padding: 0px 3px;
}

.paginator a{
    color: #919191;
    text-decoration: none;
    padding: 0px 2px;
}

/* ************************ FORUM */
.forum input.text{
    width: 175px;
}

.forum textarea{
    width: 350px;
}

div.hodnotenie{
    float: right;
    text-align: right;
    margin: 5px 0px 10px 20px;
    width: 170px;
}

div.hodnotenie_item{
    background: url(../images/star.png);
    background-position: 0px 16px;
    height: 16px;
    float: right;
    margin-left: 5px;
}

.forum_item{
    background-color: #032112;
    padding: 3px;
}

div.prispevok_holder{
    padding: 5px;
    margin-top: 10px;
}

div.prispevok{
    background-color: #007e3d;
    padding: 3px;
    color: #fff;
}

div.prispevok span.right{
    float: right;
}

/******************************************/
.trip{
	margin: 0 auto 1em;
	width: 160px;
}

.trip .logo{    	
	position: static;
}