/* CSS Document */
  *{
      margin: 0px;
      padding: 0px;
  }
  body{
      background-image: URL('http://www.slavia-chomutov.cz/img/bg.png'); /* obrázek na pozadí */
      background-repeat: repeat-x; /* pozadí neroluje */
      background-color: #9e9e9e; /* případná barva pozadí černá */
      text-align: center;       
  }
  #page{
      width: 837px;      
      margin:0px auto;
      text-align: left;
  }
  #logo{
      background-image: url("http://www.slavia-chomutov.cz/img/logo.png");
      background-repeat: no-repeat;
      width: 387px;
      height: 154px;
      color: #d9291b;
      padding-left: 450px;
      padding-top: 20px;
      font-family: Verdana, Tahoma;
      
  }
  #logo h1{
      font-weight: normal;
      font-size: 30px;
      margin-bottom: 0px;
  }
  #logo h2{
      font-weight: normal;
      font-size: 24px;
      margin-bottom: 0px;
  }
  #logo a{
      color: #d9291b;
      text-decoration: none;
  }
  #logo a:hover{
      text-decoration: underline;
  }
  #menu{
      width: 835px;
      height: 27px;
      background: #d9291b;
      border: 1px solid #ffffff;
      border-bottom: 0px;
      padding-top: 5px;
      margin-left: 6px;    
  }
  #menu a{
      color: #ffffff;
      font-size: 13px;
      font-family: Tahoma, Verdana;
      margin-left: 15px;
      text-decoration: underline;
  }
  #menu a:hover{
      text-decoration: none;
  }
  #content{
      background-image: url("http://www.slavia-chomutov.cz/img/bg-content.png");
      background-repeat: repeat-y;
      width: 849px;
      margin:0px auto;
      text-align: left;
      font-family: Tahoma, Verdana;
      font-size: 12px;
      color: #4d4d4d;

  }
  #content-in{
      margin: 35px;
      line-height: 18px;
      _height: 400px;
      min-height: 400px;
  }
  #content-in h1{
      line-height: 25px;
      font-size: 16px;
      margin-bottom: 10px;
      padding-left: 9px;
      border-bottom: 2px solid #d9291b;
  }
  #content-in h2{ 
      font-size: 14px;
      margin-bottom: 8px;
      margin-top: 14px;
  }
  #content-in a{
      color: #d9291b;
      text-decoration: underline;
  }
  #content-in p{  
      margin-bottom: 7px;
  }
  #content-in a:hover{
      text-decoration: none;
  }
  #content-in li{
      margin-left: 20px;
  }
  #content-in hr{
      margin: 8px;
      border: 1px solid #d9291b;
      border-bottom: 0px;
      border-left: 0px;
      border-right: 0px;
  }
  #content-in .pridano{
    font-size: 10px;
  }
  #clanek{
      clear: both;
      margin-top: 30px;
      margin-bottom: 30px;
  }
  #clanek img{
    padding-right: 10px;
    padding-bottom: 10px;
  }
  #footer{
      background-image: url("http://www.slavia-chomutov.cz/img/footer.png");
      background-repeat: no-repeat;
      width: 849px;
      height: 65px;
      text-align: center;
      margin-bottom: 0px;
      padding-top:15px;
      clear:both;   
  }
  #footer a{
      color: #d9291b;
      text-decoration: underline;
  }
  #footer a:hover{
      text-decoration: none;
  }
  #footer p{
      text-align: center;
  }
  table{
      border: 2px dotted #d9291b;
      width: 100%;
  }
  table hr{
      border-bottom: 2px dotted gray;
  }
  table caption{
      background: #4d4d4d;
      border: 1px solid #d9291b;
      color: #ffffff;
      text-align: left;
      font-weight: bold;
      padding: 8px;
  }
  table td{
      padding: 12px;
  }
  #galerie table{
      border: 0px;
  }
  table th{
      padding: 8px;
  }
  a img{
      border: 2px dotted #4d4d4d;
  }
  a:hover img{
      border: 2px dotted #d9291b;
  }
  .no-screen{
      clear: both;
      display: none;
  }
  .odkazy{
      font-size: 10px;
  }
