html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, img, s, strong, dl, dt, dd, 
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, thead, tr, th, td {
	border: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/header-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#page {
	width: 930px;
	margin: auto;

}
#blok1 {
	float: right;
	width: 100%;
}
#blok1 #blok11 {
	float: left;
	width: 74%;
}
#blok1 #blok12 {
	float: right;
	width: 25%;
}
#blok2 {
	float: left;
	width: 20%;
}
#header {
	padding: 0px;
	color:#FFFFFF;
	height: 77px;
}
#footer {
	clear:both;
	padding: 0px;
	margin: 0px;
	color:#FFFFFF;
}
.content{
	margin: 0px;
	color: #FFFFFF;
	padding: 0px;
}

/* --- LOGO --------------------------*/

#header #logo {
    width: 251px;                                                   /* změna délky loga 1/3 */
    height: 75px;
    padding: 0px;
    float: left;
  }

  #header #logo {
	display: block;
	text-indent: -9999px;
	height: 75px;
	cursor: pointer;
	width: 251px;                                                    /* změna délky loga 2/3 */
	margin: 0px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
  }

  #header #logo:hover {background-position: 0 -75px;}

    #header #logo a {
      display: block;
      width: 251px;                                                   /* změna délky loga 3/3 */
      height: 75px;
    }
	
/* --- MENU --------------------------*/

#menu  {
	float: right;
	height:47px;

	text-transform:lowercase;

	margin-top: 30px;
	font-size: 14px;

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
   }

#menu  li{
	float: left;
	margin-right: 3px;
	margin-left: 20px;
   }
#menu li a{
	float: left;
	}
.noactive a {
	font-family: Tahoma, Geneva, sans-serif;
	color: #828282;
	text-decoration: none;
	}	
.noactive a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	color: #343434;
	text-decoration: underline;
	}	
.active a {
	font-family: Tahoma, Geneva, sans-serif;
	color: #343434;
	text-decoration: none;
	}	
.active a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	color: #343434;
	text-decoration: underline;
	}	


/* --- header picture --------------------------*/
#blok11 #headerpicture {
	width: 687px;
	height: 203px;
	padding: 0px;
	float: left;
	margin-top: 36px;
  }

  #headerpicture h1 {
	display: block;
	text-indent: -9999px;
	height: 203px;
	width: 687px;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0px;
	padding: 0px;
  }
  
/* --- shop picture --------------------------*/
#blok12 #shoppicture {
	height: 203px;
	width: 231px;
	display: block;
	float: right;
	clear: both;
	padding-top: 36px;
	background-image: url(../img/shop.png);
	background-repeat: repeat-x;
	background-position: left bottom;
  }

  #shoppicture h3 {
	display: block;
	text-indent: -9998px;
	padding: 0px;
	height: 17px;
	width: 17px;
	background-image: url(../img/plusko.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	clear: both;
	float: left;
	margin-top: 179px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
  }
  
    #shoppicture h3:hover {
	display: block;
	text-indent: -9998px;
	padding: 0px;
	height: 187px;
	width: 213px;
	clear: both;
	float: left;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	background-image: url(../img/garance.png);
	background-repeat: no-repeat;
	background-position: 0 0;
  }

#blok12 #shoppicture a {
	height: 203px;
	width: 231px;
	display: block;
	float: right;
	clear: both;
	cursor:pointer;
  }
/* --- rozdělovač --------------------------*/

.rozdelovac {
	height: 1px;
	display: block;
	clear: both;
	padding-top: 37px;
	background-image: url(../img/tecky.png);
	background-repeat: repeat-x;
	background-position: left bottom;
  }
.obarveni-rozdelovace {
	height: 1px;
	display: block;
	clear: both;
	background-position: left bottom;
	background-color: #00A2E1;                                   /* změna barvy */
	width: 278px;
	float: left;
  }

/* --- text --------------------------*/

.content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00A2E1;                                              /* změna barvy */
	clear: both;
	margin-left: 1px;
	margin-top: 9px;
}
.text-blok {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #666666;
	clear: both;
	line-height: 19px;
	margin-top: 18px;
	margin-right: 12px;
	margin-left: 12px;
	padding-bottom: 3px;
	margin-bottom: 0px;
}
.text-blok a {
	color: #0099D2;                                             /* změna barvy */
	text-decoration:none;
	background-color: #EAFAFF;                                  /* změna barvy */
}
.text-blok a:hover {
	color: #0099D2;                                             /* změna barvy */
	text-decoration:underline;
}

blockquote {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #9D9D9D;
	clear: both;
	line-height: 19px;
	padding-bottom: 8px;
	padding-right: 20px;
	padding-left: 10px;
	font-style: italic;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #666;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 30px;
	padding-top: 6px;
}
blockquote a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #7E7E7E;
	text-decoration: none;
	background-color: #E5E5E5;
}
blockquote a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #7E7E7E;
	text-decoration: underline;
	background-color: #EAEAEA;
}
/* --- pata --------------------------*/

#under-tecky {
	height: 1px;
	display: block;
	clear: both;
	padding-top: 20px;
	background-image: url(../img/tecky.png);
	background-repeat: repeat-x;
	background-position: left bottom;
  }
#under-text-blok {
	height: 20px;
	clear: both;
	padding-top: 20px;
	margin-left: 12px;
	display: block;
	margin-bottom: 30px;
	margin-right: 12px;
	margin-top: 8px;
  }
#under-text-blok .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #afaeae;
	display: block;
	float: left;
  }
#under-text-blok .xname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #afaeae;

  }
/* --- bocnipanel --------------------------*/ 
  
.bocnipanel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #777777;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 11px;
	padding-top: 0px;
	padding-left: 0px;
}

.bocnipanel h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #777777;
	padding-top: 47px;
	clear:both;
	padding-bottom: 6px;
}

.bocnipanel h3.posunnahoru{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #777777;
	padding-top: 30px;
	clear:both;
	padding-bottom: 6px;
}

.bocnipanel ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #939393;
	margin-left: 13px;
	padding-left: 0px;
}

.bocnipanel li {

	list-style: url(../img/odrazka-aktivni.png);
		margin-left: 22px;
		margin-top: 8px;
	padding-left: 0px;
		cursor:pointer;
}
.bocnipanel li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #939393;
	text-decoration:none;
}
.bocnipanel li a:hover {
	color: #939393;
	text-decoration:none;
}
.bocnipanel li:hover {

	list-style: url(../img/odrazka-neaktivni.png);
}

.bocnipanel .text-box {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #B7B7B7;
	line-height: 18px;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.bocnipanel .text-box a {
	color: #B7B7B7;
	text-decoration:none;
}
.bocnipanel .text-box a:hover{
	color: #B7B7B7;
	text-decoration:underline;
}

/* --- xname --------------------------*/

#under-text-blok .xname {
    width: 84px;
    height: 14px;
    padding: 0px;
    float: right;

  }

#under-text-blok .xname {

	text-indent: -9999px;
	height: 14px;
	cursor: pointer;
	width: 84px;
	margin: 0px;
	background-image: url(../img/xname.png);
	background-repeat: no-repeat;
	background-position: 0 0;
  }

#under-text-blok .xname:hover {background-position: 0 -14px;}

#under-text-blok .xname a {
      display: block;
      width: 84px;
      height: 14px;
    }
/* --- produkty - náhled --------------------------*/
#nahledproduktu{
	width: 688px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
    }
.okraj {
	border: 1px dotted #666;
	padding: 3px;
	background-repeat: no-repeat;
	height: 91px;
	width: 191px;
	background-position: center center;
	float: left;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
    }
.textove-pole {
	float: left;
	margin-bottom: 22px;
	width: 458px;
	height: 119px;
    }
.textik{
	background-color: #00a2e1;                                       /* změna barvy */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	float: left;
	margin-top: 55px;
	padding: 0px;
    }
.textik a{
	background-color: #00a2e1;                                       /* změna barvy */
	color: #FFF;
	padding: 6px;
	text-decoration:none;
    }
.textik a:hover{
	background-color: #2a2a2a;
	color: #FFF;
    padding: 6px;
	text-decoration:none;
    }
.plusko-produkt{
	background-image: url(../img/plusko-cerny.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 191px;
	height: 17px;
    }
.preloaded {
	visibility: hidden;
	background-image: url(../img/garance.png);
	width: 1px;
	height: 1px;
	}
.preloaded2 {
	visibility: hidden;
	background-image: url(../img/odrazka-neaktivni.png);
	width: 1px;
	height: 1px;
	}
