/*----------------------- Main definitions ------------------------*/

* {
    margin: 0px;
    padding: 0px; 
}

body {
    background-color: #000000;
    font-family: Times New Roman;
    color: #e4d7b3;
}

.end {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.text-right {
    text-align: right;
}

a {
    color: #e4d7b3;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
    _behavior: url('../iepngfix.htc'); 
}

div.css-preloader {
    position: absolute;
    top: -5000px;
    width: 1000px;
}

/*----------------------- Container definitions ------------------------*/

div.container {
    width: 1020px;
    height: 740px;
    margin: 0px auto;
    overflow: hidden;
    position: relative; 
    
    background-repeat: no-repeat;
    background-position: left top;  
    background-image: url(images/bg-page.jpg);       
}

div.page-content {
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 50px;
    width: 1020px;
    height: 450px;
    overflow: hidden;
    z-index: 10;
}

div.flash {
    top: 0px;
    left: 0px;
    position: absolute; 
    z-index: 9;            
}


div.flash-logo {
    width: 402px;
    height: 259px; 
    margin: 0px auto;
    clear: both;
}


/*----------------------------  Choose language  ---------------------------*/

div.choose-lang {
    margin-top: 200px;
    text-align: center;
}

div.lang-divider, div.menu-divider {
    margin-top: -5px;
}



/*----------------------- Header and Menu definitions ------------------------*/

div.menu {
    position: absolute;
    top: 475px;
    z-index: 10; 
}

div.menu a {
    text-decoration: none; 
}

div.menu-left {
    float: left;
    width: 300px;
    text-align: right;
    margin-top: 100px;
}

div.menu-left a {
    margin-left: 10px;
}

div.menu-center {
    float: left;
    width: 410px;
    text-align: center;
}

div.menu-right {
    float: left;
    width: 300px;
    text-align: left;
    margin-top: 100px;
}

div.menu-right a {
    margin-right: 5px;
}




/*-------------------- Home page definitions ---------------------*/ 

div.home-top {
    margin-top: 50px;
    text-align: center;
}

div.doorway {
    position: absolute;
    float: right;
    top: 10px;
    right: 0;
    margin-right: 70px;
}



/*----------------------- About movie page definitions ------------------------*/


div.page-about {
    margin-top: 150px;
    font-size: 17px; 
    text-align: justify;
}

div.page-about div.page-about-left {
    float: left;
    width: 300px;    
    margin-left: 160px;
}

div.page-about div.page-about-right {
    float: left;
    width: 300px;
    margin-left: 60px;
}




/*----------------------- News definitions ------------------------*/


div.page-news {
    margin-top: 150px;
}

div.fotogalery div#foto {
    position: relative;
}

div.fotogalery div.news {
    float: left;
    width: 320px;
    padding: 20px 30px;
}

div.news h2 {
    clear: both;
    text-transform: capitalize;
}

div.news span.news-header {
    display: block;
    float: left;
    font-size: 14px;
    color: #BD8030;
}

div.news span.news-date {
    display: block;
    float: right;
    font-size: 14px;
    color: #BD8030;
}

div.news div.news-text {
    clear: both;
    text-align: justify;
    padding-top: 14px;
    font-size: 15px;
}



 
/*-------------------- Fotogalery page definitions ---------------------*/

div.page-foto {
    text-align: center;
    margin-top: 50px;
}

div.page-foto div.fotogalery {
   margin: 10px;
   position: relative;
}

div.page-foto div.fotogalery img {
   position: relative;
}




/*----------------------- Video definitions ------------------------*/

div.video {
    margin-top: 50px;    
}

div.video div.video-menu a {
    font-size: 16px;
}

div.video div.video-menu  {
    float: left;
    margin-left: 100px;
    line-height: 23px;
}

div.video div.video-container  {
    float: left;
    width: 450px;
    height: 300px;
    margin-left: 85px;
}


/*----------------------- Partners page definitions ------------------------*/

div.partners {
    text-align: center;
    margin-top: 50px;
}


 
/*----------------------- Links page definitions ------------------------*/

div.links {
    text-align: center;
    margin-top: 50px;
}





/*----------------------- Cast and Crew page definitions ------------------------*/

div.cast-crew {
    height: 420px;
    overflow: hidden;
    padding-left: 100px;
}

div.cast-crew div.sipky{
    position: absolute;
    top: 5px;
    left: 250px;
}

div.cast-left {
    width: 200px;
    float: left;       
}

div.cast-left div.cast-item {
    margin-bottom: 25px;
    cursor: pointer;
}

div.cast-left div.cast-heading {
    padding: 20px 0px;
    font-size: 18px;  
    font-weight: bold;
    cursor: default;
}

div.cast-left div.cast-name {
    font-size: 17px;
    font-weight: bold;
}

div.cast-left div.cast-role {
    font-size: 17px;
}


div.cast-right {
    width: 570px;
    float: left;
    margin-left: 20px;
    margin-top: 15px;
}


div.cast-info-item {
    height: 420px;
    overflow: hidden;
}

div.cast-right div.cast-info-name {
    font-size: 25px; 
    font-weight: bold;
}

div.cast-right div.cast-info-role {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}

div.cast-right div.cast-info-desc {
    text-align: justify;
    font-size: 17px;
}


div.cast-right div.cast-info-left {
    width: 320px;
    float: left;
    margin-left: 30px;
    _margin-left: 20px;
}

div.cast-right div.cast-info-right {
    width: 200px; 
    float: left;
}


div.scrollable {   
    position: relative; 
    overflow: hidden;     
    height: 420px;      
    width: 550px;     
} 
 
div.scrollable div.items {     
    position: absolute; 
    height: 20000em;     
}




/*----------------------- Contact page definitions ------------------------*/

div.contact-form {
    margin-top: 50px;
    text-align:center;
}

div.contact-form div.contact-form-left {
    float: left; 
    padding-left: 150px;
}

div.contact-form div.contact-form-right {
    float: left;
    margin-left: 50px;
}

div.contact-form-right textarea {
    background-color: #000000;
    width: 350px;
    height: 300px;
    border: 1px solid #e4d7b3;
    color: #e4d7b3;
    padding: 3px 5px;
    font-family: Times New Roman;
}

div.contact-form-left input.text {
    background-color: #000000;
    width: 280px;
    height: 18px;
    border: 1px solid #e4d7b3;
    color: #e4d7b3;
    padding: 3px 5px;
    font-family: Times New Roman;
}

div.contact-form-left input.submit {
    background-color: #000000;
    
    width: 290px;
    height:26px;
    padding-bottom:3px;

    border: 1px solid #e4d7b3;
    color: #e4d7b3;
    font-family: Times New Roman;
    
    margin-top:150px;
}

div.contact-form-left input.submit:hover {
    background-color: #e4d7b3;
    color: #000000;
}

div.contact-form div.error {
    color: #DC721E;
}

div.contact-form div.error input, div.contact-form div.error textarea {
    border: 1px solid #DC721E;
}



/*----------------------- Error 404 page definitions ------------------------*/ 





/*----------------------- Footer definitions ------------------------*/

div.footer {
    margin: 10px auto 30px;
    width: 1020px;
    text-align: center;
    font-size: 11px;
    color: #444444;
}

div.footer a {
    color: #444444;
    text-decoration: none;
}

div.footer a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

div.footer img {
    position: relative;
    top: 5px;
}


/*----------------------- Spam ochrana polom subject ------------------------*/ 

input.subject {
    background-color: transparent;
    border: none;
}
