@font-face {
    font-family: Fedra; /* deklarace fontu */
    src: url("FedraSansStd Normal.1.otf"); /* propojení na umístění souboru */
}
@font-face {
    font-family: Trebuchet; /* deklarace fontu */
    src: url("fonts/Trebuchet MS.ttf"); /* propojení na umístění souboru */
}

body {
    background: url("./images/background-2.jpg") center top no-repeat #000000;
    background-attachment: fixed;
    margin:0;
    padding:0;
    text-align: left;
}

* {
    border: medium none;
    margin: 0; 
    padding: 0;
    font-family: Trebuchet, Arial; 
    font-size: 14px; 
}

.clear { clear: both; height: 0; visibility: hidden; }
.f-left { float: left; }
.f-right { float: right; }
.al { text-align: left; }
.ar { text-align: right; }
.ac { text-align: center; }

#container {
    margin: 0px auto;
    width: 985px;
    /*  background-color: #c31e1d;*/
    background: url("./images/left-line.png") top left repeat-y #fff;
}

#left {
    width: 40px;
    float:left;
    /*  background-color: #c31e1d;*/
    display:block;
    height: 100%;
    padding-top:112px;
}
#left a {
    height: 39px;
    display: block;
}
#left img {
    border-top: 1px solid #4a4a4a;
}
#right {
    width: 940px;
    display:block;
    float:left;
    background-color: #fff;
    border-right: 1px solid #e6e6e6;
    height: 100%;
}

.logo {
    background: url("./images/logo-2.png") top center no-repeat;
    height: 46px;
    display: block;
    margin-top: 13px;
    text-align: center;
    width: 100%;
}

#nadpis {
    height: 100px;
    width: 100%;
    background-color: #fff;
    text-align: center;

}
#nadpis a {
    text-decoration: none;
    color: #5a5656;
    font-size: 40px;
    letter-spacing: 25px;
    display: block;
}


#menu {
    background-color: #000;
    font-size: 1.2pt;
    width: 100%;
    height: 39px;
}
#menu ul li {
    background-color: #000;
    display: block;
    float: left;
}
#menu ul li a {
    padding: 10px 20px 0px 20px;
    color: #c5c5c5;
    text-decoration: none;
    display: block;
}
#menu ul li a:hover {
    text-decoration: underline;
}
#menu .sezona-info {
    float: right;
    color: #c5c5c5;
    font: normal 14px Arial;
    line-height: 17px;
    text-align: right;
    margin: 4px 8px 0 0;
}

#middle span {
    display: block;
    float: left;
}
#middle .linka {
    background-image: url("./images/linka.png");
    height: 5px;
    width: 940px;
    background-repeat: no-repeat;
}


#predstaveni {
    display: block;
    width: 100%;
    /*min-height: 12px;*/
    /*height: 72px;*/
    background-color: #212121;
    color: #fff;
}
#predstaveni a {
    color: #fff;
}
.predstaveni-content {
    padding: 15px;
}


.content {
    border-top: 1px solid #e6e6e6;
    padding: 40px;
    display: block;
    float: left;
}
.content-nothome {
    width: 550px;
}
.content-left {
    width: 250px;
    float: left;
    padding: 40px 40px 0 0;
    font-size: 14px;
    color: #c5c5c5;
}




.bottom {
    height: 20px;
    background-color: #212121;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.bottom a {
    color: #fff;
    
}




#imageTitle {
    color:#f2f2f2;
    font-style: italic;
    text-align: center;
}
.content h1 {
    margin-bottom: 20px;
    font-size: 18px;
}
.content p {
    margin: 10px 0;
}
.content a {
    color: #000;
}
.content p strong {
}
.content ul {
    margin-left: 20px;
}

strong {
    font-weight: bold;
}

label {
    width: 100px;
    float:left;
    display: block;
}
label.error {
    float: right; 
    color: red; 
    padding-left: .5em;
    vertical-align: top;
    display: inline;
    width: 200px;
}
form p {
    display: block;
}
input, textarea {
    border: 1px solid black;
    padding: 2px 4px;
    margin-bottom: 4px;
    float:left;

}
input, textarea, label {
    font-size: 16px;
}


.nav-single {
  display: none;
}

/*
#jquery-overlay {
  position:absolute;
  top:0;
}
#jquery-lightbox {
  position: absolute !important;
}
#lightbox-container-image-box {
  position:absolute;
  width:800px !important;
  height: auto !important;
}
#lightbox-image {
  width:800px
}
#lightbox-container-image-data-box {
  width:800px !important;
}
*/