/* mac hide\*/
html, body {height:100%}
/* end hide */

html,body {
	padding:0;
	margin:0;
}

body {
	font-family: Arial, Tahoma, Verdana,Helvetica,sans-serif,Trebuchet MS;
	font-size:15px;
	line-height:26px;
	color:#ffffff;
	background-color:#000000;

}

h1{
	font-size:22px;
	font-weight:normal;
	margin:0px;
	padding-top:10px;
	display:block;
}
h3{
	font-size:18px;
	font-weight:normal;
	margin:0px;
	padding-top:10px;
	display:block;
	padding-left:23px;		
}
h4{
	font-size:20px;
	font-weight:bold;
	margin:0;
	padding:0;
	display:block;
	margin-bottom:10px;
}	
a{
	color:#ffffff;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
.wrapper{
	margin: 0px auto;
	width:979px;
	padding: 0px;
	position: relative; 
}
.clearfix {
	clear: both;
}
#page_wrapper{
	margin: 0px auto;
	margin-top:50px;
	width:979px;
	position:relative;
	/*background:#ffffff  url('../img/hatter.jpg') no-repeat;
    box-shadow: 0px 0px 81px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 81px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 81px rgba(0, 0, 0, 0.3);*/
}


#header_container{
	position:relative;
	height:100px;	
/*	
	background: #740000;
	background: -moz-linear-gradient(top, #740000 0%, #ea0000 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#740000), color-stop(100%,#ea0000)); 
	background: -webkit-linear-gradient(top, #740000 0%,#ea0000 100%); 
	background: -o-linear-gradient(top, #740000 0%,#ea0000 100%); 
	background: -ms-linear-gradient(top, #740000 0%,#ea0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#740000', endColorstr='#ea0000',GradientType=0 ); 
	background: linear-gradient(top, #740000 0%,#ea0000 100%);
*/
}
.sarga{

}
.sarga2{
	
}
.navigacio_kereses{
	position:relative;
	height:57px;	
	margin-left:23px;
}
.navigacio_kereses  ul {
		padding:0px;
		margin-top:10px;
		list-style-type:none;
}
.navigacio_kereses li {
		margin:0px;
		list-style-type:none;
		text-align:left;
		float:left;
		padding-right:15px;
}
.datum{
	font-family:'PT Sans', Arial, sans-serif;
	font-size:15px;
	font-weight:normal;
	top:15px;
	position:absolute; 
	right:25px;
}

	#nav_container{
		position:relative;
		height:100px;	
	}
	header {
		display:block;
		position:relative;
		text-align:left;
		/*background:transparent  url('../img/header_bg.png') no-repeat;*/
	}

		#social ul li a{
			display:block;  /*--- Make the entire button are clickable rather than the text alone ---*/
			text-indent: -9999px; /*--- Push the text off screen to hide text---*/
			overflow: hidden; /*--- Makes text outside of bounding box hidden ---*/
			height:24px;
		}
 		#social{
			position:absolute;
			right:0px;
			top:27px;
		}
		#social ul {
			height:40px;
			padding:0px;
			margin:0px;
		}
		#social li{
			list-style-type:none;
			display:inline;
			margin-left:10px;
			padding:0;
		}		
		#social ul li:nth-child(1) {
			height:40px;
			width:33px;
			float:left;
			background: transparent url("../img/ikon1.jpg") no-repeat;
		}
		#social ul li:nth-child(2) {
			height:40px;
			width:65px;			
			float:left;
			background: transparent url("../img/ikon2.jpg") no-repeat;
		}
		#social ul li:nth-child(3) {
			height:40px;
			width:36px;
			float:left;
			background: transparent url("../img/ikon3.jpg") no-repeat;
		}
		
		#keresesForm{
			position:absolute;
			left:0px;
			clear: both;
			top:15px;
			width:300px;
		}
			#keresomezo{
				width: 260px;
				padding: 4px;  
				padding-right: 25px; /* puts padding on the right side, so text doesn't go under the button. NOTE: TOTAL WIDTH IS 240 + 25 = 265px */
				float: left; /* some browsers display correctly without this, but better to leave it for cross browser compatibility */
				border: 1px solid #cecece;  /* sets new color for border of the field */
			}
			#keresogomb{
				background: transparent url("../css/search/search_button.png") no-repeat;
				width: 25px;
				height: 30px;
				border: none;
				cursor: pointer;
				margin-left: -20px; /* image is 20x20px, so leave little extra */
				margin-top: 3px; /* leave some space from the top, so button looks in the middle */
			}
		
		header #nav_bg{
			position:absolute;
			bottom:0px;
			height:64px;
			width:981px;
			background: -moz-linear-gradient(top, #6a6a6a 0%, #1e1e1e 100%); 
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6a6a6a), color-stop(100%,#1e1e1e)); 
			background: -webkit-linear-gradient(top, #6a6a6a 0%,#1e1e1e 100%); 
			background: -o-linear-gradient(top, #6a6a6a 0%,#1e1e1e 100%); 
			background: -ms-linear-gradient(top, #6a6a6a 0%,#1e1e1e 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6a6a', endColorstr='#1e1e1e',GradientType=0 ); 
			background: linear-gradient(top, #6a6a6a 0%,#1e1e1e 100%); 
			-webkit-border-radius: 5px 5px 0px 0px;
			-moz-border-radius: 5px 5px 0px 0px;
			border-radius: 5px 5px 0px 0px;	
		}

		header nav {
			position:absolute;
			width:282px;
			height:55px;
			top:199px;
			left:20px;
			text-align:center;
			display:block;
			font-size:18px;			
			/*
			background:transparent url('../img/nav-bg.png') repeat-x 0px 5px;
			-webkit-border-radius: 5px 5px 0px 0px;
			-moz-border-radius: 5px 5px 0px 0px;
			border-radius: 5px 5px 0px 0px;
*/

		}

.slider{
	display:none;
}

#main_container{
	position:relative;
	float:left;
	/*background:#fbfbfb url("../img/tartalom_hatter.png") no-repeat;*/
}
.colmask {
	position:relative;
	clear:both;
	float:left;
	width:100%;	
	overflow:hidden;
}
.colright,.colmid,.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1{
	float:left;
	position:relative;
	margin-right:23px;
	overflow:hidden;
	width:225px;
	padding-bottom:23px;
}
.col2{
	float:left;
	position:relative;
	overflow:hidden;
	width:692px;
}
.box {
	margin-bottom:23px;
}	
.box nav ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.box  nav li {
	margin:0px;
	list-style-type:none;
	padding: 1px 0px; 
	text-align:left;
}
.box  nav li a {
	text-decoration: underline;
	display:block;
	padding-left:23px;	
	color:#ffffff;	
}
.box  nav li a:hover {
	text-decoration: none;
	display:block;
}	
.box2 {
	line-height:24px;
}	

#main_container img{
	margin:10px;
	padding:5px;
}

#main_container #tartalom #kereso{
	margin-bottom:10px;
}


.input{
	display:block;
	width:200px;
	padding:8px;
	margin-bottom:15px;
	font-size:12px;
	color:#555555;
	vertical-align:middle;
	background-color:#ffffff;
	border:1px solid #cccccc;
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
}

.input:focus{
	border-color:rgba(82,168,236,0.8);
	outline:0;
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)
} 
.button{
	display:block;
	padding:5px;
	background-color:black;
	color:white;
	border:0;
	line-height:inherit
} 
#uzenet2{
	border: 1px dashed #000000;
	text-align: center;
	font-weight: bold;
	color: #000000;
	background-color:#B3B3BD;
	padding: 15px;
	margin: 0 auto 20px auto;
	width: 300px;
}
#uzenet{
	background: #FFFFE1 url('../img/siker.gif') no-repeat 10px center;
	border: 1px dashed #CFCFCF;
	margin: 0 auto 20px auto;
	padding: 15px 15px 15px 55px;
	width: 200px;
	color: #126717;
	font-size: 12px;
	font-weight: bold;
	-webkit-box-shadow: 0px -2px 24px rgba(50, 50, 50, 0.52);
	-moz-box-shadow:    0px -2px 24px rgba(50, 50, 50, 0.52);
	box-shadow:         0px -2px 24px rgba(50, 50, 50, 0.52);
}
#hiba{
	background: #FFFFE1 url('../css/hiba.png') no-repeat 10px center;
	border: 1px solid #CFCFCF;
	margin: 0 auto 20px auto;
	padding: 10px 10px 10px 70px;
	line-height: 20px;
	color: #CC0000;
	width:350px;
	font-size: 12px;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.2);
	
}
#hiba .cim{
	font-size:15px;
	font-weight:bold;
	text-decoration: underline;
}
.inputerror { 
	border: 2px solid #FF0000;	
	background-color: #FFDDDD;
	padding: 2px; 
	font-family: Arial, Verdana, Hervetica,sans-serif;
	font-size: 12px;
	color: #000000; 
}
.editorerror{
	border: 2px solid #FF0000;	
	background-color: #FFDDDD;
}
.select{
	background-color: #F3F3F3;
}
.selecterror{
	border: 2px solid #FF0000;	
	background-color: #FFDDDD;
}
input:focus, textarea:focus {
	border:1px solid #c9c1af;
}
.gomb {
	background-color:#e76802;
	font-family:'Alegreya Sans', Arial, sans-serif;
	font-size:1.2em;
	color:#fff;
	border:1px solid #e6e6e6;
	border-radius:3px;
	-webkit-border-radius:.3em;
	-moz-border-radius:.3em;
	padding:3px 12px;
}


.ures{
	height:40px;
	margin-bottom:25px;
	font-size:16px;
	font-weight:normal;
	padding-left:23px;
}
#footer_container{
	width:100%;
	font-weight:bold;
	clear:both !important;
	position:relative;	
	float:left;
	height:300px;
	/*
	background-color: #740000;
	background: -moz-linear-gradient(top, #740000 0%, #9b0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#740000), color-stop(100%,#9b0000)); 
	background: -webkit-linear-gradient(top, #740000 0%,#9b0000 100%);
	background: -o-linear-gradient(top, #740000 0%,#9b0000 100%); 
	background: -ms-linear-gradient(top, #740000 0%,#9b0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#740000', endColorstr='#9b0000',GradientType=0 ); 
	background: linear-gradient(top, #740000 0%,#9b0000 100%); 
	*/
}
	.copy{
		font-weight:bold;
		text-align:center;
		line-height:16px;
	}
	.footer_hatter{
		height:220px;
		width:979px;
		
	}
	.boxx1 {
		float:left;
		padding-top:20px;
		padding-bottom:15px;
		margin-right:23px;
		margin-left:23px;		
	}
	.boxx2 {
		position:absolute;
		right:0;
		top:20px;
	}
	.footer nav ul {
		padding:0px;
		margin:0px;
		list-style-type:none;
	}
	.footer nav li {
		margin:0px;
		list-style-type:none;
		padding: 1px 0px; 
		text-align:left;
	}
	.footer nav li a {
		text-decoration: none;
		color: #ffffff;
		display:block;
	}
	
/*
	footer nav .link1 a { background:url("img/footer_link.jpg") no-repeat -10px 0px transparent; }
	footer nav .link2 a { background:url("img/footer_link.jpg") no-repeat -10px 0px transparent; }
	footer nav .link3 a { background:url("img/footer_link.jpg") no-repeat -10px 0px transparent; }
*/
	
.blog_button {
	border:none;
	color:#ffffff;
	background-color:#464646;
	padding:5px 10px;
}
/*
.kep{
	width:104px;
	height:104px;
	padding:5px;
	background-color:#EEEEEE;
}
.kep:hover{
	background-color:#FFFFFF;
}

.kep img{
	border:1px solid #aaaaaa;
}

.kep img:hover{
	border:1px solid #000000;
}
*/

	.modalDialog {
		display:none;
		position: fixed;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.1);
		z-index: 99999;
		opacity:1;
		-webkit-transition: opacity 2s ease-in;
		-moz-transition: opacity 2s ease-in;
		transition: opacity 2s ease-in;
		pointer-events: auto;		
	}


	.modalDialog .modalDialogDiv {
		width: 400px;
		position: relative;
		margin: 10% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 8px;
		border:3px solid #CCCCCC;
		color:#000000;
		background: #fff;
		background: -moz-linear-gradient(#fff, #EEE);
		background: -webkit-linear-gradient(#fff, #EEE);
		background: -o-linear-gradient(#fff, #EEE);
		
		-webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.4);
		-moz-box-shadow:    0px 0px 20px rgba(50, 50, 50, 0.4);
		box-shadow:         0px 0px 20px rgba(50, 50, 50, 0.4);		
	}

	.close {
		cursor:pointer;
		background: #606061;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.4);
		-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.4);
		box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.4);	
	}

	.close:hover { background: #ffffff; color:#CCCCCC}
	
.kepgaleria{

}

.kepgaleria_kep{
	width:140px;
	float:left;
}

.kepgaleria_cim{
	width:300px;
	float:left;

}


.pic2{ position:relative; width:150px; height:150px; float:left;cursor:pointer; border-right:1px solid #ffffff} 
/*.pic:hover {
    background:rgba(0,0,0,0.5);
}*/
.text2{ height:150px; width:150px; background:#000000; opacity:0; } 
/*.pic2:hover .text2 { opacity:0.75; text-align:bottom; color:#ffffff; font-size:18px; font-weight:normail; line-height:26px; padding:10px} */
.pic2:hover .text2 { opacity:0.75; text-align:bottom; color:#ffffff; } 
.text2 .nev{
	display:block;
	padding:10px;
	font-size:18px;	
}
.text2 a{
	display:block;
	width:150px;
	height:150px;
	position:absolute;
	top:0;
	left:0;
}

#main_container .dok_img{
	border:0;
	margin:0;
	padding:0;
}

.dok_tabla{margin-top:20px;padding:0;font-size:12px;width:100%;border-width: 1px;border-color: #9dcc7a;border-collapse: collapse;}
.dok_tabla th {text-align:center;font-size:14px;border-width: 1px;padding: 3px;border-style: solid;}
.dok_tabla td {text-align:center;font-size:12px;border-width: 1px;padding: 3px;border-style: solid;}

/*
.dok_tabla {
	margin-top:10px;
	padding:0px;
	width:100%;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}

.dok_tabla table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
.dok_tabla tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.dok_tabla table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.dok_tabla table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.dok_tabla tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.dok_tabla tr:hover td{
	
}
.dok_tabla tr:nth-child(odd){ background-color:#e5e5e5; }
.dok_tabla tr:nth-child(even)    { background-color:#ffffff; }

.dok_tabla td{
	vertical-align:middle;
	/*border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:4px;
	font-weight:normal;
	color:#000000;
}.dok_tabla tr:last-child td{
	border-width:0px 1px 0px 0px;
}.dok_tabla tr td:last-child{
	border-width:0px 0px 1px 0px;
}.dok_tabla tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.dok_tabla tr:first-child td{
	background:-o-linear-gradient(bottom, #3f7f00 5%, #3f7f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3f7f00), color-stop(1, #3f7f00) );
	background:-moz-linear-gradient( center top, #3f7f00 5%, #3f7f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f7f00", endColorstr="#3f7f00");	background: -o-linear-gradient(top,#3f7f00,3f7f00);
	background-color:#3f7f00;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.dok_tabla tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #3f7f00 5%, #3f7f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3f7f00), color-stop(1, #3f7f00) );
	background:-moz-linear-gradient( center top, #3f7f00 5%, #3f7f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f7f00", endColorstr="#3f7f00");	background: -o-linear-gradient(top,#3f7f00,3f7f00);
	background-color:#3f7f00;
}
.dok_tabla tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.dok_tabla tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}*/