#keret {
    border: solid black 1px;
    width: 1024px;
    height: 768px;
    background-color: yellow;
}

#felso {
    background-color: white;
    width: 1024px;
    height: 25px;
}

#felso table {
    width: 100%;
}

#menu {
    background-color: lightpink;
    width: 1024px;
    height: 50px;    
}

#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;    
}

#menu ul li {
  float: left;  
}

#menu ul li img {
    height: 14px;
    width: 17px;
}

#menu ul li span {
  display: block;
  color: white;
  text-align: center;
  padding: 16px 20px 16px 20px;  
  text-decoration: none;
}

#menu ul li span:hover {  
  background-color: lightgrey;
}


#kozepso {
    background-color: lightcyan;
    width: 1024px;
    height: 668px;
}

#also {
    background-color: white;
    width: 1024px;
    height: 25px;
}

.formtable {
    width: 100%;
    padding: 5px;
}

.formtable td {
    padding: 5px;
}

.formtable textarea {
    width: 100%;
    height: 80px;
    resize: none;
}

.jobbra {
    text-align: right;    
}

.kozepre {
    text-align: center;
}

#flk {
    width: 100%;
    text-align: center;    
    border: solid red 1px;
}

#formlogin {        
    margin-left: auto;
    margin-right: auto;
    padding-top: 150px;    
}

#formlogin td {
    padding: 10px;    
}

.focim {
    margin: 0px 0px 0px 350px;
    padding-top: 10px;
    font-size: 24px;
    font-weight: bold;
}

#szerep {    
    width: 100%;    
}

#szerep tr {
    height: 80px;
}

#szerep td {
    text-align: center;    
}

#szerep td span {
    border: solid black 1px;
    padding: 20px;    
    border-radius: 25px;        
}

#szerep td span:hover {  
  background-color: lightgrey;
}

#hetval {
    width: 100%;
}

#hetval td {
    text-align: center;
    border: solid black 1px;
    padding: 10px;
    border-radius: 8px;        
}

#hetval td:hover {
    background-color: lightgrey;    
}