html,body{
  height:100%;
}

body{
  min-width: 1001px;
	background: #fff url(body_bg.png) top left repeat-x;
	font-weight: normal;
	/*font-size: 11px;*/
	position: relative;
	padding: 0;
	margin:0;
  text-align:center;
  
}
#stranka_obal{
  background:  url(stranka_obal_bg.png) bottom left repeat-x;  
}

#stranka{
  position:relative; /* kvuli absolutne pozicovane patce */
	/*background: #fff url(stranka_bg.jpg) top left repeat-y;*/
	text-align:left;
  min-width:980px;
  width: 980px;
  margin:0 auto;
  padding:0;
  min-height:100%;
  height: auto;
  _height: 100%;  
}

#top{
  position: relative;
  height:187px;
  z-index:2;
  /*border: 1px solid green;*/
}

#top_ceny{
  position: absolute;
  
  
  
  height: 193px;
  background: url(top_ceny_zima_cs.png) right bottom no-repeat;
  z-index:1;

  top:6px;
  right:-15px; 
  width: 160px;
  /*border:1px solid black; */
}

#top_horni{
 /*border: 1px solid silver;*/
 height: 142px;

 width: 976px;
}

#logo{
  float: left;
  background:  url(logo.png) top left no-repeat;
  height: 141px;
  width:200px;    
  margin:0;
  padding: 0; 
  /*border: 1px solid blue;*/
}

#logo a{
  display: block;
  height: 100%;
  width: 100%;
  margin:0;
  padding: 0;
  text-decoration: none;
}

#top_banner{
  /*border: 1px solid blue;*/
  float: left;
  width: 361px;
  height: 42px;
  background:  url(top_horni_banner.png) top left no-repeat;
  margin: 60px 60px 0 40px;
  height: 44px;
  background:  url(top_horni_banner.gif) top left no-repeat;
  margin: 58px 60px 0 40px;
  #margin-top:65px;

}

#top_obrazek{
  /*border: 1px solid blue;*/
  
  width: 311px;
  height: 142px;
  background:  url(top_horni_obrazek_jaro_cs.png) top left no-repeat;
  z-index:10;

  position:absolute;
  top:0;
  right:-40px;
  /*left:45px;*/
  
  
}

#lang{
  position:absolute;
  right:250px;
  top:105px;
  z-index:100;
  height:28px;
}

#lang a {
  float:left;
  width:28px;
  height:28px;
  line-height:28px;
  margin-right:5px;
}

#lang_cs{
  background:url('cs_male.png') left top no-repeat;
}

#lang_cs:hover{
  background:url('cs.png') left top no-repeat;
}

#lang_en{
  background:url('en_male.png') left top no-repeat;
}

#lang_en:hover{
  background:url('en.png') left top no-repeat;
}

#lang_sk{
  background:url('sk_male.png') left top no-repeat;
}

#lang_sk:hover{
  background:url('sk.png') left top no-repeat;
}



#top_spodek{
  position:relative;
  /*top:142px;*/
  width: 950px;
  height: 45px;
  vertical-align: bottom;
}

#top_spodek a {	
	float: left;
	height: 40px;
	width: auto;
	margin: 5px 0 0 0;
	text-decoration: none;
	cursor: pointer;	
  font-family:'Tahoma CE',Tahoma,Arial,verdana,Helvetica,sans-serif;
  position:relative;
}

#top_spodek a:hover .text{
  /*background: url(horni_menu_hover.png) left center no-repeat;*/
  color:#fff;
  position:relative;
}

#top_spodek a:hover.horni_menu_aktivni .text, #top_spodek a.hover .text{
  background:#fff url(horni_menu_aktiv.png) left center no-repeat;
  color:#000;
  position:relative;
}


#top_spodek a .leva{
	float: left;
	display: block;
	width: 14px;
	height: 40px;
  position:relative;
}

#top_spodek a .text{
	float: left;
	position: relative;
	font-size:15px;
	font-weight:bold;
	/*text-transform: uppercase;*/
	width: auto;
	height: 40px;
	background:  url(horni_menu_neaktiv.png) left center no-repeat;
	color: #fff;
	padding-left: 25px;
	line-height: 40px;
}

#top_spodek a:hover .text{
  color:#000;
}

#top_spodek a .prava{
	float: left;
	width: 14px;
	height: 40px;
  position:relative;
}

#top_spodek .horni_menu_aktivni .leva, #top_spodek :hover .leva, #top_spodek .hover .leva{
  float: left;
	width: 14px;
	height: 40px;
	background: url(horni_menu_leva.png) no-repeat;
}

#top_spodek .horni_menu_aktivni .text, #top_spodek :hover .text, #top_spodek .hover .text{
	float: left;
	width: auto;
	height: 40px;
	background: #fff url(horni_menu_aktiv.png) left center no-repeat;
	color: #000;
	padding-left: 25px;
	line-height: 40px;
}

#top_spodek .horni_menu_aktivni .prava, #top_spodek :hover .prava, #top_spodek .hover .prava {
  float: left;
	width: 14px;
	height: 40px;
	background: url(horni_menu_prava.png) no-repeat;
}

#stred{
  overflow:hidden;
  background:#fff url('stred_bg.png') repeat-y;
  width:1030px;
  left:-10px;
  position:relative;
  text-align: center;
  /*border: 1px solid black;*/
}

#stred-obsah-posunovac {
  background:url('bg_stred_posunovac.png') no-repeat;
  padding-top:15px;
  height:726px;
}

*>#stred-obsah-posunovac {
  min-height:711px;
  height:auto;
}

#stred-obsah-posunovac-spodek {
  overflow:hidden;
  background:url('bg_stred_spodek.png') left bottom no-repeat;
}

#stred-obsah {
  width:980px;
  &width:990px;
  margin:0 auto;
  text-align: left;
  overflow:hidden;
}

#prave_menu{
  float: right;
  /*border: 1px solid red;*/
  width: 250px;
  min-height: 500px;
  _height: 500px;
}

#prave_menu .top{
  width: 250px;
  height: 15px;
  background: #fff url(prave_menu_top.png) top left no-repeat;
  margin:0;
  font-size:0;
  line-height:0;
}

#prave_menu h3.top{
  height: 41px;
  background: #fff url(prave_menu_nadpis.png) top left no-repeat;
}

#prave_menu .partneri h3.top{
  background: #fff url(partneri_nadpis.png) top left no-repeat;
}

#prave_menu .reklama h3.top{
  background: #fff url(reklama_nadpis.png) top left no-repeat;
}

#prave_menu .stred{
  width: 230px;
  _width: 250px;
  padding: 10px;
  background: #fff url(prave_menu_border.png) top left repeat-y;
}

#prave_menu .bottom{
  width: 250px;
  height: 15px;
  background: #fff url(prave_menu_bottom.png) top left no-repeat;
  margin-bottom: 20px;
}

#obsah{
  margin-right:260px;
  padding-bottom:4px;
}

#obsah-vnitrek {
  position:relative;
  width:720px;
  &width:710px;
  overflow-x:hidden;
}

#bottom{
  height: 380px;
  width: 695px;
  width: 705px;
  position:relative;
  z-index:10;
}

#bottom #sloupec1, #bottom #sloupec2, #bottom #sloupec3{
  height: 350px;
  width: 209px;
  float:left;
  /*border: 1px solid silver;*/
}

#sloupec1 {
  left:0;
}

#sloupec2{
  margin:0 32px;
  margin:0 37px;
}

#sloupec3 {
  right:0;
}

#sloupec1 .top, #sloupec2 .top, #sloupec3 .top{
  height: 9px;
  width: 209px;
  line-height:9px;
  font-size:0px;
  background: url(sloupce_top.jpg) left top no-repeat;
}

#sloupec1 .stred, #sloupec2 .stred, #sloupec3 .stred{  
  width: 189px;
  _width: 209px;  
  background: url(sloupce_border.jpg) left top repeat-y;
  padding: 10px;
}

#sloupec1 .bottom, #sloupec2 .bottom, #sloupec3 .bottom{
  height: 9px;
  width: 209px;
  line-height:9px;
  font-size:0px;
  background: url(sloupce_bottom.jpg) left bottom no-repeat;
}

#dvousloupec{  
  height: 500px;
  width: 457px;
  /*&border: 1px solid black;*/
  float:left;
  margin:0 37px 0 0;
  &margin: 0 36px 0 0;
}

#dvousloupec .top{
  height: 9px;
  width: 457px;
  line-height:9px;
  font-size:0px;
  background: url(sloupce_top.jpg) left top no-repeat;
}

#dvousloupec .stred{  
  width: 437px;
  _width: 457px;  
  background: url(novinky_siroke_border.png) left top repeat-y;
  padding: 10px;
  
}

#dvousloupec .bottom{
  height: 9px;
  width: 457px;
  line-height:9px;
  font-size:0px;
  background: url(novinky_siroke_bottom.png) left bottom no-repeat;
}

#novinky h3.top{
  height: 40px;
  margin: 0;
  /*background: url(novinky_nadpis.png) left top no-repeat;*/
  background: url(novinky_siroke.png) left top no-repeat;
}

#novinky .stred{
  /*height:350px;
  _height:280px;*/
  /*height: 180px;
  _height: 190px;*/
  /*overflow:hidden;*/
  position:relative;
}
/*
#akce h3.top{
  height: 40px;
  margin: 0;
  background: url(akce_nadpis.png) left top no-repeat;
}

#akce .stred{
  min-height:260px;
  _height:280px;
  overflow:hidden;
}
*/
#newsletter h3.top{
  height: 40px;
  margin: 0;
  background: url(newsletter_nadpis.png) left top no-repeat;
}

#newsletter .stred{
  min-height:52px;
  _height:67px;
  overflow-x:hidden;
}

#eshop {
  background:url('eshop.png') left top no-repeat;
  width:209px;
  height:130px;
  margin-top:20px;
  /*margin-top:20px;*/
}

#eshop a {
  display:block;
  width:209px;
  height:130px;
  cursor:pointer;  
}

#vymena_odkazu a {
  color:#BF0102;
}
/*
#eshop .top{
  margin-top: 20px;
}
#eshop .stred{
  text-align: left;
  padding:0 10px 10px 10px;
}

#eshop .stred h3{
  margin:0;
  padding:0px;
  height: 25px;
  width: 83px;
  background: url(eshop_nadpis.jpg) top left no-repeat;
  position:absolute;
}
#eshop .stred img{
  margin:10px 0 0 38px;
  margin:3px 0 0 78px;
}
*/  

#patka{
  /*border: 1px solid black;*/
  position: relative;
  line-height:44px;
  height: 44px;
  margin-top: 20px;
  color: white;
}

#patka #patka_copyright{
  float: left;
  height: 44px;
  line-height:44px;
  width: 350px;
  /*border: 1px solid silver;*/
}

#patka #patka_design{
  float: right;
  height: 44px;
  line-height:44px;
  width: 300px;
  /*border: 1px solid silver;*/
  text-align: right;
}

#patka #patka_design a{
  color: white;
}
#patka #patka_copyright p, #patka #patka_design p{
  margin: 0;
  padding: 0;
}

#vycpavka-des{
  clear:right;
}

.nezobrazovat{
  display: none;
}

.warn {
  background:#C10000;
  color:#fff;
  font-size:18px;
  font-weight:bold;
  padding:10px;
}

#uvod-provozovny {
  position:relative;
  z-index:10;
}

#mapacrsr {
  position:relative;
  left:-9px;
}

.noClick {
  cursor: default;
}

#main-menu, #top_spodek li {
  display: inline;
  list-style: none inside url();
  margin:0;padding:0;
  position:relative;
  
}

#main-menu li {
  float:left;
  position:relative;
}

#main-menu ul {
  position:absolute;
  left:0px;
  overflow:hidden;
  top:45px;
  width:189px;
  background:#fff;
  display:none;
  z-index:1000;
}

#main-menu ul li {
  width:189px;
  height:28px;
  overflow:hidden;
  margin:0;
  padding:0;
  line-height:28px;
}

#main-menu ul li span {
  padding-left:30px;
}

#main-menu ul a {
  float:none;
  height:28px;
  margin:0;padding:0;
}

#main-menu ul a:hover {
  background:url('submenu_pozadi_aktivni.png') left top no-repeat;
}

#main-menu ul a {
  display:block;
  float:none;
  background:url('submenu_pozadi.png') left top no-repeat;
}


#main-menu ul li.last a {
  background:url('submenu_pozadi_dole.png') left top no-repeat;
}

#main-menu ul li.last a:hover {
  background:url('submenu_pozadi_dole_aktivni.png') left top no-repeat;
}

#uvodni_popis {
  background:url('uvodka_pozadi.png') left top no-repeat;
  width:695px;
  height:395px;

  background:url('uvodka_pozadi2.png') left top no-repeat;
  width:705px;
}

#uvodni_popis_content {
  padding:105px 10px 0 205px;
  padding:105px 5px 0 215px;
  color:#000;
}

#uvodni_popis_text {
  overflow:hidden;
  height:255px;
}

#uvodni_popis_text p {
  line-height: 1.4;
  margin-bottom:3px;
}

#uvodni_popis_text a {
  color:#000;
}

#uvodni_popis_text ul {
  margin:2px 0;
  padding:0;
}

#uvodni_popis_text li {
  margin:0 0 0 20px;
  padding:2px 0;
  color:#000;
}


.NewsForm-mail {
  width:140px;
  border:1px solid #C20001;
  position:relative;
  #top:-10px;
}

.NewsForm-submit {
  background:url('male_logo.png') left top no-repeat;
  border:0;
  cursor:pointer;
  width:41px;
  height:40px;
}

#nadpis_uvodni_popis {
  position:absolute;
  left:195px;
  #left:175px;
  width:513px;
  height:86px;  
}

#nadpis_uvodni_popis h1, #nadpis_uvodni_popis h2 {
  font-size:17px;
  text-align: center;
}

#nadpis_uvodni_popis span {
  position:absolute;
  display:block;
  left:0;top:0;
  background:url('stavoodbyt_nadpis.png') left top no-repeat;  
  width:513px;
  height:86px;
}

#uvodni_popis_text table td {
  width:250px;
}

#uvodni_popis_text table td p {
  color:#000;
  font-size:12px;
}

#chlapik7, #chlapik17, #chlapik28, 
#chlapik8, #chlapik21, #chlapik32,
#chlapik26 {
  min-height:714px;
  height:auto;
  #height:714px;
  background:url('chlapek.png') left bottom no-repeat;
  position:relative;
}

#chlapik8, #chlapik21, #chlapik32 {
 min-height:660px;
  #height:660px;
  background:url('kravatak.jpg') left bottom no-repeat;
}

#chlapik-content {
  padding:20px 0 200px 315px;
}

#chlapik-content-text {
  width:320px;
  margin-left:0px;
  overflow:auto;
}
#chlapik26, #chlapik27, #chlapik37 {
  min-height:720px;
  #height:720px;
  background:url('borecek_sluzby.png') right bottom no-repeat;
}

#chlapik26 #chlapik-content, #chlapik27 #chlapik-content, #chlapik37 #chlapik-content{
  padding:20px 315px 200px 0;
}

#chlapik26 #chlapik-content-text, #chlapik27 #chlapik-content-text, #chlapik37 #chlapik-content-text {
  width:280px;
}

#chlapik-content2 {
  padding:20px 315px 200px 0;
}

#chlapik-content-text2 {
  width:697px;
  background:white;
  overflow:auto;
}
#chlapik-content3 {
  padding:20px 315px 200px 0;
}

#chlapik-content-text3 {
  width:320px;
  background:white;
  overflow:auto;
}
#chlapik-content-text #lsp{

  margin-left:10px;
  
}

.to-page-ramecek {
  width:167px;
  height:110px;
  overflow:hidden;
  position:absolute;
  left:40px;
  bottom:43px;
  color:#fff;
}

.to-page-ramecek .text {
  height:45px;
  overflow:hidden;
}

.to-page-ramecek a, .provozovna-box a {
  color:#fff;
}

.provozovna-box {
  width:209px;
  height:126px;
  overflow:hidden;
  float:left;
  margin:0 25px 20px 0;
  background:url(box_provozovny_zeleny.png) left top no-repeat;
  color:#fff;  
}

.provozovna-box-vnitrek {
  padding:10px 0px 10px 32px;
}
.provozovna-box-vnitrek p{
  &margin:8px 0 8px 0;
}

.provozovna-box-vnitrek a, .provozovna-box-vnitrek .podrobne a:hover {
  text-decoration:none;
}

.provozovna-box-vnitrek a:hover .nadpis, .provozovna-box-vnitrek .podrobne a {
  text-decoration:underline;
}

.to-page-ramecek .nadpis, .provozovna-box-vnitrek .nadpis {
  font-size:16px;
  color:#fff;
  font-weight:bold;
}

.to-page-ramecek .nadpis-odkaz, .provozovna-box-vnitrek .nadpis-odkaz {
  text-decoration: none;
}

#to-page-23, #to-page-31,
#to-page-42, #to-page-50, 
#to-page-70, #to-page-79
{
  left:280px;
}

#to-page-24, #to-page-32,
#to-page-43, #to-page-51,
#to-page-71, #to-page-80
{
  left:520px;
}

.to-page-ramecek .odkaz-dole {
  position:absolute;
  bottom:3px;
  right:3px;
  font-weight:bold;
}

#franchisa a img, #reklama a img {
  border:0;
}

#franchisa .partner, #reklama .partner {
  text-align:center;
  width:230px;
  padding-bottom:10px;
  overflow-x:hidden;
}

#patka a {
  color:#fff;
}

#odkaz-na-centralu {
  position:absolute;
  top:142px;
  right:188px;
  &right:238px;
  z-index:30;
  border:0;
  cursor:pointer;
}

#odkaz-na-centralu img {
  border:0;
}

#nadpis_uvodni_popis h1, #nadpis_uvodni_popis h2 {
  font-family:'Tahoma CE',Tahoma,Arial,verdana,Helvetica,sans-serif;
  font-size:37px;
}

#nadpis_uvodni_popis h1 {
  color:#C40000;
  margin:0;
}

#nadpis_uvodni_popis h2 {
  font-size:22px;
  padding:0;
  color:#000;
  background:none;
}

#provozovny-pobocky {
  padding:15px 0;
}

#chlapik-kariera {
  background:url('kariera.jpg') right top no-repeat;
  min-height:734px;
  height:auto;
  margin-left:25px;
  margin-right:15px;
  #height:734px;
}

#chlapik-kariera-obsah {
  width:250px;
  overflow:hidden;
}

.tiskova_zprava_nahled {
  background:url('tiskove_centrum_bg.png') left top no-repeat;
  background:url('pozadi_kontakt.png') left top no-repeat;
  
  width:672px;
  height:259px;
  overflow:hidden;
  position:relative;
}
.tiskova_zprava_nahled .nazev h3{
  margin-top:26px;
  font-size:20px;
  color:white;
}
.tiskova_zprava_nahled p{
  margin-top:4px;
  font-size:15px;
  color:white;
  padding:0 20px 0 30px;
  text-align:justify;
}
.tiskova_zprava_vnitrek {
  margin:10px;
}

.tiskova_zprava_nahled .nazev a {
  color:#fff;
  font-size:15px;
  text-align:right;
  display:block;
  padding:0 20px 0 0;
}
.tiskova_zprava_nahled .nazev a:hover {
  color:#CC3031;
}

.tiskova_zprava .tb {
  margin-bottom:25px;
}

#franchisa-odkaz-dopis {
  text-align:center;
}

#franchisa-odkaz-dopis .provozovna-box {
  text-align:left;
  margin-left:60px;
}

#franchisa-odkaz-dopis .provozovna-box .podrobne {
  text-align:right;
  padding-right:10px;
}

#franchisa-odkaz-dopis .provozovna-box a {
  font-weight: bold;
}

.novinka .editor_box{
  height:166px;
  width:673px;
  background:url(bg_novinky.png);
}
.novinka .novinka_foto{
  float:left;
  margin:7px 10px 0 10px;
  &margin: 7px 10px 0 10px;
  /*_margin: 7px 10px 0 5px;*/
  
}
.novinka .editor_box .editor_box_2 h3{
  padding-top:10px;
  vertical-align: middle;
  padding-left: 30px;
  line-height: 31px;
}

.zpet {
  clear:left;
}

a.lightbox img {
  border:0;
}

#isover{
  text-align: center;
}
