html,body{ 
	color: #000;
	font-family: Arial, Tahoma, Times, serif;
	font-size: 12px;	
	margin: 0px;
	padding: 0px;
    background-attachment:fixed;
    background-image:url(../images/design/back_photo.jpg);
    background-position: center top;	
    background-repeat: no-repeat;
}

/* ************************************************* BEGIN OF DESIGN */
div.stranka{
	width: 900px;
    margin: 0 auto;
    background-image: url(../images/design/text_back.jpg);    
}

div.menu{
    width: 100%;
    height: 82px;
    background-image: url(../images/design/menu_back.jpg);
    text-align: left;
}

div.menu_left{
    text-align: left;
}

div.menu_top{
    padding: 15px 0px 15px 0px;
    text-align: right;
}

div.menu_padding{
    text-align: center;
    padding: 0px;
    margin: 0px auto;
}

div.menu_padding_sk{padding-left: 32px;}
div.menu_padding_en{padding-left: 1px;}
div.menu_padding_pl{padding-left: 1px;}
div.menu_padding_ru{padding-left: 1px;}


div.menu_button_left{
    background: url(../images/design/button_left.jpg);
    width: 10px;
    height: 31px;
    float: left;
}

div.menu_button_right{
    background: url(../images/design/button_right.jpg) no-repeat;
    margin-right: 2px;
    width: 10px;
    height: 31px;
    float: left;
}

div.menu_button{
    float: left;
    background: url(../images/design/button_back.jpg);
    height: 31px;
}

div.lng{
    padding: 17px 15px 10px 0px;
    text-align: right;
}

div.banner{
    width: 100%;
    height: 272px;
    background-image: url(../images/design/banner/banner_back.jpg);
    position: relative;
}

div.banner_padding{
    padding: 1px 0px 0px 1px;
}

div.banner_bottom{
    width: 100%;
    height: 32px;
    background-image: url(../images/design/banner_bottom.jpg);
}

div.content{
	width: 100%;
	margin: 0px;
	background-image: url(../images/design/text_back.jpg);
}

div.novinka{
    padding: 20px;
}

.novinka:after, .ubytovanie:after, .stranka:after, .uvod:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

div.left_frame{
    width: 248px;
    margin-top: -107px;
    float: left;
    z-index: 1000;
    position: relative;
}

div.left_frame_padding{
    padding-left: 2px;
}

div.left_frame_text_padding{
    padding: 20px;
}

div.right_frame{
    width: 652px;
    float: right;
}

div.right_frame_padding{
    padding: 10px 20px 20px 20px;
    line-height: 18px;
}

div.bottom_back{
    background-image: url(../images/design/bottom_background.jpg);
    height: 134px;
    width: 100%;
}

div.bottom{
    margin: 0 auto;
    width: 900px;
    height: 134px;
    background-image: url(../images/design/bottom_back.jpg);
    color: #b3b3b3;   
}

div.bottom_menu_padding{
    padding-top: 30px;
    padding-left: 280px;
    font-size: 9px;
}

div.created_padding{
    padding-left: 40px;
    padding-top: 0px;
    font-size: 9px;
}

div.center{
    text-align: center;
}

div.uvod{
    margin-bottom: 10px;
    margin-right: 10px;
    width: 180px;
    text-align: center;
    float: left;
}

div.destinacia{
    float: left;
    width: 300px;
}

div.novinka_padding{
    padding: 10px 13px 10px 13px;
    line-height: 18px;
}

div.left_title{
    background-image: url(../images/design/title_back.jpg);
    width: 181px;
    height: 34px;
    text-align: right;
}

div.left_title_padding{
    padding-top: 10px;
    padding-right: 34px;
}

div.submenu_button{
    text-align: right;
    width: 152px;
    height: 20px;
    padding-top: 2px;    
}

div.ubytovanie{
    background-color: #f4f4f4;
    border: 1px solid #c4c4c4;
    width: 610px;
    position: relative;
}

div.ubytovanie_popis{
    width: 490px;
    float: left;
    background-image: url(../images/design/ubytovanie_cena.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;    
}

div.ubytovanie_popis_padding{
    padding-right: 17px;
}

div.ubytovanie_cena{
    text-align: center;
    width: 90px;
    float: right;
}

div.ubytovanie_padding{
    padding: 10px;
}

div.ubytovanie_bottom{
    width: 610px;
    background-image: url(../images/design/ubytovanie_bottom.jpg);
    height: 8px;
    line-height: 8px;
    margin-bottom: 6px;
    margin-left: 2px;    
}

div.map{
    width: 580px;
    height: 200px;
    border: 1px solid #cccccc;
}

div.right_title{
    color: #909090;
}

div.kontakt{
    float: left;
    margin-right: 80px;
    margin-bottom: 20px;
    width: 200px;
}
/* ************************************************* END OF DESIGN */

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

table.border td{
    border-width: 1px;
    border-style: solid;
    border-color: #b1b1b1;
}

table.small td{
    font-size: 11px;
    padding: 3px;
}

td{
}

td.border{
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}

td.foto{
 	font-size: 10px;
 	color: #9aa0a1;
 	text-align: center;
 	vertical-align: center;
}

td.galeria{
    background-color: #9fd496;
    border: 1px solid #4b351a;
    text-align: center;
    padding: 15px;
}

td.required{
    font-weight: bold;
}

td.right{
    text-align: right;
}

td.center{
    text-align: center;
}

table.vyhladavanie td{
    font-size: 10px;
    color: #333333;
}

tr.blue_light_back td{
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    background-color: #45a2cb;
}

tr.blue_dark_back td{
    color: #ffffff;
    background-color: #007fb8;
}

/* ************************************************* END OF TABLES */

/* ************************************************* BEGIN OF HREF */
a{
    color: #f6761f;
    text-decoration: underline;
}   

a:hover{
    color: #f6761f;
    text-decoration: none;
}

span.novinka_title a{
    text-decoration: none;
    color: #161616;
}

a.novinka{
    text-decoration: none;
    color: #2a7ead;
    font-weight: bold;
}

a.menu{
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    line-height: 31px;
    display: block;
}

a.menu:hover{
    color: #000000;
}

a.menu_top{
    color: #909090;
    text-decoration: none;
    text-transform: uppercase;
}

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

a.menu_bottom{
    text-decoration: none;
    text-transform: uppercase;
    color: #b3b3b3;
}

a.menu_bottom:hover{
    color: #676767;
}

a.bottom{
    color: #b3b3b3;
    text-decoration: none;
}

a.bottom:hover{
    color: #676767;
}

a.submenu{
    color: #1175b0;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;    
}

a.submenu:hover{
    color: #000000;
    font-weight: normal;
}

a.breadcrumbs{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

a.breadcrumbs_highlite{
    color: #d47604;
}

a.ubytovanie_title{
    color: #404040;
    text-decoration: none;
}

a.ubytovanie_title:hover{
    color: #404040;
}

a.low{
    font-size: 9px;
    color: #404040;
    text-decoration: none;
}
/* ************************************************* END OF HREF */

/* ************************************************* BEGIN OF TITLE */
h1{
	font-size: 18px;
	margin: 0px;
	color: #d47604;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
}

h2{
	font-size: 12px;
	color: #404040;
	margin: 0px;
	text-transform: uppercase;
}

.ubytovanie h2{
    text-transform: none;
}

h2.padding{
    padding: 9px 0px 0px 0px;
}

h2.orange{
    color: #d47604;
}

h3{
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
    text-align: left;
}

/* ************************************************* END OF TITLE */

/* ************************************************* BEGIN OF TEXT */

span.low, span.male{
 	font-size: 10px;
 	color: #9aa0a1;
}

span.cena_sk{
    color: #1c7904;
    font-size: 18px;
    font-weight: bold;
}

.click{
    cursor: pointer;
}

span.cena_male{
    font-size: 10px;
}

span.cena_eu{
    color: #353535;
    font-size: 12px;
    font-weight: bold;
}

span.highlite{
    color: #da8d21;
}

span.novinka_title{
	font-size: 12px;
	color: #161616;
	text-transform: uppercase;
	font-weight: bold;	
}

span.popis{
    font-size: 10px;
    line-height: 14px;
}

strong.h1{
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 15px;    
}

.defaultErr{
    color: #d47604;
}

span.poznamka{
    color: #717275;
    font-size: 9px;
    font-style: italic;
}

span.message{
    font-style: italic;
}

.left_frame_padding ul{
    list-style: none;
    padding-left: 0px;
}

ul{
 	padding: 0px;
 	margin: 0px;
 	padding-left: 25px;
}

li{
  margin: 0px;
  padding-top: 0px;
}

ul.medzera li{
    margin-bottom: 5px;
}

ul.padding{ 
    padding: 10px 0px 10px 25px;
}

.destinacia ul{
    list-style: none;
}

.destinacia li{
    font-size: 11px;
    line-height: 14px;
}

hr{
    border: 1px solid #e0e0e0;
    border-top: 0px;    
    border-left: 1px;    
    border-right: 1px;
    height: 1px;
    margin: 15px 0px 15px 0px;
}

hr.left{
    width: 150px;
}
/* ************************************************* END OF TEXT */

/* ************************************************* BEGIN OF IMAGES */

img{
	border: 0px;
}

img.png{
    behavior: url(../shared/iepngfix/iepngfix.htc);
}

img.free{
    position: absolute;
    top: 0px;
    right: 100px;
}

img.ubytovanie_view{
    right: 0px;
}

img.border{
    border: 1px solid #c8c8c8;
    padding: 1px;
}

img.aktivity_ciara{
}

img.lng{
    margin-bottom: 3px;
}

img.menu_ciara{
    margin: 0px 10px 0px 10px;
}

img.left_menu_ciara{
    clear: both;
    margin: 5px 0px 5px 0px;
}

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

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

img.logo{
    position: absolute;
    z-index: 1000;
    margin: 30px 0px 0px 40px;
}

img.snowtubing_akcia{
    position: absolute;
    z-index: 1000;
    top: 45px;
    left: 200px;    
}

div.sezona{
    position: absolute;
    z-index: 1001;
    width: 540px;
    height: 21px;
    background: url(../images/design/sezona_back.png);
    text-align: right;
    padding: 5px 7px 0px 0px;
    top: 246px;
    right: 0px;
}

div.sezona a{
    font-size: 11px;
    color: #e0e0e0;
    text-decoration: none;
}

div.sezona a:hover{
    color: #fff;
}

div.photo{
    background-color: #f5f5f5;
    border: 1px solid #c4c4c4;
    padding: 10px;
}

div.destinacia div.photo{
    width: 160px;
    float: left;
    margin-right: 10px;
    text-align: center;
}

div.partner{
    margin: 0 auto;
    margin-bottom: 10px;
}

img.novinka_sipka{
    margin-right: 5px;
}

img.novinka_ciara{
    margin-top: 10px;
    margin-bottom: 10px;
}

img.submenu_icon{
    margin-left: 10px;
}

img.title_ciara{
    margin-left: 14px;
}

img.middle{
    vertical-align: middle;
}

/* ************************************************* END OF IMAGES */

/* ************************************************* BEGIN OF FORM*/
p{
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

p.link{
    text-align: right;
    margin-top: 10px;
}

p.right{
    text-align: right;
}

p.center{
    text-align: center;
}

form{
	margin: 0px;
}

input.text{
    width: 100px;
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
	border-color: #cbcbcb;
	padding: 2px;
}

input.submit{
	color: #4f4f4f;
	font-size: 14px;
	border-width: 1px;
	border-style: solid;
	border-color: #e3e3e3;
	background-color: #dbdbdb;
	padding: 3px;
}

input.orange{
    background-color: #d47604;
    color: #ffffff;
}

textarea{
	font-family: tahoma;
	font-size: 10px;
	height: 50px;
    width: 200px;
	border-width: 1px;
	border-style: solid;
	border-color: #cbcbcb;
	padding: 2px;
}

select{
	font-size: 11px;
	width: 107px;
}

select.small{
    width: 40px;
}

fieldset{
	background-color: #f6f6f6;
	border-width: 1px;
	border-style: solid;
	border-color: #dedede;
	margin-bottom: 10px;
	padding: 10px;
}

fieldset.feedbackform{
}

legend{
	font-weight: bold;
}
/* ************************************************* END OF FORM */

p.code{
    border: 1px solid #dedede;
    background-color: #f6f6f6;
    padding: 5px;
    float: right;
    width: 380px;
}

code{
    font-size: 11px;
    line-height: 14px;

