/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Document */
html, body {
  height:100%;
}

body {
  	min-width: 1000px;
  	background: #E4E4E4 url('body_bg2.png') center top no-repeat;
  	font-weight: normal;
  	position: relative;
  	padding: 0;
  	margin:0;
    text-align:center;
    color:#fff;  	
}

a {
  color:#fff;
  text-decoration: underline;
}

a:hover {
  text-decoration:none;
}

body,table {
  	font-size: 11px;
  	font-family: verdana, Helvetica, sans-serif;
}

#stranka {
  	position:relative; /* kvuli absolutne pozicovane patce */
  	
  	text-align:left;
    min-width:972px;
    width: 972px;
    margin:0 auto;
    padding:0;
   /* hratky s vyskou kvuli paticce a IE */
    /*height:100%;
  	min-height:100%;*/
  	z-index:5;
}

*>#stranka {
    height:auto;
}
#top {
  /*background:#000; */
  position: relative;
  height: 139px;
  overflow: hidden;
}

#logo{
  width:360px;
  height:139px;
  position:absolute;
  top:0;
  left:0; 
}

#logo a {
  display:block;
  background:url('logo_bg.png') left top no-repeat;
  cursor:pointer;
  text-decoration: none;
  width: 100%;
  height:100%;
}
.nezobrazovat {
  display:none;
}

#menu_top{
  position:absolute;
  top:35px;
  right: 0px;
  height:50px;
  width: 570px;
  overflow: hidden;
  border: 0px solid black;
  
}
#menu_top a {
  display: block;
  float:left;
  padding: 0 10px;
  color: #4C4C4C;
  text-decoration: none;
  height: 18px;
  line-height: 18px;
}

#menu_top a:hover {
  color: black;
  text-decoration: underline;
  font-weight: normal;
}

#menu_top .menu_top_oddelovac{
  display: block;
  float:left;
  height: 18px;
  line-height: 18px;
  width: 2px;
  background: #CCCCCC url(top_menu_oddelovac.png) top left no-repeat;  
}

#login{
  position:absolute;
  bottom:0;
  right:225px;
  width: 165px;
  height: 35px;
  overflow:hidden;
  background: #EFEFEF url(login_bg.png) left top no-repeat;
  border:0px solid black;
  padding: 11px 5px 5px 43px;
  color: #4C4C4C;
}

#login h3{
  font-size: 13px;
  font-weight:bold;
  margin-bottom: 5px;
}

#login a{
  color: #4C4C4C;
  cursor:pointer;
  text-decoration: underline;
}

#login a:hover{
  color: #4C4C4C;
  cursor:pointer;
  text-decoration: none;
}

#kosik_list{
  position:absolute;
  bottom:0;
  right:0;
  width: 165px;
  height: 35px;
  overflow:hidden;
  background: #EFEFEF url(kosik_list_bg.png) left top no-repeat;
  padding: 10px 5px 5px 40px;
  color: #4C4C4C;
}

#kosik_list h3{
  font-size: 13px;
  font-weight:bold;
  margin-bottom: 5px;
}

#kosik_list a{
  color: #4C4C4C;
  cursor:pointer;
  text-decoration: underline;
}

#kosik_list a:hover{
  color: #4C4C4C;
  cursor:pointer;
  text-decoration: none;
}

#middle {
  color:#000;
}



#levy_panel {
  float:left;
  _display: inline;
  width:212px;
  
  z-index:10;
  
  _margin-right: -212px;
}

.levy_panel_zacatek{
  position:absolute;
  top:0;
  left:0;
  width:212px;
  height: 10px;
  background: white url(leve_menu_top.png) top left no-repeat;
  overflow:hidden;
}

.levy_panel_konec{
  position:absolute;
  bottom:0;
  left:0;
  width:212px;
  height: 10px;
  background: white url(leve_menu_bottom.png) top left no-repeat;
  overflow:hidden;
}

#leve_menu{
  width: 212px;
  overflow:hidden;
  background: white url(leve_menu_stred.png) top left repeat-y;
  margin:0;
  padding:0;
  position:relative;
  padding: 10px 0px;
}

#leve-menu-servis{
  display:block;
  background: #D9D9D9 url(iphone-banner.jpg) top left no-repeat;
  width:212px;
  height:58px;
  overflow:hidden;
  margin:0 0 4px 0;
}

#leve-menu-servis span{
  display:none;
}

#search{
  width: 212px;
  overflow:hidden;
  background: white url(leve_menu_stred.png) top left repeat-y;
  margin:10px 0;
  padding:0;
  position:relative;
  padding: 10px 0px;
  
}

#form-hledani{
  margin: 10px;
}

#form-hledani #form-hledani-button{
  margin: 0;
  padding:0;
  display: block;
  width: 50px;
  height: 24px;
  line-height: 24px;
  color: white;
  text-align: center;
  background: #3886D6 url(submit_bg_small2.png) left top no-repeat;
  border:0;
  cursor: pointer;
}


#leve_menu .nadkategorie{
  display:block;
  width: 170px;
  min-height: 38px;
  _height: 38px;
  line-height: 38px;
  padding: 0 0 0 25px;
  margin: 0 10px;
  background: white url(nadkategorie_neaktiv.png) top left no-repeat;
  border-bottom: 1px solid #EDEDED;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none; 
}

#leve_menu .nadkategorie:hover, #leve_menu .nadkategorie_aktivni{
  display:block;
  width: 170px;
  min-height: 38px;
  _height: 38px;
  line-height: 38px;
  padding: 0 0 0 25px;
  margin: 0 10px;
  background: white url(nadkategorie_aktiv.png) top left no-repeat;
  text-decoration: none;
  color: #3081D5;
  font-size: 13px;
  font-weight: bold; 
}

#leve_menu .nadkategorie:hover{
  border-bottom: 1px solid #EDEDED;
}

#leve_menu .kategorie_obal{
  width: 170px;
  min-height: 38px;
  _height: 38px;
  margin: 0 10px;
  padding: 0 0 0 25px;
  border-bottom: 1px solid #EDEDED;
}

#leve_menu .kategorie{
  display:block;
  margin-bottom:10px;
  padding:0;
  color: black;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  cursor:pointer;
}

#leve_menu .kategorie:hover{
  display:block;
  margin-bottom:10px;
  padding:0;
  color: black;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  cursor:pointer;
}




#stred {
  margin-left:215px;
  width: 757px;
  min-height: 650px;
  _height:650px;
  /*overflow: auto;*/ 
  padding-bottom: 85px;
  background: white url(stred_bg.png) top left repeat-y; 
}

#stred_zacatek{
  width: 757px;
  height: 12px;
  overflow:hidden;
  background: white url(stred_top_bg.png) top left no-repeat;
}

#stred_obsah{
  margin: 0 2px;
}

#stred_zacatek.stred_zacatek_banner{
  background: white url(stred_top_bg_banner.png) top left no-repeat;
}

#stred_zacatek_lista{
  width: 727px;
  height: 20px;
  line-height: 20px;
  overflow:hidden;
  background: #F2F2F2 url(stred_top_bg_lista.png) top left no-repeat;
  padding: 5px 10px 5px 20px;
  font-size: 13px;
  color: #7A7A7A;
}

#stred_zacatek_lista a{
  float:left;
  _display:inline;
  color: #7A7A7A;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  height: 20px;
  margin: 0 10px 0 0;
  line-height: 20px;
  vertical-align: middle;
}

#stred_zacatek_lista a:hover{
  color: #7A7A7A;
  font-weight: bold;
  font-size: 13px;
  text-decoration: underline;
}

#stred_zacatek_lista .lista_oddelovac{
  float:left;
  _display:inline;
  color: #7A7A7A;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  height: 20px;
  width: 6px;
  background: #F2F2F2 url(lista_oddelovac.png) top left no-repeat; 
  margin: 0 10px 0 0;
  line-height: 20px;
}

#uvodka_banner{
  width: 753px;
  height: 270px;
  overflow: hidden;
  position:relative;
  background: #DEDEDE url(uvodka_banner.png) top left no-repeat;
}

#uvodka_banner h2{ 
  position: absolute;
  top: 20px;
  left: 25px;
  width: 530px;
  height: 40px;
  line-height: 40px;
  font-size: 32px;
  font-weight: bold;
  color: #0E0E0E;
  overflow:hidden;
}

#uvodka_banner_text{
  position: absolute;
  top: 85px;
  left: 25px;
  width: 530px;
  height: 70px;
  line-height: 23px;
  font-size: 20px;
  /*font-weight: bold;*/
  color: #535353;
  overflow:hidden;
}

#uvodka_banner_telefon{
  position: absolute;
  top: 175px;
  left: 90px;
  width: 220px;
  height: 35px;
  line-height: 35px;
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  overflow:hidden;
}

#uvodka_banner_tlacitko{
  position: absolute;
  top: 172px;
  left: 380px;
  width: 115px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  font-weight: bold;
  color: #3081D5;
  overflow:hidden;
  text-decoration: none;
  cursor:pointer;
}

#uvodka_banner_tlacitko:hover{
  font-size: 14px;
  font-weight: bold;
  color: #3081D5;
  text-decoration: underline;
}

.nadpis_stred {
  color: black;
  font-size: 21px;
  line-height: 21px;
  margin: 10px 18px;
}

#stred_produkty .more-info, .univ_button, 
.tlacitko-submit-kosik, .sluzba_button, #stred #objednat .odkaz_objednat
 {
  background:url('vice_informaci_neaktivni.png') left top no-repeat;
  width:165px;
  height:44px;
  display:block;
  text-decoration: none;
  font-size:14px;
  color:white;
  cursor:pointer;
  border:0;
}

.tlacitko-submit-kosik, .sluzba_button, #stred #objednat .odkaz_objednat, .univ_button {
  width:200px;
  background:#1183b8 url('submit_bg_large.png') left top no-repeat;
  color:#fff
}

.univ_button,
.tlacitko-submit-kosik, .sluzba_button, #stred #objednat .odkaz_objednat
{
  height:24px; /* je zmensena, protoze buttonu se nedal posunout text */
  line-height:24px; /* je zmensena, protoze buttonu se nedal posunout text */
}

.univ_button:hover,
.tlacitko-submit-kosik:hover, .sluzba_button:hover, #stred #objednat .odkaz_objednat:hover
{
  background:#1183b8 url('submit_bg_large.png') left top no-repeat;
  color:#fff;
}

#stred_produkty .more-info span {
  display:block;
  padding:5px 0 0 35px;
}

#stred_produkty .more-info:hover {
  background:url('vice_informaci_aktivni.png') left top no-repeat;
  color:#fff;
}

.cistic, #design_posunovac {
  clear:right;
  visibility:hidden;
  font-size: 0;
  margin:0;
  padding:0;
  border:0;
}

#design_posunovac {
  clear:both;
  height:2px;
}

.warn {
  text-align:center;
  color:#fff;
  background:red;
  width:400px;
  margin:0 auto;
  display:block;
  padding:10px 0;
  font-weight:bold;
  font-size:17px;
}

#prislusenstvi-na-uvodce {
  height:230px;
  _width:555px;
  overflow:none;
}

#prislusenstvi-na-uvodce .uvodka_prislusenstvi {
  float:left;
  width:171px;
  height:211px;
  background:url('prislusenstvi_uvodka.png') top left no-repeat;;
  position:relative;
  margin-left:10px;
  overflow:hidden;
}

#prislusenstvi a {
  color:#676666;
  text-decoration: none;
}

#prislusenstvi a:hover {
  color:#fff;
}

#prislusenstvi-na-uvodce .foto {
  text-align:center;
}

#prislusenstvi-na-uvodce .uvodka_prislusenstvi_obsah {
  padding:10px;
}

#prislusenstvi-na-uvodce .uvodka_prislusenstvi_obsah h4 {
  color:#000;
  padding:5px;
  height:30px;
  text-align:center;
}

#prislusenstvi-na-uvodce .uvodka_prislusenstvi_obsah .vice {
  position:absolute;
  bottom:10px;
  right:10px;
  background:url('prislusenstvi_uvodka_odkaz.png') top left no-repeat;
  display:block;
  width:95px;
  height:23px;
  line-height:23px;
  text-align: center;
  color:#5A5959;
  text-decoration: none;
}

#prislusenstvi-na-uvodce .uvodka_prislusenstvi_obsah .vice:hover {
  color:#fff;
}

#uvodka_vycpavka {
  height:240px;
}



#text-content{
  margin: 0 10px;
}

#text-content a {
  color:#676666;
}

#text-content a:hover {
  text-decoration: none;
}
#servis 
{
background:white;
float:left;
}
#servis h2 
{
background:white;
font-size:28px;
color:#b52cd1;
padding:15px;
}
#servis h3 
{
background:white;
font-size:19px;
color:#b52cd1;
margin:5px 15px 15px 15px;
}
#servis .bs
{
background:black;
color:white;
font-size:14px;
padding:10px;
margin:0 15px 0 15px;
}
#servis .bs strong
{
text-align:right;
color:#b52cd1;
font-size:20px;
display:block;
}
#servis .bm
{
background:black;
color:white;
font-size:14px;
padding:10px;
width:340px;
height:200px;
float:left;
margin-left:15px;
margin-bottom:15px;
position:relative;
}
#servis .bm h4
{
text-align:left;
color:#b52cd1;
font-size:18px;
display:block;
margin-bottom:10px;

}
#servis .bm strong 
{
display:block;
position:absolute;
right:10px;
bottom:10px;
line-height:20px;
}
#servis .bm strong span
{

color:#b52cd1;
font-size:17px;

}
#servis #tb2
{
margin-left:15px;
margin-right:15px;
width:720px;
color:black;
}

#patka {
  position:absolute;
  bottom:0;
  right:0px;
  background:#E4E4E4 url('paticka_bg.png') left top no-repeat;
  height:70px;
  width:757px;
  text-align:right;
}

#patka span{
  display: block;
  padding:35px 20px 0 0;
  color:#616161;
  font-size:13px;
  line-height: 15px;
  
}

#patka a{
  color:#616161;
  font-size:13px;
}

#logform,#kosik_list_bottom{
  margin-left: 15px;
  margin-top: 10px;
}

#logform label, #logform input{
  width: 150px;
  display: block;
}

#kosik_list_bottom a, #kosik_list_bottom input{
  width: 50px;
  height: 24px;
  line-height: 24px;
  color: white;
  text-align: center;
  background: #3886D6 url(submit_bg_small2.png) left top no-repeat;
  overflow: hidden;
  text-decoration: none;
  cursor:pointer;
  font-size: 12px;
  border: 0;
  float: left;
  margin-right: 10px;
  padding:0;
}

