/* CSS Document */
body {
        background: url(../layout/back.jpg) repeat;
		
        margin: 0;
        padding: 0;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        text-align: center;
         
        font-size: 12px;
	    line-height: 150%;
        
}

table tr td {
        font-size: 12px;
}

/****************************************************** hlavni casti stranky */
#layout_page {
        margin: auto;
        padding: 0;                  
        width: 930px;
		_width: 930px;
        background-color: #fff;
        margin-top: 10px;
        margin-bottom: 10px;
		border: 6px solid #fff;
}
#layout_header {
        margin: auto;
		margin-bottom: 5px;
        padding: 0;
        width: 930px;
        height: 190px;
        background-image: url('../layout/title.jpg'); 
        background-repeat : no-repeat;        
        position: relative;
		border-top: 1px solid #fff;
		
}

#layout_header1 {
        margin: auto;
        padding: 0;
        width: 930px;
        height: 200px;
        background-image: url('../layout/head.jpg'); 
        background-repeat : no-repeat;       
        position: relative;
		
		
}


#layout_menu_left {
        float: left;
        width: 190px;  ¨
		  
        min-height: 300px; 
        height: 100%; 
		  background: #f6f5f3;
        text-align: left;  
		        
         
}

#layout_menu_right {
        float: right;
        width: 190px; 
		    
        min-height: 300px; 
        height: 100%; 
        text-align: left; 
		background: #f6f5f3;           
         
}
#layout_bottom {     
        padding: 0;
        width: 930px;
        height: 27px;        
        background-image: url('../layout/nadpisy.gif'); 
        background-repeat: repeat-x;  
        font-size: 11px;
        color: white;
        clear: both;
        line-height: 60%;
        
}

#layout_bottom_odkazy {     
        padding: 0;
		margin-top: 10px;
        width: 930px;
        height: 250px;
		background: #333333;
		background-repeat:repeat; 
                 
        font-size: 11px;
		
        color: white;
        clear: both;
        line-height: 170%;
        
}

#layout_bottom_odkazy a {     
        border-width: 0;
		color: white;
		text-decoration:none;
		
		
        
}

#layout_bottom_odkazy a:hover {     
        border-width: 0;
		color: white;
		text-decoration:underline;
		
		
        
}

#layout_bottom_odkazy a span {     
		color: #FFFFFF; 
		font-size: 12px;
		
		
        
}

#layout_bottom_odkazy h2 {     
        padding: 10px;
		font-size: 12px;
        color: white;
		text-align: left;
		
        
}



#layout_bottom_odkazy img {
		float: left;
		margin-left: 15px;
		border: 0;
		
}

#layout_cont { 
        width: 548px;
        margin: 0;
        padding: 0;
        text-align: left;
        margin-left: 190px;
		_margin-right: 190px;
        _width: 520px;
		/*border: 1px solid #990000;*/
		
}
#layout_anketa {
  border: 1px solid #003388;
  margin: 20px 10px 20px 20px;
  float: right;
  width: 180px;
}
#layout_anketa .anketa-otazka {
  text-align: center;
  border-bottom: 1px dashed #003388;
  padding: 5px;
  color: #003388;
  background-color: #DFE6EF;
}
#layout_anketa td {
  font-size: 10px;
}
#layout_anketa .anketa-hlasovalo {
  text-align: center;
  border-top: 1px dashed #003388;
  font-size: 10px;
  background-color: #DFE6EF;
}

.hidden {
        display: none;
}
h1 {
        font-size: 25px;
        margin-top: 10px;
        text-align: left;
		color: #660000;
}

h1.prod {
        font-size: 17px;
        margin-top: 10px;
        text-align: left;
		color: #660000;
}

h2 {
        font-size: 13px;
        font-weight: bold;
		
}
h3 {
        font-size: 12px;
        font-weight: bold;
}
p, ul { 
        line-height: 150%;
        text-align: left;
        font-size: 12px;
		
}

a:hover {
      color:gray;
}
.obycstr-telo {
        text-align: left;
}
.obycstr-telo img {
        /*float: right;*/
        margin: 5px;
        border: 0px;
}
.obycstr-telo table {
        font-size: 1em;
}
.obycstr-telo table td {
        text-align: left;
        padding: 0px 5px;
}
.obycstr-telo table.kontakty {
        font-size: 1em;
}
.obycstr-telo table h3 {
        font-size: 1.1em;
        text-align: left;
        margin: 2ex 0px 3px 0px;
        padding: 0px;
        border-bottom: 1px #000000 solid;
}
.obycstr-telo .udaje td {
  background-color: #f6f6f6;
  padding: 2px;
}
.cont_space {
        padding:5px;
}
.obycstr-zapati img {
        float: none;
        margin: 0px;
}
#stranka_vnitrek {
      padding: 2px 10px 10px 10px;
}
#stranka_vnitrek2 {
      padding: 0;
}
#stranka_vnitrek_bez_gr {
  width: 100%;
  background-color: white;
  padding: 20px;
  min-height: 400px;
}
#reklama-top {
}
.msg {
  color: #ff0000;
  margin-bottom: 2ex;
}
.strankovani {
  margin: 3ex auto 2ex auto;
  width: 500px;
  text-align: center;
}
.strankovani a {
  margin: 0 1em 0 0;
}
.strankovani a.pravy {
  margin: 0 0 0 1em;
}
.strankovani a:hover {
  text-decoration: none;
}

.novinky{
      border-bottom: 1px solid #C8D4E4;
      padding-bottom: 15px;
}
.galerie_vypis,
.prilohy,
.form_sekce {
      border-top: 1px solid #C8D4E4;
      padding-bottom: 5px;
      margin-top: 15px;
}

.form_sekce table td {
      padding: 5px;
}


.novinka-detail {
  padding: 5px;
}
.novinka-detail h3, .novinka-detail p {
  margin: 1ex 0px 0px 0px;
  padding: 0px;
  font-size: 1em;
}
.novinka-detail p {
  margin: 1ex 0px;
  padding: 0px;
}
.novinka-detail a {
  font-size: 0.8em;
}

.datum-novinky {
  color: red;
  font-size: 10px;
  font-weight: normal;
}
.anotace-novinky, .obsah-novinky {
  text-align: justify;
  margin-top: 1ex;
}
a.odk-cela-novinka, a.odk-cela-novinka:visited {
  font-size: 0.8em;
}
.obr-novinky {
  float: right;
  border: 1px solid #cccccc;
  margin: 4px;
}
.galerie-telo {
  text-align: center;
}
.galerie-telo img {
  border: 0px;
}
.galerie .galerie-tab {
  margin: 0 auto;
  text-align: center;
}
.galerie .galerie-tab td {
  text-align: center;
}



.nabidka {
  margin: 3ex 0;
}
.nabidka h3 {
  margin: 1ex 2em;
}
#layout_page.intra_login_form {
  text-align: center;
  width: 400px;
  border: 1px solid gray;
  color: #000000;
  background-color: #C0C0C0;
  margin: 60px auto 0 auto;
}
#layout_page.intra_login_form div {
  padding: 5px;
}
.intra_login_form h3 {
  text-align: center;
}
.intra_login_form .formular {
  width: 250px;
  margin: 30px auto 10px auto;
}
.intra_login_form  .polozka {
  text-align: right;
  width: 100%;
  margin-bottom: 10px;
}
.intra_login_form  .polozka label {
  font-weight: bold;
}
.intra_login_form  div.tlacitko {
  text-align: center;
}
.login-back {
  text-align: center;
  width: 100%;
}
.login-back a {
}
.intra_login_form  input.password, .intra_login_form  input.user-name {
  width: 150px;
}


/***************************************************************** leve menu */
#layout_menu_in {    
        height: 100%;
        _height: 350px; 
        padding: 0px;
      
      text-align: center;
	 
}
#layout_menu_in ul {
        margin: 0;
        padding: 0;
        
        position: relative;
		 
		  
}
#layout_menu_in ul {
      padding: 5px 10px 10px 10px;
	  _padding-top: 10px;
	   
}

#layout_menu_in ul.submenu_vert {
  position: absolute;
  left: 145px;
  margin-top: -1.6em;
  z-index: 10;
  list-style-type: none;
  width: 210px;
  background: #CCCCCC;
  display: none; /* podmenu nebude videt pri vypnutem JS a zapnutych CSS */

}
#layout_menu_in ul.submenu_vert li {
  margin: 5px 10px 5px 5px;
  list-style-type: none;
}
#layout_menu_in ul.submenu2_vert, #layout_menu_in ul.submenu3_vert {
  position: absolute;
  left: 195px;
  margin-top: -1.6em;
  list-style-type: none;
  z-index: 10;
  width: 210px;
  
  display: none; /* podmenu nebude videt pri vypnutem JS a zapnutych CSS */
 
}
#layout_menu_in ul.submenu2_vert li {
  margin: 5px 10px 5px 5px;
  list-style-type: none;
}
#layout_menu_in ul li {
        margin: 0px;
        padding: 0px; 
		list-style-type: none; 
        border-bottom: 1px solid #666666; /* kvuli odskakovani v ie */
}
#layout_menu_in ul li a {
        margin:0;
        display: block;
		
		
		font-size: 12px;
		color: #993300;
		letter-spacing: 1px;
		font-weight: bolder;
        width:99%;     
        padding: 1px 0px 3px 0px;
		text-decoration: none;
		
}


#layout_menu_in ul li a.intra {
        background-color: lightblue;
}
#layout_menu_in ul li a:hover {
        
		text-decoration: underline;   
}
#reklama-left {
}
.search-input {
  margin: 0px 0px 0px 10px;
  width: 150px;
}
#search form {
  display: inline;
}
#search {
  margin: 0px 0px 5px 0px;
  height: 80px;
  position: relative;
  width: 190px;
  

}
#search-btn {
  width: 16px;
  height: 16px;
  background-image: url('../obr/search.png'); 
  background-repeat : no-repeat;
  position: absolute;
  right: 10px;
  top: 50px;
}
.left-banner {
  margin: 30px 0px 80px 0px;
}


/******************************************************************* zahlavi */
#layout_header h1 a, #layout_header h1 a span {

}
#layout_header h1 a span {
  display: none;
}
#layout_header h1 a {
display: none;
}
#layout_header h1 {

}
.hidden-nav a {
display: none;
}
.hidden-nav a:active, .hidden-nav a:focus {

}
#header-banner {
}
#reklama-head {
}
#horiz-menu {
      background-image: url('../layout/navbg.jpg');
      background-repeat: repeat-x;
      height: 39px;
	  margin-bottom: 5px;
	 
      
}
#horiz-menu ul {
  margin: 0;
  padding:0 0 0 0px;
  list-style-type: none;
  position: relative;
  font:bold 14px/27px Arial, Helvetica, sans-serif;
	
}
#horiz-menu ul li {
  /*display: inline;*/
  float: left;
  position: relative;
  padding:0 15px 0 0px;
  
}
#horiz-menu ul li a {
  margin: 0px;
  font-size: 14px;
  height: 33px;
  
  color: #fff; background-color:inherit; text-decoration:none;
  text-decoration: none;
  font-weight: bold;
}
#horiz-menu ul li a span {
  padding-left: 10px;
  padding-right: 25px;
  
  padding-top: 6px;
  display: block;
}
#horiz-menu ul li a:hover {
text-decoration:underline; 
}
#horiz-menu ul.submenu_horiz {
  position: absolute;
  left: 45px;
  top: 20px;
  text-align: left;
  margin: 0;
  z-index: 11;
  width: 210px;
  background: #999999;
  border: 1px solid gray;
  display: none;   
  margin: 0;
  padding: 0;
}

#horiz-menu ul.submenu_horiz li a span {
  display: block;
  margin: 0;
  padding: 5px;
}

#horiz-menu ul.submenu_horiz li {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
#horiz-menu ul.submenu2_horiz {
  position: absolute;
  left: 195px;
  margin-top: -1.6em;
  z-index: 10;
  width: 210px;
  background: white;
  border: 1px solid gray;
  display: none; /* podmenu nebude videt pri vypnutem JS a zapnutych CSS */

}
#horiz-menu ul.submenu2_horiz li {
  margin: 5px 10px 5px 5px;
}
#intra {
  position: absolute;
  right: 15px;
  top: 10px;
}
#intra a {
  font-size: 11px;
  text-decoration: none;
  color: black;
}
#intra a:hover {
  color: green;
}


/******************************************************************** zapati */
#layout_bottom a {      
  color: #ffffff;                 
}
#layout_bottom .cont_space {      
  padding:10px;                 
}








/************************ boxy */
.box {
      margin:auto;
	 
      text-align: left;
      width: 190px;
      background-image: url('../layout/nadpisy.gif');
      background-position: top;
      background-repeat: repeat-x;
      margin-bottom: 20px;      
}

.nadpisy {
      
      background-image: url('../layout/nadpisy.gif');
      margin: 0;
      padding: 0;
      background-repeat: repeat-x;
      text-align: left;
      height: 35px;
      color: #ffffff;
	  font-size: 14px; 
	  padding: 10px 10px 0px 10px;
	  
	  text-decoration: none;
	     
}

.nadpisy a{
      
     
	  text-decoration: none;
	     
}


.box h3 {
      margin: 0;
      padding: 0;
      background-repeat: no-repeat;
      text-align: left;
      height: 46px;
      color: #ffffff;
}

.box p {
      padding: 10px;
      padding-top: 0;
      
}

.box h3 span {
      padding-top: 17px;
      padding-left: 0px;
      display: block;
}

#aktuality .aktualita {
      padding: 10px;
      font-size: 11px;
      line-height: 150%;
	  text-align: left;
	  background: url(../layout/bg_kategorie.gif) repeat-x;
	  
}

#aktuality .aktualita h4 {      
      text-align: left;
      font-weight: bold;
      margin: 0;
      font-size: 11px;
}
#aktuality .aktualita h4 a {
      color: black;
}

#aktuality .aktualita h4 a:hover {
      color: gray;
}
#aktuality .aktualita p {
      margin: 0;
      padding:0;
      padding-top: 2px;      
      font-size: 11px;
      line-height: 150%;
	  
}

#aktuality .aktualita img.obr {
      margin-top: 10px;
      border: 1px solid black;
}

#aktuality .aktualita .obr_akt {
      text-align: center;
}

#aktuality .aktualita .datum_akt {
  color: #666666;
  font-size: 9px;
  font-weight: normal;
}

/*produkt-aktualita/**/

#akce .produkt-aktualita {
      padding: 10px;
      font-size: 11px;
      line-height: 150%;
	  text-align: center;
	 
	  
}

#akce .produkt-aktualita h4 {      
      text-align: center;
      font-weight: bold;
      margin: 0;
      font-size: 11px;
}
#akce .produkt-aktualita h4 a {
      color: black;
}

#akce .produkt-aktualita h4 a:hover {
      color: gray;
}
#akce .produkt-aktualita p {
      margin: 0;
      padding:0;
      padding-top: 2px;      
      font-size: 11px;
      line-height: 150%;
	  
}

#akce .produkt-aktualita img.obr {
      margin-top: 10px;
      border: 1px solid black;
}

#akce .produkt-aktualita .obr_akt {
      text-align: center;
}












#kosik_box h3,
#aktuality h3,
#kategorie h3 {
      padding-left: 10px;
	 
}

#kosik_box {
background:#e7e6df;
   
	
	  
}

#kosik_box h3 a{
	color:#FFFFFF;
	padding-left: 10px;

}

#aktuality h3 {
 
}

#kategorie  {
background:;
 
}


#kosik_box {


text-align: left;
float: right;
width: 190px;  
color: #000;

height: 190px;
}

#kosik_box div {
      padding:10px;
      line-height: 150%;
      padding-bottom:0;
	  
}

#kosik_box div span {
      font-weight: bold;
      display: block;
      padding-top: 3px;
      padding-bottom: 5px;
      color: #003388;
	  
}

#hotline_box h3 {
      background: url('../layout/bg_box_hotline.gif');
      background-repeat: no-repeat;
      padding-left: 45px;
      font-size: 20px;
      color: #E90F15;
}
#hotline_box p {
      font-size: 10px;
      color: #003388;
      line-height: 120%;
}

#hotline_box div {
      font-size: 20px;
      color: #003388;
      text-align: center;
      font-weight: bold;
      padding: 0px
}

#prihlaseni_box {
      padding: 0px;
	  height: 130px;
      margin: 0;
	  background-color:#e8e8e8;
	 
	  
   
}








/******************************************************************************/

.clear {
      clear: both;
}

a {
      color: black;
}


/************************ eshop ******************************************************/

table.kosik {
      border-collapse: collapse;
}

table.kosik tr th,
table.kosik tr td {
      border: 1px solid gray;
      padding: 5px ;
      font-size: 12px;
      line-height: 150%;      
}

table.kosik tr th {
      background-color: #DFE6EF;
      text-align: center;
}

.produkt {
      
	  
	  
      float: left;   
      text-align: center;
      margin: 8px;   
      _margin: 5px;   
}

.produkt a {
      display: block;
      text-decoration: none; 
      padding: 2px 5px 5px 5px;  
	  height: 170px;
	  _height: 200px;  
	  width: 140px;
	  background-color: #F5F5F5;
      border: 1px solid #CCCCCC; 
}
.produkt a:hover {
      background-color: #e8e8e8;  
      border: 1px solid #660000; 
      color: #660000;
}

#layout_cont .produkt a h2 {
      text-decoration: underline; 
      margin: 0;
      margin-bottom: 5px;
}

#layout_cont .produkt a .cena {
      padding-top: 5px;
      font-weight: bold;
}

#layout_cont .produkt a .cena span {
      font-size: 9px;
      font-weight: normal;
      color: gray;  
}


#layout_cont .produkt a img {
      border: 1px solid silver;
	  
}

#stranka_vnitrek .produkt a img {
      border: 1px solid silver;
	  max-width: 140px;
	  _width: 120px;
	  max-height: 100px;
	  _height: 90px;
	  
}



.produkt_detail {
      padding: 10px;
}

.produkt_detail .hl_foto {
      float: left;
      margin-right: 15px;
      text-align: center;
}

.produkt_detail .hl_foto img {
      border: 1px solid silver;
}

.produkt_detail .barva {      
      width: 100px;
      border: 0px solid silver;
      float: left;
      margin: 10px;
      text-align: center;
}

.produkt_detail .cena {      
      padding-top: 20px;
      font-size: 15px;
}
.produkt_detail .cena_bez_dph {      
      padding-top: 5px;
      color: gray;
}
.produkt_detail .cena span {      
      font-weight: bold;
}
.produkt_detail .barva h3,
.produkt_detail .hl_foto h3 {      
      margin:0;
      padding-top: 4px;
}




.myclear {
display: table; width: 100%;
_clear: both;
}

.vlozit_do_kosiku {
      background-color: #f0f0f0;
      padding: 5px;
text-align: right;
}

.univerzalni_typ {
      border-bottom: 1px solid gray;
      padding-bottom: 10px;
}

.univerzalni_typ img {
      float: left;
      margin-right: 15px;
}
table.model_auta {
      border: 2px solid #f0f0f0;
      width: 100%;      
      _width: 518px;
      
}
table.model_auta tr td {
      padding: 10px;
}

.styl_sedacek {
      float: left;
      width: 240px;
      border: 1px solid gray;
      margin: 11px;
      _width: 230px;
      
}
.styl_sedacek table {
      border-collapse: collapse;
      width: 100%;
}

.styl_sedacek table tr td {
      font-size: 10px;
      padding: 1px;
      border-bottom: 1px solid silver;
      margin: 0;
      width: 50%;
}

.styl_sedacek table tr th {
      background-color: silver;
      text-align: center;
      font-weight: normal;
}

.loginbox {
      float: left;
      width: 220px;
      margin: 11px;
      _width: 220px;
      padding: 10px;
      height: 200px;
}

table.registrace_zakaznika {
      border-bottom: 1px solid gray;
      padding: 15px;
      width: 520px;
}
table.registrace_zakaznika td {
      padding: 5px;
}

table.registrace_zakaznika input {
      width: 200px
}



.chyba {
      color: red;
      font-weight: bold;
}
.ok {
      color: green;
      font-weight: bold;
}

.styl_sedacek input.hodnota {
      font-size: 10px;
      width: 110px;
      padding: 0;
}
.styl_sedacek input.hodnota_mensi {
      font-size: 10px;
      width: 20px;
      padding: 0;
}

.typ_dopravy {
      padding: 5px;
}

.typ_dopravy label {
      font-weight: bold;
}

#doporucujeme {
      width: 529px;
      _width: 512px;
      padding-bottom: 15px;
      background-image: url('../layout/bg_doporucujeme.png'); 
      background-repeat: no-repeat;
      background-position: top;
      border-bottom: 0px solid #660000;
      background-color:#fff;
}

#doporucujeme h2 {
      padding-top: 45px;
      margin: 0;
      padding-left: 210px;
      color: #fff;
      font-size: 20px;
      font-weight: normal;
      margin-bottom: 20px;
}

#doporucujeme .produkt a {
      float: left;
      text-align: center;
      width: 140px;
	  height: 200px;
      _width: 150px;
      padding-top: 2px;
}

#doporucujeme .produkt1 .cena {
      font-size: 10px;
}

#doporucujeme .produkt1 h3 {
      margin: 0;
}

#doporucujeme .produkt img {
      border: 1px solid silver;
	  max-width: 140px;
	  _width: 140px;
	  max-height: 100px;
	  _height: 100px;
	  
}

.jaz-mutace {
      padding: 10px;
      right: 0px;
      bottom: -33px;
      position: absolute;
}

.jaz-mutace img {
      border: 1px solid #990000;
}


.typ {
      border-bottom: 1px solid silver;
      padding-bottom: 5px;
}

table.univ_kategorie,
table.priplatkova_vybava {
      border-collapse: collapse;
      margin: 30px;
}
table.univ_kategorie td,
table.univ_kategorie th,
table.priplatkova_vybava td,
table.priplatkova_vybava th {
      border: 1px solid gray;
      padding: 5px;
}
table.univ_kategorie th,
table.univ_kategorie td.odd,
table.priplatkova_vybava th,
table.priplatkova_vybava td.odd {
      background-color: #f0f0f0;
      text-align: center;
      font-size: 13px;
}


