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

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

body {
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center top;
    font-family: Verdana, Tahoma;
    color: #ffffff;
}

.end {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

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

a {
    color: #b6b6b6;
}

a:hover {
    text-decoration: none;
}

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

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

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

div.container {
    width: 915px;
    margin: 0px auto;
}



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

div.head {
    height: 115px;
}

div.head div.logo {
    float: left;
    width: 310px;
    padding: 25px 10px 0px;
}

div.head div.menu {
    float: left;
    width: 570px;
    padding: 25px 0px 0px;
}



/*----------------------- Content definitions ------------------------*/

div#flash {
    margin: 0px auto;
    width: 1050px;
}

div.content {
    font-size: 13px;
    color: #b6b6b6;
    padding: 0px 7px;
    position: relative;
}



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

div.home-top-box {
    background-image: url('images/bg-home-top-box.jpg');
    background-repeat: no-repeat;
    width: 575px;
    padding: 15px 25px 0px;
    float: right;
}

div.home-top-box-text {
    margin-top: 10px;
    text-align: justify;
}
 
div.home-top-box-left {
    float: left;
    margin-top: 15px;
}

div.home-top-box-right {
    float: right;
    width: 460px;
    margin-top: 15px;
    text-align: justify;
}

div.home-bottom-box {
    width: 600px;
    float: right;
}

div.home-bottom-left {
    float: left;
    width: 220px;
    margin-top: 50px;
}

div.home-bottom-left div.left-img {
    float: left;
}

div.home-bottom-left div.right-text {
    float: right;
    margin-top: 5px;
    width: 180px;
}

div.home-bottom-right {
    float: right;
}

a.play-intro-again {
    position: absolute;
    top: 60px;
    left: 45px;
    display: block;
    width: 170px;
    height: 480px;
}


 
/*-------------------- Informations page definitions ---------------------*/

div.informations-top-box {
    background-image: url('images/bg-top-container-box.jpg');
    background-repeat: no-repeat;
    background-position: center top;

    width: 850px;
    padding: 15px 25px 50px;
}

div.informations-top-box-text p{
    margin: 12px 0px 15px;
    font-size: 12px;
    text-align: justify;
}

div.informations-bottom-box {
    background-image: url('images/bg-info-box-bottom.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    
    margin-top: 25px;
}

div.info-middle-box {
    /*background-image: url('images/bg-info-box-middle.jpg');*/
    background-repeat: repeat-y;
    background-position: center;
    
    margin-bottom:140px;
    float: left;
    width: 531px;
}

div.info-main-box {
    background-image: url('images/bg-info-box-top.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    padding: 30px 20px 15px; 
} 

div.info-section div.info-section-img {
    float: left;
    width: 30px;
}

div.info-section div.info-section-text {
    float: right;
    width: 450px;
    font-size: 11px;
    text-align: justify;
}

div.info-section-text-left {
    float: left;
    width: 330px;
    margin-top: 10px;
    text-align: justify;
}

div.info-section-text-right {
    float: right;
    margin-top: -10px;
}

div.info-section-divider {
    margin: 15px 0px;
}

div.info-right-box {
    float: right;
    width: 340px;
    font-size: 12px;
}

div.info-manual {
    background-image: url('images/bg-info-manual.jpg');
    background-repeat: no-repeat;
    padding: 15px 25px 40px;       
}

div.info-manual p{
    padding: 7px 0px 25px;
}

div.info-images {
    padding: 5px 10px 25px;       
}

div.info-techspec {
    background-image: url('images/bg-info-techspec.jpg');
    background-repeat: no-repeat;
    padding: 15px 25px 60px;       
}

div.info-techspec p {
    margin: 2px 0px;
}



/*----------------------- Order page definitions ------------------------*/

div.order-top-box, div.order-terms-box {
    background-image: url('images/bg-top-container-box.jpg');
    background-repeat: no-repeat;
    background-position: center top;

    width: 850px;
    padding: 15px 25px;
}

div.order-top-box div.order-top-box-text p{
    margin: 12px 0px 15px;
    text-align: justify;
}

div.order-terms-box p {
    padding: 15px 0px;
    text-align: justify;
}

div.order-terms-box div.order-terms-box-text {
    background-image: url('images/bg-footer-balls.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 110px;
    min-height: 500px;
}


div.order-bottom-box {
    margin-top: 40px;
    background-image: url('images/bg-footer-balls.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
}

div.order-form-box {
    background-image: url('images/bg-form-container-box.jpg');
    background-repeat: no-repeat;
    
    width: 475px;
    min-height: 480px;
    _height: 480px;
    
    padding: 15px 25px 250px;
    
    float: left;
}

div.order-info-box div.info-manual p {
    color: #ffffff;
}


div.order-info-box div.info-manual p span{
    color: #b6b6b6;
}


div.order-info-box {
    float: right;
    width: 300px;
}

div.order-info-box-text {
    padding: 10px 0px 10px 25px;
}

div.order-info-box-text h2 {
    margin: 10px 0px;
}

div.order-info-box-text p {
    margin-top: 7px;
}


table.form-table {
    margin: 10px 0px 20px;
}

table.form-table td {
    padding: 1px 0px;
}

table.form-table label {
    display: block;
    width: 140px;
}

table.form-table input.text, table.form-table textarea.area {
    border: 1px solid #939393;
    color: #ffffff;
    
    background-image: url('images/bg-form-textarea-input.jpg');
    background-repeat: no-repeat;
    
    padding: 4px;
    width: 320px;
    
    font-size: 13px;
    font-family:Verdana, Tahoma;
}

table.form-table textarea.area {
    height: 70px;
}

table.form-table select.select {
    border: 1px solid #939393;
    color: #FFFFFF;
    
    background-image: url('images/bg-form-textarea-input.jpg');
    background-repeat: no-repeat;
    background-color: #4B4B4B;
    height: 25px;
    padding: 3px;
    width: 330px;
}

table.form-table select.select option{
    border-bottom: 1px solid #939393;
    border-right: 1px solid #939393;
    color: #FFFFFF;
    
    background-image: url('images/bg-form-textarea-input.jpg');
    background-repeat: no-repeat;
    background-color: #4B4B4B;
    padding: 4px;
}



table.form-table td.error input.text, table.form-table td.error textarea.area {
    border: 1px solid #E1582C;
}

table.form-table td.error label {
    color: #E1582C;
}



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

div.contact-top-box {
    background-image: url('images/bg-top-container-box.jpg');
    background-repeat: no-repeat;
    background-position: center top;

    width: 850px;
    padding: 15px 25px;
}

div.contact-top-box div.contact-top-box-text {
    float: left;
    width: 520px;
}

div.contact-top-box div.contact-top-box-address {
    float: right;
    margin-top:5px;
    width: 253px;
}

div.contact-top-box div.contact-top-box-address a {
    color: #ffffff;
}
  
div.contact-top-box div.contact-top-box-text p{
    margin: 12px 0px 15px;
    text-align: justify;
}

div.contact-bottom-box {          
    padding-top: 50px;
    background-image: url('images/bg-contact-balls.jpg');
    background-repeat: no-repeat;
    background-position: center 50px;
}

div.contact-form-box {
    width: 475px;
    padding: 15px 25px 200px;
    float: left;
}


div.contact-info-box {
    float: right;
}

div.contact-form {
    min-height: 280px;
    _height: 280px;
}



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

div.error-404 {
    background-image: url('images/bg-404.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    height: 480px;    
}

div.error-404-heading {
    padding-left: 170px;
    padding-top: 20px;
}

div.error-404-text {
    padding-left: 170px;
    padding-top: 40px;
    color: #FFFFFF;
}

div.error-404-posibilities {
    padding-left: 170px;
    padding-top: 20px;
}




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

div.footer {
    text-align: center;
    font-size: 11px;
    margin-bottom: 30px;
    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;
}
