
	/* Fontok */
	/* http://www.freefontconverter.com/ */
	/* http://www.fontsquirrel.com/fontface/generator */
	/*
	@font-face {
		font-family: 'BigNoodleTitlingHTXRegular';
		src: url('../css/font/big_noodle_titling_regular_htx-webfont.eot');
		src: url('../css/font/big_noodle_titling_regular_htx-webfont.eot?#iefix') format('embedded-opentype'),
			url('../css/font/big_noodle_titling_regular_htx-webfont.woff') format('woff'),
			url('../css/font/big_noodle_titling_regular_htx-webfont.ttf') format('truetype'),
			url('../css/font/big_noodle_titling_regular_htx-webfont.svg#BigNoodleTitlingHTXRegular') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'Museo300';
		src: url('../css/font/museo300-regular-webfont.eot');
		src: url('../css/font/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'),
			url('../css/font/museo300-regular-webfont.woff') format('woff'),
			url('../css/font/museo300-regular-webfont.ttf') format('truetype'),
			url('../css/font/museo300-regular-webfont.svg#Museo300') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'Museo500';
		src: url('../css/font/museo500-regular-webfont.eot');
		src: url('../css/font/museo500-regular-webfont.eot?#iefix') format('embedded-opentype'),
			url('../css/font/museo500-regular-webfont.woff') format('woff'),
			url('../css/font/museo500-regular-webfont.ttf') format('truetype'),
			url('../css/font/museo500-regular-webfont.svg#Museo500') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'Museo700';
		src: url('../css/font/museo700-regular-webfont.eot');
		src: url('../css/font/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'),
			url('../css/font/museo700-regular-webfont.woff') format('woff'),
			url('../css/font/museo700-regular-webfont.ttf') format('truetype'),
			url('../css/font/museo700-regular-webfont.svg#Museo700') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'HelveticaRegular';
		src: url('../css/font/helvetica-webfont.eot');
		src: url('../css/font/helvetica-webfont.eot?#iefix') format('embedded-opentype'),
			url('../css/font/helvetica-webfont.woff') format('woff'),
			url('../css/font/helvetica-webfont.ttf') format('truetype'),
			url('../css/font/helvetica-webfont.svg#HelveticaRegular') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'HelveticaBold';
		src: url('../css/font/helvetica-bold-webfont.eot');
		src: url('../css/font/helvetica-bold-webfont.eot?#iefix') format('embedded-opentype'),
			url('../css/font/helvetica-bold-webfont.woff') format('woff'),
			url('../css/font/helvetica-bold-webfont.ttf') format('truetype'),
			url('../css/font/helvetica-bold-webfont.svg#HelveticaBold') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'SaturnRegular';
		src: url('../css/font/saturn-regular-webfont.eot');
		src: url('../css/font/saturn-regular-webfont.eot?#iefix') format('embedded-opentype'),
			url('../css/font/saturn-regular-webfont.woff') format('woff'),
			url('../css/font/saturn-regular-webfont.ttf') format('truetype'),
			url('../css/font/saturn-regular-webfont.svg#Saturn-Regular') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'FuturaMedium';
		src: url('../css/font/futura-webfont.eot');
		src: url('../css/font/futura-webfont.eot?#iefix') format('embedded-opentype'),
			url('../css/font/futura-webfont.woff') format('woff'),
			url('../css/font/futura-webfont.ttf') format('truetype'),
			url('../css/font/futura-webfont.svg#FuturaMedium') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	*/



	/* Általános */
	.debugTitle {
		padding: 5px;
		border: 1px solid black;
		margin: 5px;
		text-align: left;
		font-size: 10px;
		cursor: pointer;
	}
	.debugObject {
		display: none;
		text-align: left;
		font-size: 10px;
	}
	.site_clear {
		height: 0px;
		line-height: 0px;
		clear: both;
		margin: 0px;
		padding: 0px;
		border: 0px solid black;
	}
	.disabled {
		display: none;
	}



	/* Successful popup */
	.disable_masking {
		background-color: #8CC83C;
		border: 1px solid white;
		padding: 20px;
		position: absolute;
		width: 600px;
		z-index: 6001;
	}
	.disable_masking .closebutton {
		float: right;
		text-decoration: none;
		color: white;
	}
	.disable_masking .data {
		font-size: 32px;
		text-align: center;
		color: white;
	}



	/* Default */
	body {
		font-size: 12px;
		/*font-family: "Times New Roman";*/
		/*font-family: Verdana, Arial, sans-serif;*/
		font-family: Arial, sans-serif;
		margin: 0px;
		padding: 0px;
	}
	input, td, select {
		font-size: 12px;
		/*font-family: "Times New Roman";*/
		/*font-family: Verdana, Arial, sans-serif;*/
		font-family: Arial, sans-serif;
	}

	html, body { height: 100%; }
	.pg_full { display: block;width: auto;height: auto; }
	.pg_page { display: block;position: relative;height: auto;margin: 0px auto; }
	.pg_cell { display: block;position: relative;float: left;height: auto;min-height: 20px;overflow: hidden; }
	.pg_row { display: block;float: none;height: auto;min-height: 0px; }
	.pg_row.pg_cell { min-height: 20px; }
	.pg_break { display: block;height: 0px;clear: both; }




.fradi_one_percent a {
	display: block;
	width: 400px;
	height: 55px;
	margin: 0px auto;
	position: relative;
	top: -80px;
}

