﻿
body{
	background-color: #00214E;
	max-width: 1280px;	
	margin: 0px auto;
	font-color: white;
	
}


#header {
	
	height: 65px;	
	bottom: 0px;
	margin: 0px 0px 4px 0px;
	background: white;
	font-family: "Segoe UI";
	font-size: 14px;
	font-style: light;
	
}

#wrap {
	
   background-color: #fff;
   
}


h2 {
	
	margin-left: 20px;
	text-decoration: none;
	font-family: "Segoe UI";	
	font-size: 20px;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}

h3 {
	
	margin-left: 20px;
	margin-bottom: 10px;
	text-decoration: none;
	font-family: "Segoe UI";	
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	font-variant: small-caps;
}

p {
	
	margin-left: 10px;
	text-decoration: none;
	font-family: "Segoe UI";	
	font-size: 14px;
	font-weight: normal;
	text-align: left;

}

#tartalom p {
	
	margin:0px 10px 20px 20px;
	font-family: "Segoe UI";
	font-size: 13px;
	text-align: left;
}



/*--------------------  FOOTER  -----------------*/

footer {
	
	width:1280px;
	height:30px;
	display: flex;		
	bottom:0;	
	background: #CCCCCC;
	
}

#footer_ul{

	width: 1280px;
	display:inline-block;	
}

#table_footmenu {
	
	display: block;	
	float: right;
		
}

#cellasor {
		
	text-decoration: none;
	font-family: "Segoe UI";
	font-size: 14px;
	font-style: light;
	font-weight: normal;
	padding: 0px 10px 5px 10px;
	
}
