/* -------------------------------  obecne ---------------------------------- */
BODY {
  background-color : black;
  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;
}

.novinky{
  text-decoration: none;
  color : white;
}

A:hover {
  text-decoration : underline; 
  color : #EBC34B; 
}

#menu A {
  color : white;
}

#menu A:hover {
  text-decoration : none; 
  color : #EBC34B; 
}

#logo A {
  font-family:Arial;
  font-size:28px;
  font-weight:bold;
  color: white;
}

#logo A:hover {
  text-decoration : none; 
}

UL {
  margin:0;
  padding: 10 0 0 16;
}

DIV UL LI {
  list-style-type: none;
  border-bottom: 1px solid #abc0d5;
  margin: 5px 20 0 0;
  padding: 4 0 4 10;  
}

LI.iNahore {
  border-top: 1px solid #abc0d5;
}

P {
  text-align: justify;
  font-family: Verdana;
  line-height: 2.0;
  color: black;
}

P.uSloganu {
  text-align: left;
  color: white;
  font-size: 13;
  line-height: 1.0;
  font-family: Arial;  
  margin-top:5;
}

P.uSloganu2 {
  text-align: left;
  color: white;
  font-size: 13;
  line-height: 0.0;
  font-family: Arial;  
  margin-top:1;
}
.novinkyText P {
  color: white;
  text-align: left;
  line-height: 1.3;  
  margin-top: 5px;
  font-size:9px;
}

.dodavateleText P {
  color: white;
  text-align: left;
  line-height: 1.3;  
  margin-top: 5px;
  font-size:9px;
}

H1 {
  font-size: 15px;
  margin-bottom: 20px;
}

SPAN.zvyraznit {
  font-weight: bold;
}

/* -------------------------------  design ---------------------------------- */

#center {
  width: 699px;
  text-align: left; 
  margin: auto;
}

#lista {
  width: 699px;
  height: 230px;
  background-image: url('desimg/lista.jpg');  
}

#logo{
  padding: 15 0 0 20;
}

#dodame {
 width: 250px;
 padding: 50 0 0 20;
}

SPAN.slogan{
  font-family:Arial;
  font-size:18px;
  color: white;
}

#novinky {
  margin: 40 0 2 120px ;
  font-size:11px;
  color : #EBC34B; 
  font-weight: bold; 
}

DIV.novinkyText {
  margin: 17px 0 0 10px;
  padding-right: 20px;
  color: white;
  font-size: 11;
}

DIV.dodavateleText {
  margin: 17px 0 0 10px;
  padding-right: 20px;
  color: white;
  font-size: 11;
}

#dodavatele {
  margin: 25px 0 0 600px;
  font-size:11px;
  color : #EBC34B; 
  font-weight: bold;
}

#prostredek {
  width: 699px;
  height: auto; 
  background-image: url('desimg/pozadiProstredek.jpg');
  border-bottom: 1px solid white;
}

#levySloupec {
  width: 185px;
  float: left;
}

#obrazekLevySloupec {
  width: 185px;
  height: 197px;
  background-image: url('desimg/obrazekLevySloupec.jpg');
  padding-bottom: 0;
  margin-top:-198px;
}

#pravySloupec {
  width: 204px;
  float: right;
  background-image: url('desimg/obrazekPravySloupec.jpg');
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 160px;
  height: auto; 
  height: expression(this.scrollHeight < 160? "160px" : "auto" );
   
}

#prostredniSloupec {
  width: 280px;
  margin: 0 0 0 185;
  _margin: 0 0 0 0;
  min-height: 400px;
  height: auto; 
  height: expression(this.scrollHeight < 400? "400px" : "auto" );    
}

#hlavniObsah {
  padding-top: 10px;
  margin-left:30px;
}

DIV.cleaner {
  clear:both;
  height: 1px;
  margin: -1px 0 0 0; 
  padding:0;
  border:none;
  visibility: hidden;
}

/* -------------------------------  menu ---------------------------------- */

