/*Zalozeno: 0.0.2008 */

/* -------------------------------  obecne ---------------------------------- */
BODY {
  margin: 0px;
  font-family: Verdana, Arial, helvetica, sans-serif;
  text-align: center;
  background-image: url(img/htmlBg.jpg);
  background-color: #333333;
  color:white; 
  
}

H1 {  
  font-size: 1.2em;
  font-weight: lighter;   
}

P {
  margin: 2px;  
  text-align: justify;
}

A {
  color:black;  
  text-decoration: none;
}

A:hover {
  color:black;
  text-decoration: underline;
}

DIV.ruseniObtekani {
  clear:both;
}

IMG.iluFotoLeve {
  float: left;
  display: inline;  
}

IMG.iluFotoPrave {
  float: right;
  display: inline;  
}

#min-height {
    min-height: 100px; /* pro standardní prohlížeče */
    _height: 100px; /* pro Internet Explorer 6, který to chápe jako min-height*/
}


/* -------------------------------- design -----------------------------------*/
#center {
  width: 1500px;
  margin: auto;
  background-image: url(img/bg.jpg);
}
