/* nulový margin, padding */
*  {
  margin: 0px; padding: 0px;
  border: 0px; 
}
/* Stavba stránky */
body {
  background: #f26a2a url("../images/content_repeat.png") center 200px  repeat-x; 
  text-align: center; font-family: "Verdana CE", Verdana, "Arial CE", "Lucida Grande CE", "Helvetica CE", Arial, lucida, sans-serif;
}
.cleaner {
  clear: both;
  visibility: hidden; overflow: hidden;
  height: 0;
}
  /* Patička */
  #foot {
    display: block;
    border-bottom: 6px solid #353535;
  }
  #foot .in {
    width: 750px;
    margin: 0 auto; margin-top: 30px;
    background-color: #303030;
    color: white; font-style: italic;
    font-family: "Georgia CE", "Times New CE", "New York CE", "Times CE", Georgia, times, serif;
    position: relative;
  }
  #foot .tl_corner {
    display: block; position: absolute;
    left: 0 ; top: 0; width: 10px; height: 10px;
    background: url(../images/corners_grey.png) no-repeat 0 0;
  }
  #foot .tr_corner {
    display: block; position: absolute;
    right: 0; top: 0; width: 10px; height: 10px;
    background: url(../images/corners_grey.png) no-repeat -10px 0;
  }
  #foot  img {
    float: left;
    margin: 10px 10px 0px 80px;
  }
  #foot  .box img{
    margin: 0px 0px 0px 0px;
  }
  
  #foot  .box {
    float: left;
    margin: 10px 0px 0px 0px;
  }  
  #foot a {
    display: block;
    color: white; font-weight: bold;
  }
  #foot a:hover {
    color: #ee4a0d;
  }
  
  
  