* {
  font-family: Arial, Helvetica, sans-serif; 
}

html, body, img, p{
  padding: 0px;
  margin: 0px;
  border: none;
} 

body{
  background-color: #161616;
  padding-top: 45px;
}

h1{
  color: #909;
  font-size: 24px;
  padding: 1.5em 1em 0.5em 0em;
  margin-bottom: 0px;
  margin: 0px 25px;
}

h2{
  color: #909;
  font-size: 19px;
  padding: 0.5em 1em 0.5em 0em;
  border-bottom: 3px solid #909;
  margin-top: 0px;
  
  
}

strong{
  color: #909;
}

table th{ 
  vertical-align: top;
}

#container{
  margin: auto;
  width: 990px;
  background-color: #eee;
  padding-bottom: 15px;
}

#header{
  background: white url('pics/header-bg2.png') top left no-repeat;
  height: 180px;
  position: relative;
  border-bottom: 1px solid #999;
}

#logo{
  padding: 35px 30px;
  /*border: 1px solid red;*/
}

  #logo a{
    display: block;
    width: 224px;
    height: 101px;
    background: white url('pics/logo.png') top left no-repeat;    
  }

  #logo span{
    display: none;
  }
  
#menu{
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin: 0px 40px 0px 0px;
  }
  
  #menu li{
    display: block;
    float: left;
    margin: 0px 1px;
  }
  
    #menu li a{
      display: block;
      padding: 0.3em 1.2em;
      background: #161616;
      color: white;
      text-decoration: none;
      text-align: center; 
      font-size: 80%;
      font-weight: bold;
    }
    
      #menu li a:hover{
        background: #909;
      }
      
      #menu li a.active{
        background: #909;
        cursor: default;
      }

#menu_bottom{
  border-top: 10px solid #161616;
  text-align: center;
  padding: 2em 0em 0em 0em;
}
  
  #menu_bottom a{
    color: white;
    background: #161616;
    padding: 1em 1em;
    margin: 0em 1em;
    text-decoration: none;
    font-weight: bold;
    font-size: 80%;
  }
  
    #menu_bottom a:hover{
      background: #909;
    }
    
#filtr{
  border: 1px solid #999;
  background: white;
  margin: 25px;
  padding: 10px;
  position: relative;
}

  #filtr input{
    margin-left: 1em;
  }

  #filtr .skupina{
    margin: 10px 0px;
  }

  #filtr .popisek{
    font-weight: bold;
  }
  
  #filtr .popisek2{
    margin-left: 3em;
  }
  #filtr .loc_main{
    display: block;
    float: left;
    width: 19%;
  }
  
  #filtr .form_button_loc{
    display: block;
    float: left;
    width: 24%;

    
  }
  
  #filtr #filtr_casti{
    border-top: 1px solid #999;
    margin: 10px 0px;
    padding: 10px 0px;  

  }
  
  #filtr .submit{
    display: block;
    width: 150px;
    height: 50px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #161616;
    border: 0px;
    color: white;
  }
  
  #filtr .submit:hover{
    background: #909;
    cursor: hand;
  }  
 
#filtr_top{
  /*padding-right: 180px;*/
}   
    
table#vypis{
  margin: 25px;
  border: 1px solid #999;
  
  

}


    
table#vypis td{
  padding: 10px;
  padding-top: 20px;
  vertical-align: top;

  
}

table#vypis tr.even td {
  background: white;
}

table#vypis tr.disabled td {
  background: #faa;
}

table#vypis td.photo {
  padding-top: 10px;
  
}

table#vypis td.text{
  width: 400px;
}

table#vypis td strong{
  color: #909;
}

#article{
  width: 630px;
  float: left;
  margin: 0px 25px;
}

  #article th, .text th{
    text-align: left;
    padding-right: 20px;
  }  

    
#right{
  width: 250px;
  float: right;
  margin: 0px 25px;

}
  #right img{
    display: block;
    margin: 3px auto;
  }


  
div.text{
  margin: 0px 25px;
  padding-bottom: 2em;
  
}

div.text li{
  margin-top: 1em;
  font-size: 13px;
}

div.text ul.important li{
  list-style-type: none;
  font-weight: bold;
}

div.text h1{
  margin-bottom: 1.5em;
  font-size: 20px;
}

div.text h2{
  border: none;
  text-align: justify;
  font-size: 18px;
}

div.text p{
  font-size: 13px;
}

div.text p.strong{
  /*color: #909;*/
  font-weight: bold;
  font-size: 16px;
}

div.strankovani{
  margin: 0px 25px;
}



div.text h1{
  margin-left: 0px;
}

#footer{
  width: 990px;
  margin: auto;
  padding: 3px;
  color: #888;
  text-align: right;
}

  #footer a{
    color: #888;
    text-decoration: none;
  }
  
    #footer a:hover{
      color: #909;
    }
    
#adminpanel{
  width: 970px;
  margin: auto;
  background: red;
  padding: 10px;
  text-align: right;
  font-weight: bold;
}
    
.cleaner{
  clear: both;
}
  
.nobr {
  white-space: nowrap
}
  
