/* Zakladni nastaveni barev */
body {
    background-color: #63af5f;
    text-align: center;
    background-image: url('/images/pozadi_body.gif');
    background-position: 2px 0px;
}


table, th, td, div, img, h1, h2, h3, h4, h5, input, textarea {
	border-color: #389250;
}

a {
	color: #235b1f;
}

input.submit {
	background-color: #2d834c;
	border-color: #4c823f;
	border-width: 0;
	color: #FFF;
	background-image: url('/images/pozadi_submit.gif');
	background-repeat: repeat-x;
}

h2.hlavni {
  color: #3a440e;
  font-family: serif;
  background-color: transparent;
  font-size: 1.6em;
  margin-top: 0px;
  float: none;
  margin-bottom: 5px;
  padding: 5px 0px 5px 0px;
  border-width: 0px;
  border-color: #c2daf0;
  text-transform: uppercase;
}

h4 {
  color: #0f3f12;
}

fieldset {
  border-color: #389250;
}

fieldset legend {
  border-color: #389250;
  color: #0f3f12;
  background-color: transparent;
}

.topbox {
  background-color: #FFF;
}

h2 {
  font-size: 1.4em;
  background-image: url('/images/pozadi_nadpis.gif');
  background-repeat: no-repeat;
  padding: 15px 0px 15px 0px;
  color: #0f3f12;
}

#clear {
    height: 10px;
}

/* zakladni layout */
#body_ct {
    background-image: url('/images/stin.gif');
    background-repeat: repeat-y;
    background-position: 50% 0%;
}

#body {
    width: 990px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    position: relative; 
    padding-top: 25px;   
}

#top {
    height: 107px;
    _height: 108px;
    border-bottom: solid 1px #429a3e;
    width: 950px;
    margin-left: 20px;
    background-image: url('/images/motiv_top.jpg');
    background-repeat: no-repeat;
    background-position: 194px 0px;
    position: relative;
    margin-bottom: 23px;
    overflow: hidden;
}

#top h2 {
    position: absolute;
    width: 116px;
    height: 85px;
    overflow: hidden;
    left: 0px;
    top: 8px;

}

#top h2 a {
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    color: #006c53;
}

#top h2 .c1 {
    display: block;
    text-align: center;
    font-size: 1.4em;
}

#top h2 .c2 {
    display: block;
    position: absolute;
    width: 116px;
    height: 85px;
    left: 0px;
    top: 0px;
    background-image: url('/images/logo.gif');
    background-repeat: no-repeat;
    cursor: pointer;
    _cursor: hand;
}

#main {
    background-image: url('/images/pozadi_main.gif');
    background-repeat: repeat-y;
    margin-bottom: 1px;
    padding-right: 8px;
}

#left {
    float: left;
    width: 192px;
    background-color: #d6ead2;
}

#right {
    float: right;
    width: 768px;
    padding-top: 40px;
    line-height: 140%;
}

#right p {
    margin-top: 8px;
    margin-bottom: 8px;
}

#right h2 {
    text-transform: uppercase;
}

#bottom_ct {
    background-image: url('/images/stin_bottom.gif');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    padding-bottom: 14px;
}

#bottom {
    width: 990px;
    background-color: #9dcb9f;
    background-image: url('/images/pozadi_bottom.gif');
    background-repeat: repeat-x;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
    color: #08493a;
    font-size: 0.9em;
    font-weight: bold;
    overflow: hidden;
}

#bottom a {
    color: #08493a;
    text-decoration: none;
    font-weight: bold;
}

#bottom .doleva {
    padding: 6px 0px 0px 10px;
}

#bottom .vyrobil {
    padding: 6px 10px 0px 0px;
    text-align: right;    
}

#bottom a:hover {
    text-decoration: underline;
}


#top_line {
    position: absolute;
    top: 0;
    left: 0;
    width: 990px;
    height: 24px;
    background-color: #4ba04f;
    background-image: url('/images/pozadi_linka_top.gif');
    background-repeat: repeat-x;
    overflow: hidden;
    font-size: 0.9em;
}

#top_line a {
    color: #fff;
}

#top_line ul, #top_line li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#top_line ul {
    position: absolute;
    right: 5px;
    top: 4px;
}

#top_line li {
    float: left; 
    padding: 0px 5px;
    border-right: solid 1px #fff;
}

#top_line li.posledni {
    border-right: 0;
}

#zakaznik {
    width: 227px;
    height: 106px;
    background-color: #f2f8f1;
    position: absolute;
    right: 1px;
    top: 25px;
    font-size: 0.9em;
    color: #218351;
}

#zakaznik a {
    color: #218351;
}

#zakaznik .konto {
    background-image: url('/images/konto.gif');
    background-repeat: no-repeat;
    background-position: 5px 3px;
    padding: 5px 10px 8px 30px;
    border-bottom: solid 1px #fff;
}

#zakaznik .kosik a {
    display: block;
    background-image: url('/images/kosik.gif');
    background-repeat: no-repeat;
    background-position: 5px 3px;
    padding: 5px 10px 5px 30px;
    font-weight: bold;
    line-height: 140%;
}

#loginform td {
    padding: 4px;
}

#loginform input {
    width: 100px; 
    margin-right: 2px;
}

#loginform input.submit {
    width: auto;
    padding: 1px 3px;
}

#loginform {
    text-align: center;
}

#loginform table {
    margin-left: auto;
    margin-right: auto;
}

#loginform table td {
    text-align: left;
}

#zasli_heslo {
    width: 230px;
    margin-left: auto;
    margin-right: auto;
}

#main_menu {
    padding-bottom: 20px;
}

#main_menu h3 {
    height: 39px;
    background-color: #248551;
    background-image: url('/images/pozadi_menu.gif');
    background-repeat: repeat-x;
    color: #fff;
    text-transform: uppercase;
}

#main_menu h3 span {
    display: block;
    padding: 12px 10px 0px 15px;
    
}

#main_menu ul, #main_menu li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

#main_menu li {
    border-bottom: solid 1px #fff;
}

#main_menu li a {
    display: block;
    text-transform: uppercase;
    color: #235b1f;
    text-decoration: none;
    font-weight: bold;
    background-image: url('/images/sipka_katalog.gif');
    background-repeat: no-repeat;
    background-position: right bottom;
    min-height: 45px;
    _height: 45px;
}

#main_menu li.aktivni a {
    background-image: url('/images/sipka_katalog_aktivni.gif');
}


#main_menu li a span {
    display: block;
    padding: 8px 25px 8px 15px;
}

#main_menu li a:hover {
    text-decoration: underline;
}

#main_menu ul {
    background-image: url('/images/motiv.gif');
    background-repeat: no-repeat;
    background-position: 0% 100%;
    padding-bottom: 62px;
}

#top_menu {
    position: absolute;
    top: 156px;
    right: 0px;
     
    width: 776px;
    height: 39px;
    
    background-color: #248551;
    background-image: url('/images/pozadi_menu.gif');
    background-repeat: repeat-x;
    color: #fff;
    text-transform: uppercase;
}


#top_menu a {
    color: #fff;
    /*text-decoration: none;*/
    font-weight: bold;
    display: block;
    padding-left: 15px;
}

#top_menu a.aktivni {
    background-image: url('/images/sipka_menu.gif');
    background-repeat: no-repeat;
}

#top_menu a:hover {
    text-decoration: none;
}

#top_menu ul, #top_menu li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#top_menu li {
    float: left;
    padding: 12px 10px 0px 10px;
}

#aktuality_archiv .novinka {
  padding: 3px 5px;
  /*background-image: url('/images/pozadi_novinky.gif');*/
  background-repeat: repeat-x;
  background-position: 0% 100%;
}

#aktuality_archiv .datum {
  color: #a9a9a9;
  font-weight: bold;
  margin-top: 3px;
}

#drobeckova {
  position: absolute;
  top: 138px;
  left: 20px;
  font-size: 0.9em;
  color: #53a64e;
  background-image: url('/images/caplik.gif');
  background-repeat: no-repeat;
  padding-left: 17px;
}

#drobeckova A, #drobeckova A:visited, #drobeckova A:hover {
  color: #53a64e;
}

/* produkty */
#produkty #podrubriky {
  border-width: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
  width: 100%;
}

#produkty #podrubriky .rubrika {
  width: 33%;
  border: solid 1px #777;
  background-color: #f2f8f1;
  padding: 5px 5px 5px 5px;
  vertical-align: top;
  cursor: hand;  
}


#produkty #podrubriky .rubrika H3 {
  padding: 2px;
  font-size: 1.2em;
}

#produkty #podrubriky .rubrika H3 A, #produkty #podrubriky .rubrika H3 A:visited, #produkty #podrubriky .rubrika H3 A:hover {
  text-decoration: none;
  font-weight: bold;
  display: block;
}

#produkty #podrubriky .rubrika .zobrazit {
  margin-top: 5px;
  margin-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  text-align: right;
}

#produkty #podrubriky .rubrika .zobrazit A, #produkty #podrubriky .rubrika .zobrazit A:visited, #produkty #podrubriky .rubrika .zobrazit A:hover {
  color: #999;
  font-size: 0.9em;
}

#produkty #podrubriky .rubrika .popis {
  padding-left: 2px;
  padding-right: 2px;
}

#produkty #podrubriky .foto {
    display: block;
    padding-top: 5px;
    text-align: center;
}

/* seznam produktu */

#produkty .seznam_produktu {
  border-width: 0px;
  width: 100%; 
  border-collapse: collapse;
  margin-top: 10px;
}



#produkty .seznam_produktu .produkt {
  vertical-align: top;
  border-width: 0px 0px 0px 0px;
  border-color: #389250;
  background-color: #f2f8f1;
  /*font-size: 0.9em;*/
  padding: 0px 0px 0px 0px;
}

#produkty .seznam_produktu .bunka1, #produkty .seznam_produktu .bunka3 {
  width: 50% !important;
  border-right: solid 7px #fff;
  border-bottom: solid 7px #fff;
}

#produkty .seznam_produktu .bunka2 {
  width: 50% !important;
  border-left: solid 7px #fff;
  border-bottom: solid 7px #fff;
}          

#produkty .seznam_produktu h4 {
  margin-bottom: 5px;
  border-width: 0px; 
  background-image: url('/images/pozadi_h4.gif');
  padding: 0px 5px;
  min-height: 40px;
  _height: 40px;
  border-top: solid 1px #389250;
} 

#produkty .seznam_produktu h4 a { 
  font-weight: bold;
  font-size: 1.1em;
  display: block;
  padding-top: 2px;
  /*text-decoration: underline;*/
}

#produkty .seznam_produktu h4 a:hover { 
  /*text-decoration: underline;*/
}

#produkty .seznam_produktu .popis {
  float: right;
  width: 60%;
  position: relative;
  padding-bottom: 0px;
}

#produkty .seznam_produktu .popis p {
  margin-top: 3px;
  margin-bottom: 3px;
}

#produkty .seznam_produktu .foto {
  text-align: center;
  float: left;
  width: 35%;
  margin: 5px 0px 5px 7px;
  /*background-color: #fff;*/
}

#produkty .seznam_produktu .foto img {
  border-width: 1px;
  border-color: #fff;
}

#produkty .seznam_produktu .cena {
  color: #ed1c24;
  font-weight: bold;
  text-align: left;
  font-size: 1.2em;
  padding: 3px 5px 3px 0px;
}


#produkty .seznam_produktu .cena_popis {
    color: #0f3f12;
    font-size: 0.8em;
}

#produkty .seznam_produktu .cena_dph {
    color: #777;
    font-size: 0.9em;
}


#produkty .seznam_produktu .cena_dph .cena_popis {
    color: #777;
    font-size: 0.8em;
}


#produkty .seznam_produktu .detail {
    /*position: absolute;
    right: 0;
    bottom: 0;*/
}

#produkty .koupit input {
  width: 25px;
  text-align: center;
  border-color: #999;
  vertical-align: middle;
  _height: 18px;
}

#produkty .koupit table {
    border-width: 0px;
}

#produkty .koupit .cena {
    margin-bottom: 2px;
}

#produkty .koupit .cena input {
    vertical-align: middle;
}

#produkty .koupit select {
  width: 90px;
}

#produkty .koupit a, #produkty .koupit .submit {
  border-style: solid;
  border-width: 1px;
  border-color: #999;
  vertical-align: middle;  
  padding: 0px 3px 1px 3px;
  text-decoration: none;
  background-color: #F0F0F0;
}

#produkty .koupit .submit {
  width: 55px;
  padding: 0px 0px 0px 0px;
  font-weight: normal;    
  color: #054A9E;
  font-size: 1em;  
}

#produkty .razeni a {
    font-weight: bold; 
}

#produkty .razeni a.aktivni {
    /*color: #fff;*/
    text-decoration: none;
}

/* produkt */
#produkty table {
  border-width: 1px;
  border-color: #DDD;
}

#produkty tr.podbarveni {
  background-color: #edf4ec;
}

#produkty td {
  padding: 2px;
}

#produkty td.polozka {
  width: 120px;
  text-align: right
}

#produkty td.hodnota {
  
  text-align: left;
}

#produkty .zahlavi td {
  border-bottom-width: 1px;
  /*border-color: #98BEE5;*/
  background-color: #F7F7F7;
  color: #235b1f;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9em;
}

#produkty .popis {
  margin-bottom: 10px;
}

#produkty .produktlevy {
  float: left;
  width: 220px;
  border-width: 0px;
}

#produkty .produktlevy img  {
  border-width: 0px;
  border-color: #fff;
  margin-bottom: 0px;
}

#produkty .produktlevy .foto {

    text-align: center;
    padding: 9px 0px 5px 0px;
    margin-bottom: 2px;
}

#produkty .produktlevy .foto p {
    margin: 0px;
    font-size: 0.9em;
}

#produkty .produktpravy .cena {
  color: #ed1c24;
  font-weight: bold;
  font-size: 1.4em;
  text-align: left;
  margin-top: 0px;
}

#produkty .produktpravy td .cena {
    text-align: center;
    font-size: 1em;
}

#produkty .produktpravy .cena_dph {
  color: #777;
  font-size: 0.9em;
}


#produkty .produktpravy .cena_popis {
    color: #0f3f12;
    font-size: 0.9em;
}

#produkty .produktpravy .cena_dph .cena_popis {
    color: #777;
}

#produkty .produktpravy .submit_koupit {
    width: 30px;
    height: 20px;
    border: 0;
    margin-top: 0px;
}

#produkty .produktpravy .koupit {
  font-size: 1em;
  text-align: left;  
  margin-top: 2px;
  margin-right: 10px;
  font-weight: bold;
}

#produkty .produktpravy .koupit table {
    border-collapse: collapse;
}

#produkty .produktpravy .koupit td {
    border-bottom: solid 1px #b7dbb1; 
    padding: 3px 3px 3px 3px;
}

#produkty .produktpravy .koupit td input {
    vertical-align: middle;
}

#produkty .produktpravy select {

  width: 150px;
  margin-bottom: 2px;
}

#produkty .produktpravy {
  float: right;
  width: 470px;
  border-width: 0px;
}

#produkty .technicka_data {
  margin-bottom: 10px;
  border-width: 0;
  width: 80%;
}

#produkty .technicka_data .polozka {
    width: 150px;
}

#produkty .technicka_data td {
    border-bottom: solid 1px #b7dbb1;
}


#produkty .technicka_data td {
  vertical-align: top;
}

#produkty .podrubrika {
   border: solid 1px #444;
   padding: 10px;
   margin-bottom: 10px;
}

#produkt {
   background-color: #f2f8f1;
   border-top: solid 1px #389250;
   padding-top: 10px;
   padding-bottom: 0px;
}

#produkt #souvisejici {
    clear: both;
    margin-top: 20px;
    background-color: #fff;
}

#produkt #souvisejici h3 {
    border-top: solid 5px #fff;
    margin-left: 0px;
    padding: 3px 5px;
    text-transform: uppercase;
}

#produkt .hlavicka {
    display: none;
}

.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;
}

.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;
}

.text_stranka h3 {
    font-size: 1.4em;
    /*border-bottom: solid 1px #ed1f24;*/
    margin-top: 15px;
    color: #0f3f12;    
}

/* clanky */
.clanek h3 a {
  font-weight: bold;
  font-size: 1.1em;
}

.clanek .datum {
  float: none;
  padding: 0px;
  margin: 0px;
  border-top-width: 0px;
  border-top-color: #c4c49b;
  color: #0f3f12;
  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: right;
  clear: right;
  margin-top: 0px;
  height: 24px;
}

.clanek .cely_clanek a {
  float: right;
}

.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;
}


/* registrace */
#registrace fieldset {
  margin-left: 100px;
  margin-right: 100px;
}

#registrace td.polozka {
  width: 108px;
  text-align: right;
}

#registrace td input {
  width: 200px;
}

#registrace td select {
  width: 200px;
}

#registrace td input.polovicni {
  width: 100px;
}

#registrace .psc {
  width: 40px;
  text-align: center;
}

#registrace .mesto {
  width: 155px;
  *width: 153px;
  _width: 157px;
  
}

#registrace .radio {
  width: auto;
  background-image: none;
}

#registrace .submit {
    border: 0;
    padding: 0;
    margin: 0;
}


/* kosik */
#kosik .seznam_produktu {
  width: 100%;
  border-width: 0px;
  border-color: #a3a3a3;
  background-color: transparent; 
  margin-top: 5px;
}

#kosik .seznam_produktu .zahlavi td {
  font-weight: bold;
  border-bottom-width: 1px; 
  border-bottom-color: #016d53;
  background-color: #d6ead2;
  color: #235b1f;
}

#kosik .seznam_produktu td {
  padding: 5px 6px 5px 6px;
  border-bottom-width: 0px;
  border-bottom-color: #FFF;
}

#kosik .seznam_produktu .posledni td {
  border-bottom-width: 0px;
}

#kosik .seznam_produktu .mnozstvi {
  text-align: center;
  /*width: 70px;*/
}

#kosik .seznam_produktu .cena {
  text-align: right;
  width: 110px;
}

#kosik .seznam_produktu .zahlavi .cena {
    padding-right: 23px;
}

#kosik .seznam_produktu .mnozstvi input {
  width: 25px;
  text-align: center;
  border-color: #DDD;
}  

#kosik .seznam_produktu .produkt a {
    font-weight: bold;
}

#kosik .seznam_produktu .odstranit {
  width: 20px;
}

#kosik  .cena_celkem {
  /*color: #fff;*/
  font-weight: bold;
  font-size: 1em;
  margin-top: 5px;
  margin-bottom: 10px;
}

#kosik .cena_celkem .castka {
  float: right;
  padding-right: 55px;
}

#kosik form .submit {
  width: auto;
  padding: 0;
  border: 0;  
}

#kosik .doprava_poznamka {
    background-color: #f7f7f7;
    text-align: center;
    border-width: 1px;
    margin-left: auto;
    margin-right: auto;
    width: 77%;      
}

#kosik fieldset {
  margin-left: 100px;
  margin-right: 100px;
}

#kosik .zakaznik {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  border-width: 0px;
  border-color: #a3a3a3; 
  margin-bottom: 10px;
}

#kosik .zakaznik .polozka {
  text-align: right;
  padding-right: 5px;
  width: 40%;
}

#kosik .zakaznik td {
  padding: 2px 4px 2px 4px;
  border-bottom-width: 0px;
  border-bottom-color: #fff;
}

#kosik .zakaznik .posledni td {
  border-bottom-width: 0px;
}

#kosik .zakaznik .hodnota {
  /*color: #90193d;*/
  /*font-weight: bold;*/
}

#kosik .zakaznik .hodnota input {
  width: 210px;  
}

#kosik .zakaznik .hodnota select {
  width: 300px;  
}


#kosik .zakaznik .hodnota textarea {
  background-image: url('/images/pozadi_input.gif');
  background-repeat: repeat-x;
  background-position: left top;
  background-color: #fffefb;
  width: 210px;  
}

#kosik .zakaznik .hodnota .psc {
  width: 40px;
}

#kosik .zakaznik .hodnota .mesto {
  width: 165px;
  _width: 167px;
  *width: 163px;
}

#kosik .zakaznik h4 {
  font-size: 0.9em;
  padding-left: 165px;
  color: #fff;
}

#kosik.objednavka .cena_celkem .castka {
  padding-right: 22px;
}

#kosik hr {
    border: 0;
    height: 1px;
    background-color: #601e21;
    margin-top: 10px;
    margin-bottom: 10px;
    
}

#index {
    background-image: url('/images/pozadi_index.gif');
    background-repeat: repeat-y;
}

#index_levy {
    width: 453px;
    float: left;
}

#index_levy .clanek {
    position: relative;
}

#index_levy .clanek .datum {
    position: absolute;
    left: -8px;
    top: 4px;
    background-image: url('/images/novinka.gif');
    background-repeat: no-repeat;
    width: 60px;
    height: 43px;
    font-weight: bold;
}

#index_levy .clanek .datum_text {
    display: block;
    padding-left: 22px;
    padding-right: 5px; 
    text-align: center;
}

#index_levy .clanek .text {
    padding-left: 60px;
}

#index_levy .clanek h3 {
    background-color: #d6ead2;
    border-top: solid 1px #389250;
    padding-top: 5px;
    padding-bottom: 5px;
}

#index_levy .clanek h3 span {
    display: block;
    padding-left: 60px;
}

#index_levy .clanek .cely_clanek a {
    font-size: 0.9em;
    font-weight: bold;
}

#index_levy #produkty .seznam_produktu .produkt {
    font-size: 0.9em;
}

#index_levy #produkty .seznam_produktu .foto {
    float: none;
    width: auto;
}


#index_levy #produkty .seznam_produktu .popis {
    float: none;
    width: auto;
    padding-left: 5px;
}

#index_levy #produkty .seznam_produktu h4 a {
    font-size: 1em;
}

#index_pravy {
    width: 298px;
    float: right;
    
    font-size: 0.9em;
}

#index_pravy, #index_pravy table td {
    color: #3c6c48;
}

#index_pravy h2.motto {
    font-size: 1.8em;
    padding-bottom: 0px;
}

#kontakt_form {
    background-color: #d6ead2;
    padding: 0px 5px 5px 5px;
}

#kontakt_form h3 {
    font-size: 1em;
    padding: 5px 0px;
    text-transform: uppercase;
}

#index_pravy #kontakt_form .polozka {
    width: 80px;
}

#index_pravy #kontakt_form input, #index_pravy #kontakt_form textarea {
    width: 150px;
}

#index_pravy #kontakt_form input.submit {
    width: auto;
    padding: 3px;
}

#novinky {
    padding-top: 5px;
}

#novinky h3 {
    text-transform: uppercase;
}

#novinky .datum {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-weight: bold;
}

#novinky p {
    margin: 2px 0px;
}

#ostatni {
    background-image: url('/images/pozadi_stranka_ostatni.gif');
    background-repeat: repeat-y;
}

#ostatni #levy {
    width: 541px;
    float: left;
}

#ostatni #pravy {
    width: 208px;
    float: right;
    font-size: 0.9em;
}

#ostatni #kontakt_form input, #ostatni #kontakt_form textarea {
    width: 180px;
}

#ostatni #kontakt_form input.submit {
    width: auto;
    padding: 3px;
}


#ostatni #pravy, #ostatni #pravy table td {
    color: #3c6c48;
}


.soubory {
	clear: both;
	float: right;
	border-width: 1px;
	margin: 5px;
	padding: 3px;
	padding-bottom: 2px;
	font-size: 0.9em;
	text-align: left;
	text-indent: 0px;
	width: 200px;
}

.soubory_stranka {
	width: 95%;  
}

.soubory li, .soubory ul {
  margin: 0px;
  padding: 0px;
}  

.soubory li {
  display: block;
}  

.soubory_stranka li {
  margin-top: 9px;
}

.soubory img {
  float: left;
  margin-right: 5px;
}


#map {
  margin: 0px 0px 5px 5px;
  width: 300px;
  height: 350px;
  float: right;
  border: 3px solid #d6ead2;
}