/* -------------------------------  obecne ---------------------------------- */
BODY {
  background-color : #00602b;
  margin : 0px;
  padding : 0px;
  font-family : Verdana,Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  color: black;
}

A {
  text-decoration: none;
  color : black;
}

A:hover {
  text-decoration : underline; 
  color : #00602b;; 
}

#podMenu A:hover {
  text-decoration : none; 
  color : #5C7470; 
}

#druheMenu A {
  color : white; 
}

#druheMenu A:hover {
  color : #CCCCCC; 
  text-decoration : none;   
}

P {
  font-family: Verdana;
  line-height: 2.0;
  color: black;
}

P.hlavni {
  padding: 15 25 0 0 ;
  clear:left;
}

#levySloupec P {
  text-align: left;
  font-family: Verdana;
  line-height: 1.4;
  color: white;
  padding: 5 10 5 25;
  margin:0;
}

H1 {
  font-size: 11px;
  margin:0;
}

SPAN.zvyraznit {
  font-weight: bold;
}

/* -------------------------------  design ---------------------------------- */

#center {
  width: 760px;
  text-align: left; 
  margin: auto;
}

#lista {
  width: 760px;
  height: 192px;
  background-image: url('desimg/lista.jpg');  
}

#logoOdkaz {
  padding-top: 85px;
  margin: 0 0 0 5;
}

#slogan {
  margin: 19 0 0 30;
  color: white;
}

#prostredek {
  width: 760px;
  height: auto; 
  background-image: url('desimg/pozadiProstredek.jpg');
  border-bottom: 1px solid white;
}

#levySloupec {
  width: 284px;
  float: left;
}

#podMenu {
  width: 284;
  height: auto;
  background-color: white;
}

IMG.sipkaDolu {
  float: right;
  margin: 0 10 0 0;
}  

IMG.obalka {
  float: right;
  margin: 25 0 0 0;
}  

IMG.text {
  margin: 0 15 0 0;
  float:left;
}

#pravySloupec {
  width: 476px;
  float: right;
  background-image: url('desimg/pozadiPravySloupec.jpg');
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 300px;
  height: auto; 
  height: expression(this.scrollHeight < 300? "300px" : "auto" );
}

#hlavniObsah {
  padding-top: 5px;
  margin:0 15px 20 30px;
}

#novinky {
  width:430px;
  border-bottom: 1px solid #cdcdcd;
  height: auto;
  padding: 30px 0 15px 0;
  margin-bottom: 15px;
}

#novinkyLeva {
  width: 180px;
  float: left;
}

#novinkyPrava {
  width: 220px;
  float: right;
  border-left: 1px solid #cdcdcd;
}

#novinkyPrava LI {
  padding-right: 43px;
}

LI.novinkyObrazek {
  list-style-type: none;
  margin-top: 15px;
  padding-bottom: 10px;
}

#archiv {
  margin: 0 0 0 340px;
}

DIV.cleaner {
  clear:both;
  height: 1px;
  margin: -1px 0 0 0; 
  padding:0;
  border:none;
  visibility: hidden;
}

/* -------------------------------  menu ---------------------------------- */

#podMenu UL {
  margin: 0 0 0 20;
  padding: 5 0 10 20;
}

#podMenu UL LI {
  list-style-type: none;
  margin: 5px 20 0 0;
  padding: 4 0 4 5;  
}

#podMenu UL LI:hover {
  list-style-image: url('desimg/sipkaMenu.gif');
}

LI.sipka {  
  list-style-type: none;
}

LI.sipkaHover, LI.sipka:hover { 
  list-style-image: url('desimg/sipkaMenu.gif');
}

LI {
  behavior: url(php_aplikace/js/hover.htc);
}

#druheMenu UL {
  margin: -2 0 0 0;
  padding: 0;
  background-color: white;
}

#druheMenu UL LI {
  list-style-type: none;
  margin: 2px 0 0 3px;
  padding: 8 0 8 20;
  background-color: #0E4B28;  
}

#druheMenu UL LI.napisteNam {
 background-color: #191919;  
   padding: 8 0 4 20;
}

#poweredBy{
  margin-top:30 px;
  float:bottom;
  color:#1E3545;
}