/* html5 */
header,footer,section{ display:block; }
h1 { text-align: center; font:17px; font-weight: bold }
h2 { text-align: left; font:15px; font-weight: bold }


#oldal {
	width:960px;
	margin:auto;
	text-align:left;
	}

#fej {
	width:100%;
	}

#menu {
        float: left;
        width: 100%; 
		background-color:#ffffff;
		padding-top:5px;
		padding-bottom:10px;
		/*padding:20px;*/
}

#menu ul {
        list-style-type: none;
        margin:0;
        padding: 0;
        background-color: #ffffff;
		/*height:30px;*/
}
#menu li {
        float: left;
		position: relative;
		padding:0px;
        width: 119px;
		text-align:center;
		


}

#menu ul ul {
        position: absolute;
        left: 0px;
        display: none;
}

#menu ul li:hover ul{
        display: block;
		/*border:1px solid #ccc;*/


}

#menu a {
        font: normal 11px verdana, tahoma, arial, sans-serif;
        display: block;
        margin: 0;
        padding: 2px 3px;
        color: #d31118;
        background: #ffffff;
        text-decoration: none;
        border: 1px solid #ECEEE4;
}

#menu a:hover {
        color: #ffffff;
        background: #d31118;

}

	
#tartalom{
	float:left;
	background-color:#bfbfbf;
	padding:5px;
	width:760px;
	height:1450px;
	font-size:14px;
	 border-radius: 15px;  
    -moz-border-radius: 15px;  
    -webkit-border-radius: 15px; 
	/* overflow-y:scroll; */
}

#szel{
	float:right;
	background-color:#b0b0b0;
	padding:5px;
	width:180px;
	height:100px;
	border-radius: 15px;  
    -moz-border-radius: 15px;  
    -webkit-border-radius: 15px; 
	/* overflow-y:scroll; */
}

#szel2{
	float:right;
	background-color:#b0b0b0;
	padding:5px;
	width:180px;
	height:300px;
	border-radius: 15px;  
    -moz-border-radius: 15px;  
    -webkit-border-radius: 15px; 
	/* overflow-y:scroll; */
}

.lablecp {  font-size: 0.6em;
		text-align: center;
		}

#one
   {
    /*position:absolute;*/
    width:730px;
	height:580px;
   }