body, html{
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Tahoma;
}

a img{
    border :0px;
}

input, textarea{
    font-family: Tahoma;
}

body{
    background-color: #333;
}

#main{
    width: 1000px;
    margin: 0 auto;
    min-height: 100%;
    background: url('../images/web_new/bg.jpg') top center no-repeat #404040;
}

#header{
    height: 143px;
    width: 100%;
    position: relative;
}

#logo{
    position: absolute;
    left: 30px;
    top: 30px;
}

#lidi{
    position: absolute;
    top: 9px;
    right: 250px;
    background: url('../images/web_new/lidi.png') no-repeat;
    width: 206px;
    height: 134px;
}

#menu a{
    color: #fff;
    text-decoration: none;
    padding: 0px 5px;
}
#menu a:hover{
    text-decoration: underline;   
}

#menu{
    height: 80px;
    background-color: #de2c2c;
    position: relative;
}

#menu ul{
    padding: 0px 0 0 30px;
    margin: 0px;
    list-style: none;
    line-height: 90px;
}

#menu ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
#menu ul li{
    text-decoration: none;
    color: #fff;
    font-size: 18px;    
}
#menu.spec ul li{
    font-size: 20px;
}
#menu.spec ul{
    line-height: 80px;
}

#menu ul li a:hover,#menu ul li a.topmenu{
    color: #000;
}

#menu ul li span.separator{
    display: inline-block;
    width: 30px;
    text-align: center;
}

#menu > ul > li {
    display: inline-block;
    position: relative;
}

#menu > ul > li > ul{
    display: none;
}
#menu > ul > li:hover > ul{
    display: block;
}

#menu ul ul{
    position: absolute;
    top: 81px;
    left: -15px;
    line-height: 100%;
    z-index: 10;
    margin: 0px;
    background-color: #de2c2c;
    padding: 0px;
    z-index: 10;
}

#menu ul ul a{
    text-transform: none;
    font-size: 14px;
    display: block;
    width: 130px;
    padding: 5px 0px 5px 10px;
    color: #fff;
}
#menu ul ul a.topmenu{
    color: #fff;
}
#menu ul ul a:hover, #menu ul ul a.topmenu:hover{
    background-color: #404040;
    color: #fff;
}

#menu ul ul li{
    
}

#menu ul li img{
    vertical-align: middle;
    position: relative;
    top: -3px;
}

#inside{
    width: 100%;
}

#left{
    float: left;
    width: 740px;
}
#contents{
    text-align: justify;
    background-color: #fff;
    padding: 15px 50px;
    min-height: 600px;
    
}
#contents.minpad{
    padding: 15px 30px 50px;
}

#contents a{
    color: #de2c2c;
    text-decoration: none;
}
#contents a:hover{
    text-decoration: underline;
}

#sidebar{
    width: 230px;
    float: left;
    padding: 15px;
}

.clear{
    clear: both;
}
.click{
    cursor: pointer;
}
#search{
    position: absolute;
    right: 20px;
    top: 40px;
}

#search input[type="text"]{
    width: 138px;
    height: 29px;
    padding: 2px 10px;
    border: 0px;
    background-color: #e4e2e2;
    font-size: 14px;
    vertical-align: middle;
}
#search input[type="submit"]{
    border: 0px;
    width: 34px;
    height: 33px;
    background: url('../images/web_new/search.png');
    vertical-align: middle;
    padding: 0px;
}


#footer{
    padding: 15px 40px 0 40px;
    color: #fff;
    font-size: 10px;
    width: 920px;
    margin: 0 auto;
    height: 71px;
    background-color: #000;
}

#footer a{
    color: #fff;
    text-decoration: none;
}
#footer a:hover,#footer a.topmenu{
    text-decoration: underline;
}

#footer #fleft{
    float: left;
}
#footer #fright{
    float: right;
}

#footer ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
#footer ul li{
    display: inline-block;
    
}

#footer ul li span.separator{
    width: 15px;
    text-align: center;
    display: inline-block;
}
#footer ul li a{
    text-transform: uppercase;
}


#contents{
    font-size: 14px;
}
h1{
    text-align: left;
    font-size: 25px;
    font-weight: normal;
    margin: 0px 0x 10px 0;
}

#sidebar-menu{
    background: url('../images/web_new/bublina.png') no-repeat top center;
    width: 100%;
    min-height: 200px;
}
#sidebar-menu.blog{
    background: url('../images/web_new/blog.png') no-repeat top center;
    min-height: 500px;
    padding-top: 103px;
}
#sidebar-menu.blog > a{
    display: block;
    text-align: right;
    color: #dd2c2c;
    text-decoration: underline;
    font-size: 14px;
    margin-right: 14px;
}
#sidebar-menu.blog > a:hover{
    text-decoration: none;
}

#sidebar .bublina{
    background: url('../images/web_new/bublina.png') no-repeat top center;
    width: 100%;
    min-height: 200px;
    margin-bottom: 50px;
}
#sidebar .bublina h2{
    color: #fff;
    margin-bottom: 20px;
    padding: 7px 15px;
}

#sidebar h2.bezzob{
    background-color: #de2c2c;
    padding: 8px 15px;
}

#sidebar h2{
    width: 200px;
    height: 20px;
    padding: 2px 15px;
    line-height: 18px;
    
    font-size: 18px;   
    margin: 0px 0 20px;
}
#sidebar h2 a{
    color: #fff;
    text-decoration: none;
}
#sidebar a.topmenu{
    /*text-decoration: underline;*/
    color: #de2c2c;
}
#submenu{
    list-style: none;
    margin: 0px;
    padding: 0 0 0 15px;
}
#submenu li{
    padding-bottom: 5px;
}
#submenu li a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
#submenu li a:hover{
    /*text-decoration: underline;*/
    
}


#contents.full{
    width: 900px;
}
#sidebar.hidden{
    display: none;
}

#mapa_wrapper{
    position: relative;
    margin: 0 auto;
    width: 910px;
}

#mapa_wrapper .marker{
    position: absolute;
    z-index: 5;
    text-align: left;
    font-size: 15px;
    padding: 8px;
    
    
}
#mapa_wrapper .marker span{
    display: none;
    vertical-align: middle;
    float: left;
    line-height: 17px;
    padding-right: 10px;
    text-shadow: 0px 0px 2px #000;
}
#mapa_wrapper .marker.high span{
    line-height: 40px;
}
#mapa_wrapper a{
    color: #fff;   
}
#mapa_wrapper .marker:hover{
    /*background-color: rgba(0,0,0,0.75);*/
    z-index: 10;
}
#mapa_wrapper .marker:hover span{
    display: inline-block;
    
}

#mapa{
    overflow: hidden;
}


#cityList{
    width: 95%;
    margin: 30px auto;
}
#cityList td{
    vertical-align: top;
    width: 20%;
    font-size: 16px;
}

#slideshow .slide-main{
    width: 640px;
    max-height: 380px;
    overflow: hidden; 
    margin-bottom: 15px;
}
#slideshow{
    padding-top: 30px;
}
#slideshow .slide-small{
    float: left;
    width: 206px;
    height: 120px;
    overflow: hidden;
    margin-right: 10px;
    position: relative;
}
#slideshow .slide-small.last{
    margin-right: 0px;
}

#slideshow .slide-small a, #slideshow .slide-small .click{
	display: block;
	position: absolute;
    max-width: 100%;
}

#slideshow .slide-small a img{
    max-width: 100%;
}

.blog-entry{
    position: relative;
}


.blog-entry .image{
    float: left;
    width: 180px;
    height: 110px;
    overflow: hidden;
    margin-right: 10px;
}

.blog-entry .date{
    position: absolute;
    right: 0px;
    top: 0px;
}

.blog-entry .text{
    text-align: justify;
}

#blog #blogMainImg{
    margin: -15px 0 0 -50px;
}

#sidebar #blog-vypis{
    padding-top: -5px;
}

#sidebar #blog-vypis .entry h4{
    font-size: 14px;
    color: #fff;
    margin: 0px 0px 10px 0;
}

#sidebar #blog-vypis .entry h4 a{
    color: #fff;
    text-decoration: none;
}

#sidebar #blog-vypis .entry{
    color: #fff;
    font-size: 14px;
    margin-top: 35px;
}

#sidebar #blog-vypis .entry .date{
    float: right;
    color: #de2c2c;
    font-size: 13px;
    margin-top: 5px;
}
/*
#filler{
    margin-top: 15px;
    height: 100px;
    background-color: #fff;
}
*/
h3{
    font-size: 15px;
    width: 550px;
}

input[type="text"], textarea, input[type="password"]{
    width: 138px;
    padding: 5px 10px;
    border: 1px solid #d4d2d2;
    background-color: #d4d2d2;
    font-size: 14px;
    vertical-align: middle;
}

#contact-form textarea{
    width: 400px;
    height: 100px;
    resize: none;
}

#contact-form.podpora textarea{
    width: 300px;
    height: 60px;
}
#contact-form.podpora table tr td:first-child{
    width: 300px;
}
input[type=submit],input[type=button]{
    padding: 7px 20px;
    font-size: 14px;
    color: #fff;
    background-color: #de2c2c;    
    border: 0px;
    cursor: pointer;
}

#mapa-obrazek{
    width: 944px;
    height: 590px;
    background: url('../images/web_new/mapa.png');
    opacity: 1;
    position: relative;
    top: -30px;
    left: -15px;
}

#mapa-legenda{
    background-color: #333;
    border: 1px dotted #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px;
    color: #fff;
    font-size: 16px;
}
#mapa-legenda td{
    height: 35px;
}
#mapa-legenda .center{
    text-align: center;
    padding-right: 10px;
}

#cityList a{
    color: #000;
}
#cityList a:hover{
    color: #de2c2c;
}   

#fb{
    text-align: right;
    margin-top: 10px;
}

#footer ul ul{
    display: none;
}





/* rozpis 24 */
.hour_static {text-align:center;
                width: 78px; font-size: 12px; line-height:20px;
                padding-top: 5px; font-weight: bold; 
                height: 45px; margin: 1px 1px 1px 1px; 
                border: 1px solid #333;
            }

.hour_static2 {text-align:center;
                width: 78px; font-size: 11px; line-height:25px; 
                height: 50px; margin: 1px 1px 1px 1px; 
                border: 1px solid #333;
            }

.hour_opened {text-align:center;display: block; 
        width: 78px; font-size: 11px; line-height:50px; 
        border: 1px solid #eee;
        }

#frameWeek a.nowPraying {-moz-box-shadow: inset 0 0 0px 3px #de2c2c;
                    -webkit-box-shadow: inset 0 0 0px 3px #de2c2c;
                    box-shadow: inset 0 0 0px 3px #de2c2c; }

.hour_closed_div {text-align:center; 
        width: 78px; font-size: 11px; line-height:50px; 
        height: 50px; margin: 1px 1px 1px 1px;
        text-wrap: wrap; 
        border: 1px solid #CC9; max-width: 78px;
        overflow: hidden;
        }
        
.hour_closed {text-align:center;
        width: 72px; font-size: 11px; 
         max-width: 72px;
        
        position: relative; text-wrap: wrap;
        #position: absolute; #top: 50%;display: table-cell; vertical-align: middle;
        }
        
.hour_wrap { display: table; position: relative; overflow: hidden; height: 52px;  margin: 1px 1px 1px 1px; max-height: 52px;
            max-width: 80px; width: 80px; 
            }
.inner_wrap {#position: relative; #top: -50%; max-height: 30px; max-width: 70px;
                width: 70px; margin: 0 auto;
             
            }       


.room_free { background: transparent url(../images/web/door_open.gif) no-repeat; width: 10px; height: 10px; position: absolute; top: 0px; right: 0px;}
.room_closed { background: transparent url(../images/web/door_closed.gif) no-repeat; width: 10px; height: 10px; position: absolute; top: 0px; right: 0px;}

.frameDay { float: left; }
.frameDay div {word-wrap: break-word;}
#frameHours {float: left; }
#frameWeek {text-decoration: none}
#frameWeek a {text-decoration: none}

.week_link {
    display: block; float: left;
    border: 1px solid black;
    height: 25px;
    margin: 2px;
    padding: 3px;
    line-height: 25px;
}


.week_link.active {
     text-decoration: underline;
}

.clr { clear: both; }

#registration td {border: 0px;}
#login td {border: 0px;}

.click {cursor: pointer;}

#resBox{
    padding: 10px 15px 10px 15px;
    width: 370px;
    border: 2px solid black;
    text-align: center;
    min-height: 70px;
    position: absolute;
    display: none;
    z-index: 100;
    background-color: #333;
    color: #fff;
    }
    
#resBoxForm td{ border: 0px; }

#unresBox{
    padding: 10px 15px 10px 15px;
    width: 200px;
    border: 2px solid black;
    text-align: center;
    min-height: 70px;
    position: absolute;
    display: none;
    z-index: 100;
    color: #fff;
    background-color: #333;
    }

#frameWeek{
    color: #fff;
}
#frameWeek a{

}
#frameWeek a:hover {
    text-decoration: none;
}
.hour_opened {background-color: #ccc;}
.hour_opened:hover {background-color: #999;}
.hour_static {color: #fff;  background-color:  #333;}
.hour_static2  {background-color: #333; }
#contents .hour_closed {background-color:  #555555;  color: #fff;} 
#contents .hour_closed.online {background-color: #4a6088;  color: #fff;}
.hour_closed_div {background-color:  #555555;  color: #fff; }

.week_link:hover {background-color: #555555;  color: #fff;}

    
.noborder td {border: 0px}

.fotowrap { float: left; margin: 2px; overflow: hidden; height: 130px; width: 150px; text-align: center; border: 1px solid black; }
.fotowrap:hover { border: 1px solid #ccc; }


#sidebar.dark{
    color: #fff;
}
#sidebar.dark a{
    color: #fff;
}

#sidebar a{
    color: #000;
    text-decoration: none;
    line-height: 170%;
}
#sidebar a:hover,#sidebar a.topmenu{
    text-decoration: underline;
}




#sidebar ul{
    padding: 0 0 0 15px;
    margin: 0px;
    list-style: none;
}

#citySelect{
    position: absolute;
    right: 20px;
    top: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    width: 300px;
}
select{
    border: 0px;
    padding: 5px 15px;
    font-family: Tahoma;    
    margin: 0px;
    background-color: #d4d2d2;
}
#citySelect select{
    border: 0px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-family: Tahoma;
    background-color: #fff;
}

#citySelect .select span{
    color: #000;
}
#citySelect .select{
    border: 0px;
    padding: 7px 15px;
    text-transform: uppercase;
    font-family: Tahoma;
    background-color: #fff;
    display: inline-block;
    width: 180px;
    position: relative;
    cursor: pointer;
}

#citySelect .select > ul{
    display: none;
    padding: 0px;
    margin: 0px;
    position: absolute;
    left: 0px;
    top: 31px;
    width: 208px;
    max-height: 300px;
    overflow: auto;
    font-size: 14px;
    line-height: 20px;
    background-color: #fff;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #aaa;
    
}

#citySelect .select > ul a{
    color: #000;
    display: block;
    font-size: 14px;
    padding: 5px 0px 5px 15px;
    font-weight: normal;
    border: 1px solid #ddd;
    border-width: 1px 0 0 0;

}
#citySelect .select > ul a:hover{
    text-decoration: none;
    background-color: #ccc;
}

#insertMsgBox textarea{
    width: 450px;
}


#footer.offsite li:not(:last-child){
    border-right: 1px solid #fff;
    margin-right: 3px;
    padding-right: 7px;    
}

.ClearBoth{
    clear:both;
}
a.zapomenute-heslo{
    font-size: 12px;
}

.pagination{
    list-style: none;
    padding: 0px;
    margin: 20px 0px 0px 0px;
}
.pagination li {display: inline-block; margin: 2px;}
.pagination span,.pagination a{
    padding: 8px 22px;
    font-size: 17px;
}
#contents .pagination li a{
    background-color: #666;
    text-decoration: none;
}
#contents .pagination li a:hover{
    background-color: #888;
}
.pagination li span{
    background-color: #eee;
}

#fb-main-share{
    position: absolute;
    bottom: 14px;
    left: 783px;
}
#fb-main-share .link{
    margin-top: 10px;
}
#fb-main-share .link, #fb-main-share a{
    color: #fff;
    font-size: 14px;
}


iframe{
    border: none;
}