/* 
    Document   : style.css
    Author     : Michael Pekarek - mi.pekarek (at) gmail (dot) com
    Description: SPNZ stylesheet
*/

/* === CSS reset === */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
ul
{
		list-style:circle inside none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
*   === GENERAL STYLES ===
*/
html{
}
#body {
    background: url('../images/bg.png') repeat;
    font-size: 13px;
    font-family: Arial, sans-serif;
    position:relative;
    letter-spacing:0.5px;
}
p{
    margin-bottom:10px;
}

a, a:link, a:visited, a:hover, a:active
{
		color:#69440C;
		text-decoration:underline;
		font-weight:bold;
}
a:active, a:hover
{
		/*color:#D25203;*/
		color:#E41E28;
		text-decoration:none;
}


#wrapper{
    width:1100px;
    margin:0 auto;
    position:relative;
    padding:1px 0 0px 0;
}
#wrapper_home{
    width:1200px;
    margin:0 auto;
    padding:1px 0;
		position:relative;
}
#content
{
    width:1100px;
    height:567px;
    margin: 19px 0 0 0;
    background: url('../images/content_bg.png') left top no-repeat;
    padding: 0;
}
.index2 #content
{
    background: url('../images/content-stred.jpeg') repeat-y;
		background-position:0 105px;
		min-height:487px;
		height:auto;
		position:relative;
		padding-bottom:105px;
}
.index2 #content span
{
		font-family: Arial, sans-serif !important;
		/*font-size:13px !important;   zrusil kopca, aby sa dala menit velkost pisma v cms */
}
#content-before,
#content-after
{
		width:100%;
		height:105px;
		background:url(../images/content-vrch.jpeg) transparent no-repeat 0 0;
}
#content-after
{
		background:url(../images/content-spodok.png) transparent no-repeat 0 0;
		position:absolute;
		bottom:0;
}

#content_home{
    width:1200px;
}
img#logo_top
{
		display:block;
		margin:0 auto;
}
#logo-wrapper
{
    position:absolute;
		width:100%;
    top:0;
		z-index:1;
		height:120px;
		overflow:hidden;
}
#logo_link{
    position:absolute;
    left:270px;
    top:0;
    z-index:1000;
    width:455px;
    height:110px;
}


/* === flags - langs === */
#flags
{
    position:absolute;
    right: 56px;
    top:3px;
    z-index:0;
    background:transparent;
    /*float:right;*/    
}

.index2 #flags
{
		z-index:1;
}

#flag_pl{
    position:absolute;
    width:26px;
    height:26px;
    right:104px;
    top:15px;
}
#flag_ger{
    position:absolute;
    width:22px;
    height:17px;
    right:80px;
    top:14px;
}
#flag_sk{
    position:absolute;
    width:27px;
    height:18px;
    right:52px;
    top:1px;
}
#flag_rus{
    position:absolute;
    width:23px;
    height:21px;
    right:39px;
    top:21px;
    z-index:1;
}
#flag_en{
    position:absolute;
    width:25px;
    height:17px;
    right:23px;
    top:8px;
    z-index:10;
}
#flag_cz{
    position:absolute;
    width:23px;
    height:20px;
    right:0px;
    top:14px;
    z-index:1;
}
.flag{
    background: url('../images/transp.gif');
    cursor: hand;
}


#content_main,
#content_main2
{
    width:929px;
    height:340px;
    padding: 0px 10px 0 0;
    line-height:15Px;
    overflow-y:scroll;
    margin: 0 0 0 90Px !important;
    margin-left: 100px;
}
.index2 #content_main2
{
		height:auto !important;
		overflow:auto;
}
#content_main h1{
    text-transform:uppercase;
    margin-bottom:12px;
}
#content_main h2{
    display:inline;
    margin-bottom:10px;
}
#content_main h3{
    margin:1px 0 9px 0;
    font-size:12px;
    margin-left: 0px;
    text-align:center;
    letter-spacing:0px;
}

#content_main b{
    color:rgb(211,80,71);
}
#bottom{
		position:absolute;
		left:476px;
		top:495px;
}

.index2 #bottom
{
		position:inherit;
		width:148px;
		margin:0 auto;
		left:auto;
		top:auto;
}

/* === akcia content === */
#akcia_cont{
    display:none;
    width:1046px;
    line-height:20px;
    background:url('../images/aktualitaOK.png') center bottom repeat-y fixed;
}
#akcia_cont a{
    color: rgb(211,80,71);
}
#akcia_in{
    padding:20px 0;
    width:660px;
    margin-left:169px;
}
#akcia_in a{
    text-decoration:none;
    color:#000;
}
#akcia_in a:hover {
    text-decoration:underline;
}
#akcia_all a{
    color:#D35047;
}
#akcia
{
    position:absolute;
    left:50px;
    top:0;
    z-index:9998;
}

#akcia_a{
    margin-left:169px;
}
#akcia_b{
    margin-left:-43px;
}
#akcia_off{
    display:none;
}
#news_list a{
    color:black;
}
.news_list_item{
margin-bottom:15px;
}

/* === search === */
#search
{
    width:166px;
    height:60px;
    background: url('../images/search_bg.png') left top no-repeat;
    position:absolute;
    right:56px;
    top:50px;
}
.index2 #search
{
		z-index:1;
}

#srchtext{
    width:87px;
    height:17px;
    position:absolute;
    left:46px;
    top:19px;
    border:0;
    background:transparent;
}
#submit{
    position:absolute;
    top:12px;
    right:0px;
}
#search #text{
    position:absolute;
    left:26px;
    top:2px;
    font-size:11px;
}

/* === footer === */
#footer{
    font-size:10px;
    color:white;
    text-align:right;
    /*margin-top:-37px;*/
    margin:0 10px 0px 0;
		float:right;
}
#logo_run{
    vertical-align:-5px;
}

/* === CONTACT FORM === */
#contact{
    font-family:tahoma;
}
#contact input, #content textarea{
    margin:0 0 10px 0; 
    border:0px solid black;
        
    font-size:11px;
}
#contact input{
    width:160px;
    min-height:20px;
}
#contact textarea{
    width:464px;
    height:149px;
}
#contact #name{
    background: url('../images/form_1.jpg') left top no-repeat;
    margin:  0 0 12px 0;
}
#contact #email{
    background: url('../images/form_2.jpg') left top no-repeat;
    margin:  0 0 12px 0;
}
#contact #subject{
    background: url('../images/form_2.jpg') left top no-repeat;
    margin:  0 0 25px 0;
}
#contact #text
{
    background: url('../images/form_3.jpg') left top no-repeat;
}
#contact label
{
    float:left;
    width:120px;
    line-height:20px;
    font-weight:bold;
		clear:left;
		text-align:right;
		margin-right:5px;
}

#contact input[type=text]
{
		margin-top:4px !important;
		/*position:absolute;*/
}

/*
div.content
{
		position:relative;
}
div.content img
{
		position:absolute;
		right:0;
}
		*/

#contact>form>div
{
		display:block;
		/*position:relative;*/
		min-height:30px;
}

#contact #submity{
    width:81px;
    height:46px;
    margin: -10px 0 0 123px;
    font-size:11px;
    background: url('../images/form_submit.png') left top no-repeat;
    font-weight:bold;
}
#cont_captcha{
    line-height:18px !important;
}
#submit_cont{
    position:relative;
    width:82px;
    height:46px;
}
#submit_text{
    font-family:tahoma;
    position:absolute;
    right:-55px;
    top:-2px;
    width:65px;
    text-align:center;
    font-weight:bold;
}
#fmessage{
    color:red !important;
    font-weight:bold;
    margin: 0 0 10px 0;
}


/*
*
*   ==== MENU TEST !!! ===
*
*/

ul.dropdown{
    list-style-type: none;
    z-index:100;
    position: relative;
}
ul.dropdown li{
    float:left;
    display:inline;
    position:relative;
    margin:0 !important;
    padding:0 !important;          
}
ul.dropdown li > a{
    float:left;
    display: inline;
    height:29Px; /* here */
    color: #333;
    font-family: tahoma;
    font-weight:bold;
    font-size:13px;
    margin:0 !important;
    padding:0 !important;
    text-decoration: none;
}
ul.dropdown li > a:hover{
    color: #fff;
    background: url('../images/menu_top_active.jpg') left top repeat-x;
}
ul.dropdown .act{
    color: #fff;
    background: url('../images/menu_top_active.jpg') left top repeat-x;
}
 
ul.dropdown  ul{
    position: absolute;
    z-index:1000;
    left: 0;
    display: block;
    margin-left:20px;
    width:135px;
    background: transparent;
    margin-top:0 !important;
    top:29px !important;
    /* visibility: hidden; */
}
ul.dropdown  ul li{
    display: inline;
    float: left;
    text-align: left;
    margin: 0;
    position:relative !important;
    float:left;
    
    width: 100%;
}
ul.dropdown  ul li a{
    font-size:11px;
    /*width: 133px;*/
    position:relative !important;
    color:black !important;
    line-height:16px !important;
    
}
ul.dropdown  ul li a:hover{
    color: rgb(255,32,0) !important;
    position:relative !important;
}
ul.dropdown  ul .act{
    background:none;
    color:black;
}
ul.menu_subsub{
    background: #284faa !important;
    position:absolute;
    z-index:1000;
    top:0 !important;
    margin: 0 0 0 11px !important;
}
ul.menu_subsub li a{
    background: #284faa !important;
}
ul.menu_subsub a:hover{
    
}

/* jedalny listok*/
#jl{
display:block;
/*margin-top:50px;*/
}
#jl_left{
    width:480px;
    float:left;
}
#jl_right{
    width:380px;
    float:left;
}
#jl_right_1{  
    border-left:1px rgb(219,114,33) solid;
    padding: 0 0 0 25px;        
}
#jl_right_2{
    border-left:1px rgb(237,149,65) solid;
    padding: 0 0 0 25px;
    margin: 40px  0 70px 0;
}
#jl_right td{
    vertical-align:top;
    border:0px solid black;
}
#jl_right_2 label{
    float:left;
    width:120px;
    line-height:20px;
    font-weight:bold;
    line-height:19px !important;
    clear:both;
}

#jl_right_2 input{
    border:0;
    width:160px;
    height:20px;
    background: url('../images/form_2.jpg') left top no-repeat;
    margin:  0 0 12px 0;
    font-size:11px;
}
#ord_title{
    font-weight:bold;
    margin: 0 0 20px 0;
}
#ord_note{
    width:295px;
    height:149px;
    background: url('../images/ord_note.png') left top no-repeat;
    margin-bottom:0 !important;
}
#ord_submit{
    width:81px !important;
    height:46px !important;
    background: url('../images/ord_submit.png') left top no-repeat !important;
    margin-top:0 !important;
}
#jl label{
    margin: 0 15px 0 0;
    line-height:25px;
}
.jl_main_tr{
    height:185px;    
}
.jl_main_check{
    float:left;
    margin:6px 15px 0 15px;
}
.jl_main_text{
    float:left;
    margin:0 5px 0 0;
    width:20px;
}
.jl_main_check_cz{
    float:left;
    margin:6px 15px 0 5px;
}
.jl_main_text_cz{
    float:left;
    margin:0 5px 0 0;
    width:20px;
}
.jl_img{
    float:left;
    margin:0;
    padding:0;
    width:180px;
    height:148px;
    border:1px solid #555;
    /* background: rgb(247,190,122); */
}
.jl_desc{
    float:left;
    margin:  0 0 0 10px;
}
.jl_desc_title{
    font-weight:bold;
    margin:0 0 5px 0;
    line-height:25px;
}
.jl_desc_td{
    vertical-align:top;
}
.jl_ing_name_1{
    width:200px;
    padding-bottom:6px;
}
.jl_ing_name_1_cz{
    width:180px;
    padding-bottom:6px;
}
.jl_ing_name{
    width:200px;
    padding:3px 0 7px 0;
}
.jl_ing_name_cz{
    width:190px;
    padding:3px 0 7px 0;
}
.jl_ing_price{
    width:65px;
    text-align:right;
}
.jl_ing_price_cz{
    width:85px;
    text-align:right;
}
.jl_main_price{
    font-weight:bold;
    height:50px;
}
.jl_sd_title{
    font-weight:bold;
    padding-bottom:12px;
}
.jl_sep{
height:17px;
}
.jl_sd_price{
    vertical-align:top !important;
    padding:3px 0 7px 0;
}
.jl_sd_price_cz{
    width:80px;
    vertical-align:top !important;
    padding:3px 3px 7px 0;
    text-align:right;
}

.jl_ing_check label{
    margin:0 !important;
}
.jl_ing_check{
    display:inline;
    float:right;
    width:90px;
    padding:0 !important;
    text-align:left;
}
#ord_sum{
    font-weight:bold;
    color:rgb(211,80,71);
}
#jmessage{
    font-weight:bold;
    color:rgb(211,80,71);
}

/* --- napojovy listok --- */
.nl_part{
    width:393px;
    display:inline;
    padding-left:47px
}
#nl_left{
    float:left;
}
#nl_right{
    float:left;
}
.nl_cat_title{
    font-weight:bold;
    padding-top:13px;
}
.nl_title{
    width:290px;
    padding-right:20px;
    padding-top:5px;
}
.nl_price{
    vertical-align: bottom;
    width:45px;
}

/* wcarousel config */

.wcarousel-thumbnails {
	background:transparent;
}

.wcarousel-thumbnails ul li img {
	width:120px;
}

.wcarousel-description {
	text-align:right;
	background-image:url('/images/wcarousel-description-back.png');
}

#gallery li{
    display:inline;
    float:left;
}
#gallery img{
    padding:10px;    
}


/* various */
#link_cz{
    position:absolute;
    bottom:0px;
    right:0px;
    margin:0 5px 0 0px;
    display:none;
}
#fb{
    width:100%;
    margin:10px 0 10px 0px;    
}


#phg_com td {
    padding:4px;
}

.zahranicny-odkaz
{
		width:200px;
		margin-left:20px;
		float:left;
}
.zahranicny-odkaz a
{
		color:#FFF;
		text-decoration:none;
		font-size:85%;
		font-weight:normal;
}
.zahranicny-odkaz a:hover
{
		color:#E41E28;
}
.zahranicny-odkaz img
{
		float:left;
		margin-right:5px;
}
.zahranicny-odkaz span
{
		display:block;
}

table.kontakt-polia
{
		width:100%;
}
table.kontakt-polia td
{
		width:25%;
}
table.kontakt-polia td.rezervacie
{
		width:30%;
}
table.kontakt-polia td.mapa
{
		width:20%;
}

/*
#skip-intro
{
		position:absolute;
		width:100%;
		height:43px;
		background:url('../images/skip_intro.png') no-repeat center top;
}
		*/
#skip-intro
{
		position:absolute;
		width:100%;
		height:43px;
}
#skip-intro a
{
		display:block;
		width:157px;
		margin:0 auto;
}

#facebox
{
		/*
	top:50% !important;
	margin-top:-250px !important;
	*/
}

