html
{
  height: 100%;
  min-height: 100%;
}


body    
{ 
  background: #fff; 
  color: #7E868C; 
  margin: 0; 
  padding: 0; 
  font: 75%/1.3 arial; 
  position: relative;
  text-align: center;
  line-height: 18px;
  height: 100%;
  min-height: 100%;
}



/* prvky viditelne jen bez pouziti css */

.no_css
{
  visibility: hidden;
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

/* konec: prvky viditelne jen bez pouziti css */


/* obecne elementy */
  h3
  {
    font-size: 1.2em;
    margin: 0 0 5px 0;
  }

  
  h1
  {
    font-size: 1.6em;
    padding: 0;
    margin: 0 0 15px 0;
    font-weight: bold;
    line-height: 25px;
    background: url(../images/h1.jpg) top right no-repeat;
  }

  h2
  {
    font-size: 1.2em;
    padding: 5px 0;
    margin: 0 0 0 0;
    font-weight: bold;
  }
  
  h3
  {
    font-size: 1.1em;
    padding: 0;
    margin: 0 0 0 0;
    font-weight: bold;
  }

  ins
  {
    font-size: .8em;
    text-decoration: none;
    color: #457200;
    margin: 0;
    padding: 0;
  }


  img
  {
    border: none;
  }

  hr
  {
    height: 0;
    overlfow: hidden;
    border: none;
    border-top: 1px solid #ccc;
    display: block;
    margin: 10px 0 10px 0;
  }

/* konec: obecne elementy */


/* obecne tridy */      

  .float_left
  {
   float: left;
  }

    
  .float_right     
  {
    float: right;
  }    

    
  .clear_both
  {
    clear: both;
  }
  
    
  .margin-top
  {
    margin-top: 15px;  
  }

  .margin-left
  {
    margin-left: 15px;  
  }

  .margin-rigth
  {
    margin-rigth: 15px;  
  }

  .red
  {
    color: #d00000;
  }  
  
  .green
  {
    color: #00aa00;
  }
  
  .center
  {
    text-align: center;
  }

  .justify
  {
    text-align: justify;
  }

  a
  {
    color: #900000;  
  }
 
    a:hover
    {
      color: #f00000;  
    }


  .hr
  {
    clear: both;
    height: 1px;
    margin: 5px 0 0 0;
  }


  .odd
  {
    background: #eee;
  }


  .paging
  {
    margin: 15px 0;
    text-align: center;
  }
  .italic {
	  font-style: italic;
  }
  
/* konec: obecne tridy */    


  #page
  {
    position:relative;
    _height: 100%;
    min-height: 100%;
    width: 1000px;
    padding: 0;
    margin: 0 auto;
    bottom: 0;
    text-align: left;
    background: url(../images/page.jpg) center top repeat-y;
  }


  /* hlavicka */

  #header
  { 
   
    top: 0;
    width: 1000px;
    height: 226px;
    background: url(../images/top.jpg) left top no-repeat;
  }   

  /* konec: hlavicka */
  

  #title
  {
    background: url(../images/house-title.jpg) right bottom no-repeat;
    height: 320px;
    oveflow: visible;
  }


/* http://www.phazeddl.com/dl480794/ */

  #middle
  {
    background: url(../images/right.jpg) 908px 0px no-repeat;
    padding-bottom: 170px;
  }


  /* obsah stranky*/
    #content
    {
      float: right;
      width: 516px;
      padding: 10px;
      overflow: hidden;
      text-align: justify;
      padding: 10px 130px 10px 0;
    }

      
      #content ul
      {
        list-style-type: square;
        padding: 0;
        margin: 10px 0 10px 0; 
      }
      
        #content ul li
        {
          background: url(../images/blue_arrow.png) left top no-repeat;
          line-height: 15px;
          margin: 0 0 5px 20px; 
        }
        
      #content img
      {
        border: 1px solid #C8C097;
        padding: 2px;
      }
      
      #content p
      {
        padding: 10px 0;
        margin: 0;
      }
  /* konec obsah stranky */
  
  
  /* leva cast stranky */

  #left
  {
    float: left;
    width: 142px;
    color: #fff;
    padding: 0 2px;
  }
  
    #left h2
    {
      background: url(../images/left-h2.jpg) left bottom repeat-x;
      line-height: 35px;
      padding: 22px 0 0 0;
      color: #00659D;
      font-size: 1.2em;
      text-align: center;
    }

    #left p
    {
      padding: 5px;
    }

  /* konec: leva cast stranky */





  /* menu */
  #menu
  {
    float: left;
    width: 340px;
    height: 512px;
    background: none;
    list-style-type: none;
    margin: 0;
    padding: 55px 0 0 0;
    overflow: hidden;
    background: url(../images/left.jpg) 0px 226px no-repeat; 
    margin-top: -226px;
  }    

  #menu li
  {
    margin: 0;
    padding: 0;
    padding: 17px 0 0 225px;
  }

    
    #menu li a
    {
      display: block;
      text-decoration: none;
      padding: 0 0 0 5px;
      line-height: 26px;
      height: 26px;
      width: 110px;
      overflow: hidden;
      color: #7D8188;
      font-weight: bold;
    } 
  
    #menu li a:hover
    {
      color: #DA3D51;
    }  

    #menu li a.active
    {
      color: #DA3D51;
    }  


  #menu ul.submenu
  {
    background: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 20px;
    width: 195px;
    overflow: hidden;
    
  }    

  #menu ul.submenu li
  {
    width: 195px;    
    margin: 0;
    height: 28px;  
    padding: 0;
    line-height: 28px;
    background: #447000 url(../images/submenu-item.jpg) left top repeat-x;;
    
  }

    
    #menu ul.submenu li a
    {
      width: 167px;    
      margin: 0;
      padding: 0;
      display: block;
      font-weight: bold;
      text-decoration: none;
      font-size: 1em;
      padding-left: 38px;
      color: #CAFD7B; 
      background: none;
    } 
  
      #menu ul.submenu li a:hover
      {
        color: #ff3800;
        background: none;
      }
          

    #menu ul.submenu li span
    {
      width: 167px;    
      margin: 0;
      padding: 0;
      display: block;
      font-weight: bold;
      text-decoration: none;
      font-size: 1em;
      padding-left: 38px;
      color: #FF3800;
      background: none;
    } 


  /* konec: menu */  
 


  /* paticka */
    #footer
    {
      clear: both;
      height: 30px;   
      line-height: 20px;
      margin: -30px auto;
      width: 920px;
      text-align: left;
      font-size: .9em;
      overflow: hidden;
      padding: 0 0 0 80px;
    }    
    

    #footer a
    {
      color: #d00;
      text-decoration: none;
    }

    #footer a:hover
    {
      text-decoration: underline;
    }

  /* konec: paticka */
  
  
  #logo
  {
    position: absolute;
    display: block;
    top: 0;
    margin: 0;
    width: 145px;
    height: 200px;
  }



  
  #gallery
  {
    padding: 0 0 0 35px;
  }

  #gallery a
  {
    display: block;
    width: 67px;
    height: 50px;
    padding: 4px;
    margin: 4px;
    text-align: center;
    float: left;
    border: 1px solid #C8C097;
  }
  
  #gallery.horizontal a
  {
    width: 48px;
  }
  
    #gallery a:hover
    {
      border: 1px solid #005826;
    }
  
    #gallery img
    {
      margin: 0;
      padding: 0;
      border: none;
    }  
    
    
  #log
  {
    width: 760px;
    text-align: left;
    padding: 0;
    margin: -15px auto;
    font-size: .9em;
    color: #fafffa;
  }





  
  

  .pdf
  {
    padding-left: 20px;
    background: url('../images/pdf.png') left center no-repeat;
  }
  
  .doc
  {
    padding-left: 20px;
    background: url('../images/doc.png') left center no-repeat;
  }
  
  .pps
  {
    padding-left: 20px;
    background: url('../images/pps.png') left center no-repeat;
  }


  label
  {
    display: block;
    padding-top: 10px;
  }

  input
  {
    border: 1px solid #ccc;
    display: block;    
  }
  
  input.add{
  display:block;
  float:left;

  border:none;
  }
  

  
  
  .textarea
  {
    border: 1px solid #ccc;
    width: 500px;
    height: 200px;
  }



/* kde nas najdete */

  #location-left
  {
    width: 250px;
    float: left;
    line-height: 20px;
  }

    #location-left div
    {
      background: url(../images/house-title_small.jpg) center bottom no-repeat;
      height: 220px;
      text-align: center;
    }

    #location-left a
    {
      margin-top: 20px;
      display: block;
      background: url(../images/mapa_prodejny1.png) center bottom no-repeat;
      height: 100px;
      text-align: center;
    }


  #location-right
  {
    width: 250px;
    float: right;
    line-height: 20px;
  }

    #location-right div
    {
      background: url(../images/hlavni.jpg) center bottom no-repeat;
      height: 220px;
      text-align: center;
    }

    #location-right a
    {
      margin-top: 20px;
      display: block;
      background: url(../images/mapa_sklad1.png) center bottom no-repeat;
      height: 100px;
      text-align: center;
    }
    
/* konec: kde nas najdete */



  #colorstudio
  {
    padding-top: 70px;
    background: url(../images/colorstudio.jpg) center top no-repeat;
  }
  
  #colorstudio a
  {
    margin: 0 6px;
    padding: 0 6px;
    text-decoration: none;
  }


/* sluzby */

.services
{
  line-height: 60px;
  
}

.services img
{
  margin-right: 20px;
}

/* konec: sluzby */





/* michani barev */


#mixing
{
  background: url(../images/michan3a.jpg) top left no-repeat;
  padding: 0 0 0 160px;
}

#mixing div.float 
{
  width: 165px;
  float: left;
  text-align: left;
  padding: 0 5px;
  overflow: hidden;
}
#mixing1 div.float
{
  width: 160px;
  float: left;
  text-align: left;
  padding: 0 5px;
  overflow: hidden;
}
#mixing1 div.float ul
{
  list-style: none;
}
#mixing1 div.float ul li
{
  margin-bottom: 10px;
  margin-left: 0;
}

#auto1
{
  width: 250px;
  padding-bottom: 150px;
  background: url(../images/michani2a.jpg) center bottom no-repeat;
  text-align: center;
  float: left;
}

#auto2
{
  width: 200px;
  padding-bottom: 200px;
  background: url(../images/michan3a.jpg) center bottom no-repeat;
  text-align: center;
  float: right;
}

.stomix, .het, .teluria, .dispechem, .colorlak, .rokospol, .industrycoats {
	display: block;
	width: 95px;
	margin-bottom: 5px;
}
.stomix *, .het *, .teluria *, .dispechem *, .colorlak *, .rokospol *, .industrycoats * {
	visibility: hidden;
}
.stomix {
	background: url('../images/manufacturers/stomix-logo.png') center center no-repeat;
	height: 17px;
}
.het {
	background: url('../images/manufacturers/het-logo.png') center center no-repeat;
	height: 40px;
}
.teluria {
	background: url('../images/manufacturers/teluria-logo.jpg') center center no-repeat;
	height: 26px;
}
.dispechem {
	background: url('../images/manufacturers/dispechem-logo.jpg') center center no-repeat;
	height: 34px;
}
.colorlak {
	background: url('../images/manufacturers/colorlak-logo.png') center center no-repeat;
	height: 30px;
}
.rokospol {
	background: url('../images/manufacturers/rokospol-logo.jpg') center center no-repeat;
	height: 35px;
}
.industrycoats {
	background: url('../images/manufacturers/industrycoats-logo.jpg') center center no-repeat;
	height: 76px;
}

/* konec: michani barev */




/* vyrobci barev */

#manufacturers td
{
  text-align: left;
  padding: 2px 5px;
}

#manufacturers th
{
  font-weight: bold;
  padding: 5px;
  background: #999;
  color: #fff;
  
}

#manufacturers tr.odd
{
  background: #eee;
}

/* konec: vyrobci barev */





/* volby odstinu */

#shade1
{
  background: url(../images/michani1a.jpg) top right no-repeat;
  padding-right: 210px;
  padding-top: 20px;
  height: 140px;
}

#shade2
{
  background: url(../images/fotometr1.gif) top left no-repeat;
  padding-left: 210px;
  padding-top: 20px;
  height: 160px;
  text-align: left;
}

#shade3
{
  background: url(../images/lesonal_vzor.jpg) top right no-repeat;
  padding-top: 20px;
  padding-right: 210px;
  height: 140px;
}


/* konec: volby odstinu */





/* nabidka */

#articles 
{

  margin: 10px 0;
  width:542px;
}

#articles th
{
  padding: 2px 1px;
  text-align: left;
  color: #fff;
  background: #bbb;
}

#articles td
{
  
  padding: 2px 1px;
 
}

#articles tr.odd
{
  background: #eee;
}

.vypis
{
margin-left:200px;
margin-top:-100px;

}
/* konec: nabidka */


#action_detail img
{
  border: none;
}

.actions_item
{
  border-bottom: 1px solid #ddd;
  width: 540px;
  padding: 10px 0;
}

.actions_inserted
{
  font-size: .9em;
  padding: 0 0 10px 0;
}

.img img
{
  margin-right: 10px;
}




/* reference */

.reference-item
{
  float: left;
  padding: 5px;
  width: 160px;
  text-align: center;
  overflow: hidden;
}






/* konec: reference */




/* kontakt */

#contact-left
{
  float: left;
  width: 240px;
  text-align: left;
}

#contact-right
{
  float: right;
  width: 250px;
  text-align: left;
}

/* konec: kontakt */


#counter
{
  margin: 0;
  color: #fef649;
  margin-left: 150px;
  position: absolute;
  font-size: 16px;
  font-weight: bold;
}

#counter a
{
  color: #fef649;
}

#counter a:hover
{
  color: #000;
}

#newsletter-form
{
  position: absolute;
  top: 590px;
  margin: 0 0 0 180px;
}


#login-form
{
  position: absolute;
  top: 700px;
  margin: 0 0 0 180px;
}


#newsletter-form label
{
  font-weight: bold;
}



.kosikadd
{
display:block;
float:right;
  background: url(../images/shop-add.png) top left no-repeat;
width:149px;
height:46px;
}


#kosicek

{
position:absolute;
left:550px;
top:180px; 



}


#header #podminky

{
position:absolute;
left:400px;
top:198px; 



}



.bezpodtrzeni

{

text-decoration:none;

}


.cervene
{
color:red;

}

#articles td.velikost
{
width:150px;
background:red;
}


#articles td.mensi
{
width:50px;

}

.centruj
{
text-align:center;
display:block;

}


.souhrn
{

width:500px;

}

#kosicekkosicek
{

margin:0 0 0 115px;
}


.mnozstvip
{

border:1px solid red;
width:35px;
}
