/* 230 + 500 + 170 = */

body, html {
  margin: 0; padding: 0;
  background: white;
  color: black;
  font-family: Verdana, sans-serif;
  font-size: 15px;
  text-align: center; 
  }

hr { display: none; }

#page {
  text-align: left; 
  width: 900px; 
  padding: 10px;
  margin: 0 auto; 
  font-size: 90%;
  }
  
#hlava {
  position: relative;
  height: 105px;
  }
#hlava #hl-1 {
  margin: 0; padding: 0;
  font-size: 140%;
  overflow: hidden;
  position: absolute;
  left: 0; top: 0;
  margin: 0; padding: 0;
  width: 230px; height: 105px;
  }

#hlava #hl-1 span {
  display: block;
  position: absolute;
  left: 0; top: 0;
  width: 230px; height: 105px;
  background: url('img/logo.jpg') no-repeat 0 0;
  }

#hlava #hl-2 {
  margin: 0; padding: 0;
  font-size: 140%;
  width: 500px; height: 85px;
  position: absolute;
  left: 230px; top: 0;
  overflow: hidden;
  margin: 0; padding: 0;
  }

.banner1 {
  display: block;
  width: 500px; height: 85px;
  position: absolute;
  left: 0; top: 0;
  display: block;
  background: url('img/banner1.jpg') no-repeat 0 0;
  }

.banner2 {
  display: block;
  width: 500px; height: 85px;
  position: absolute;
  left: 0; top: 0;
  display: block;
  background: url('img/banner2.jpg') no-repeat 0 0;
  }

.banner3 {
  display: block;
  width: 500px; height: 85px;
  position: absolute;
  left: 0; top: 0;
  display: block;
  background: url('img/banner3.jpg') no-repeat 0 0;
  }

#hlava #hl-3 {
  margin: 0; padding: 0;
  display: block;
  position: absolute;
  left: 740px; top: 0;
  width: 170px;
  font-size: 0.8em;
  font-weight: normal;
  }

#navigace {
  padding: 0;  margin: 0; 
  font-size: 95%;
  position: absolute;
  left: 230px; top: 86px;
  width: 500px;
  background: #0066b3;
  }

#navigace span { display: none; }

#navigace a {
  display: block;
  float: left;
  padding: 3px 10px; margin: 0;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: white;
  border-right: solid 2px white;
  }

#navigace a:hover {
  background: rgb(0,51,102);
  }
  
#lang {position: absolute; left: 697px; top: 1px;}
#lang a { color: navy; }

#novinky {
  position: absolute;
  left: -230px; top: 0;
  margin: 15px;
  width: 200px;
  font-size: 0.8em;
  text-align: justify;
  }
#novinky h2 { font-size: 1em; margin: 0; padding: 0; }
#novinky p {
  margin: 0 0 5px 0;
  padding: 5px 0;
  border-bottom: solid 1px orange;
  }

#obsah {
  margin: 15px 170px 10px 230px;
  font-size: 0.9em;
  text-align: justify;
  background: url('img/vodoznak.gif') no-repeat 50% 40%;
  min-height: 400px;
  _height: 400px;
  }

#obsah h1 { font-size: 1.3em; }
#obsah h2 { font-size: 1.1em; }
#obsah a, #obsah a:visited { color: blue; text-decoration: none; }
#obsah a:hover, #obsah a:active { text-decoration: underline; }

#obsah .mensi {
  font-size: 0.8em;
  }

#sortiment { position: relative; margin: 0 auto; width: 100%;}
#sortiment h2 { font-size: 1em;   font-weight: normal; margin: 0; padding: 0; }
#sortiment ul { margin: 0; padding: 0; }

#sortiment ul ul { display: none; }

#sortiment ul li {
  display: block;
  margin: 5px; padding: 9px;
  width: 95px; height: 95px;
  float: left;
  background: #0066b3;
  text-align: left;
  text-decoration: none;
  color: white;
  overflow: hidden;
  }

#sortiment a {
  display: block;
  width: 100%; height: 100%;
  text-decoration: none;
  color: white;
  }

#sortiment a:visited {
  color: white;
  }

#sortiment a:hover {
  text-decoration: none;
  }

#sortiment li:hover  {
  background: black;
  }

#sortiment .selected {
  position: absolute;
  left: -230px; top: 0px;
  }

#sortiment ul li div.selected {
  display: block;
  background: white; 
  margin: 5px; padding: 10px;
  width: 200px; height: auto;
  }

#sortiment ul li div.selected a {
  color: black;
  text-decoration: none;  
  font-weight: bold;
  background: url('img/pdf_ico.gif') top right no-repeat;
  }

#sortiment ul li div.selected a:visited {
  color: black;
  text-decoration: none;  
  }
  
#sortiment ul li div.selected a:hover {
  color: white;
  background: black;
  }

#sortiment li div.selected:hover { background: white; }

#sortiment ul li div.selected ul { display: block; }

#sortiment ul li div.selected span { 
  text-transform: none;
  font-weight: normal;
  display: block;
  color: black;
  }

#sortiment ul li div.selected ul li { 
  margin: 10px 0 0px 0; 
  padding: 2px;
  width: 100%; height: 100%;
  background: white;
  text-transform: uppercase;
  text-align: left;
  text-decoration: none;
  border-top: 1px solid black;
  color: black;
  font-size: 1em;
  font-weight: bold;
  }

#sortiment ul li div.selected ul li span { 
  font-weight: normal;
  text-transform: lowercase;
  display: block;
  font-size: 0.8em;
  }

#sortiment .yellow { background: yellow; }
#sortiment .green { background: green; }
#sortiment .orange { background: orange; }

#uvod { background: white; position: relative;}

#pata {
  background: rgb(192,192,192);
  text-align: center;
  font-size: 0.8em;
  }

.cleaner {
  clear: both;
  height: 0;
  content: ' ';
  overflow: hidden;
  }

.cleaner hr { display: none; }

/* logo hlava vyska 105 */
  
