/* ********* 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(245,173,70);
    text-decoration: underline;
}

a:hover {
    color: rgb(89,93,76);
}

h1 {
    font-weight: normal;
    margin: 0px;
}


h2 {
    font-weight: normal;
    margin: 0px;font-size: 110%;   
    font-weight: bold;
}


h3 {
    margin: 0px;
    color: rgb(128,128,128);
    font-size: 120%;
    font-weight: normal;
}

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 {
    display: block;
    margin: 20px 0px 0px 0px;
    font-weight: bold;
    text-decoration: none;
}


.back:hover {
    text-decoration: underline;
}

.layout {
    border-collapse: collapse;
}

.nextRight {
    float: right;
}

/********************* lists **********************/

ul {
}

ul li {
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

ul li .sub {
    margin: 0px;
    padding: 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;
}

.odrazky a {
    color: rgb(0,130,68);
}

.odrazky a:hover {
    color: rgb(245,173,70);
}


/********************* page **********************/
#page {
    position: relative;
    width: 993px;
    text-align: left;
    margin: auto;
}

#header {
    position: relative;
    text-align: left;
    height: 120px;
    margin-bottom: 10px;
}

#logo {
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 1;
}

#claim, #claimLogo {
    float: right;
    margin: 78px 15px 0px 0px;
    z-index: 1;
}

#webTitle {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 170%;
    color: black; 
    z-index: 0;   
}

#webTitle a {
    text-decoration: none;
    color: white;
}
#webTitle .perex {
    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, .links ul .contactFriends 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(245,173,70);
    padding: 0px 0px 0px 26px;
    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(89,93,76);
}

#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 {
    position: relative;
}

.links ul .contact a:hover, .links ul .contact a.active {
    background-position: top right;
}

.links ul {
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.links ul li, .links ul .contactFriends {
    list-style: none;
    padding: 0px;
    margin: 0px 22px 10px 0px;
    text-align: right;
    
}

.links ul .contactFriends {
    margin: 20px 0px 0px 15px;
    text-align: left;
}

.links ul .contactFriends a {
    background-image: url('../images/ico-contactFriends.jpg');
    height: 30px;
    padding: 5px 0px 0px 53px;
    background-position: 0 -44px;
}

.links ul .contactFriends a:hover, .links ul .contactFriends a.active {
    background-image: url('../images/ico-contactFriends.jpg');
    background-position: 0 0;
}
/********************* main content **********************/

.container {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-image: url('../images/mainContentBg.gif');
    background-repeat: repeat-y;
}

.inside {
    width: 991px;
    margin: 0px 1px 0px 1px;
}

.leftColumn {
    float: left;
    width: 340px;
    padding: 0px 0px 65px 0px;
    margin: 0px 0px 0px 0px;
    position: relative;
    min-height: 550px;
    _height: 550px;
    position: relative;
    background-image: url('../images/madeInGermany.gif');
    background-repeat: no-repeat;
    background-position: bottom left;
}

#mainContent {
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 0px 330px;
}

#mainContent p {
    display: block;
}

/* ******************************************* */
/* ************ newsBox *********** */
/* ******************************************* */

#newsBox {
    position: relative;
    width: 295px;
    height: 275px;
    margin: 30px 0px 20px 0px;
    z-index: 99;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-image: url('/images/illustration-left-column.png');
}

.newsLink {
    display: block;
    width: 295px;
    height: 275px;
    text-decoration: none;
    font-size: 0px;
    
}
/* ******************************************* */
/* ************ news *********** */
/* ******************************************* */

.news {padding: 10px 20px 10px 20px; }
.news a {font-size: 130%;text-decoration: none; color: rgb(0,130,68);}


/* ******************************************* */
/* ************ home Box *********** */
/* ******************************************* */
#homeBox {
    position: absolute;
    width: 490px;
    height: 183px;
    top: 614px;
    left: 435px;
    z-index: 70;
    font-size: 110%;
    line-height: 125%;
}

#homeBox .title {
    font-size: 113%;
    color: rgb(25,23,24);
    margin: 0px 0px 0px 0px;
}

#homeBox a {
    color: rgb(25,23,24);
}

#homeBox p {
    margin: 7px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* ******************************************* */
/* ************ flash *********** */
/* ******************************************* */
#mainContent .flashIntro {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 695px;
    height: 582px;
    display: block;
    position: absolute;
    top: 180px;
    left: 337px;
}

#flashPlayer {
    width: 695px;
    height: 582px;
    padding: 0px;
    margin: 0px;
    z-index: 2;
}
/* ******************************************* */
/* ************ maskot*********** */
/* ******************************************* */
.maskot {
    position: absolute;
    width: 130px;
    height: 102px;
    top: 700px;
    left: 905px;
    z-index: 80;
    font-size: 120%;
    line-height: 125%;
}
/* ******************************************* */
/* ************ article *********** */
/* ******************************************* */

.sectionTitle {
    color: rgb(150,150,150);
    font-size: 150%;
    font-weight: normal;
    margin: 10px 0px 10px 0px;
}

.sectionTitle a {
    font-size: 70%;
    font-weight: bold;
    text-decoration: none;
}

.sectionTitle a:hover {
    color: rgb(89,93,76);
}

.articleTitle {
    color: rgb(128,132,105);
    font-size: 200%;
    font-weight: normal;
    margin: 0px 0px 20px 0px;
}


/* ******************************************* */
/* ************ gallery pattern *********** */
/* ******************************************* */

#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%;
}


.accessories {
    width: 252px; 
    float: right;
    margin: 0px 0px 10px 20px;
}

.accessories .item {
    display: block;
    margin: 0px 0px 6px 0px;
}
/********************* 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;

}




/********************* 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 {padding-top: 25px; padding-bottom: 10px;}
#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; 
}
  
#contactForm .note {
    width: 418px;
    text-align: justify;
    font-size: 90%;
}

/************************** 5 let zaruka *****************************/
.zaruka {
    float: right;
    position: relative;
    top: 85px;
    right: 100px; 
    width: 129px;
    height: 38px;
}


/************************** 5 let zaruka *****************************/
.highslide-caption {
  font-weight: normal;
  font-size: 100%;
  text-align:left;
  }  
  
.highslide-caption .captiontitle  {
  font-weight: bold;
  
  }         

/************************** navigation *****************************/

.navigation  {
  font-weight: normal;
  margin: 0px 16px 10px 0px;
} 

.navigation a {
  text-decoration: none;
}  

.navigation .left {
  float: left;
}


/************************** realisation *****************************/

#realisations {
  display: block;
  margin: 20px 0px 0px 0px;
  text-align: center;
}


#realisations .item {
  float: left;
  display: block;
  width: 151px;
  margin: 0px 50px 34px 0px;

}

#realisations .itemII {
  float: left;
  width: 151px;
  margin: 0px 50px 0px 100px;

}

#realisations img {
 display: block;
 padding: 0px 0px 8px 0px;
}

#realisations .title {
  display: block;
  background-image: url('../images/odrazka2.gif');
  background-repeat: no-repeat;
  background-position: top left;
  padding: 0px 0px 0px 15px;
  font-weight: bold;
  font-size: 104%; 
  text-align: left;
}

#realisations a {
  text-decoration: none;
  color: rgb(89,93,76); 
}

#realisations a:hover {
    color: rgb(245,173,70);
}
