/* ********* definice obecnych HTML znacek ********* */
body {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-family: sans-serif;
    font-size: 0.8em;
    background-color: white;
    background-image: url('../images/bg.jpg');
    background-repeat: repeat-x;
    color: rgb(25,23,24);
}

img {
    border: none;
}

form {
    padding: 0px;
    margin: 0px;
}

a {
    color: rgb(89,94,76);
    text-decoration: underline;
}

a:hover {
    color: rgb(89,93,76);
}

h1 {
    font-weight: normal;
    margin: 0px;
}


h2 {
    font-weight: normal;
    margin: 0px;
}


h3 {
    margin: 0px;
    color: rgb(128,132,105);
    font-size: 130%;
    font-weight: normal; border: none;
}

h4 {
    color: rgb(128,132,105);
    font-size: 100%;
    font-weight: bold;
    margin: 0px;
}

textarea {
    font-family: sans-serif;
    font-size: 100%;
}

.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

.back {
    margin: 10px 0px 0px 0px;
}

.layout {
    border-collapse: collapse;
}

.right {
    float: right;
}

/********************* lists **********************/

ul {
}

ul li {
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

ul li .sub {
    margin: 0px;
    padding: 0px;
}


.odrazky1 {
    margin: 10px 0px 25px 10px;
    padding: 0px 0px 0px 15px;
}

.odrazky1 li {
    list-style-image: URL('../images/odrazka1.gif');
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 8px 0px;
}

.odrazkyA, .odrazkyB, .odrazkyC  {
    margin: 10px 0px 25px 10px;
    padding: 0px 0px 0px 15px;
}

.odrazkyA li {
    list-style-image: URL('../images/odrazkaA.gif');
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 8px 0px;
}

.odrazkyB li {
    list-style-image: URL('../images/odrazkaB.gif');
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 8px 0px;
}

.odrazkyC li {
    list-style-image: URL('../images/odrazkaC.gif');
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 8px 0px;
}

/********************* page **********************/
#page {
    position: relative;
    width: 993px;
    text-align: left;
    margin: auto;
}

#header {
    position: relative;
    text-align: left;
    height: 140px;
    margin-bottom: 10px;
}

#logo {
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 1;
}

#claim {
    float: right;
    margin: 96px 15px 0px 0px;
    z-index: 1;
}

#webTitle {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 180%;
    color: black; 
    z-index: 0;   
}

#webTitle a {
    text-decoration: none;
    color: white;
}
#webTitle .claim {
    display: block;
    font-size: 60%;  
    line-height: 12px; 
}

/* ******************************************* */
/* ************ menu *********** */
/* ******************************************* */

#menu {
    padding: 0px;
    margin: 0px 0px 0px 20px;
}

#menu ul {
    margin: 0px;
    padding: 0px;
}

#menu ul li {
    list-style: none;
    display: block;
    width: 250px;
    height: 19px;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

#menu ul li a, .links ul li a {
    font-weight: bold;
    font-size: 120%;
    text-decoration: none;
    background-image: url('../images/icoMenu.gif');
    background-repeat: no-repeat;
    background-position: top left;
    display: block;
    color: rgb(104,29,3);
    padding: 0px 0px 0px 23px;
    margin: 0px;
    cursor: pointer;
}

.links ul li a {
    background-position: top right;
    padding: 0px 23px 0px 0px;
}

#menu ul li a:hover, #menu ul a.active, .links ul li a:hover, .links ul a.active {
    background-image: url('../images/icoMenuCurrent.gif');
    background-repeat: no-repeat;
    background-position: top left;
    color: rgb(150,150,150);
}

#menu .pdf a {
    background-image: url('../images/ico-pdf.png');
    background-position: -2px 0;
    height: 25px;
}

#menu .pdf a:hover {
    background-image: url('../images/ico-pdfCurrent.png');
    background-position: -2px 0;
}

.links ul li a:hover, .links ul a.active {
    background-position: top right;
}

.links ul {
    padding: 0px;
    float: right;
    margin: 0px 0px 0px 0px;
}

.links ul li, .links ul .contact {
    list-style: none;
    display: block;
    height: 19px;
    width: 200px;
    padding: 0px;
    margin: 0px 7px 28px 0px;
    text-align: right;
}

.links ul .contact {
    margin: 0px 7px 0px 0px;

}
/********************* main content **********************/

.container {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-image: url('../images/mainContentBg.gif');
    background-repeat: repeat-y;
}

.insideHome, .insideContact, .insideAluminium, .insideSteel, .insideWood, .insideAccessories {
    width: 991px;
    margin: 0px 1px 0px 1px;
    background-repeat: no-repeat;
    background-position: top left;
}

.insideHome {
    background-image: url('../images/bgHome.jpg');
}

.insideContact {
    background-image: url('../images/bgContact.jpg');
}

.insideAluminium {
    background-image: url('../images/bgAluminium.jpg');
}

.insideSteel {
    background-image: url('../images/bgSteel.jpg');
}

.insideWood {
    background-image: url('../images/bgWood.jpg');
}

.insideAccessories {
    background-image: url('../images/bgAccessories.jpg');
}

.leftColumn {
    float: left;
    width: 340px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    position: relative;
    min-height: 580px;
    _height: 580px;
}

#mainContent {
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 0px 330px;
}

#mainContent p {
    display: block;
}

/* ******************************************* */
/* ************ home Box *********** */
/* ******************************************* */
#homeBox {
    position: absolute;
    width: 250px;
    height: 190px;
    top: 335px;
    left: 70px;
    z-index: 99;
    font-size: 120%;
    line-height: 125%;
}

/* ******************************************* */
/* ************ news *********** */
/* ******************************************* */

#news {padding: 10px 20px 10px 20px; }
#news a {font-size: 130%;text-decoration: none; color: rgb(0,130,68);}


/* ******************************************* */
/* ************ flash *********** */
/* ******************************************* */
#mainContent .flashIntro {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 611px;
    height: 533px;
    display: block;
    position: absolute;
    top: 210px;
    left: 345px;
}

#flashPlayer {
    width: 611px;
    height: 533px;
    padding: 0px;
    margin: 0px;
    z-index: 2;

}
/* ******************************************* */
/* ************ article *********** */
/* ******************************************* */

.sectionTitle {
    color: rgb(150,150,150);
    font-size: 150%;
    font-weight: normal;
    margin: 10px 0px 10px 0px;
}

.articleTitle {
    color: rgb(128,132,105);
    font-size: 200%;
    font-weight: normal;
    margin: 0px 0px 20px 0px;
}

.odrazky {
    margin: 10px 0px 10px 10px;
    padding: 0px 0px 0px 20px;
}

.odrazky li {
    list-style-image: URL('/images/odrazka.gif');
    padding: 0px 0px 3px 0px;
}



/* ******************************************* */
/* ************ home Box *********** */
/* ******************************************* */
#gallery {
    
}

#gallery img {
    border: none;
}

.galleryPattern img {
    border: none;
}

.galleryPattern .sampleNum {
    display: block;
    margin: 0px 0px 12px 0px;
}

.galleryPattern .gallerySpace {
    display: block;
    margin: 0px 12px 6px 0px;
}

#gallery .title {
    display: none;
    margin: 5px 0px 8px 0px;
    font-size: 74%;
}
/********************* footer ****************************/

#footer {
    margin: 0px 0px 20px 20px;
    padding: 0px;
    font-size: 88%;
}

#footer .copy .copyright {
    color: rgb(127,126,105);
}

#footer .copy .developer a {
    text-decoration: none;
    color: rgb(169,169,169);
}

#footer .copy .developer a:hover {
    text-decoration: underline;
}

/**********************flash******************************/
.flashIntro {
    position: absolute;
    top: 47px;
    left: 24px;
    z-index: 50;
}

.flashStoryPlayer, .flashStoryPlayerKomfort, .flashStoryPlayerChrani {
    width: 168px;
    height: 110px;

}


/************************** navigation *****************************/

.navigation  {
  font-weight: normal;
  margin: 0px 16px 10px 0px;
} 

.navigation a {
  text-decoration: none;
}  



/********************* highslide forms ****************************/

.hsFormBody {
    margin: 0px 0px 0px 5px;
    padding: 0px;
    font-family: "Myriad Web" , sans-serif;
    font-size: 0.8em;
    background-color: rgb(255, 255, 255);
    color: black;
}

.hsFormBody .contacts {
    width: 300px;
}

#hsFormMainContent {
    padding: 15px 15px 25px 15px;
    margin: 0px 0px 10px 20px;
    background-color: white;
}

.errorLabel {
    color: #AA0000;
    text-align: center;
    font-weight: bold;
    font-size: 90%;    
}

.messageSent {
    text-align: center;
    padding: 10px;
}



/************************** contact form *****************************/

#contactForm {
    width: 482px;
    background-image: url('../images/sendFormMiddle.jpg');
    background-repeat: repeat-y;
}
#contactForm .inside {
    padding: 0px 30px 0px 30px;
    color: rgb(126,126,126);
    min-height: 350px;
    _height: 350px;
}
#contactForm .confirmMessage {display: block; padding-top: 20px;}
#contactForm .confirmMessage a {display: block; padding: 10px; text-align: center; font-weight: bold;}
#contactForm textarea {height: 60px;}
#contactForm .label {display: block; padding: 15px 0px 3px 0px;}
#contactForm .inputItem {width: 418px; border: solid 1px rgb(126,126,126);}
#contactForm .buttons {text-align: right; padding-top: 25px;}
#contactForm .buttons .submit {
    width: 128px; 
    height: 30px;
    border: 0px;
    cursor: pointer; 
    color: white;
    text-align: left;
    padding: 1px 0px 0px 10px; 
    font-size: 100%; 
    font-weight: bold;
    background-image: url('../images/buttonSend.gif');
    background-repeat: no repeat;
    background-position: top left;
    background-color: white;
  }
  
#contactForm .buttons .submit:hover {
    background-image: url('../images/buttonSendHover.gif');
    padding: 2px 0px 0px 11px; 
  }
