


#left {
	font: normal 14px/1.4em Roboto;
	color: #333333;
}
#left * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	/*color: inherit;*/
}

#left ul {
	padding: 0px 0px;
	margin-left: 30px;
}

	#left ul li {
		padding: 0px 0px;
		margin-bottom: 3px;
	}
	
#left a:link,
#left a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #00599f;
}

#left a:hover {
	text-decoration: none;
}


#left p {
	color: #333333;
	margin: 0px 0px;
	padding: 7px 0px;
	vertical-align: top;
}






#left h1 {
	font: bold 25px/1.3em Roboto;
	color: #005aa0;
	margin: 0px 0px;	
	margin-bottom: 24px;
}
    
#left h2 {
	font: bold 20px/1.3em Roboto;
	color: #005aa0;
	margin-bottom: 15px;
	margin-top: 15px;
	font-style: italic;
}
    
#left h3 {
	font: bold 16px/1.3em Roboto;
	color: #000;
}
    
#left h4 {
	font: bold 16px/1.3em Roboto;
	color: #000;
	font-style: italic;
}
    
#left h5 {
	font: bold 14px/1.3em Roboto;
	color: #005aa0;
}
    
#left h6 {
	font: bold 14px/1.3em Roboto;
	color: #005aa0;
	font-style: italic;
}

#left .cikkbalra ,
#left .cikkjobbra ,
#left .cikkepbalra ,
#left .cikkepjobbra {
	float:left;
	display: inline;
	margin-bottom: 10px;
}

#left .cikkepbalra {
	margin-right: 15px;
}

#left .cikkepjobbra {
	float: right;
	margin-left: 15px;
}

#left .alairas,
#left .fotos,
#left .forras {
	font: normal 11px/1.3em Roboto;
	color: #CCC;
}
   
.hr {
	background-image: url("../images/hr.gif");
	background-repeat: repeat-x;
	background-position: left top;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	display: block;
}

#left .bovebben:link,
#left .bovebben:visited {
	font: normal 14px/22px Roboto;
	height: 36px;
	margin-bottom: 30px;
	display: inline;
	margin-bottom: 10px;
}

	#left .bovebben:link span,
	#left .bovebben:visited span {
		background: url('../images/btn_left.png') no-repeat left top;
		padding-left: 2px;
		height: 36px;
		float: left;
		display: inline;
		
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

		#left .bovebben:link span span,
		#left .bovebben:visited span span {
			background: url('../images/btn_right.png') no-repeat right top;
			padding-left: 0px;
			padding-right: 34px;
		}

			#left .bovebben:link span span span,
			#left .bovebben:visited span span span {
				background: url('../images/btn_x.png') repeat-x left top;
				padding-left: 10px;
				padding-right: 4px;
				font: bold 13px/36px Roboto;
				color: #FFF;
				text-align: left;
			}
				#left .bovebben:hover span span span {
					text-decoration: underline;
				}
				
				#left .bovebben:hover span { background: url('../images/btn_left_h.png') no-repeat left top; }
				#left .bovebben:hover span span { background: url('../images/btn_right_h.png') no-repeat right top; }
				#left .bovebben:hover span span span { text-decoration: none; background: url('../images/btn_x_h.png') repeat-x left top; }


#left table {
	padding: 0px 0px;
	margin: 0px 0px;
	margin-top: 10px;
	margin-bottom: 30px;
}

	#left table th {
		padding: 3px 7px;
		border: 1px solid #CCC;
		border-bottom: 1px solid #000;
		vertical-align: top;
		text-align: center;
		font-weight: bold;
	}

	#left table td {
		padding: 3px 7px;
		border: 1px solid #CCC;
		vertical-align: top;
	}

		#left table td.szam {
			text-align: right;
		}


	#left table tr:nth-child(2n) {
		background-color: #f2f2f2;
	}

	#left table tr:nth-child(2n+1) {
		background-color: #FFF;
	}

	#left table tr:nth-child(2n) th.kiemelt,
	#left table tr:nth-child(2n) td.kiemelt {
		background-color: #d8e4f6;
	}

	#left table tr:nth-child(2n+1) th.kiemelt,
	#left table tr:nth-child(2n+1) td.kiemelt {
		background-color: #e6effb;
	}






ul#breadcrumb {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	ul#breadcrumb li {
		position: relative;
		display: inline;
		float: left;

		font: normal 11px/22px Roboto;
		color: #333;
	}

		ul#breadcrumb li a:link,
		ul#breadcrumb li a:visited {
			display: block;
			padding: 0px 8px;

			font: normal 11px/22px Roboto;
			color: #333;
			text-decoration: none;
		}

			ul#breadcrumb li a:hover {
				text-decoration: underline;
			}

			
			
			
			
.tal { text-align: left !important; }
.tac { text-align: center !important; }
.tar { text-align: right !important; }
.bold { font-weight: bold !important; }
.bigger { font-size: 120% !important; }
.smaller { font-size: 80% !important; }
.szin1 { color: #689047 !important; }
.szin2 { color: #CC9900 !important; }
.underline { text-decoration: underline !important; }
.linethrough { text-decoration: line-through !important; }
.block { display: block !important; }
.inline { display: inline !important; }
.alignLeft { float: left !important; display: inline !important; margin-right: 10px !important; margin-bottom: 10px !important; }
.alignCenter { text-align: center !important; display: block !important; margin-left:auto !important; margin-right:auto !important; margin-bottom: 10px !important; }
.alignRight { float: right !important; display: inline !important; margin-left: 10px !important; margin-bottom: 10px !important; }




#left form {
	display: block;
	margin-bottom: 40px;
}

#left form label {
	/*float: left;*/
	width: 130px;
	display: -webkit-inline-box;
	padding: 3px 7px;
	font: normal 12px/22px Roboto;
	color: #000;
        margin-left: -2px;
        margin-right: 115px;
}

	#left form .form_field {
		margin: 3px 7px;
		float: left;
		display: inline;
		width: 286px;
		padding: 3px 0px;
		font: normal 12px/1.5em Roboto;
		color: #000;
	}

	#left form .text,
	#left form .text_focus {
		margin: 3px 7px;
		float: left;
		display: inline;
		width: 286px;
		padding: 3px 7px;
		font: normal 12px/1.5em Roboto;
		color: #000;
		border: 1px solid #CCC;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px; 
		-khtml-border-radius: 3px;
		border-radius: 3px;
	}

	#left form .textarea,
	#left form .textarea_focus {
		margin: 3px 7px;
		float: left;
		display: inline;
		width: 286px;
		height: 150px;
		padding: 3px 7px;
		font: normal 12px/1.5em Roboto;
		color: #000;
		border: 1px solid #CCC;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px; 
		-khtml-border-radius: 3px;
		border-radius: 3px;
	}

	#left form .select,
	#left form .select_focus {
		margin: 3px 7px;
		float: left;
		display: inline;
		width: 303px;
		padding: 1px 1px;
		font: normal 12px/1.5em Roboto;
		color: #000;
		border: 1px solid #CCC;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px; 
		-khtml-border-radius: 3px;
		border-radius: 3px;
	}
	
	#left form #cikkform_uzenet {
		font: normal 12px/1.5em Roboto;
		color: #FF0000;
	}
	
	#left form .submit_btn {
		padding: 3px 7px;
		margin-left: 150px;
	}


	
	
	
/* kapcsolodo dolgok */
#left .kapcsolodo_holder {
	background-color: #F9F9F9;
	padding: 10px 10px;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	-khtml-border-radius: 5px;
	border-radius: 5px;

}

	#left .kapcsolodo_holder .title {
		font: bold 16px/1.5em Roboto;
		color: #000;
	}
	
	#left .row_even {
		background-image: url("../images/li.jpg");
		background-repeat: no-repeat;
		background-position: 7px 50%;
		background-color: #FFF;
		border-bottom: 1px solid #EFEFEF;
		padding: 3px 20px;
	}
	
	#left .row_odd {
		background-image: url("../images/li.jpg");
		background-repeat: no-repeat;
		background-position: 7px 50%;
		background-color: transparent;
		border-bottom: 1px solid #EFEFEF;
		padding: 3px 20px;
	}
	
	#left .row_even a:link,
	#left .row_even a:visited,
	#left .row_odd a:link,
	#left .row_odd a:visited {
		text-decoration: none;
		display: block;
	}

		#left .row_even a:hover,
		#left .row_odd a:hover {
			text-decoration: underline;
		}
		
		
#left .kapcsolodo {
	background-color: #333333;
	color: #f2f2f2;
	padding: 7px 14px;
	margin-top: 20px;
	margin-bottom: 0px;
	border-bottom: 1px solid #000;
}

#left .box_szurke { padding: 4px 10px; background-color: #e2e2e2; border-bottom: 2px solid #CCC; margin-bottom: 4px; }
#left .box_feher { padding: 4px 10px; background-color: #f2f2f2; border-bottom: 2px solid #CCC; margin-bottom: 4px; }
#left .box_szurke b,
#left .box_feher b { display: block; margin-bottom: 7px; margin-top: 4px; }

#left .box_feher a:link,
#left .box_feher a:visited { border-bottom: 1px solid #FFF; }
#left .box_szurke a:link,
#left .box_szurke a:visited { background-color: #f2f2f2; border-bottom: 1px solid #F2F2F2; }
	
	#left .box_szurke a:link, 
	#left .box_szurke a:visited,
	#left .box_feher a:link,
	#left .box_feher a:visited {
		padding: 7px 10px; text-decoration: none; display: block;
	}
	
		#left .box_szurke a:hover,
		#left .box_feher a:hover {  border-bottom: 1px solid #dedede; }
		
		#left .keret { border: 1px solid #CCC !important; }
		
	
#left .rovat_holder {
	margin: 14px 0px !important;
}

	#left .rovat_holder table {
		margin: 0px !important;
	}

	#left .rovat_holder table,
	#left .rovat_holder tr,
	#left .rovat_holder td {
		background-color: transparent !important;
		border: 0px !important;
		padding: 0px 0px !important;
	}

	#left .rovat_holder .kep {
		padding-right: 17px !important;
	}

	#left .rovat_holder .kep img {
		padding: 1px 1px;
		border: 1px solid #cccccc;
	}

	#left .rovat_holder h2 {
		margin: 0px 0px 0px;
		padding: 0px 0px;
	}

		#left .rovat_holder h2,
		#left .rovat_holder h2 a:link,
		#left .rovat_holder h2 a:visited {
			font: bold 17px/1.5em Roboto;
			color: #005aa0;
			text-decoration: none;
		}
			#left .rovat_holder h2 a:hover {
				text-decoration: underline;
			}

	#left .rovat_holder .datum {
		font: 13px/1.5em Roboto;
		color: #999999;
		margin-bottom: 0px;
	}
	
		#content_holder .hasab_holder,
		#content_holder .hasab {
			border: 0px !important;
			vertical-align: top !important;
		}
		
		#content_holder .info:link,
		#content_holder .info:visited {
			font-size: 9px;
			text-decoration: none;
		}
		

.galeriakep:link,
.galeriakep:visited {
	margin: 2px;
	border: 2px solid #CCC;
	float: left;
	display: inline;
}

#content_holder .rovat,
#content_holder .rovat tr,
#content_holder .rovat th,
#content_holder .rovat td {
	background: none !important;
	border: 0px !important;
	vertical-align: top !important;
}

#content_holder .rovat h2 {
	margin-top: 0px !important;
}

#content_holder .name {
	float: left;
	width: 150px;
	display: inline;
	padding: 7px 10px;
	border-bottom: 1px solid #CCC;
	margin-right: 5px;
}

#content_holder .value {
	float: left;
	width: 350px;
	display: inline;
	padding: 7px 10px;
	border-bottom: 0px solid #CCC;
}