/* Zakladni nastaveni barev */
body {
  background-color: #ddded9;
  background-image: url('/images/pozadi_body.gif');
  background-repeat: repeat-x;
  text-align: center;
}


body, table, td, th {
    color: #252525;
}

table, th, td, div, img, h1, h2, h3, h4, h5, input, textarea {
	border-color: #132747;
}

a {
	color: #132747;
}

input.submit {
	background-color: #fbd9b3;
	border-color: #f35e0f;
	color: #f35e0f;
}

h2.hlavni {
  color: #f00;
  background-color: #fff;
  font-size: 1.6em;
  margin-top: 3px;
  margin-bottom: 5px;
  float: none;
  padding: 3px 5px 3px 5px;
  border-width: 0px;
  line-height: 120%;
}

h4 {
  color: #0D1C76;
}

fieldset {
  border-color: #b1b4b6;
}

fieldset legend {
  border-color: #b1b4b6;
  background-color: #bbbcbd;
}

.topbox {
  background-color: #FFF;
}

/* zakladni layout */
#main h2 {
    font-size: 2em;
    text-transform: uppercase;
    color: #132747;
    background-color: #bbbcbd;
    border-bottom: solid 2px #b1b4b6;
    padding: 3px 5px 3px 5px;
    line-height: 100%;
    margin-bottom: 8px;
}

#main h3 {
    font-size: 1.4em;
    text-transform: uppercase;
    color: #132747;
    background-color: #bbbcbd;
    border-bottom: solid 2px #b1b4b6;
    padding: 3px 5px 3px 5px;
    line-height: 100%;
    margin-bottom: 8px;
}

#main {
    line-height: 140%;
    width: 100%;
}

#main p {
    margin-top: 8px;
    margin-bottom: 8px;
}

#main.index {
    background-image: url('/images/motiv.jpg');
    background-repeat: no-repeat;
    background-position: 8px 0px;
}

#main.produkty {
    background-image: url('/images/pozadi_levy.gif');
    background-repeat: repeat-y;
}

#body {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    position: relative;
}

h1 {
    width: 340px;
    height: 77px;
    position: absolute;
    left: 320px;
    top: 27px;
    text-align: center;
    overflow: hidden;  
}

h1 a {
    text-decoration: none !important;
    cursor: pointer;
}

h1 .c1 {
    color: #1c2f4b;
    letter-spacing: 10px;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}

h1 .c2 {
    color: #9f9d91;
    font-size: 3.5em;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}

h1 .c3 {
    width: 340px;
    height: 77px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('/images/antique_cinolter.gif');
    background-repeat: no-repeat;
    overflow: hidden;
}

#top {
    height: 220px;
}

#bottom {
    background-image: url('/images/pozadi_bottom.gif');
    background-repeat: repeat-x;
    border-top: solid 1px #132747;
    padding: 4px 5px 4px 5px;
    text-align: right;
}

.vase_pozice {
  clear: both;
}

/* button */
.button {
    background-image: url('/images/button_c.gif');
    background-repeat: repeat-x;
    height: 23px;
    overflow: hidden;
    display: block;
    float: left;    
    line-height: 100%;
}

.button_l {
    background-image: url('/images/button_l.gif');
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    float: left;
    padding-left: 8px;
    height: 23px;
}

.button_p {
    background-image: url('/images/button_p.gif');
    background-repeat: no-repeat;
    background-position: right top;
    display: block;
    float: left;
    padding-right: 8px;
    padding-top: 4px;
    height: 19px;
    _height: 23px;
}

a .button {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1em;
    cursor: pointer;
    _cursor: hand;
}

/*a .button {
    text-decoration: underline;
}

a:hover .button {
    text-decoration: underline !important;
}*/

/* formulare */
.include_formular fieldset {
  text-align: center;
}

.include_formular table {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-width: 0px !important;
}

.include_formular td.polozka {
  width: 30%;
  text-align: right;
  vertical-align: top;
}

.include_formular td input, .include_formular td textarea {
  width: 99%;
}

.include_formular td textarea {
  height: 90px;
}

.include_formular td input.submit {
  width: auto;
}


#text_stranka .include_formular {
  float: right;
  width: 50%;
}

#drobeckova {
    position: absolute;
    top: 189px;
    left: 10px;
    font-size: 1em;
}

#drobeckova, #drobeckova a {
    color: #132747;
}

/* clanky */
#main .clanek h3 {
  font-size: 1.2em;
  background-color: transparent;
  border: 0;
  padding: 0;
} 

.clanek h3 a {
  font-weight: bold;
  
}

.clanek .datum {
  float: none;
  padding: 0px;
  margin: 0px;
  border-top-width: 0px;
  border-top-color: #c4c49b;
  color: #7d7e66;
  font-size: 0.9em;
  padding: 1px 0px 0px 0px;
}

.clanek .detail {
  padding-left: 0px;
  padding-right: 0px;
}

.clanek .text {
  padding-left: 0px;
  padding-right: 0px;
}

.clanek .cely_clanek {
  text-align: left;
  padding-left: 1px;
  margin-top: 0px;
}

.clanek .cely_clanek a {
  font-weight: bold;
}

.clanek .ilustrace {
  float: left;
  margin-left: 0px;
  margin-top: 10px;
  _margin-top: 10px;
  margin-right: 8px;
  /*border: solid 1px #fff;*/
}

.clanek .anotace {
  /*text-align: left;*/
  font-style: normal;
  margin: 0;
  padding: 0;
  width: auto;
}

#text_stranka .include_formular {
  width: auto;
  float: none;
}


#jazyky {
    position: absolute;
    top: 18px;
    left: 8px;
}

#jazyky ul, #jazyky li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#jazyky li {
    float: left;
    margin-right: 4px;
}

#jazyky li a {
    color: #5f6369
}

#jazyky li.aktivni a {
    color: #132747;
}

#menu {
    position: absolute;
    top: 150px;
    left: 5px;
}

#menu ul, #menu li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#menu li {
    float: left;
    margin-left: 0px;
    margin-right: 4px;
}

#menu a .button {
    font-size: 1.2em;
}

#menu a .button_p {
    padding-top: 3px;
}

#menu a.neaktivni .button {
    color: #4c5055;
}


#menu a.neaktivni .button_l, #menu a.neaktivni .button_p, #menu a.neaktivni .button {
    background-image: none !important;
}

#rubriky_menu {
    position: absolute;
    top: 145px;
    right: 5px;
}

#rubriky_menu ul, #rubriky_menu li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#rubriky_menu li {
    float: left;
    margin-right: 3px;
    margin-left: 3px;
}

#rubriky_menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: bold;
}

#rubriky_menu li a:hover span {
    text-decoration: underline;
}

#rubriky_menu li.aktivni a {
    color: #132747;
}

#rubriky_menu li.aktivni .zalozka {
    background-color: #eeeeee;
    background-image: url('/images/aktivni_c.gif');
}



#rubriky_menu li.aktivni .zalozka_l {
    background-image: url('/images/aktivni_l.gif');
}

#rubriky_menu li.aktivni .zalozka_p {
    background-image: url('/images/aktivni_p.gif');
}



#rubriky_menu .zalozka {
    background-image: url('/images/zalozka_c.gif');
    background-repeat: repeat-x;
    height: 34px;
    overflow: hidden;
    display: block;
    float: left; 
    background-color: #747e8c;
    cursor: pointer;
    _cursor: hand;
}

#rubriky_menu .zalozka_l {
    background-image: url('/images/zalozka_l.gif');
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    padding-left: 8px;
}

#rubriky_menu .zalozka_p {
    background-image: url('/images/zalozka_p.gif');
    background-repeat: no-repeat;
    background-position: right top;
    display: block;
    padding-right: 8px;
    padding-top: 7px;
}

/* index */
#index {
    float: left;
    _display: inline;
    width: 508px;
    margin-left: 269px;
    text-align: justify;
}

#index_pravy {
    float: right;
    width: 200px;
}

#index_pravy h2 {
    color: #667181;
    font-size: 1.6em;
    padding-top: 5px;
    padding-bottom: 7px;
}

#index_pravy #produkty .produkt {
    clear: both;
    background-color: #bbbdbd;
    margin-bottom: 7px;
    padding: 5px 6px;
}

#index_pravy #produkty .produkt .foto {
    text-align: center;
    margin: 5px 0;
}

#index_pravy #produkty .produkt img {
    border: solid 1px #1e314f;
}

#index_pravy #produkty .produkt h4 a {
    font-weight: bold;    
}

#index_pravy #produkty p {
    margin: 0;
}

#index_pravy #produkty .button {
    margin-right: 5px;
}

#levy {
    width: 250px;
    float: left;
    background-color: #b4b6b7;
}

#pravy {
    width: 729px;
    float: right;
}

#clear {
    height: 8px;
    background-color: #ddded9;
}

#katalog {
    margin-left: 4px;
    margin-right: 5px;
    padding-bottom: 2px;
}

#katalog ul.uroven_0 {
    padding-top: 5px;
}

#katalog a {
    text-transform: uppercase;
}

#katalog ul {
    margin-bottom: 5px;
}

#katalog ul, #katalog li {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

#katalog ul ul {
    margin-left: 20px;
}

#katalog ul.uroven_0 li a {
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: none;
}

#katalog ul.uroven_0 li a:hover {
    text-decoration: underline;
}
 
#katalog ul.uroven_0 ul li a {
    font-weight: normal;
    font-size: 0.9em;
}

#katalog li {
    margin-top: 1px;
}

#katalog li a {
    display: block;
    width: 100%;
}

#katalog li a.aktivni {
    background-color: #ddded9;
}

#katalog li a span {
    display: block;
    padding: 1px 3px 1px 3px;
}

#produkty .razeni a.aktivni {
    font-weight: bold;
}


#produkty .seznam_produktu .produkt {
    float: left;
    width: 342px;
    height: 129px;
    background-image: url('/images/pozadi_produkt.gif');
    background-repeat: no-repeat;
    overflow: hidden;    
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
    _display: inline;
}

#produkty .seznam_produktu .produkt .foto {
    float: left;
    width: 122px;
    height: 122px;
    margin-left: 9px;
    margin-top: 4px;
    text-align: center;
    _display: inline;
}

#produkty .seznam_produktu .produkt .foto img {
    border: solid 1px #78828f;
}

#produkty .seznam_produktu .produkt .info {
    height: 82px;
    overflow: hidden;
}

#produkty .seznam_produktu .produkt .popis {
    float: right;
    height: 125px;
    overflow: hidden;
    width: 195px;
    margin-right: 5px;
    _display: inline;
}

#produkty .seznam_produktu .produkt h4 {
     margin-top: 6px;
     font-size: 1.2em;
}

#produkty .seznam_produktu .produkt h4 a {
    font-weight: bold;
}

#produkty .seznam_produktu .produkt p {
    margin-top: 0px;
    margin-bottom: 0px;
}

#produkty .seznam_produktu .button {
    margin-left: 5px;
}

#produkty .produktlevy {
    width: 270px;
    float: left; 
}

#produkty .produktlevy img {
       border: solid 1px #78828f;
       margin-bottom: 8px;
}

#produkty .produktpravy {
    width: 440px;
    float: right; 
}

.strankovani_seznam {
  font-size: 0.9em;
  background-color: transparent;
  border-width: 0px 0px 1px 0px;
  border-color: #444;
  padding-top: 5px;
  clear: both;
}

.strankovani_seznam a {
  font-weight: bold;
}

.strankovani_spodni {
   border-width: 1px 0px 0px 0px;
   margin-top: 15px;
}

.strankovani {
    border-width: 0px;
    display: inline;
  
    text-align: center;
    margin-right: 1px;
  vertical-align: top;
  _vertical-align: middle;
}

.strankovani a span {
  padding: 0px 3px 0px 5px;
}

.strankovani a:hover {
  /*text-decoration: underline;*/
}

.strankovani_vybrano {
  border: solid 0px #666;
  
}

.strankovani_vybrano a {
  /*color: #f00;*/
  text-decoration: none;
}

.strankovani_seznam .invisible {
    visibility: hidden;
}

#vyhledavani {
    position: absolute;
    top: 188px;
    right: 10px;
    text-transform: uppercase;
 
}

#vyhledavani, #vyhledavani input {
    vertical-align: middle;
    color: #132747;
}

#vyhledavani input {
    background-color: transparent;
    border: 0;
}

#vyhledavani input.q {
    width: 160px;
    _width: 170px;
    height: 20px;
    _height: 22px;
    background-image: url('/images/pozadi_hledani.gif');
    background-repeat: no-repeat;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
}

#vyhledavani input.submit {
    background-image: url('/images/pozadi_button.gif');
    background-repeat: no-repeat;
    width: 57px;
    height: 22px;
    padding: 0;
    text-transform: uppercase;
}


/* formulare */
.include_formular {
  clear: both;
}

.include_formular fieldset {
  margin-left: 100px;
  margin-right: 100px;
  text-align: center;
}

.include_formular table {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-width: 0px !important;
}

.include_formular td.polozka {
  width: 40%;
  text-align: right;
  vertical-align: top;
}

.include_formular td input, .include_formular td textarea {
  width: 90%;
}

.include_formular td textarea {
  height: 90px;
}

.include_formular td input.submit {
  width: auto;
}

.include_formular input.submit {
    border: 0;
    background-color: transparent;
    background-image: url('/images/pozadi_button.gif');
    background-repeat: no-repeat;
    width: 57px !important;
    height: 22px;
    padding: 0;
    text-transform: uppercase;
    color: #132747;
}

#aktualizace {
    text-align: center;
    border: solid 1px #b1b4b6;
    padding: 3px 5px;
    margin-bottom: 10px;
    background-color: #bbbcbd;
}