/* ********* definice obecnych HTML znacek ********* */
body {
    margin: 20px 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(105,105,105);
}

img {
    border: none;
}

form {
    padding: 0px;
    margin: 0px;
}

a {
    color: rgb(105,105,105);
    text-decoration: underline;
}

a:hover {
   color: rgb(225,63,112);
   text-decoration: underline;
}

h1 {
    font-weight: normal;
    margin: 0px;
}


h2 {
    font-weight: normal;
    margin: 0px;
}


h3 {
    font-weight: normal;
    margin: 0px;
}

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;
}

/********************* 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 {
    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;
}



/********************* page **********************/
#page {
    position: relative;
    width: 1018px;
    text-align: left;
    margin: auto;
    padding: 20px 0px 0px 42px;
    background-image: url('/images/pageBg.gif');
    background-repeat: no-repeat;
    background-position: top right;
    
}

#header {
    margin: auto;
    width: 968px;
    height: 207px;
    position: relative;
    text-align: left;
}

#logo {
    position: absolute;
    top: 0px;
    left: 15px;
    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 *********** */
/* ******************************************* */

#menuHome, #menuAbout, #menuContacts {
    padding: 0px;
    margin: 0px 0px 0px 20px;
    position: absolute;
    top: 158px;
    left: 198px;
    width: 765px;
    height: 38px;
    background-image: url('/images/menuBg.gif');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-color: rgb(225,63,112);
    z-index: 10;
}

#menuHome ul, #menuAbout ul, #menuContacts ul {
    margin: 0px;
    padding: 0px;
}

#menuHome ul li, #menuAbout ul li, #menuContacts ul li {
    list-style: none;
    display: block;
    float: left;
    width: 235px;
    height: 19px;
    padding: 0px;
    margin: 10px 0px 5px 15px;
}

#menuHome ul li a, #menuAbout ul li a, #menuContacts ul li a {
    height: 19px;
    font-weight: bold;
    font-size: 120%;
    text-decoration: none;
    display: block;
    color: white;
    padding: 0px 0px 0px 23px;
    margin: 0px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: bottom left;

}

#menuHome ul .item1 a, #menuAbout ul .item1 a, #menuContacts ul .item1 a {
    background-image: url('/images/mainmenuIco1.gif');
}
#menuHome ul .item2 a, #menuAbout ul .item2 a, #menuContacts ul .item2 a {
    background-image: url('/images/mainmenuIco2.gif');
}
#menuHome ul .item3 a, #menuAbout ul .item3 a, #menuContacts ul .item3 a {
    background-image: url('/images/mainmenuIco3.gif');
}

#menuHome ul li a:hover, #menuAbout ul li a:hover, #menuContacts ul li a:hover, #menuHome ul .item1 a, #menuAbout ul .item2 a, #menuContacts ul .item3 a {
    color: rgb(35,31,32);
    background-position: top left;
}
/* ******************************************* */
/* ************ links *********** */
/* ******************************************* */

#links {
    padding: 0px;
    margin: 10px 0px 26px 5px;
}

#links ul {
    margin: 0px;
    padding: 0px;
}

#links ul li {
    list-style: none;
    display: block;
    width: 237px;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

#links ul li a {
    font-weight: normal;
    font-size: 110%;
    text-decoration: none;
    background-image: url('/images/menuIco.gif');
    background-repeat: no-repeat;
    background-position: bottom left;

    display: block;
    color: rgb(152,120,82);
    padding: 12px 0px 0px 23px;
    margin: 0px;
    border-top: solid 1px rgb(229,155,60);
}


#links ul li a:hover {
    color: rgb(35,31,32);
    background-position: top left;
}


/********************* 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;
    background-repeat: no-repeat;
    background-position: top left;
}


.rightColumnHome, .rightColumnContacts, .rightColumnAbout {
    float: right;
    width: 300px;
    padding: 0px 0px 140px 0px;
    margin: 0px 0px 0px 0px;
    position: relative;
    background-image: url('/images/dogs1.gif');
    background-repeat: no-repeat;
    background-position: bottom left;
}

.rightColumnContacts, .rightColumnAbout {
    background-image: url('/images/dogs2.gif');
}

.rightColumnHome .title, .rightColumnContacts .title, .rightColumnAbout .title {
    height: 20px;
    width: 249px;
    display: block;
    font-size: 120%;
    font-weight: bold;
    background-image: url('/images/linksBgTop.gif');
    background-repeat: no-repeat;
    background-position: top left;
    color: rgb(152,120,82);
    padding: 10px 0px 0px 40px;
    margin: 0px 0px 30px 0px;
}

.rightColumnHome .title img, .rightColumnContacts .title img, .rightColumnAbout .title img {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px -40px;
}

.logoPartners {
    display: block;
    margin: 0px 0px 10px 10px;
}

#mainContent {
    padding: 0px 20px 100px 0px;
    margin: 0px 330px 0px 0px;
    color: rgb(105,105,105);
    background-image: url('/images/articleBg.gif');
    background-repeat: no-repeat;
    background-position: bottom left;
}

#mainContent p, #mainContent .titles {
    display: block;
    padding: 0px 0px 0px 20px;
}

.articleBg {
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 30px 0px 0px 0px;
}


/* ******************************************* */
/* ************ article *********** */
/* ******************************************* */
.prologue {
    color: rgb(105,105,105);
    font-size: 100%;
    font-weight: normal;
    padding: 0px 0px 0px 20px;
    margin: 0px;
}

.sectionTitle {
    color: rgb(225,63,112);
    font-size: 120%;
    font-weight: normal;
    margin: 0px 0px 7px 0px;
    display: inline;
}

.sectionTitle a {
    text-decoration: none;
    color: rgb(225,63,112);
}

.sectionTitle a:hover {
    text-decoration: underline;
}

.articleTitle {
    color: rgb(225,63,112);
    font-size: 150%;
    font-weight: normal;
    margin: 0px 0px 7px 0px;
    display: inline;
}

.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;
}

.order {
    font-weight: bold;
    font-size: 110%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.order:hover {
    text-decoration: underline;
}

.picRight {
    float: left;
    margin: 0px 10px 20px 0px;
}

.picLeft {
    float: right;
    margin: 0px 10px 20px 0px;
}

.top {
    display: block;
    width: 100px;
    height: 15px;
    background-image: url('../images/top.gif');
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 20px 20px;
}
/* ******************************************* */
/* ************ news Box *********** */
/* ******************************************* */
#newsBox .item {
    display: table;
    margin: 0px 0px 15px 0px;
    width: 600px;
}

#newsBox img {
    float: left;
    margin: 0px 10px 0px 0px;
    border: none;
}

#newsBox .bordered {
    float: left;
    margin: 0px 10px 0px 0px;
    border: 2px solid white;
}

#newsBox .itemAmazon {
    float: left;
    margin: 0px 0px 15px 0px;
}

#mainContent .title, #newsBox .title {
    font-weight: normal;
    display: block;
    color: rgb(225,63,112);
    font-size: 120%;
    margin: 0px 0px 7px 0px;
    text-decoration: none;
}

#mainContent .title a, #newsBox .title a {
    font-weight: normal;
    display: block;
    color: rgb(225,63,112);
    margin: 0px 0px 7px 0px;
    text-decoration: none;
}

#mainContent .title a:hover {
    text-decoration: underline;
}

#mainContent .right {
    text-align: right;
      margin: 10px 0px 0px 20px;
}

/********************* footer ****************************/

#footer {
    margin: 20px 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: relative;
    z-index: 50;
    margin: 0px 0px 5px 20px;
}

.flashPlayer, .flashPlayer2 {
    width: 250px;
    height: 42px;
    text-align: left;
    margin: 0px;
}


/********************* 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;
}
#contactForm .inside {
    width: 502px;
    padding: 0px 0px 0px 20px;
    color: rgb(126,126,126);
}
#contactForm .confirmMessage {display: block; font-size: 130%; padding-top: 20px; margin: 20px 0px 0px 0px; color: rgb(225,63,112); border-top: solid 1px rgb(225,63,112);}
#contactForm .confirmMessage a { padding: 10px 0px 10px 0px; font-weight: bold; color: rgb(225,63,112);}
#contactForm .confirmMessage .back {font-size: 90%;}
#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 {width: 418px; text-align: right; padding-top: 25px;}
#contactForm .buttons .submit {
    width: 107px; 
    height: 31px;
    border: 0px;
    cursor: pointer; 
    color: white;
    text-align: left;
    padding: 0px 0px 0px 0px; 
    text-align: center;
    font-size: 100%; 
    font-weight: bold;
    background-image: url('/images/buttonSend.gif');
    background-repeat: no repeat;
    background-position: bottom left;
    background-color: white;
  }
  
#contactForm .buttons .submit:hover {
    background-position: -107px 0;
  }

