html,body {
  height:100%;
}
body {
  margin:0;
  padding:0;
  min-width:1242px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#stranka {
  width:1242px;
  height:100%;
  min-height:100%;
  position:relative;
  background: 1108px 117px url(images/smouha.jpg) no-repeat;
}
body>#stranka {
  height:auto;
  width: 1242px;
  position: relative;
}
#top{
	margin-left: 117px;
	background: url(images/top.jpg) no-repeat;
	width: 1125px;
	height: 110px;
	position: relative;
}
  #domu {
    top: 3px;
    left: 920px;
    width: 150px;
    text-align: left;
    position: absolute;
    color: #fff;
  }
  #domu img {
    border: 0px;
  }
  #top h1{
  	margin: 0;
  	padding: 0;
  	position: absolute;
  	top: 5px;
  	left: 0px;
  }
  #top h1 a{
  	display: block;
  	width: 300px;
  	height: 100px;	
  }
  #top h1 span{
  	display: none;
  }
  #date{
  	margin: 0;
  	padding: 0;
  	color: #FFF;
  	position: absolute;
  	top: 26px;
  	left: 920px;
  	font-size: .8em;
  	font-weight: bold;
  }
  #lang {
    top: 83px;
    left: 920px;
    width: 150px;
    text-align: left;
    position: absolute;
  }
    #lang UL {
      margin: 0px 0px 0px 0px;
      list-style-image: none;
      list-style-type: none;
    }
    #lang LI {
      display: inline;
      border: 0px;
      vertical-align: middle;
      margin: 0px 10px 0px 0px;
      text-decoration: none;
    }
    #lang LI A {
      text-decoration: none;
    }
    #lang LI A SPAN {
      font-weight: bold;
      vertical-align: top;
      font-size: 12px;
      color: #555;
      text-decoration: underline;
    }
    #lang IMG {
      border: 1px solid #ccc;
      height: 12px;
    }
  #kosik {
    top: 80px;
    left: 460px;
    width: 300px;
    text-align: left;
    position: absolute;
  }
    #kosik IMG {
      border: 0px;
    }
    #kosik A {
      color: #E77918;
      font-weight: bold;
    }
    #kosik A:hover {
      color: #aaa;
    }
#domek{
	position: absolute;
	background: url(images/domek.jpg) no-repeat;
	width: 562px;
	height: 695px;
	top: 110px;
	left: 0;
}
  #flash{
  	position: absolute;
  	width: 455px;
  	height: 571px;
  	top: 0px;
  	right: 0px;
  }
#loga{
	/* background: #FCEFE4; */
	width: 470px;
	height: 80px;
	position: absolute;
	top: 750px;
	left: 100px;
}
#loga p.odkazy { color: #aaa; margin: 15px 20px 0 0; font-size:10px;}
#loga p.odkazy a { color: #aaa; font-size:10px;}
/*
#topnadpis{
	position: absolute;
	top: 105px;
	left: 580px;
	color: #E77918;
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-family: Arial;
}*/

#obsah{
	margin-left: 580px;
	width: 600px;
	height: 850px;
}
  #top_menu{
  	height: 30px;
  	margin-bottom: 10px;
  }
    #top_menu LI A SPAN {
      /* color: #8c0105; */
      font-size: 120%;
      /*text-decoration: underline;*/
    }
    #top_menu LI A {
      color: #0094de; /* oranzova: E77918 , modra: 0094de*/
      text-decoration: none;
      font-size: 12px;
      font-weight: bold;
    }
    #top_menu A:hover {
      color: #a1a5a8;
    }
  
    #top_menu LI {
    	display: inline;
      margin-left: 10px;
    	padding: 0px;
    	padding-right: 10px;
    	border-right: 1px solid #0094de;
    }
    #top_menu LI LI {
    	display: block;
      margin: 1px 0px;
    	padding: 0px;
    }
    #top_menu LI LI A {
    	color: #000;
    }
    #top_menu LI LI LI A {
      color: #555;
    	margin-left: 7px;
    }
    #top_menu LI LI LI {
    	padding-left: 0px;
    	background: url('images/odrazka_mala.gif') 0px 7px no-repeat;
    }
    #top_menu UL {
      display: inline;
    	margin: 0px;
    	padding: 0px;
    	/*list-style-image: url('images/odrazka_velka.gif');*/
    	list-style-type: none;
    	position: relative;
    	top: 10px;
    }
    #top_menu UL UL {
    	margin: 0px; padding: 5px;
    	display: block;
      position: absolute;
      top: 15px;
      padding-left: 10px;
      left: 0px;
      visibility: hidden;
      background-color: #ddf; /* fdb */
      width: 250px;
      border: 1px solid #0094de;
    }
    #top_menu UL ul ul {
      width: 225px;
      border: 0px solid white;
      position:relative;
      left: 0px;
      top: 0px;
      margin: 0px; padding: 0px;
      padding-left: 10px;
      list-style-type: none;
      /* background: url('images/odrazka_mala.gif') 0px 15px no-repeat; */
      visibility:hidden;
    }
    #top_menu UL li {
      position: relative;
    }
    /* zde chovani zobrazeni*/
    #top_menu UL li:hover ul a, #top_menu UL li.hover ul a
    {
      /* odkaz podmenu */
      /* background-color: #bbb; */
      /* color:black; */
      font-size: 12px;
    }
    
    #top_menu UL li:hover ul a:hover, #top_menu UL li.hover ul a:hover
    {
      /* odkaz podmenu prejety mysi */
      background-color: #0094de;
      color:white;
      text-decoration: underline;
    }
    
    #top_menu UL li:hover ul, #top_menu UL li.hover ul
    {
    visibility:visible;
    }
    
    #top_menu UL li li
    {
    border:none;
    padding:0;
    /* background-color:#bbb; */
    }
    
    #top_menu UL li
    {
    behavior: url(hover.htc);
    }
    /* konec chovani zobrazeni menu */

/* vypisy zbozi */
  hr.cleaner {
    clear:both;
    height:1px;
    margin: -1px 0 0 0; padding:0;
    border:none;
    visibility: hidden;
    }
    
  .radek {
    /*border: 1px solid #ccc;*/
    border-top: 1px solid #0094de;
  }
  .b_img {
    float: left;
    height: 150px;
    min-height: 150px;
    _height: 150px;
    margin: 10px 0 0 0px;
  }
  .b_img img { border: 2px solid #0094de;}
  .bunka {
    min-height: 150px;
    _height: 150px;
    margin: 10px 0 0 160px;
    padding: 0px;
    text-align: left;
  }
  .b_vrsek {
    /*min-height: 33px;
    _height: 33px;*/
  }
  .b_ceny {
    margin: 5px;
    text-align: right;
    font-size: 120%;
    position: relative;
    min-height: 25px;
    _height: 25px;
  }
  .cena {
    font-weight: bold;
    position: absolute;
    left: 120px;
    top: 0px;
    width: 100px;
    color: #0094de;
    /* background: url('images/cenovka.jpg') left top no-repeat; */
  }
  .skrt {
    width: 100px;
    text-decoration: line-through;
    position: absolute;
    left: 0px;
    top: 0px;
  }
/* konec vypisu zbozi */

#ensis {
  color: #7F7F7F;
  text-decoration: none;
  font-weight: bold;
}

#obsah h2{
	color: #0094de;
	padding: 0 0 0 10px;
	font-size: 1em;
	border-left: 7px solid #bbb;
}
#obsah p{
	color: #222;
}
H1, H2, H3 {
	color: #0094de;
	margin: 5px 0px;
}
H1 {
  font-size: 1.5em;
}
H2 {
  font-size: 1.2em;
}
UL {
  margin-left: 25px;
}
a {
	color: #0094de;
	font-weight: bold;
}
a img {
	border: 0;
}
th {
  font-size: 11px;
  text-align: left;
}
td {
  vertical-align: top;
}

.tlacitko {}
input.koupit {background: url('images/kosik.gif') top left no-repeat; padding-left: 15px; height: 26px; color: #E77918; font-weight: bold;}

