body {
  color: black;
  background-color: #000000;

}

#container {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  
}

#head {
  text-align: center;
  height: 185px;
  font-family: verdana;

  border-radius: 10px 10px 0px 0px;
  position: relative;
}

.heading {
  font-size:45px;
}

#info {
  text-align: left;
  width: 180px;
  height: 65px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 12px;
}

#content {
   width: 1000px;
  border-radius: 10px 10px 10px 10px;
  margin-top: 32px;
 
}

#content:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  overflow: hidden; 
}
#reg {
   text-align: left;
    }

nav {
      float: left;
      width: 180px;
      min-height: 400px;
     
    }
    
    
#novinky {
    float: right;
    
    margin-right: 5px;
    width: 180px;
    background: #2F2F29;
    color:#687559;
    min-height: 400px;
    border-radius: 10px 10px 10px 10px;
            }
#obsah {
    float: left;
    width: 600px;
    background: #2F2F29;
    min-height: 400px;
    border-radius: 10px 10px 10px 10px;
    font-size:14px; color:#EEEEEE;   
                       font-family: cursive;   }
#text {
      float: left;
    width: 590px;
    background: #2F2F29;
    min-height: 400px;
    border-radius: 10px 10px 10px 10px;
    font-size:15px; 
    color:#687559;   
     font-family: cursive;  
      }

#historia {
  font-size: 12px;
}

#historia a {
  color: black;
}
#historia ul {
  list-style-type: none;
}
#historia ul li {
  display: inline;
  margin-left: 8px;
}


#pravidla {
      font-size: 13px;
      padding-left:10px;
}
h2 {
  font-size: 25px;
}

.center {
  text-align: center;
  margin: 0px auto;
}
.onas {
    font-family: verdana; 
    font-size: 14px;
}



.inputtext {
  width: 220px;
}

.text {
  font-size: 12px;
}

#tt_F, #tt_c, #tt_k, #tt_m{
    min-height: 5px;
    color: red;
    visibility: hidden;
}

#pmenu {
           padding:10px;
           list-style-type: none;
           width:150px; 
           position:relative; 

            float: left;
      		 color: black;
       }
#pmenu a, #pmenu a:visited {
                        border-top-left-radius: 5px ;
                       border-top-right-radius: 5px ;
                       border-bottom-left-radius: 5px ;
                       border-bottom-right-radius: 5px ;
                       display:block;
                       width:150px;
                       font-size:16px; color:#EEEEEE; 
                       height:23px; 
                       font-family: cursive;
                       text-decoration:none; 
                       background:#2F2F29; ; 
                       border:1px solid #004500; 
                       border-width:1px 1px 1px 1px;
                       margin: 4px;
                       }

#pmenu li ul {display: none;} 
#pmenu li:hover > ul {padding:10px;
                      display:block;
                      position:absolute;
                      top:0; left:155px;
                      list-style-type: none;
                     }
