@charset "utf-8";
/* CSS Document */
#content_menu {
display: block;
position: relative;
width: 400px;
height: 45px;
margin: 0;
padding: 0;
border: 0;

}

#content_menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#content_menu ul li {
display: block;
border: white groove 2px;
width: 40px;
float: left;
text-align: center;
background: #DEEAD9;
}

#content_menu ul li:hover {
background-color: #FDFBFD;
cursor: pointer;
}

.versenyTortenet {
display: block;
}

.versenyHidden {
display: none;
}

img {
margin: 6px;
}

.datum {
font-weight: bold;
font-size: 14px;
}

.megjegyzes {

}

.eredmenyek {
padding: 10px 10px 10px 20px;
font-weight: lighter;
font-style: italic;
}