body {
    background-color: #34CC9B;
    color: #333333;
    font-family: "Raleway", sans-serif;
    font-size:15px;
    margin: auto;
    text-align: center;
  }



/* *************************** hlavní TABLE (DIV)  ************************** */
/* *----------------------------     hlavni     ----------------------------* */
/* |*--------------------------------------------------------------------- *| */                                                                     
/* ||                                hlavicka                              || */
/* |*----------------------------------------------------------------------*| */
/* |*-----------------* *------------------------------------------------- *| */                                                                     
/* ||     hledej      | |            menu                                  || */
/* |*-----------------* *--------------------------------------------------*| */
/* |*--------------------------------------------------------------------- *| */                                                                    
/* ||                             top_nabidka                              || */
/* |*----------------------------------------------------------------------*| */
/* || *----------------* *-------------------------------------------------*| */
/* || |                | |                obsah                            || */
/* || |  levy_sloupec  | |                                                 || */
/* || |                | |                                                 || */
/* || *----------------* *-------------------------------------------------*| */
/* || *--------------------------------------------* *---------------------*| */
/* || |                                            | |                     || */
/* || |                 obsah                      | |   pravy_sloupec     || */
/* || |                                            | |                     || */
/* || *--------------------------------------------------------------------*| */
/* |*--------------------------------------------------------------------- *| */                                                                     
/* ||                                 pata                                 || */
/* |*----------------------------------------------------------------------*| */
/* *------------------------------------------------------------------------* */
.black_overlay{
        display: none;
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index:600;
        -moz-opacity: 0.6;
        opacity:.60;
        filter: alpha(opacity=60);
    }

#banner {
    
    background: url("images/zkumavky.png") no-repeat #f5f5f5 center;
    border-top: 8px solid #d6d6d6;
    display: inline;
    float: left;
    width: 98%;
    height: 184px;
    margin-left: 16px;
    text-align:center;
}    
    
#hlavni {
    background-image:url("images/pozadi.png");
    background-repeat:no-repeat;
    background-position: center center;
    background-size: 100% 100%;

    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    background-color: #ffffff;
    text-align:left;
 }

/* *----------------------------    hlavicka    ----------------------------* */
/* |*--------------------* *-----------------------------------------------*| */
/* ||   hlavickal        | |                        hlavickap              || */
/* || *----------------* | | *--------------* *----------* *--------------*|| */                                                            
/* || |  logo_hlavicka | | | |    login     | |   flags  | |      ...     ||| */
/* || *----------------* | | *--------------* *----------* *--------------*|| */
/* |*--------------------* *-----------------------------------------------*| */
/* *------------------------------------------------------------------------* */

#hlavicka {
    background: url("images/kitgenlogopr.png") no-repeat 15px 30px;
    font-size: 20px;
    min-height: 90px;
    position: relative;
    vertical-align: top;
    width: 100%;
    height:140px;
  }
#hlavicka .obrazek{
  display:none;
}

.hlavicka_logo {
  position:absolute;
 /* border:1px solid #ffffff;*/
  width:220px;
  height:110px;
   cursor: pointer;
  }

.hlavickap {
  float:right;
  text-align:right;
  margin-top:10px;
  margin-right:20px;
  }

.logoM{
	padding-bottom: 20px;
	width: 240px;
}

#hlavicka p {
 text-align: left;
 padding:0;	
}
/* ********************************* ikony hlavicky ********************************** */
.ikony_hlavicka{
  position:absolute;
  top: 95px;
	left: calc(100% - 84px);;
  text-decoration: none;
  width:74px;
}


.hl_kosik {
 background: url("images/kos_n.png");
 background-repeat: no-repeat;
 width: 33px;
 height: 32px;
 float: left;
 cursor: pointer;
}

.hl_kosik:hover {
 background: url("images/kos_a.png");
 background-repeat: no-repeat;
 display:block;
}

.hl_kosik a{
  display:block;
}

.kos_info{
 position: absolute;
 color: #afafaf;
 left: calc(100% - 480px);
 top:92px;
 font-size:16px;
 text-align:right;
 width:350px;

}




#kosik select{
   margin-left:6px;
  font-family: "Oswald", sans-serif;
  border-left: 1px solid #afafaf;
	border-top: 1px solid #afafaf;
	border-right: 2px solid #afafaf;
	border-bottom: 2px solid #afafaf;
	padding-left: 2px;
	padding-top: 0;
	font-size: 15px;
  height:26px;
  font-weight:400;
 }

#kosik input{
 margin-left:6px;
}

#kosik .eshop_mnoz_d{
  text-align:left;
}

#kosik select{
   margin-left:6px;
  font-family: "Oswald", sans-serif;
  border-left: 1px solid #afafaf;
	border-top: 1px solid #afafaf;
	border-right: 2px solid #afafaf;
	border-bottom: 2px solid #afafaf;
	padding-left: 2px;
	padding-top: 0;
	font-size: 15px;
  height:26px;
  font-weight:400;
 }

#kosik input{
 margin-left:6px;
}
#kosik .vice_info {
  margin: 0px;
  margin-top: 20px;
  background-image: url(images/button_dlouhy.png);
  background-color:transparent;
  background-repeat: no-repeat;
  border:0;
  font-size: 17px;
  font-weight: 400;
  height: 22px;
  line-height: 17px;
  margin-left: 10px;
  color: red;
  cursor: pointer;	
  width: 185px;
  text-align: center;
}


/* formát buněk tabulky koše */
.e_kos {
	text-align: left;
}
.ekos_cislo {
 text-align: center;
 font-size: 14px ;	
 font-weight: 600;
}

.ekos_nazev {
 text-align: left;
 padding-left: 6px;
 font-size: 14px ;	
}

th.ekos_nazev  {
 text-align: center;
 width: 32%;
 font-weight: bolder;	
}

th.ekos_mnozstvi  {
 text-align: center;
 font-weight: bolder;	
}
th.ekos_mena  {
 text-align: center;
 font-weight: bolder;	
}
th.ekos_cena{
 text-align: center;
 font-weight: bolder;	
}

th.ekos_faktura{
 text-align: center;
 font-weight: bolder;	
 padding-right: 10px;
}


.ekos_oddelovac {
 border-top: 1px solid #444444;	
}

th {
	background-color: #6eb318;
}

td.ekos_mena  {
 text-align: center;
 font-weight: bolder;	
}

td.ekos_cena{
 text-align: right ;
 padding-right: 6px;
}

td.ekos_mnozstvi{
 text-align: right ;
 padding-right: 40px;
 
}


.facebook {
 background: url("images/fb_n.png");
 background-repeat: no-repeat;
 width: 40px;
 height: 30px;
 float: left;
  cursor: pointer;
 display:none;
}

.facebook:hover {
 background: url("images/fb_a.png");
 background-repeat: no-repeat;
}


.hl_prihlas {
 background: url("images/prihlas_n.png");
 background-position: 0px 0px;
 background-repeat: no-repeat;
 width: 40px;
 height: 30px;
 float: left;
 cursor: pointer;
}
.hl_prihlas a{
  font-size:0px;
  display:block;
  width: 52px;
  height: 52px;	
  float: left;
  cursor: pointer;
}

.hl_prihlas:hover {
 background: url("images/prihlas_a.png");
 background-position: 0px 0px;
 background-repeat: no-repeat;
 color: black;
}

.
.youtube {
 background: url("images/yt_n.png");
 background-position: 0px 0px;
 background-repeat: no-repeat;
 width: 52px;
 height: 52px;
 float: left;
  cursor: pointer;
}

.youtube:hover {
 background: url("images/yt_a.png");
 background-position: 0px 0px;
 background-repeat: no-repeat;
 color: black;
}



/***************************  Jazykové mutace - prapory  **********************/
.flags {
  position:absolute;
  top: 10px;
  left: calc(100% - 86px);;
	z-index: 1000;
  text-align:right;
  width:66px;
  }


.n_img_flag {
  float:right;
  }
.a_img_flag {
  float:right;
}
/***************************  text v hlavice  **********************/

.text-hlavicka{
  top: 90px;
  left: 16px;
  color: #000000;
  font-size: 17px;
  position:absolute;
}

.text-hlavicka a{
 color: #fff;
 font-size: 14px;
 text-decoration: none;
}

.text-hlavicka a:hover {
 color: #f8ab2b ;
 font-size: 14px;
}


/******************************* login -  eshop - rezervace *******************/
.login {
  position:absolute;
  top: 95px;
  left: 850px;
  cursor:pointer;
	color: #999999;
 	border: 1px solid #efedde;
 }


 .login1 {
  position:absolute;
  top: 95px;
	left: 915px;
  cursor:pointer;
    }

 .login2 {
  	 border: 1px solid #c0c0c0;
	   width: 70px;
	   height: 13px;
	   font-size: 10px;
  }
  .submitlogin {
	   border-top: 1px solid #e7e5e5;
	   border-left: 1px solid #e7e5e5;
	   color: black;
	   font-size: 11px;
	   margin-left: 20px;
  }
  .submitlogin:hover {
	   color: white;
	   border: none;
}

/*****************************    hledej       ********************************/
.hledej {
	margin-top:0px;
   padding-top: 5px;
	text-align: right;
	width: 202px;
	clear: left;
  
}
/******************************************************************************/
/*********************        standard tagy        ****************************/
/******************************************************************************/
h1 {
  color:  #32CC98;
  font-weight:normal;
  background-color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  margin-bottom:15px;
  margin-top:12px;
  line-height:35px;
  padding-left:15px;
  text-align: left;
  }
  
h2 {
  
  color:  #000000;
	margin-top: 0px;
	margin-bottom: 2px;
 	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	background-color: white;
	padding: 4px 20px;
	text-transform: uppercase;
  cursor: pointer;
  z-index:1;
  text-align: left;
}
h3 {
  margin: 4px;
	font-size: 22px;
	font-weight: bold;
  text-decoration: none;
  text-align: left;
  }


h4 {
   margin: 0px;
	font-size: 22px;
	font-weight: bold;
   text-decoration: none;
   text-align: center;
    z-index:10;
}
h5 {
   margin: 0px;
	font-size: 22px;
	font-weight: bold;
   text-decoration: none;
   text-align: center;
   z-index:10;
   text-transform: uppercase;
}

h6 {
	
    background: rgba(0, 0, 0, 0) url("images/sipka_d.jpg") no-repeat scroll center 40px;
    font-size: 32px;
    font-weight: 700;
    height: 62px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}


a {
	text-decoration: none;
	color: rgb(231,231,231) ;
}

a:hover {
	color: rgb(151,151,151) ;
	text-decoration:  underline;
}

input {
	border-left: 1px solid #afafaf;
	border-top: 1px solid #afafaf;
	border-right: 2px solid #afafaf;
	border-bottom: 2px solid #afafaf;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	font-size: 14px;
  height:22px;
}

p {
 text-align: left;
 padding-left:15px;	
}
ol {
 float: left;	
}



/******************************************************************************/
/* *****************************  horizontalni menu    ********************** */

#menu {
   position: relative;
   float: right;
   top: 22px;
   margin-right:20px;
   z-index:1000;
}


@media screen and (max-width: 1920px){
   #menu {
        font-size: 20px;
        height:50px;
   }
}

@media screen and (max-width: 1600px){
   #menu {
        font-size: 18px;
   }
}

@media screen and (max-width: 1520px){
   #menu {
        font-size: 16px;
   }
}


@media screen and (max-width: 1280px){
   #menu {
        font-size: 15px;
   }
}

@media screen and (max-width: 1200px){
   #menu {
        font-size: 14px;
   }
}

@media screen and (max-width: 1160px){
   #menu {
        font-size: 13px;
   }
}

@media screen and (max-width: 1070px){
   #menu {
        font-size: 12px;
   }                
}

#nav {
   margin: 0;
   padding-top: 0px;
   height:100%;
}

.oddelovac {
  text-align:center;
  height: 40px;
  width: 20px;
  margin-top:10px;
  float:left;
}

.oddelovac:before {
  content: ".";
}


.oddelovacH {
	width: 98%;
	text-align: center;
	border-bottom: 1px solid black;
	height: 8px;
	display: none;
}


#nav li{
    background: transparent ;
    list-style:none;
    margin-left:1px;
    text-align:center;
    float: left;
    height:50px;
    line-height:50px;
    display:-ms-flexbox;
    -ms-flex-pack:center;
    -ms-flex-align:center;

    /* Firefox */
    display:-moz-box;
    -moz-box-align:center;

    /* Safari, Opera, and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;

    /* W3C */
    display:box;
    box-pack:center;
    box-align:center;
}


#nav li:hover{
  background-color: #F5F5F5;
  text-decoration: none;
}


/* main level link */
#nav a {
   color: #afafaf;
   padding-right:7px;
   padding-left:7px;
   display: block;
   text-decoration: none;
   text-transform: uppercase;
   z-index: 400;
}


#nav a:hover {
 color:#000000;
 display: block;
 text-transform: uppercase;
}

#nav .current {
  /*background-color: #F5F5F5;*/
  text-decoration: none;
  background-position: right top;
  background-repeat: no-repeat;
}

#nav  .current a {
   color: #000000;
   font-weight:bold;
   padding-left:6px;
}
/* main level link hover */
/*#nav .current a, #nav li:hover > a {
  border-bottom: 4px solid #410000;
  color: #FFFFFF;
  background-image: url("images/menu.png");
  border-right: 11px;
} */

/* sub levels link hover */
#nav ul a{
     color:#333333;
  }

#nav ul a:hover {
	color: #fff !important;
}


/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
 display: none;
 margin: 0;
 padding: 0;
 position: absolute;
 top:28px;
 left:200px;
 /* background: url("_images/gradient.png") repeat-x  #329600 0 -30px;*/
  min-width:180px;
  height:22px;
  line-height:22px;
  font-size: 15px;
  color: #cccccc;
  background-color: black;
  overflow: visible ; 
  float: left;
}

#nav ul li {
  border:0;
 	margin: 0;
	padding: 1px;
  padding-left: 30px;
  text-align:left;
  z-index: 600;
  float:left;
}

#nav ul li:hover{
  border:0;
 	margin: 0;
/*	padding: 10px;
  padding-left: 30px;*/
  text-align:left;
  /*background: url("_images/gradient.png") repeat-x 0 -130px #cccccc;*/
 /* background-color: #cccccc;*/
  z-index: 600;
  float:left;
}

#nav ul a {
  font-weight: normal;
}
/* level 3+ list */
#nav ul ul {
	left: 359px;
	top: -3px;
}
/* rounded corners of first and last link */
#nav ul li:first-child > a {
}
#nav ul li:last-child > a {
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] #nav {
	display: block;
}

* html #nav {
	height: 1%;
}

/******************************************************************************/
#Produktnav {
  margin: 0;
	padding-top: 0px;
	padding-left: 20px;
}



#Produktnav li{
    position: relative;
    background: transparent ;
    margin-right:10px;
    line-height:36px;
    list-style:none;
    width:300px;
}


#Produktnav li:hover{
  color: #329600;
  /*border-bottom:#329600 solid 2px;   */
  text-decoration: underline ; 
}


/* main level link */
#Produktnav a {
 color:#666;
  text-decoration: none;
	display: block;
  z-index: 400;
}


#Produktnav a:hover {
 color:#ffffff;
 display: block;
}

#Produktnav li.curent {
}

#Produktnav li.curent a {
color: #329600;
}
/* main level link hover */
#Produktnav .current a, #Produktnav li:hover > a {
background: none;
	border: none;
	color: #329600;
}

/* sub levels link hover */
#Produktnav ul a{
     color:#333333;
  }

#Produktnav ul a:hover {
	color: #fff !important;
}


/* dropdown */
#Produktnav li:hover > ul {
	display: block;
}

/* level 2 list */
#Produktnav ul {
  /*display: none;*/
	margin: 0;
  padding: 0;
	padding-top: 3px;
  position: relative;
	top:0px;
	left:0px;
 	/*border: 1px solid #003399;*/
  background-color: #aaaaaa;
}

#Produktnav ul li {
  border:0;
  float: none;
 	line-height:10px;
  margin: 0;
	padding: 10px;
  padding-left: 20px;
  width: 240px;
  text-align:left;
  z-index: 600;
  background-color: #ffffff;
}

#Produktnav ul li:hover{
  border:0;
  float: none;
 	margin: 0;
	padding: 10px;
  padding-left: 20px;
  width: 240px;
  text-align:left;
  /*background: url("_images/gradient.png") repeat-x 0 -130px #cccccc;*/
  background-color: #cccccc;
  z-index: 600;
}


#Produktnav ul a {
  font-weight: normal;
  color:#888888;
  text-decoration: none;
  font-size:12px;
}

#Produktnav ul a:hover {
  font-weight: normal;
  color:#444444;
  font-size:12px;
}

/* level 3+ list */
#Produktnav ul ul {
	left: 300px;
	top: 3px;
}
/* rounded corners of first and last link */
#Produktnav ul li:first-child > a {
}
#Produktnav ul li:last-child > a {
}
/* clearfix */
#Produktnav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] #Produktnav {
	display: block;
}
* html #Produktnav {
	height: 1%;
}
.popis_skupiny{
	margin: 16px;
}
/******************************************************************************/
/* ***************************** ostatni horizontalni menu    ********************** */
#Omenu {
	float: left;
	width: 686px;
	height: 46px;
	margin-top: 5px;
  margin-left: 11px;
  font-size: 10px;
	font-weight: bold;
	border: 2px outset #F0F0F0;
 	background: url("_images/gradient.png") repeat-x 0 -130px #996633;
  position: relative;
}

#Onav {
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
  }

#Onav li {
  padding-top:0px;
	float: left;
	list-style: none;
	z-index: 500;
	
}
/* main level link */
#Onav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0;
	padding-top:4px;
  padding-left:6px;
	padding-right:6px;
  border: 1px solid transparent;
	height:18px;
}
#Onav a:hover {
	color: #000000;
}

#Onav li.curent {
  background-color: #a4672a;
    padding-top:0px;
	float: left;
	list-style: none;
	z-index: 500;
   
}

#Onav li.curent a {
  color: #a4672a;
}

/* main level link hover */
#Onav .current a, #Onav li:hover > a {
  background: url("_images/gradient.png") repeat-x -300px #a4672a;
}
/* sub levels link hover */
#Onav ul li:hover a, #Onav li:hover li a {
  background: none;
		margin: 0;
	font-size: 12px;
  float:left;
  height:18px;
}

#Onav ul a:hover {
	color: #fff !important;
}
/* dropdown */
#Onav li:hover > ul {
	display: block;
   z-index:500;
}


/* level 2 list */
#Onav ul {
	display: block;
	margin: 0;
	width: 531px;
	position: absolute;
	top: 21px;
	left: 2px;
	background-color:  #a4672a;
  padding-left: 0px;
  font-size: 12px;
  z-index:400;
}

#Onav ul li {
  padding-left:20px;
  padding-right:20px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

/* ===== neoznačené položky v  level 2 list (oznacená zdědí styl z curent z main <a>) ================ */ 
#Onav ul li.neoznacena a {
  color: #000000;
}

/* level 3+ list */

#Onav ul ul {
	left: 0px;
	top: 22px;
}
/* rounded corners of first and last link */
#Onav ul li:first-child > a {
}

#Onav ul li:last-child > a {
}
/* clearfix */

#Onav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] #Onav {
	display: block;
}
* html #Onav {
	height: 1%;
}


/* *****************   TOP nabídka - běžící text  *************************** */
.topnabidka {
	line-height: 24px;
	text-align: left;
	padding-left: 20px;
	width: 950px;
	color: #808080;
	height: 24px;
}
#topnabidka {
	width: 700px;
	font-weight: bold;
	font-size: 12px;
	border: 0px;
	margin-top: 4px;
	background-color: transparent;
	float: left;
}
.klik_nabidka {
	padding-left: 40px;
	font-size: 11px;
	float: left;
}

/* *****************************  Levý a pravý sloupec ********************** */
/* *--- #left(right)_column --**/
/* |*------------------------*|*/
/* ||                        ||*/
/* |*------------------------*|*/
/* *--------------------------**/


#left_column {
/* ||                        ||*/
/* ||                        ||*/
/* ||        vmenuSt         ||*/
/* ||                        ||*/
/* ||                        ||*/
/* |*------------------------*|*/
/* |*------------------------*|*/
/* ||                        ||*/
/* ||        kontakt         ||*/
/* ||                        ||*/
/* |*------------------------*|*/
/* |*------------------------*|*/
/* ||                        ||*/
/* ||        reklama         ||*/
/*display:none;*/
  width: 290px;
  float:left;
  margin-top: 35px;
  background-color: transparent ;
  display:inline-block;
  border-right:1px solid #33cc99;
}

#right_column {
 /*display: none;*/
	float: right  ;
	width: 150px;
	min-height: 400px;
  vertical-align: bottom;
/*  border: 1px solid #708090;*/
}
/* ********************               kontakt             ******************* */
.vnitrni {
	color: #8c8c8c;
	top:10px;
	position: relative; 
   min-height: 450px;
   min-width: 680px;
   line-height: 22px;
   font-size: 14px; 
}
p.kontakt{
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;	
}

p.podpis{
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;	
  float: right;
  margin-right: 20px;
}
.homepage {
	color: #8c8c8c;
	top:320px;
	left: 10px;
    position: relative; 
    font-weight: bold;
    font-size: 18px;
  height: 200px;
  line-height: 30px;
   
}

/* ********************** rozbalovací vertikalni menu *********************** */

.vmenuObr{
  margin-left:15px;
  /*background: url("images/left-h2.png") no-repeat #ffffff right -95px; ;*/
  margin-bottom:40px;
  width:100%;

}


.vmenuSt {
	list-style-type: none;
 }

/*hlavní položka */
.vmenuHl {
	width:320px;
  text-align:left;
	border-top: 1px solid #888888;
  background-image: url("images/img_menu.png");
  background-position:-1px 15px;
  background-repeat:no-repeat;
  list-style-type: none;
  line-height: 20px;
  padding-top:10px;
  padding-bottom:10px;
  margin-left:16px;
}
.vmenuHl a {
	color: #444444;
	font-size:14px;
  display: block;
  padding-left: 25px;	
	text-decoration: none;
	width: auto;
}
.vmenuHl a:Hover {
  color:  #950000;
}
/*vybraná hlavní položka */
.vmenuHlv {
  width:320px;
  text-align:left;
	background-image: url("images/img_menu.png");
  background-position:-1px 50%;
  background-repeat:no-repeat;
  border-top: 1px solid #888888;
  background-color:#ffffff;
  list-style-type: none;
  line-height: 20px;
  padding-top:10px;
  padding-bottom:10px;
  margin-left:16px;
  
}
.vmenuHlv a {
  color:  #950000;
  font-size:16px;
  display: block;
  padding-left: 25px;	
	text-decoration: none;
	width: auto;
 
}
.vmenuHlv a:Hover {
  background: url("images/sipka_bila.png");
  background-repeat: no-repeat;
  background-position: 190px 0px ;

}
/*položky v rozbaleném menu*/

.vmenuSub {
	display: block; 
 margin-top: 1px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 20px;
	margin-left: 5px;
   background: url("images/bod.jpg") ;
   background-repeat: no-repeat;
  background-position: 2px 5px;
}
.vmenuSubv {
	display: block; 
	margin-top: 1px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 20px;
	margin-left: 5px;
 background: url("images/bod_h.jpg") ;
 background-repeat: no-repeat;
 background-position: 2px 5px;

}
.vmenuSubv a {
 color: #6eb318;
 	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
.vmenuSub:hover {
 background: url("images/bod_h.jpg") ;
   background-repeat: no-repeat;
  background-position: 2px 5px;
}
.vmenuSub a {
	color: white;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color:  black;
}
.vmenuSub a:Hover {
  color: #6eb318;	
}

.submenu {
	display: block;
	margin-left: 6px;
	margin-top: 2px;
	
}

/* ************************************************************************** */
/* ************************ <DIV> obsah - detail **************************** */
/* ************************************************************************** */

#obsah {
    position:relative;
    color: #000000;
    background-color:#ffffff;
    left: 20%;
    line-height:24px;
    float: left;
    min-height: 500px;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: center;
    width: 57%;
}


.uvod{
  margin-top:-2px;
  background-color:#847E7E;
  color: #ffffff;
  min-height:320px;
  padding-bottom:10px;
  width:100%;
}

.uvod div{
  background-color: #F0EFED;
  color: #000000; 
  font-weight:bold;
  max-width:50%;
  padding:5px;
  margin-left:20px;


}
/* **************************  <DIV> navigace  ***************************** */
.web_navigace{
 	    color:#000000;
      margin-left:0px;
      padding-left:10px;
      margin-top:0px;
      height:56px;
      line-height:50px;
      font-size:11px;
      text-align:left;
      background-image:url(images/bread.png);
}

.web_navigace a{
 	    color:#950000;
}
/* **************************    Listbox - hlavicka   ********************** */
.filtr {
	width: 100%;
	border: 1px solid #000000;
}
.radek_licha {
	background-color: #E1E1E1;
}
.radek_licha:hover {
	cursor: pointer;
	background-color: #F1F1E1;
}
.radek_suda {
	cursor: pointer;
	background-color: #E9E9E9;
}
.radek_suda:hover {
	background-color: #F1F1E1;
}

/* ********************************submenu in page******************************** */
.seznam_submenu{
  width:300px;
  border: 1px #950000 solid;
  margin:2px;
  height:50px;
  padding-left:6px;
  padding-top:6px;
  }

.oddelovac_submenu{
 display:none; 

}

.seznam_submenu h2{
  margin:0;
  padding:0;
  width:100%;	
  background-color:transparent;
}

/* ********************************listování******************************** */
.dlist {
	margin-left: 2px;
	text-align: center;
	border: 1px solid #a0a0a0;
	height: 23px;
  line-height: 23px;
	width: 30px;
	float: left;
}

.vlist {
	margin-left: 1px;
	background-color: #123889;
	color: #ffffff;
	text-align: center;
	border: 1px solid #a0a0a0;
	height: 16px;
	width: 27px;
	float: left;
}

.pocet_list {
	/*color: #1645ae;*/
	margin-right: 30px;
	float:  right;
}

.inputslist {
	height: 18px;
  margin-top:-13px;
  font-size:14px;
}


/* ****************************  Chybový řádek  ***************************** */
.chyby {
	color: #FF0000;
	height: 20px;
	border-bottom: double #999999;
}
/* ************************  Tabulka kontakt ******************************** */
.kontakt_firma {
	width: 220px;
	margin-left: 130px;
	line-height: 21px;
  margin-top: 20px;
  float: left;
}


.item {
 clear: left;
 margin-left: 20px;
}
/*popis*/
.label {
	font-weight: normal;
	float: left;
  margin: 0px 10px 0px 0px;	
	width: 70px;
}

.label_cisla{
  float: left;
  margin-left: 20px;
  width: 100px ;	
}

/*hodnota*/
.value {
	font-size: 14px;
	font-weight: bold;
	width: 250px;
	margin: 0px 0px 5px 0px;
}


/* *************  Submenu na stránce v [SUBMENU #eshop]  *************************** */
#eshop .submenu_in_page {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px; 

}
#eshop .submenu_obr_seznam {
 width: 200px;
 height: 200px;
 cursor:pointer;	
  margin-left: 70px;
}

#eshop .seznam_submenu{
 text-align: center;	
}

#eshop .seznam_submenu h2{
  clear: left;
}

#eshop .submenu1 {
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #cccccc;
	margin-left:  2px;
	margin-top:  2px;
	padding-top: 14px;
	height: 164px;
  text-align:center;
}

/* *************  Submenu na stránce v [SUBMENU #zpravy_od_vody]  *************************** */
#zpravy_od_vody .submenu_in_page {
	
}

/* *********  Galerie na stránce v [GALERIE][IMAGExxxxx]  ******************* */
#photoGalleryDef{
  padding: 2px;	
}
.galerie {
	width: 100%;
	float: left;
	margin-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
}
.galerie_obr_seznam {
	text-align: center;
	cursor: pointer;
	margin-bottom: 20px;
	padding-top: 10px;
	height: 110px;
	border: 1px solid #a0a0a0;
}
.galerie_seznam {
  margin: 4px;
  padding: 4px;
	text-align: center;
	background-color: #f0efed;
	border: 1px #666666 solid;
  width:180px;
}
.galerie_seznam .obrazek{
 height: 100px;
 max-width:120px;
}
.galerie_obr_seznam img {
	text-align: center;
	cursor: pointer;
	/*max-height: 110px;*/
}
#galerie_ovladani {
	z-index: 900;
	position: absolute;
	left: 270px;
	top: 0px;

}
.posuvnikl {
	background-image: url(_images/vlevo.png);
	width: 42px;
	height: 26px;
	float: left;
}
.presun {
	background-image: url(_images/presun.png);
	margin-left: 5px;
	width: 38px;
	height: 26px;
	float: left;
}
.zastav {
	background-image: url(_images/prezentace.png);
	margin-left: 5px;
	width: 23px;
	height: 26px;
	float: left;
}
.posuvnikp {
	background-image: url(_images/vpravo.png);
	margin-left: 5px;
	width: 42px;
	height: 26px;
	float: left;
}
.galerie_zavri {
	background-image: url(_images/zavri.png);
	margin-right: 5px;
	width: 30px;
	height: 26px;
	float: right;
}
.galerie_detail {
	display: none;
	position: absolute;
	left: 200px;
	top: 20px;
	margin-top: 20px;
	text-align: center;
	width: 790px;
	border-spacing: 5px 3px;
	z-index: 600;
}


.vicefoto {
	display:none;
  width: 100%;
	text-align: right;
	line-height: 30px;
}
.nazevdokument_s {
	text-align: center;
	color: #000000; 
}
.vice_info {
  margin: 0px;
  margin-top: 20px;
  background-image: url(images/button_cely.png);
  background-color:transparent;
  background-repeat: no-repeat;
  border:0;
  font-size: 17px;
  font-weight: bold;
  height: 22px;
  line-height: 16px;
  float: left;
  margin-left: 10px;
  color: red;
  cursor: pointer;	
  width: 120px;	
  text-align: center;
}

.vice_info:hover{
color: green;	
}

.tlacitkoZpet{
 background-image: url(images/button_zp.png);
  background-repeat: no-repeat;
 font-size: 19px;
 font-weight: bold;
 height: 20px;
 line-height: 20px;
 float: right;
 margin: 8px 20px;
 color: red;
 cursor: pointer;	
 width: 67px;
 text-align: center;	
	
}

.tlacitkoZpet:hover{
color: green;	
}

.galerie_obrazek {
	position: absolute;
	left: 200px;
	top: 20px;
	margin-top: 20px;
	text-align: center;
	width: 790px;
	border-spacing: 5px 3px;
	z-index: 600;
	border-left: 4px solid #4682B4;
	border-top: 4px solid #4682B4;
	border-right: 4px solid #4682B4;
	border-bottom: 5px solid #4682B4;
	cursor: pointer;
	background-color: #cccccc;
	display: none;
}

.galerie_obrazek img{
   height:auto;
}
.mapka_kraje{
   height: 110px;
	width: 220px;
	float: right;
	z-index: 5000;
	position: relative;
	left: -63px;
	top:  120px;
	 
}
/* ovládací tlačítka ke galerii */
.obrazek{
  margin: 6px;
  margin-right: 12px;
  padding: 1px;
  border:1px solid ##afafaf;
 }

.partner{
	text-align: center;
	 float: left;
	 margin: 12px 6px 12px 12px;
}

.partner img{
  margin: 3px;
 height: 280px;
}

.galerie_ovladani{
	z-index:900;
	top:2px;
	left:5px;
	float:left;

}
.dokum_list{
	font-size: 14px;
	color: #005101;
	font-weight: bold;
}
.dokum_list:hover{
	font-size: 14px;
	color: #0041c4;
	font-weight: bold;
}


.posuvnikl{
  background-image:url(_images/vlevo.png);
  width:42px;
  height:26px;
  float:left;
}


.presun{
  background-image:url(_images/presun.png);
  margin-left:5px;
  width:38px;
  height:26px;
  float:left;
}


.zastav{
  background-image:url(_images/prezentace.png);
  margin-left:5px;
  width:23px;
  height:26px;
  float:left;
}

.posuvnikp{
  background-image:url(_images/vpravo.png);
  margin-left:5px;
  width:42px;
  height:26px;
  float:left;
}


.galerie_zavri{
  background-image:url(_images/zavri.png);
  margin-right:5px;
  width:30px;
  height:26px;
  float:right;
}
/** klikaci mapa */
#mapacr{
   background-image:url(mapa/cesko-kraje.gif ); 
   background-position: 0px -400px;
   background-repeat: no-repeat;
   margin-left: 240px;
	width: 695px;
	height: 400px;
	margin-bottom: 50px;
	margin-top: 50px;
	z-index:100; 
}
/* ******************** <table> obsah zálozky - osoby...********************* */
.obsahzalozky {
	width: 680px;
	margin-left: 5px;
	margin-top: 5px;
	border: 1px solid #999999;
	clear: left;
}
#navcontainer {
	background-position: left;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-transform: lowercase;
}
/* to stretch the container div to contain floated list */
#navcontainer:after {
	display: block;
	line-height: 0px;
	font-size: 12px;
	clear: both;
}
ul#navlist {
	text-align: center;
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
	font-size: 11px;
}
ul#navlist li {
	display: block;
	float: left;
	width: 124px;
	margin: 0;
	padding: 0;
}
ul#navlist li a {
	display: block;
	width: 100%;
	padding: 5px;
	border-width: 0px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #777;
	text-decoration: none;
	background-image: url(../../_images/zalozka0.gif);
	height: 12px;
}
#navcontainer>ul#navlist li a {
	width: auto;
}
ul#navlist li#active a {
	background-image: url(../../_images/zalozka1.gif);
	color: #800000;
	height: 12px;
}
ul#navlist li a:hover, ul#navlist li#active a:hover {
	color: #800000;
	background-image: url(../../_images/zalozka1.gif);
	height: 12px;
}

.textnovinky {
  padding-top: 4px;
  font-size: 14px;
  color: #546f1d;
  vertical-align: top;
}
.list-novinky{
	margin-left: 20px;
}

.obchodni_podminky{
  margin-left: 3px;
  margin-right: 20px;
  padding-top: 20px;
  padding-left: 17px;
  padding-bottom: 20px;
  background-color:#f2f2f2;
  width: 94% ;
  
}
.preambule{
	text-align: center;
}

.seznam_novinek{
  margin-top:0px; 	
}

.seznam_novinek h3{
  margin-top:3px;
  padding-left:55px;
  font-size: 16px;
  text-align: left;
  color:#950000;
  
}



.seznam_novinek p{
  margin-left: 5px;
	margin-top: 2px; 
	text-align: left;
  font-size: 14px;
  float:left;
}

.novinky_obr_seznam {
	margin: 4px;
	/*padding-right: 8px;*/
	float: left;
  /*border:1px solid #666666;*/
  background-color:#a6a6a6;
  text-align:center;
}


.novinky_obr_seznam .obrazek{
	height: 230px;
  max-width:380px;
}

.vice_o_novince{
  width:50px;
  height:36px;
  margin-left:3px;
  color:#ffffff;
  background-color:#950000;
  font-size:24px;
  display:block;
  float:left;
  text-align:center;
  padding-top:10px;;
}

.novinka{
  width: 96%;
 clear:left;
 margin-left: 20px;
}
.novinka p{
 margin: 0px;
}

.novinka h3{
	margin-top: 3px; 
  padding:0;	
	float: left;
  font-size: 29px;
  font-weight:300;
  text-transform: uppercase;
}

.novinky_obr_detail {
 width: 96% ;
 clear: left;
 margin: 8px 0px 8px 0px;
 text-align: center;
 background-repeat: no-repeat; 
  text-align: center;
}

#list_novinky{


}

.datum_list{
	font-size: 29px;
   font-weight:300;
   margin: 3px 24px 0px 0px;
   text-decoration: none;
   width: 82px;
	float: left;
}
.name_list{
  font-size: 20px;
  font-weight: 300;
  margin-top:13px;
  padding-left: 8px;
  text-decoration: none;
  float: left;
  display:none;	
}

.kategorie{
	font-size: 20px;
  font-weight: 300;
  margin-top:13px;
  padding-left: 8px;
  text-decoration: none;
  float: left;
  display:none;
}


.kateg_p{
	font-size: 20px;
  font-weight: 300;
  margin-top:0px;
  padding-left: 8px;
  text-decoration: none;
  float: right;
  color: red;	
}

.red {
 color: red;	
}
.oddelovacD{ 
	margin-top:10px;
  margin-left:10px;
  margin-right:10px;
  border-right: 2px solid black;
	float: left;
	height: 34px;
  display:none;
}

.oddelovacDK
{ 
   margin: 4px 0px 0px 10px;
	width: 30%;
	border-left: 3px solid black;
	float: left;
	clear: both ;
	height: 22px;
	line-height: 22px;
}

.oddelovac_novinky{
	height: 8px;
	width: 90%;
	float: left;
	border: transparent 4px solid; 
}

.LinkOut{
	margin-right: 2px;
	margin-left: 4px;
	clear: left;
}

.LinkOut a{
	margin-right: 4px;
	margin-left: 4px;
	clear: left;
}

.LinkEx p{
 margin-top: -65px; 
 font-size: 30px;
 font-weight: 400;	
 height: 52px;
  	
}



/* ********************************  Pata stránky**************************** */
/* *----------------------------    pata        -----------------------------**/
/* |*----------------* *--------------------------* *---------------------- *|*/                                                            
/* ||      patal     | |            couner        | |        patap          ||*/
/* |*----------------* *--------------------------* *-----------------------*|*/
/* *-------------------------------------------------------------------------**/

#pata {
/*    background: url("images/tecky.png") repeat-x #ffffff 0 40px ; */
    margin-top:40px;
    text-align: left;
    width: 97%;
    height: 115px;
    color:#afafaf;
    font-size: 14px;
}


@media screen and (max-width: 1590px){
   #pata {
        font-size: 15px;
   }
}

@media screen and (max-width: 1510px){
   #pata {
        font-size: 14px;
   }
}

@media screen and (max-width: 1320px){
   #pata {
        font-size: 11px;
   }
}
@media screen and (max-width: 1180px){
   #pata {
        font-size: 9px;
   }
}



#patal {
 line-height: 128px;
 width:99%;
 float: left;
 text-align: center;
}

#counter {
 width:30%;
 line-height: 40px;
 float: left;
}
#patap {
  
  width:30%;
  height: 40px;
  line-height: 40px;
  float: left;
}

#patap a {
	color: #32CC98;
}

.menu_pata{
   clear:left;
   margin-top:1%;
   color:#cccccc;
   margin-bottom: 50px;
   display:none;
}

.menu_pata-item{
  cursor:pointer;
  line-height:20px;
  float:left;
  margin-left:3%;
  margin-top:0px;
}

/* ********************  na ostatni weby fspnet     ***************************/
.odkazy {
	display: none;
}
/* ********************************  Obecné  ******************************** */
.skryty {
	display: none;
}
.tlacitko {
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 20px;
	border-left: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
	border-right: 2px solid #afafaf;
	border-bottom: 2px solid #afafaf;
	background-color: #e0e0e0;
	background: url("_images/button.png") repeat-x 0 5px;
	height: 26px;
	font-size:12px;
}

.tlacitko:hover {
 cursor: pointer;
 background: url("_images/button.png") repeat-x 0 0px;
}

.inputs {
	border-left: 1px solid #afafaf;
	border-top: 1px solid #afafaf;
	border-right: 2px solid #afafaf;
	border-bottom: 2px solid #afafaf;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 15px;
	font-size: 10px;
}
.inputs_h {
	background-color: #99CC99;
}

.line {
	background: none repeat scroll 0 0 #999999;
	clear: left;
	height: 3px;
}


.table_bunka{
  white-space: nowrap;
}
 
.map_canvas {
  width:80%;
  height:435px;
   clear:left;
   margin-left: 10%;
   margin-right: 10%; 
   margin-bottom: 20px;
   
}

.kontakt_mapa{
  width: 1198px ;
  height:450px;
  clear:left;
  text-align: center;
  
}

.kontakt_text {
	color: #666666;
	
}

div.kontakt_logo {
 color: #666666;
 top:10px;	
 left:350px;
 position: relative;
 width: 70% ;
	
}

.kontakt_adresa {
	color: #666666;
	float: left;
	width: 441px;
	top:-65px;
	position: relative;
}

.kontakt_mesto {
	color: #666666;
	border: 1px #999999 solid;
	float: left;
	width: 100%;
 font-weight: bolder;
 text-align: center;
 text-transform: uppercase;
 margin: 3px;	
 padding: 8px;	
}

.ikon{
 height: 40px;
 line-height: 40px;	
 font-size: 20px;
 color: black;
 vertical-align: middle;
 float: left;
 text-align: left;
}

.ikon img{
 height: 32px;
 
 
}


div.kontakt {
	float: left;
	vertical-align: top;
	margin: 0% 0px 1% 1%;
	border: #999999 1px solid;
	min-height: 170px;
	background-color: #eeeeee;
	text-align: left;
	padding: 6px;
}
div.kontakt_main{
   margin-top:6px;
	padding-left:3%;
	padding-right:4%;
	min-height: 30px;
}
.kontakt_main h5{
 margin-left: 210px;
}
.kont0{
	float: left;
	width: 45%;
	vertical-align: top;
	margin: 1% 0px 1% 5%;
}

.kontakt_foto{
 vertical-align: top;
 float: left;	 
}

.kontakt_foto_main{
 vertical-align: top;
 float: left;	
 margin: 8px; 
}

.kontakt_foto_main img{
 vertical-align: top;
 height: 240px;
 border: ridge  #82ac2d 3px ;
}

.kontakt_foto img{
 border: ridge 2px #6c8f25;  
  height: 150px;
}

.oddelovac_submenu{
	margin-top:4px;
   border-right: 2px solid black;
	float: left;
	height: 37px;
}
/*stranka produktu*/
.obal_obsah{
   display: flex;
   background-color: #ffffff;
   width:100%;
}

.obal_obsah #obsah{
  /*  margin-top:45px;*/
}

.container-home{
	background-color: black;
	width: 1148px ;
	height: 335px;
	margin-top: 0px;
	padding-left: 50px;
}

/* PRODUKTY */
.produkty_seznam{
   font-size:14px;
   width:48%;
   border:1px solid #AAAAAA;
   margin-left:4px;
   margin-top:4px;
   padding:2px;
   background: url("_images/gradient.png") repeat-x  #329600;
}

.produkty_seznam #photoGalleryDef{
  display:none;
}

.produkty_seznam  h2 {
    font-size:12px;
    color: #222222;
    margin:0;
    padding:0;
    line-height:22px;
    height:22px;
    margin-right: 6px;
    width:56%;
    float:left;
    background-color:transparent;
}

.produkty_seznam  .cislo {
    font-size:13px;
    color: #222222;
    margin-left:6px;
    width:20%;
    float:left;
}


.produkty_seznam .produkt img{
   width:230px;
}

.produkty_seznam .objednano{
  margin-left:5px;
  font-size:12px;
  line-height:30px;
  float:left;
  color:#FF0000;
}

.produkty_seznam .popis1{
   display:none;
}

.produkty_seznam .popis2{
   display:none;
}

.produkty_seznam .popis3{
  margin-left:5px;
  font-size:12px;
  line-height:30px;
  float:left;
}

/*.produkty_seznam .popis3:before {
     content: "Velikost Kitu počet reakcí:";
} */

.produkty_seznam .popis4{
  margin-left:20px;
  font-size:12px;
  line-height:30px;
  float:left;
}

/*.produkty_seznam .popis4:before {
    content: "Velikost Kitu počet testů:";
} */


.produkty_seznam .nazev_cena{
 display:none;
}


.produkty_seznam .cena{
 width:200px;
}

.produkty_seznam .pocet_obj{
 padding-left:20px;
 float:right;
}


.produkt .eshop_cena {
  text-align:right;
  width: 90px;
  border:0;
  background-color: transparent;
}


.produkty_seznam .ceny_mutace{
 float:left;
 }
.produkty_seznam .ceny_mutace h3{
  display:none;
}


.produkty_kos_submit{
   display: none;
}


.eshop_kos_submit {
  background-image: url("images/kos.png");
  background-position: center center;	
  background-repeat: no-repeat;  
  background-color:#329600;  
  height: 29px;
  width: 49%;
  color: transparent;
}

.eshop_kos_submitkos {
  background-image: url("images/kos.png");
  background-position: center center;	
  background-repeat: no-repeat;  
  background-color:#AFAFAF;  
  height: 29px;
  width: 49%;
  color: transparent;
}


.eshop_kos_submit-float {
  position:absolute;
  background-image: url("images/kos.png");
  background-position: center center;	
  background-repeat: no-repeat;  
  background-color:#329600;  
  height: 29px;
  width:95.2%;
  top:103px;
  left:0.9%;
  color: transparent;
}

.eshop_mnoz{
	height: 18px;
	margin-right: 10px;
	font-size: 16px;
	text-align: center;
  text-align:right;
}

.eshop_podminky{
margin-top: 10px;
margin-bottom: 10px;
float: none;
padding-left: 20px;
  padding-top: 20px;
  width: 260px;
  text-align:left;
  background-color: #ffffff;	
  font-size: larger;
}

.eshop_podminky a{
color: #666;
}

.eshop_podminky a:hover{
color: #329600 ;
text-decoration: none;
}

.eshop_podminky .current a{
color: #329600 ;
text-decoration: none;
}

/* formát buněk tabulky koše */
.ekos_cislo {
 text-align: center;
 font-size: 14px ;	
 font-weight: 600;
}


.ekos_nazev {
 text-align: left;
 padding-left: 6px;
 font-size: 14px ;	
}

th {
 background-color: #d6d6d6;
}

.eshop_mnoz_d{
	height: 18px;
	margin-left: 6px;
	margin-right: 10px;
	font-size: 16px;
	text-align: right;
  background-color:#888888;
}

.produkt .tlacitkoZpet{
	margin-right: 40px;
}
.produkt #photoGalleryDef img{
   width:190px;
}



/*konec stranka produktu*/

#sitemap{
  margin-left:70px;

}

.odkaz_homepage{
 	 text-align: center;
	 float: left;
	 margin:0;
	 height: 330px;
}



.registrace {
  width:100%;
  padding:20px;
  display: none;
}

.registrace .label{
	font-weight: normal;
	float: left;
	width: 120px;
}

/****** login formular *********/
.eshop_prihlas {
  margin-left: 25px; 
  margin-top: 26px;
  background-image: url(images/button_cely.png);
  background-color:transparent;
  background-repeat: no-repeat;
  border:0;
  font-size: 17px;
  font-weight: 600;
  height: 22px;
  line-height: 17px;
  float: left;
  margin-left: 70px;
  color: #33cc99;
  cursor: pointer;	
  width: 130px;
  text-align: center;
}

.eshop_prihlas:hover {
color: #999999;
}


.eshop_registrace {
  display: none;
   margin: 0px;
  margin-left: 25px; 
  margin-top: 20px;
  background-image: url(images/button_cely.png);
  background-color:transparent;
  background-repeat: no-repeat;
  border:0;
  font-size: 17px;
  font-weight: 600;
  height: 22px;
  line-height: 17px;
  float: left;
  margin-left: 10px;
  color: #33cc99;
  cursor: pointer;	
  width: 130px;
  text-align: center;
}
.eshop_registrace:hover {
color: #999999;
display: none;
 }


.eshop_obnovheslo {
  margin: 0px;
  margin-left: 25px; 
  margin-top: 20px;
  background-image: url(images/button_cely.png);
  background-color:transparent;
  background-repeat: no-repeat;
  border:0;
  font-size: 17px;
  font-weight: 600;
  height: 22px;
  line-height: 17px;
  float: left;
  margin-left: 10px;
  color: #33cc99;
  cursor: pointer;	
  width: 255px;
  text-align: center;
}
.eshop_obnovheslo:hover {
color: #999999;
 }
 
 /*************************************/

.divhomepage-small{
  position:relative;
  text-align:center;
  background-color:#34CC9B;
  color:#ffffff;
  font-size:22px;
  padding:20px;
}

@media screen and (max-width: 1180px){
  .divhomepage-small {
        font-size: 16px;
   }
}

.divhomepage-small h2{
  background-image: url(images/tecky_2.png);
  background-repeat: repeat-x ;
  background-position: bottom; 
  width:77%;
  padding:0;
  padding-bottom:30px;;
  margin:auto;
  margin-top:50px;
  margin-bottom:30px;
  color:#ffffff;
  background-color:#33CC99;
  line-height:35px;
  font-size:160%;
  text-align:center;
  }

.divhomepage-small h3{
  width:75%;
  padding:0;
  margin:auto;
  margin-top:10px;
  margin-bottom:30px;
  color:#ffffff;
  background-color:#33CC99;
  line-height:35px;
  height:60px;
  font-size:100%;
  text-align:center;
  }


.divhomepage-small p{
    width:80%;
    padding:0;
    text-align:center;
    line-height:35px;
      margin:auto;
      margin-bottom:30px;
}


.divhomepage-center{
  min-height:600px;
  width:28%;
  margin-left:5%;
  margin-right:1%;
  background-color:#33CC99;
  float:left;
  color:#ffffff;
  font-size:22px;
  display:none;
}

@media screen and (max-width: 1180px){
  .divhomepage-center {
        font-size: 16px;
   }
}
.divhomepage-center h2{
  width:75%;
  padding:0;
  margin:auto;
  margin-top:50px;
  margin-bottom:30px;
  color:#ffffff;
  background-color:#33CC99;
  line-height:35px;
  font-size:140%;
  text-align:center;
  }
 
.divhomepage-center h3{
  width:75%;
  padding:0;
  padding-top:30px;;
  margin:auto;
  margin-top:10px;
  margin-bottom:30px;
  color:#ffffff;
  border-top:1px solid #ffffff;
  background-color:#33CC99;
  line-height:35px;
  font-size:100%;
  text-align:center;
  }


.divhomepage-center p{
    width:80%;
    padding:0;
    text-align:center;
    line-height:35px;
    margin:auto;
    margin-bottom:30px;
}
  