/* Zakladni nastaveni barev */
body {
	background: #fff url('/images/images-seychelles/bg_bezkytky.jpg') 50% 0% fixed;
  text-align: center;
  position: relative;

  padding-bottom: 150px;
}

p {
  line-height: 170%;
}

table, th, td, div, img, h1, h2, h3, h4, h5, input, textarea {
	border-color: #d7d7d7;
}

a {
	color: #0b496a;
}

input.submit {
	background-color: #e4e6e8;
	border-color: #567c8b;
	color: #517786;
}

h2.hlavni {
  color: #302f2f;
  font-family: 'Arial', sans-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;*/

  border-bottom-width: 3px;
  border-bottom-color: #e0e1e1;
  padding-bottom: 10px;
}

h2 {
  font-size: 2.4em;
  margin-bottom: 15px;
  font-weight: normal;
}

h3 {
  font-size: 2em;
  margin-bottom: 12px;
  font-weight: normal;
}

h4 {
  color: #0D1C76;
}

fieldset {
  border-color: #A3A3A3;
}

fieldset legend {
  border-color: #A3A3A3;
  color: #031939;
  background-color: #F0F0F0;
}

.topbox {
  background-color: #FFF;
}

/* obecne soubory ke stazeni s ikonkou */
.soubory_ke_stazeni li {
  padding-left: 5px;
}

/* pismo */
h1, h2, h3, h4, h5, h6, #menu li a, #produkty #left .menu li a {
    font-family: /*'Calibri',*/ 'Arial', sans-serif;
}


/* zakladni layout */

#body {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: left; 
    position: relative;
    z-index: 1;
}

img.homepage_image {
  margin: 10px 0 20px;
}

#kytka_obal {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;

  width: 100%;
  height: 211px;

  text-align: center;
}

#kytka_obal_dva {
  margin: 0 auto;
  position: relative;
  z-index: -1;

  width: 900px;
  height: 211px;
}

#kytka {
  position: absolute;
  left: 329px;
  top: 0;
  z-index: -1;


  display: block;
  width: 853px;
  height: 211px;
  background: transparent url('/images/images-seychelles/kytka.png');
}

#motto {
  position: absolute;
  right: 0;
  top: 68px;
  color: white;
  font-size: 16px;
  font-weight: bold;
}

#logos {
  position: absolute;
  right: 0;
  top: 25px;
  color: white;
  font-size: 16px;
  font-weight: bold;
}

#top {
    height: 186px;
    background: transparent;
}

#top h2 {
    position: absolute;
    width: 325px;
    height: 210px;
    left: -56px;
    top: -50px;
    overflow: hidden;
    z-index: 5;
}

#top h2 a {
    text-decoration: none;
}

#top h2 .c1 {
    display: none;
}

#top h2 .c2 {
    position: absolute;
    width: 325px;
    height: 210px;
    left: 0;
    top: 0;
    background-image: url('/images/images-seychelles/logo.png');
    background-repeat: no-repeat;
    cursor: pointer;
    _cursor: hand;
}

#zastupce {
    position: absolute;
    top: 25px;
    left: 300px;
}

#zastupce p {
    color: #9ba1a1;
    font-size: 0.9em;
    padding: 5px 0 10px 5px;
}

#autocentrum {
    position: absolute;
    top: 69px;
    right: 317px;
}

#vyhledavani {
    position: absolute;
    top: 182px;
    right: 13px;
    z-index: 10;
}

#vyhledavani .submit {
    padding: 0;
    margin: 0;
    border: 0;
}

#vyhledavani input {
    vertical-align: middle;
}

#jazyky {
    position: absolute;
    top: 0px; 
    right: 0px;
    font-size: 0.9em;
}

#jazyky a {
    color: #9ba1a1;
}

#jazyky #vybrat_jazyk {
  display: none;
}

#jazyky .label {
  display: block;
  float: left;
  color: white;
  font-size: 12x;
  padding: 4px 10px 0 0;
}

#jazyky .jazyk {
  width: 100px;
  
  float: left;
  background: url('/images/images-seychelles/bg_lang.gif') repeat-x;
}

#jazyky .vlajka.en {
  padding: 6px 10px 8px 40px;
  display: block;
  background: url('/images/images-seychelles/en_flag.png') no-repeat 5px 2px;
}

#jazyky .vlajka.cz {
  padding: 6px 10px 8px 40px;
  display: block;
  background: url('/images/images-seychelles/cz_flag.png') no-repeat 5px 2px;
}

#jazyky ul li a {
  width: 100px;
  background: url('/images/images-seychelles/bg_lang.gif') repeat-x;
  display: block;
}

#jazyky ul li a .vlajka.en {
  padding: 6px 10px 8px 40px;
  display: block;
  background: url('/images/images-seychelles/en_flag.png') no-repeat 5px 2px;
  
  display: block;
}

#jazyky ul li {
  list-style: none;
}

#jazyky ul {
  position: absolute;
  top: 26px;
  right: 15px;
  margin: 0;
  padding: 0;
}

#jazyky #handler {
  float: left;
  display: block;
  width: 15px;
  height: 26px;
  background: url('/images/images-seychelles/select_lang.gif') no-repeat;
}

#menu {
    float: left;
    width: 100%;
    position: absolute;
    top: 117px;

    height: 61px !important;

    z-index: 10;
}

#menu .fg {
  position: absolute;
  right: 0;
  background: transparent url('/images/images-seychelles/transparency.png');

  padding: 14px;
}

#menu .odkazy {
  float: left;
  position: relative;
  z-index: 10;
  
  padding: 10px 10px 0 10px;

  height: 51px;
  _height: 61px ;

  width: 673px;
  _width: 693px;

  background: transparent url('/images/images-seychelles/transparency.png');
}

#menu ul, #menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu li {
    float: left;
}

#menu ul ul {
  display: none;
    position: absolute;
    top: 35px;
    left: 0;
}

#menu ul ul a {
    font-weight: normal;
}

#menu li a {
  font-weight: normal;
  color: #3f3f3f;
  text-decoration: none;
  display: block;
  float: left;
  font-size: 14px;
  padding: 12px 6px 22px;
  overflow: hidden;
}

#menu li a:hover {
  background: white;
}

#menu li li a {
   max-height: 35px;
}

#menu li a span {
    display: block;
    float: left;
    cursor: pointer;
    white-space: nowrap;
}

#menu li a:hover {
    text-decoration: underline;
    padding-bottom: 55px;

}

#menu li a.aktivni {
    background-color: #fff;
    padding-bottom: 55px;

}

#menu li li a.aktivni, #menu li li a.aktivni .c1, #menu li li a.aktivni .c2 {
    background-image: none;
    background-color: transparent;
    color: #fff;
}


#menu ul ul li {
    background-color: #848484;
    background-image: url('/images/menu_pozadi.gif');
    background-repeat: repeat-x;
    background-position: 0px -8px;
}

#menu ul li li a {
    color: #fff;
}

#menu li li a span.c2 {
    padding: 4px 8px 5px 8px;
}

#main_ct {
  margin-left: 10px;
  margin-top: 24px;
}

#main_ct.nonindex {
}

.nonindex #main {
  background: white;
  padding: 25px 10px 10px 10px;
}

.nonindex #main h1 {
  font-size: 2.4em;
  font-weight: normal;
  margin-bottom: 20px;
}

#main, #main table {
    line-height: 145%;
}

#main p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

#bottom {
  position: absolute;
  float: left;
  bottom: 0;
  left: 0;

  background: #0088c4;
  color: white;

  zoom: 1;

  width: 100%;
  height: 118px;
  font-size: 0.9em;
  line-height: 140%;

  overflow: hidden;
}

#bottom .doleva {
    float: left;
    width: 40%;
}

#bottom .doleva p {
    margin: 50px 10% 0 0;
    float: right;
}

#bottom .doleva img {
  display: block;
    margin: 24px 20px 10px 10px;
    float: right;
}

#bottom .doprava {
    float:  left;
    width: 60%;
    background: #10437a;
    height: 100%;
}

#bottom .contact {
    float: left;
    width: 50%;
    background: #023465;
    height: 100%;
}

#bottom .contact div {
  text-align: left;
  margin: 5px 5% 0 5%;
} 

#bottom .contact p {
  float: left;
  text-align: left;
  margin: 5px 5%;
}

#bottom .loga {
  width: 50%;
  float:  left;
  height: 100%;
}

#bottom .loga img {
  margin: 30px 7%;
  display: block;
  float: left;
}

#bottom .loga img.fg {
  margin-top: 22px;
}

#bottom, #bottom a {
    color: white;
}

#bottom a {
    text-decoration: none;
}

#bottom a:hover {
    text-decoration: underline; 
}

/* index */ 

#index .motiv {
    text-align: center;
}

#index .boxy {
}

#index .boxy h3, #index .boxy p {
  margin: 15px;
}

#index .boxy .box2 h3, #index .boxy .box4 h3 {
  margin-left: 0;
}

#index .boxy h3 {
    padding-top: 5px;
    padding-bottom: 2px;
    font-size: 1.2em;
}

#index .boxy .box { 
    background-repeat: repeat-y;
    _display: inline;

    padding: 25px 10px 10px 10px;
}

#index .boxy .box .c1, #index .boxy .box .c2 {
    background-repeat: no-repeat;
}

#index .boxy .box .c2 {
    background-position: left bottom;
    padding: 10px 10px 8px 10px; 
}

#index .boxy .box4 .c2 {
  padding: 0;
}

#index .index_left {
  width: 635px;
  float: left;
}
#index .index_right {
  width: 237px;
  float: left;
}

#index .boxy .box1, #index .boxy .box3 {
    width: 614px;
    _width: 630px;
    background: white;
}
#index .boxy .box2, #index .boxy .box4 {
    margin-left: 18px;
    width: 217px;
    _width: 233px;
    background: white;
}

#index .boxy .box2, #index .boxy .box3, #index .boxy .box4 {
  background: transparent url('/images/images-seychelles/transparency.png');
}

#index .boxy .box3, #index .boxy .box4 {
  margin-top: 18px;
}


#index .boxy .box3 .ciselnik {
    float: left;
    width: 20px;
    padding-top: 2px;
}

#index .boxy .box3 .cislo {
    margin-bottom: 2px;
}

#index .boxy .box3 .cislo a {
    text-align: center;
    display: block;
    padding: 1px 0;
    background-color: #fff;
    border: solid 1px #fff;
    text-decoration: none;
}

#index .boxy .box3 .cislo a.aktivni {
    background-color: #fff;
}

#index .boxy .box3 .clanky {
    float: right;
    width: 549px;
}

#index .boxy .box3 .clanek {
    padding-top: 0;
}

#index .boxy .clanek h3 {
   margin: 0 0 15px 0;
  font-size: 2em;
}

#index .boxy .clanek p {
  margin: 0;
}



#index .boxy .akcni_nabidka {
    clear: both; 
    margin: 15px 0;
}

#index .box .lode_skladem {
    width: 100%;
    _width: auto;
}

#index .box .lode_skladem .zahlavi td {
    font-weight: bold
}

#index .box .lode_skladem td {
    border-bottom: solid 1px #fff;
}

#index .akcni_nabidka .foto {
    margin: 5px 0;
}


#index .akcni_nabidka h4 a {
    font-weight: bold;
}

#index .box .button {
    text-align: right;
    padding-top: 10px;
}

#index .banner {
  margin-bottom: 12px;
}

#motiv {
   position: relative;
   margin-bottom: 30px;
}

#motiv.produkty {
    /* min-height: 91px; */
}

#motiv.produkty_rubrika {
   /* min-height: 162px; */
}

#motiv h1 {
    position: absolute;
    top: 22px;
    left: 5px;
    font-size: 2em;
    background-color: #fff;
    padding: 15px 15px 15px 5px;    
    
    *padding: 10px 15px 23px 5px;    
    
    
    
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    opacity: .75;
}

#motiv.produkty_rubrika h1 {
    top: 56px;
}

#drobeckova {
    position: absolute;
    top: 187px;
    left: 13px;
    font-size: 0.9em;
}

#drobeckova, #drobeckova a {
    color: #888;
}

/* clanky */

.clanek {
  border-top-width: 0px;
  border-top-color: #e0e1e1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.clanek_prvni, .clanek_detail {
  border-top-width: 0px;
  padding-top: 0px;
}

.clanek h3 {
  background-color: transparent;
  border-width: 0px 0px 0px 0px;
  border-color: #F0F0F0;
  padding: 0px 0px 0px 0px;
  font-weight: bold;
  font-size: 1.2em;
}

.clanek h3 a {
  font-weight: bold;
  color: #302f2f;
}

.clanek .datum {
  padding: 0px 0px 0px 0px;
}

.clanek .cely_clanek {
  text-align: right;
  padding-top: 3px;
}

.clanek .cely_clanek a {
  font-weight: normal;
  font-size: 0.9em;
  padding: 0px 2px 0px 2px;
}

.clanek .ilustrace {
  float: left;
  margin-left: 2px;
  margin-top: 10px;
  _margin-top: 10px;
  margin-right: 8px;
  clear: left;
}

.clanek .anotace {
  text-align: left;
  font-style: normal;
}

.clanek .flash {
  float: left;
  margin-left: 2px;
  margin-top: 10px;
  _margin-top: 10px;
  margin-right: 8px;
  clear: left;
}

.clanek .clear_anotace {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  overflow: hidden;
}

.strankovani {
	border-width: 1px;
	display: inline;
	width: 20px;
	text-align: center;
	margin-right: 1px;
	padding-left: 2px;
  vertical-align: top;
  _vertical-align: middle;
}

.strankovani_vybrano {
  background-color: #EDF7F9;
}

/* produkty */
.vase_pozice {
  font-size: 0.9em;
  color: #555;
  margin-bottom: 5px;
  margin-top: 5px;
  clear: both;
}

.vase_pozice A, .vase_pozice A:visited, .vase_pozice A:hover {
  color: #555;
}


#produkty #left {
    width: 150px;
    float: left;
}

#produkty #left .menu ul, #produkty #left .menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#produkty #left .menu li a {
    display: block;
    padding: 12px 0 12px 15px;
    color: #575757;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}

#produkty #left .menu li a:hover {
    text-decoration: underline;
}

#produkty #left .menu li {
    border-bottom: solid 1px #d2d2d2;
}

#produkty #right {
    width: 697px;
    float: right;
}


#produkty #podrubriky {
  border-width: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  width: 100%;
}

#produkty #podrubriky .rubrika {
  width: 33.3%;
  border-width: 0px;
  background-color: transparent;
  padding: 0;
  vertical-align: top;
  text-align: center;
}

#produkty #podrubriky .rubrika IMG {
  float: none;
  margin-right: 2px;
  margin-left: 1px;
  margin-top: 0px;
  border: solid 0px #ddd;
}


#produkty #podrubriky h3 {
  margin-bottom: 0px;
  border-width: 0px;
  font-size: 1.4em;
  border-bottom: solid 1px #ddd;
} 

#produkty #podrubriky h3 a { 
  font-weight: bold;
  font-size: 0.9em;
  text-decoration: none;
  background-color: #ccc;
  padding: 0px 5px;
  color: #555;
}


#produkty #podrubriky h4 a:hover { 
  text-decoration: underline;
}



#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: #777;
  font-size: 0.9em;
}

#produkty #podrubriky .rubrika .popis {
  /*padding-left: 2px;
  padding-right: 2px;*/
}

#produkty .nadrubrika {
    font-size: 0.9em;
    color: #555;
}

#produkty .nadrubrika .logo {
    float: left;
    margin: 0 10px 10px 0;
}

/* seznam produktu */

#produkty .seznam_produktu {
  border-width: 0px;
  width: 100%; 
  clear: both;
  border-top: solid 1px #ccc;
}

#produkty .seznam_produktu .produkt {
  vertical-align: top;
  border: 0;
  border-color: #D7D7D7;
  /*background-image: url('/images/pozadi_produkt_seznam.gif');*/
  background-repeat: repeat-x;
  font-size: 0.9em;
  text-align: center;
}

#produkty .seznam_produktu .bunka1, #produkty .seznam_produktu .bunka3 {
  width: 33.3% !important;
        
}

#produkty .seznam_produktu .bunka2 {
  width: 33.4% !important;
}          

#produkty .seznam_produktu h4 {
  margin-bottom: 0px;
  border-width: 0px;
  font-size: 1.6em;
  border-bottom: solid 1px #ddd;
} 

#produkty .seznam_produktu h4 a { 
  font-weight: bold;
  font-size: 0.9em;
  text-decoration: none;
  background-color: #ccc;
  padding: 0px 5px;
  color: #555;
}


#produkty .seznam_produktu h4 a:hover { 
  text-decoration: underline;
}

#produkty .seznam_produktu .popis {
  clear: both;
}

#produkty .seznam_produktu .vrchni img {
  border-width: 0px;
  border-color: #DDD;
  margin: 0 0 5px 0;
}

#produkty .seznam_produktu .cena {
  color: #B00;
  font-weight: bold;
  text-align: right;
  font-size: 1.3em;
  padding: 3px 5px 0px 0px;
}

#produkty .seznam_produktu .cena_puvodni {
  color: #888;
  font-weight: bold;
  text-align: right;
  font-size: 1em;
  padding: 0px 6px 0px 0px;
  text-decoration: line-through;
}


#produkty .seznam_produktu .vrchni {
  padding-left: 0px;
  padding-right: 0px;

  min-height: 120px;
  _height: 120px;
  overflow: visible;
}

#produkty .seznam_produktu .koupit {
  float: left;
  padding-bottom: 5px;
  padding-left: 5px;
}

#produkty .koupit input {
  width: 20px;
  text-align: center;
  border-color: #999;
  vertical-align: middle;
  _height: 18px;
}

#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: auto;
  padding: 0px 0px 0px 0px;
  font-weight: normal;    
  color: #054A9E;
  font-size: 1em;  
}

#produkty .seznam_produktu_seznam {
  border-width: 0px;
  width: 100%; 
}

#produkty .seznam_produktu_seznam td {
  border-bottom: solid 1px #ddd;
  padding: 3px 3px;
}

#produkty .seznam_produktu_seznam .zahlavi td {
  font-size: 1em;
  border-bottom: solid 1px #265e97;
}

#produkty .seznam_produktu_seznam .zahlavi td a {
  font-weight: bold;
}

#produkty .seznam_produktu_seznam .vlastnost {
  text-align: center;
}

#produkty .seznam_produktu_seznam .nazev a {
  font-weight: bold;
}

#produkty .seznam_produktu_seznam .suda td {
  background-color: #f0f0f0;
} 

#produkty .seznam_produktu_seznam .foto img {
  border: solid 1px #ddd;
}

/* produkt */
#produkty table {
  border-width: 1px;
  border-color: #DDD;
}

#produkty tr.podbarveni {
  /*background-color: #F7F7F7;*/
}

#produkty td {
  padding: 2px;

}

#produkty td.polozka {
  width: 160px;
  text-align: right;
  padding-right: 5px;
}

#produkty td.hodnota {
  color: #265E97;
  text-align: left;
}

#produkty .zahlavi td {
  border-bottom-width: 1px;
  /*border-color: #98BEE5;*/
  color: #265E97;
  font-weight: bold;
  /*text-transform: uppercase;*/
  font-size: 0.9em;
  border-width: 0px;
}

#produkty .popis {
  margin-bottom: 10px;
}

#produkty .produktlevy {
  float: left;
  width: 270px;
  border-width: 0px;
}



#produkty .produktlevy .cena {
  color: #B00;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  margin-top: 5px;
}

#produkty .produktlevy .cena_puvodni {
  color: #888;
  font-weight: bold;
  text-align: center;
  font-size: 1em;
  padding: 2px 0px 0px 0px;
  text-decoration: line-through;
}


#produkty .produktlevy .koupit {
  font-size: 0.9em;
  text-align: center;  
  margin-top: 2px;
}

#produkty .produktlevy .banner {
    text-align: center;
    margin-bottom: 5px;
}

#produkty .produktpravy {
  float: right;
  width: 400px;
  border-width: 0px;
}

#produkty .produktpravy .foto {
  text-align: center;
  margin-bottom: 10px;
}

#produkty .produktpravy .foto_dalsi .polozka {
    float: left;
    width: 75px;
    height: 75px;
    text-align: center;
    background-color: #f0f0f0;
    margin: 2px 6px;
}


#produkty .produktpravy .pudorysy {
    text-align: center;
    padding-bottom: 5px;
}

#produkty .produktpravy .pudorysy img {
    vertical-align: middle;
}


#produkty .technicka_data {
   width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  /*background-image: url('/images/pozadi_produkt_seznam.gif');*/
  background-repeat: repeat-x;
  border-width: 0;
}

#produkty .technicka_data td {
  border: 0;
  border-bottom: solid 1px #f0f0f0;
  vertical-align: middle;
  text-align: left;
  padding: 3px 2px;
}


#produkty #contact_form {
    background-color: #fff;
    padding: 10px;
    position: absolute;
    left: 250px;
    top: 370px;
    width: 700px;
    
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=97)";
    filter: alpha(opacity=97);
    opacity: .97;
    display: none;
}


/* lode skladem */
#lode_skladem table {
  width: 100%;
}

#lode_skladem td {
  padding: 3px;
  border-bottom-width: 1px;
  border-bottom-color: #EEE;
}

#lode_skladem .zahlavi td {
  font-weight: bold;
  border-bottom-color: #0B496A;
}

#lode_skladem .cena {
  text-align: right;
  width: 90px;
}

#lode_skladem .nasklade {
  text-align: center;
  width: 80px;
}

#lode_skladem .zahlavi .cena {
  text-align: center;
}

#lode_skladem .zahlavi .nasklade {
  text-align: center;
}

#lode_skladem .vyrobce {
  font-weight: bold;
  width: 120px;
}

#lode_skladem .model {
  font-weight: bold;
  width: 100px;
}

#lode_skladem .vyrobce a, #lode_skladem .model a {
  font-weight: bold;
}

#lode_skladem .foto {
  text-align: center;
  width: 70px;
}


#lode_skladem_pravy {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
}

#lode_skladem_pravy td {
  font-size: 0.9em;
  border-bottom-width: 1px;
  border-color: #F0F0F0;
}

#lode_skladem_pravy .posledni td {
  border-bottom-width: 0px;
}

#lode_skladem_pravy .zahlavi td {
  font-weight: bold;
}

#lode_skladem_pravy .cena {
  text-align: right;
  width: 80px;
}

#lode_skladem_pravy .motor {
  width: 90px;
}

#lode_skladem_pravy .zahlavi .cena {
  text-align: center;
}

/* kalendar vystav */
#kalendar_vystav table {
  width: 100%;
}

#kalendar_vystav td {
  border-bottom-width: 1px;
  padding: 3px;
}

#kalendar_vystav .zahlavi th {
  border-bottom: solid 1px #0B496A;
  padding: 3px;
}

#kalendar_vystav .nadpis {
  font-weight: bold;
}

/* 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;
}

#video_lode {
  text-align: center;
}

#video_lode object, #video_lode embed {
  margin-left: auto;
  margin-right: auto;
}

body#print {
  background-image: none;
  background-color: #fff;
}

#print #paper {
  width: 210mm;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#print #document {
  margin-left: 0mm;
  margin-right: 0mm;
  margin-top: 0mm;
  margin-bottom: 0mm;
}

#print .foto1 {
  text-align: center;
  padding: 8mm 0 10mm 0;
}

#print .foto1 img {
  border: solid 2px #ddd;
}

#print .tabulka {
  text-align: center;
}

#print .technicka_data {
  width: 57%;
}

#print .technicka_data .zahlavi2 td {
  color: #000;
  font-size: 1.2em;
  padding: 4px;
  font-weight: bold;
}

#print .technicka_data .hodnota {
  color: #000;
  font-weight: bold;
}

#print .fotos {
  page-break-before: always;
  padding-top: 0mm;  
}

#print .fotos h3 {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 5px;
}

#print .fotos table {
  border-collapse: collapse;
  width: 100%;
  border: solid 2px #ddd;
}

#print .fotos td {
  border: solid 1px #ddd;
  text-align: center;
  vertical-align: center;
  padding: 5mm;
}

#print .hfoto {
  margin-bottom: 8mm;
}

.clanek_detail table td {
  padding: 9px;
  border-bottom: 1px dotted #ddd;
}

#kontakty #adresa {
  float: left;
}

#kontakty #galerie {
  float: right; 
  width: 320px
}

#kontakty #galerie a {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
}
