/* General settings*/

* {
	padding: 0;
	margin: 0;
	border: 0;
	/*font-weight: normal;
	font-family: "Segoe UI";
	font-size: 14px;
	font-style: light;*/
}

body{
	background-color: #00214E;
	max-width: 1280px;	
	margin: 0px auto;
	
}

#header {
	
	height: 65px;	
	bottom: 0px;
	margin: 0px 0px 0px 0px;
	background-color: white;
	font-family: "Segoe UI";
	font-size: 14px;
	font-style: light;
}

#wrap {
	
	width:1280px;  
	/*margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;*/
	
}

a { text-decoration: none }

section#wrapper {
	min-width:640px;
	background-color: white;	
}

#tartalom {
	
	width:1280px;	
	display: flex;	
	text-decoration: none;
	font-family: "Segoe UI";
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;	
	margin: 4px 0px 0px 0px;
	background-color: white;
	
}


#baloldal	{
	
	
	width: 640px;
	background-color: white;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	
}


#jobboldal {	
	
	width: 640px;
	vertical-align: text-top;	
	background: white;		
	text-decoration: none;
	font-family: "Segoe UI";
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	margin: 0px 0px 0px 0px;
			
		
}


#tartalom h2 {
	
	margin-left: 20px;
	text-decoration: none;
	font-family: "Segoe UI";	
	font-size: 20px;
	font-weight: normal;
	font-variant: normal;
	
}

#tartalom p {
	
	margin:35px 20px 20px 20px;
	font-family: "Segoe UI";
	text-align: justify;
	
}



#figure {
		display: inline-block;
		margin: 0px 0px 0px 90px;	
		width: 160px;		
		justify-content: bottom;
		
}

#figcaption {
		text-align: center;
		margin: 0px 0px 8px 0px;
	
}




/*--------------------  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;
		
}