﻿p
{
	font-size:20px;
	font-family:Times New Roman;
}

#index_header_frame
{
	margin:0px;
	width:100%;
    height:114px;
	background-image : url("./head.jpg");
}

#index_menu_frame
{
	width : 25%;
	float : left;
	padding-left : 20px;
	padding-right : 20px;
}

#index_content_frame
{
	width : 65%;
	height : 100%;
	padding-left : 20px;
	padding-right : 20px;
	float : right;
	/*background-color : rgba(255,255,255, 0.3); */
}

/* Vízszintes menü */
#index_menu_frame ul {
	list-style-type: none;
	margin-bottom:0px;
	padding: 0px;
}
#index_menu_frame li {
	padding-top : 10px;
	padding-bottom : 10px;
}  
#index_menu_frame a {
	width: 262px;
	height : 53px;
	display: block;
}
#index_menu_frame a:hover {
	box-shadow : 0px 0px 10px #606060;
} 
