/*******************************************
*	ALTALANOS
********************************************/

BODY{
/*	background-color	: #990033;*/
	background-color	: #F1F1F1;

/*	margin-left			: 40px; */

	font-family			: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size			: 12px;

/*	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#f1f1f1',EndColorStr='#b7c3cd'); */

	text-align	: top;

}


TD{
	vertical-align	: top;
    
	font-family		: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
    font-weight		: normal;
/*    color			: #555; */
    text-decoration	: none;
}


A{
	font-family		: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight		: normal;
	text-decoration	: none;
}

A:link		{ color: #003d74 }	/* unvisited links */
/*A:visited	{ color: #7d99ae }	/* visited links   */
A:hover		{ color: #7d99ae }	/* eger felette     */
A:active	{ color: #003d74 }	/* active links    */


/*******************************************
*	FO KERET TABLAZAT
********************************************/

TABLE.fo{
	background-color	: #FFF; 
	width				: 752px;
/*	min-height			: 100%; */

	padding-left		: 15px;
	padding-right		: 15px;
/* 	border				: 2px solid gray; */
}


/* viszszintes tavtarto
tavtarto{
 	padding				: 0px;
	font-size			: 1px;
}*/


/*******************************************
*	KOZOS BLOKKOK
********************************************/


/****** FEJLEC ******/

/* fejlec tablazat kulso div-je */
#blokk1{
	border	: 0px solid green;
	height	: 100;
	width	: 100%;
}

TD.fejlec{
	height			: 20px;
	padding-bottom	: 10px;
}


