body
{
	background-color : #ffffff;
}

.menu
{
	float : left;
	width : 270px;
	height : 1500px;
	/*border-style : solid;
	border-width : 2px;
	border-color : #000000;
	border-right-width : 0;*/
}

.main
{
	float : left;
	width : 70%;
	min-width : 270px;
	background-color : #012348;
	/*border-style : solid;
	*border-width : 2px;*/
	border-color : #ffffff;
	border-top-width : 1px;
}

.header
{
	width : 99%;
	text-align : center;
	color : #ffffff;
	border-radius : 20px;
}


.item
{
	width : 97%;
	background-color : #F0F0F0;
	
	margin-left: auto;
    margin-right: auto;
	
	text-align : center;
	font-size : 20px;
	font-family: 'Farsan', cursive;
	
	border-radius : 20px;
	
	font-size : 35px;
}

.div
{
	width : 100%;
	height : 30px;
	background-color : #012348;
}

.div_min
{
	width : 100%;
	height : 4px;
	background-color : #012348;
}

.navbar
{
	font-size : 38px;
	font-family: 'Farsan', cursive;
	color : #000000;
	text-align : center;
}

/* HEADER ELEMEK */

.font_main
{
	font-size : 85px;
	font-family: 'Farsan', cursive;
}

.header_font
{
	font-size : 35px;
	font-family: 'Farsan', cursive;
	color : #ff9d5c;
}


/*LEÍRÁSOKHOZ*/


.item_table
{
	width : 99%;	
	margin-left: auto;
    margin-right: auto;
}

.item_image
{
	width : 40%;
	height : 100%;
}

img
{
	border-radius : 20px;
	width : 100%;
}

.item_text
{
	width : 60%;
	background-color : #012348;
	
	border-style : solid;
	border-width : 2px;
	border-color : #000000;
	border-radius : 20px;
	
	color : #ffffff;
	font-size : 23px;
	
}

.item_about
{
	width : 97%;
	
	margin-left: auto;
    margin-right: auto;
	
	color : #ff9d5c;
	text-align : center;
	font-size : 25px;
	
	border-radius : 20px;
	text-align : center;
	font-family: 'Mirza', cursive;
}

.about
{
	font-family : 'Farsan', cursive;
	color : #000000;
	font-size : 22px;
}

.fb_icon
{
	width : 150px;
	border-style : none;
}


a:link
{
	font-family: 'Farsan', cursive;
	color : #ff9d5c;
	text-decoration : none;
}


a:visited
{
	font-family: 'Farsan', cursive;
	color : #ff9d5c;
	text-decoration : none;
}


a:hover
{
	font-family: 'Farsan', cursive;
	color : #ff9d5c;
	text-decoration : underline;
}


a:active
{
	font-family: 'Farsan', cursive;
	color : #ff9d5c;
	text-decoration : none;
}