﻿/* CSS Document */

@charset "utf-8";
@import "clear.css";

@font-face {
	font-family: 'FRAMDCN';
	src: url('./FRAMDCN.eot');
	src: local('FRAMDCN'), url('./FRAMDCN.woff') format('woff'), url('./FRAMDCN.ttf') format('truetype');
}


/* --- ---  ////// containers and main parts ////// --- --- */

body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size:13px;
	line-height:1.6;
	background-color:#f2f2f2;
	background-position:center top;
	background-repeat:no-repeat;
	overflow-x: hidden;
	min-width:600px;
}



.main_container
{
	width:1024px;
	margin:0 auto 0 auto;
	background-image:url(../images/bg_head_main.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
	position:relative;
	height:auto;
	border-bottom:10px solid #000;

}

.header
{
	width:1024px;
	height:200px;
	position:relative;

}

h1 {
			font-family: 'FRAMDCN';
			font-size:32px;
			font-weight:normal;
			text-transform:uppercase;
			letter-spacing:.08em;
			color:#fff;
			position:absolute;
			top:40px;
			right:10px;
			left:310px;

			text-align:center;
		}

.main_menu
{
	position:absolute;
	top:128px;
	right:20px;
	font-family: 'FRAMDCN';
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:.18em;
	
}

.main_menu ul
{
	display: block;
	line-height:1;
}

.main_menu li
{
	display:block;
	list-style-type:none;
	float:left;
	margin-left:15px;


}


.main_menu li a
{
	display:block;
	text-decoration:none;
	color:rgba(0,0,0,.7);
	font-size:15px;
	padding:8px 25px;
	background-color:rgba(255,255,255,.2);
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	border-radius:0 0 5px 5px;
	transition:ease-out .2s;

}

.main_menu li a:hover
{
	background-color:rgba(255,255,255,.65);
    color:rgba(0,0,0,.8);
	transition:ease-out .2s;
	
}

.main_menu li.current a
{
	background-color:rgba(0,0,0,.8);
	color:#fff;
}

.content_container
{
	min-height:400px;
	width:100%;
	background:url(../images/bg_bottom.png) bottom center no-repeat;
	padding-top:20px;
}



.content
{
	width:944px;
	padding:20px 40px 260px 40px;
}

.content img.right
{
	margin-left:10px;
	float:right;
}

.content img.left
{
	margin-right:10px;
	float:left;
}

.content p
{
	margin-bottom:10px;
	line-height:1.9;

}

.content h3
{
	font-size:16px;
	font-weight:normal;
	margin-bottom:10px;
	
	
}


.content ul
{
	list-style-type:disc;
	list-style-position:outside;
	margin-left:20px;
	margin-bottom:10px;
}
.content li
{
	margin-bottom:5px;
}

.content table
{
	width:100%;
	margin-bottom:10px;
}


.content table.kapcsolat
{
	width:100%;
}

.content table td
{
	padding:10px 20px;
	background-color:#f5f5f5;
	border-bottom:1px #fff solid;
	border-left:1px #fff solid;
	
	color:#000;
}

.content table td:first-child
{

	border-left:none;

}

.content h2
{
	margin-bottom:30px;
	margin-top:20px;
	font-weight:bold;
	font-size:22px;
	color:#8dc63f;
		font-family: 'FRAMDCN';
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:.08em;
	
}

/*.content h3
{
	margin-bottom:10px;
	font-weight:bold;
	font-size:13px;
	
}*/

.content h4
{
	margin-bottom:20px;
	font-weight:bold;
	font-size:18px;
	margin-top:10px;
	color:#fff;
	background-color:#8ec63f;
	padding:20px 30px;
	font-weight:normal;
	border-top:1px #000 solid;
	margin-left:-25px;
	margin-right:-25px;

}

.content.tagok table 
{
	margin-bottom:20px;
	
}

.content.tagok p 
{
	padding:0px 5px 0px 5px;
	
}

.content.tagok hr 
{
	margin:20px 0px 40px 0px
	
}

.content a
{
	text-decoration:none;
	color:#8dc63f;
}


.content a:hover
{
	text-decoration:underline;
}

.content img.b1
{
	display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:18px;
  width: 100%;
}


.footer
{
	position:relative;
	width:1024px;
	height:50px;
	background-color:#8dc63f;
	border-top:1px solid #000;
	
}



.footer_2
{
	background: url(../images/bg_footer.jpg) no-repeat top;
	width:800px;
	/*height:126px;*/
	height:42px;
	position:relative;
	margin-top:4px;
}

.copyright_txt
{
	position:absolute;
	right:17px;
	bottom:16px;
	font-size:11px;
	color:#fff;
	font-family: 'FRAMDCN';
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:.1em;
}



.bottom_menu
{
	display:block;
	height:10px;
	margin-top:8px;
	line-height:1;
	position:absolute;
	left:15px;
	bottom:18px;
}

.bottom_menu ul
{
	display: block;
}

.bottom_menu li
{
	display:inline;
	list-style-type:none;
}

.bottom_menu li a
{
	display:block;
	float:left;
	text-decoration:none;
	padding:0px 6px 0px 6px;
	font-size:10px;
	color: #000;
	border-right: 1px solid #666;
}

.bottom_menu li:last-child a
{
	border-right:none;
}



.clear
{
	clear:both;
}

.home_pic
{
	background: url(../images/fitalaok.png) no-repeat top;
	width:550px;
	height:330px;
	position:absolute;
	bottom:0px;
	left:230px;
	
}

@media screen and (max-width: 1026px) {
	
	.content img.right
	{
		float:none;
		display:block;
		margin:10px auto 30px auto;
	}
	
	.content table.kapcsolat
	{
		width:100%;
	}

	.main_container
	{
		width:auto;
		margin:0;
	
	}
	
	.header
	{
		width:auto;
	
	}
	
	.footer
	{
		width:auto;
		background-image:none;
		
	}
	
	.content
	{
		width:auto;
		padding:20px 40px 130px 40px;
	}
	
	
	.home_pic
	{
		width:330px;
		height:198px;
		position:absolute;
		bottom:0px;
		left:50%;
		margin-left:-185px;
		background-size:contain;
	}
	
	h1 {
			font-size:26px;
			top:50px;
			line-height:1.2;
		}
		
		.content table
		{
			width:100%;
		
		}
		


}

@media screen and (max-width: 850px) {
	h1 {
		font-size:4vw;
			top:50%;
			margin-top:-9.2vw;
	}
}

@media screen and (max-width: 780px) {
	
	.content
	{
		padding:20px 10px 40px 10px;

	}
	
	.home_pic
	{
		display:none;
	}
	h1 {

			margin-top:-10.5vw;
	}

	.main_container
	{
		background-size:880px ;	
		background-position: -25px 0;
		min-width:580px;
		width:auto;
	
	}
	
	.main_menu li
	{
		display:block;
		list-style-type:none;
		float:left;
		margin-left:15px;
	
	
	}
	
	
	.main_menu li a
	{
		display:block;
		text-decoration:none;
		color:rgba(0,0,0,.7);
		font-size:15px;
		padding:8px 25px;
		background-color:rgba(255,255,255,.2);
		border-left:1px solid #000;
		border-right:1px solid #000;
		border-bottom:1px solid #000;
		border-radius:0 0 5px 5px;
		transition:ease-out .2s;
	
	}
	
	.header
	{
		height:180px;
	}
	
	.main_menu
	{

		top:111px;

		
	}

	
}

@media screen and (max-width: 700px) {

	.main_menu li
	{

		margin-left:5px;
	
	
	}
	
	
	.main_menu li a
	{

		font-size:14px;
		padding:8px 10px;
	
	}
	

	
}


@media screen and (max-width: 600px) {
	body{
		overflow-x: auto;
		
		}
	
}