html, body
{
    border: 0px;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #6d6d6f;
    background: white;
}

.top, .main-top
{
    background-image: url('img/top-radial.jpg');
    background-position: left top;
    background-repeat: repeat-x;
    min-height: 452px;
    height: 452px;
    margin-bottom: 25px;
}

.main-top
{
    background-image: url('img/main-top-radial.jpg');
    min-height: 340px;
    height: 340px;
}

.middle
{
    background: white;
    width: 100%;
    min-width: 925px;
    clear:both;
}

.clearBoth
{
  clear:both;
}

.top-content, .middle-content, .bottom-content, .main-top-content
{
    height: 100%;
    width: 925px;
    margin: 0 auto;
    overflow: hidden;
    background: white;
}

.bottom, .bottom-content
{
    background-image: url('img/bottom-radial.jpg');
    background-position: left top;
    background-repeat: repeat-x;
    min-height: 116px;
    height: 116px;
}

.bottom-content
{
   background: transparent; 
}

.bottom
{
    margin-top: 25px;
    clear: both;
}

.top-content, .main-top-content
{
    min-height: 452px;
    height: 452px;
    background-image: url('img/top.jpg');
    background-position: left top;
    background-repeat: no-repeat;
}

.main-top-content
{
  min-height: 340px;
  height: 340px;
  background-image: url('img/main-top.jpg');
}

.content
{
    width: 462px;
    min-width: 462px;
    position: relative;
    float: left;
    left: 50%;
    margin-left: -230px;
    
}

.left, .right
{
    width: 208px;
    min-width: 208px;
    float: left;
    background: white;
}

.left
{
  margin-left: -230px;
}

.right
{
    float: right;
}

.right ul.right-blue-menu, .right ul.right-green-menu, .right ul.right-red-menu
{
    min-height: 203px; /*153px;*/
    height: 203px; /*153px;*/
    width: 208px;
    min-width: 208px;
    background-image: url('img/right-blue-box-new.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    padding: 5px 0px 0px 0px;
    margin: 0px 0px 4px 0px;
}

.right ul.right-blue-menu li /* added */
{
    height: 45px;
}

.right ul.right-green-menu
{
    background-image: url('img/right-green-box-new.jpg');
    min-height: 108px; /*152px;*/
    height: 108px; /*152px;*/
}

.right ul.right-red-menu
{
    background-image: url('img/right-red-box.jpg');
    min-height: 106px;
    height: 106px;
}

.right ul li
{
    list-style: none;
    color: white;
    display:block;
    height: 43px;
    border-style: none none dotted none;
    border-color: white;
    border-width: 1px;
    width: 195px;
    padding: 0px;
    margin: 0px;
    vertical-align: middle; /* added */
}

.left ul li, .left ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.left ul
{
    margin-bottom: 8px;
}

.left ul li a
{
    display: block;
    width: 207px;
    min-height: 30px;
    color: #fff;
    text-decoration: none;
}

.left ul li a
{
    background-image: url('img/left-menu-item-bg.jpg');
    background-position: left top;
    background-repeat: repeat-y;
}

.left ul li a span
{
    cursor: pointer;
    display: block;
    width: 186px;
    padding: 7px 0px 7px 10px;
    margin: 0px 21px 0px 0px;
    background-image: url('img/left-menu-item-arrow.jpg');
    background-position: 171px 11px;
    background-repeat: no-repeat;
    border-style: none none dotted none;
    border-color: white;
    border-width: 1px;
}

.left ul li.last a
{
    height: 40px;
    background-image: url('img/bottom-left-item.jpg');
}

.left ul li.last-selected a
{
    height: 41px;
    background-image: url('img/bottom-left-item-selected.jpg');
}

.left ul li.last a span, .left ul li.last-selected a span
{
    border-style: none;
}

.left ul li a:hover, .left ul li.selected a
{
    background-image: url('img/left-menu-item-selected-bg.jpg');
}

.left ul li a:hover span, .left ul li.selected a span, .left ul li.last-selected a span
{
    background-image: url('img/left-menu-item-selected-arrow.jpg');
}

.left ul li.last a:hover, .left ul li.last-selected a
{
    background-image: url('img/bottom-left-item-selected.jpg');
}

.right ul li a, .right ul li a:hover, .right ul li a:visited,
.right ul li a.single, .right ul li a.single:hover, .right ul li a.single:visited, .right ul li span
{
    text-decoration: underline;
    color: white;
    margin-left: 48px;
    padding-top: 7px;
    display: block;
}

.right ul li a.single, .right ul li a.single:hover, .right ul li a.single:visited, .right ul li span.single
{
    padding-top: 11px;
}

.right ul li span
{
    text-decoration: none;
}

.right ul li.last
{
    border-style: none;
}

.left strong
{
    color: white;
    min-height: 35px;
    height: 35px;
    width: 208px;
    font-weight:bold;
    min-width: 208px;
    background-image: url('img/left-box-title.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    padding: 8px 0px 2px 10px;
    margin: 0px 0px 0px 0px;
}

.author, .copyright
{
    color: white;
    font-size: 11px;
    position: relative;
    bottom: -44px;
    padding: 0px 28px 0px 8px;
}

.author a, .copyright a, .author a:hover, .copyright a:hover, .author a:visited, .copyright a:visited
{
    color: white;
    text-decoration: underline;
}

.author
{
    float: left;
}

.copyright
{
    float: right;
}

.top-content p, .main-top-content p
{
    position: relative;
    float: right;
    left: -50px;
    top: 90px;
}

.main-top-content p
{
   top: 60px;
}

.top-content p .title, .main-top-content p .title
{
    color: #579adc;
    font-size: 24px;
}

.top-content p .subTitle, .main-top-content p .subTitle
{
    color: #a7c94b;
    font-size: 14px;
    font-weight: bold;
}

/* ----------------------- */
.top-content div, .main-top-content div
{
    position: relative;
    float: right;
    left: -50px;
    top: 90px;
}

.main-top-content div
{
   top: 60px;
}

.top-content div .title, .main-top-content div .title
{
    color: #579adc;
    font-size: 24px;
}

.top-content div .subTitle, .main-top-content div .subTitle
.top-content div h4, .main-top-content div h4
{
    color: #a7c94b;
    font-size: 14px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

/* ------------------------ */
/* ------------------------ */

#submitSearch
{
    background: url('img/searchSubmit.jpg') no-repeat 0px 0px;
    width: 27px;
    height: 27px;
    text-indent: -999em;
    border: none;
    cursor: pointer;
    position: absolute;
    margin: 30px 0px 0px 8px;

}

#searchText
{
    background: url('img/searchText.jpg') no-repeat 0px 0px;
    width: 131px;
    height: 17px;
    border: none;
    padding: 0px 4px 0px 4px;
    font-size: 12px;
    position: absolute;
    margin: 35px 0px 0px 43px;
}

form p
{
    margin: 0px;
    padding: 0px;
}

.bottomMenu, .topMenu
{
   color: #579adc;
   display: block;
   float: right;
   padding-right: 28px;
   margin-top: 34px;
}

.topMenu
{
   margin-top: 70px;
   text-align: right;
   padding-right: 28px;
}

.bottomMenu a, .bottomMenu a:hover, .bottomMenu a:visited,
.topMenu a, .topMenu a:hover, .topMenu a:visited
{
    color:white;
    text-decoration: underline;
}

.kde-uplatnim-gastro-pass-card, .kde-uplatnim-gastro-pass-card:hover, .kde-uplatnim-gastro-pass-card:visited
{
    color: #579adc;
    min-height: 221px;
    height: 221px;
    width: 191px;
    font-weight:bold;
    min-width: 191px;
    text-decoration: none;
    background-image: url('img/right-gastro-card-box.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    padding: 12px 0px 0px 12px;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
}

.hp-box
{
    font-size: 13px;
    color: #fff;
    margin-top: 10px;
}

.hp-green-box, .hp-cyan-box
{
    width: 462px;
    min-height: 100px;
}

.hp-green-box .t, .hp-cyan-box .t
{
    background-image: url('img/hp-green-box-top.png');
    background-position: left top;
    background-repeat: no-repeat;
    width: 462px;
    max-height: 10px;
    min-height: 10px;
    height: 10px;
    overflow: hidden;
}

.hp-green-box .b, .hp-cyan-box .b
{
    background-image: url('img/hp-green-box-bottom.png');
    background-position: left top;
    background-repeat: no-repeat;
    width: 462px;
    max-height: 21px;
    min-height: 21px;
    height: 21px;
    overflow: hidden;
}

.hp-green-box .m, .hp-cyan-box .m
{
    background-image: url('img/hp-green-box-middle.png');
    background-position: left top;
    background-repeat: repeat-y;
    width: 422px;
    min-height: 1px;
    padding: 4px 20px 6px 20px;
}

.hp-cyan-box .t
{
    background-image: url('img/hp-cyan-box-top.png');
}

.hp-cyan-box .b
{
    background-image: url('img/hp-cyan-box-bottom.png');
}

.hp-cyan-box .m
{
    background-image: url('img/hp-cyan-box-middle.png');
}

.hp-green-box .m h3, .hp-cyan-box .m h3
{
    font-size: 14px;
    color:#fff;
    margin:0px;
    padding:0px;
    margin-bottom: 10px;
}

.hp-box ul, .hp-box ul li
{
    color: #fff;
    margin: 0px;
    padding: 0px;
    list-style: square;
    list-style-position: outside;
    line-height: 16px;
}

.content .hp-box ul li
{
    color: #fff;
    line-height: 17px;
}

.content .hp-box ul li span
{
    color: #fff;
    font-size: 13px;
}

.hp-box ul li
{
    color: #fff;
    padding-left: 2px;
    margin-left: 15px;
}

h1, .like-h1
{
    font-size: 19px;
    font-weight: bold;
    color: #99ca3c;
    margin: 0px;
    padding: 0px;
    margin-bottom: 18px;
}

h1.inpage
{
    font-size: 19px;
    color: #99ca3c;
    margin: 24px 0px 18px 0px;
}

.blue, h1.blue, h2.blue
{
    color: #0090d4;
}

h2
{
    font-size: 12px;
    font-weight: bold;
    color: #6d6e70;
    margin: 0px;
    padding: 0px;
    margin-bottom: 18px;
}

h2.inpage
{
    margin: 0px;
    padding: 0px;
} 

h2.smaller
{
    font-size: 12px;
}

.content p
{
    margin: 0px;
    padding: 0px;
}

.content p.this-chapter
{
    margin-top: 15px;
}

.content p.next-chapter
{
    margin-top: 30px;
}

.content p.this-chapter-end
{
    margin-bottom: 15px;
}

.content p.chapter-end
{
    margin-bottom: 30px;
}

.content ul, .content ul li
{
    margin: 0px;
    padding: 0px;
    list-style: square;
    list-style-position: outside;
} 

.content ul
{
    margin-bottom: 10px;
}

.content ul li 
{
    margin-left: 15px;
    color: #0090d4;
    line-height: 18px;
    font-size: 15px;
}

.content ul li span
{
    color: #6d6e70;
    font-size: 12px;
}

.content ol, .content ol li
{
    margin: 8px;
    padding: 0px;
}

.content ol li
{
    margin-left: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

.content ol li ul li
{
    margin-top: 0px;
    margin-bottom: 0px;
}

.content ol li span
{
    font-weight: normal;
}

.content a, .content a:link, .content a:visited
{
    color: #6d6e70;
    text-decoration: underline;
}

.content a:hover
{
    color: #0090d4;
    text-decoration: underline;
}

.content div.samolepky
{
    background-image: url('img/gastropass-card-samolepky.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    width: 212px;
    height: 158px;
    padding: 15px 20px 0px 230px;
    font-size: 11px;
}

.content div.samolepky h2
{
    font-size: 15px;
    font-weight: bold;
    color: #99ca3c;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.content ul.contacts, .content ul.contacts li
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.content ul.contacts li
{
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 45px;
    height: 45px;
}

.content ul.contacts li.info
{
    background-image: url('img/kontakty-icon-info.jpg');    
}

.content ul.contacts li.email
{
    background-image: url('img/kontakty-icon-email.jpg');    
}

.content ul.contacts li.adress
{
    background-image: url('img/kontakty-icon-adress.jpg');    
}

.green
{
    color: #99ca3c;
}

.content a.green, .content a.green:link, .content a.green:visited
{
    color: #99ca3c;
}

.content a.green:hover
{
    color: #99ca3c;
    text-decoration: none;
}

.nahled-gastropass-card
{
    width: 462px;
    height: 194px;
    background-image: url('img/nahled-gastropass-card.jpg');
    background-position: left top;
    background-repeat: no-repeat;
}

.nahled-gastropass-card a, .nahled-gastropass-card a:link,.nahled-gastropass-card a:visited
{
    text-decoration: underline;
}

.nahled-gastropass-card a:hover
{
    text-decoration: none;
}

.nahled-gastropass-card a.predna,
.nahled-gastropass-card a.zadna
{
    position: relative;
    left: 10px;
    top: 158px;
    background-image: url('img/co-je-gastropasscard-arrow.jpg');
    background-position: 0px 4px;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.nahled-gastropass-card a.zadna
{
    left: 150px;
}

ul.arrowed li
{
    list-style-type: none;
    background-image: url('img/arrow-blue.jpg');
    background-position: 0px 5px;
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
    padding-left: 20px;
}

ul.arrowed li.warrow, ul li.warrow
{
    list-style-type: none;
    background-image: url('img/arrow-blue.jpg');
    background-position: 0px 5px;
    background-repeat: no-repeat;
}

ul.arrowed li.woarrow, ul li.woarrow
{
    list-style-type: none;
    background-image: none;
}

.form  .label
{
    width: 125px;
}

.form input
{
    color: #6d6d6f;
    border: solid 1px #6d6d6f; 
    width: 150px;
}

.form input.checkbox
{
    border: solid 1px #fff;
    width: auto;
}

.form input.button
{
    color: #fff;
    padding: 2px 10px 2px 10px;
    font-size: 13px;
    font-weight: normal;
    background-color: #0090D4;
    border: none;
    width: auto;
}

.content-wide
{
    width: 462px;
    min-width: 462px;
}

.content-wide .label
{
    width: 172px;
}

.content-wide .text
{
    width: 280px;
}

.content-wide .text input
{
    width: 260px;
}

.form-green, .form-green-2
{
  display: block;
  width: 427px;
  height: 166px;
  background-image: url('img/form-bg-green.jpg');
  background-position: left top;
  background-repeat: no-repeat;
  padding: 20px 15px 15px 20px;
}

.form-green-2
{
  height: 188px;
  background-image: url('img/form-bg-green-2.jpg');
}

.form-green table, .form-green-2 table
{
  border-spacing: 0px;
  border-collapse: collapse;
  empty-cells: show;
  padding: 0px;
  margin: 0px;
}

.form-green table td, .form-green-2 table td
{
  height: 25px;
}

.form-green input.text, .form-green-2 input.text
{
  color: #6d6d6f;
  font-size: 13px;
  background-image: url('img/form-input-green.jpg');
  background-position: right top;
  background-repeat: no-repeat;
  width: 243px;
  height: 21px;
  line-height: 22px;
  border: none;
  overflow: hidden;
  padding: 1px 7px 0px 7px;
}

.form-green .imgodeslat, .form-green-2 .imgodeslat
{
  background-image: url('img/form-button-odoslat-green.jpg');
  background-position: left top;
  background-repeat: no-repeat;
  width: 81px;
  height: 22px;
  border: none;
  color: white;
  cursor: pointer;
  margin-top: 5px;
}

.form-green label, .form-green-2 label
{
  padding-right: 15px;
}

div#cover-banner-top
{
	float:left;
	display:block;
	width:629px;
	height:312px;
	position:relative;
	top:29px;
	left:0px;
}

#fbStiahnutieEnvelope {
	display:none;
}

#fbStiahnutieContent {
	width:560px;
}
