@charset "iso-8859-2";

body {
    SCROLLBAR-FACE-COLOR: #FFFFFF; 
    SCROLLBAR-HIGHLIGHT-COLOR: #264F9B;
    SCROLLBAR-SHADOW-COLOR: #264F9B;
    SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
    SCROLLBAR-ARROW-COLOR: #264F9B; 
    SCROLLBAR-TRACK-COLOR: #264F9B;
    SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background: #264F9B;
}

TABLE {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	font-weight: normal;
	text-align: justify;
	color: #0F218B;
}

P {
/*	
	text-indent: 10px;
*/
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	font-weight: normal;
	text-align: justify;
	color: #0F218B;
}

UL {
	list-style-type: none;
	line-height: 150%;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

LI {
	background-image: url(../gfx/global/felsorolas.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 8px;
}

a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #508863;
	text-decoration: underline;
}

a:hover {
	color: #0F218B;
	text-decoration: none;
}

a.pager {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

a.pager:hover {
	color: #050B2D;
	text-decoration: none;
}

a.email {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #C5EAC2;
	text-decoration: none;
}

a.email:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a.bmenu {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #0F218B;
	text-decoration: none;
}

a.bmenu:hover {
	color: #33A02C;
	text-decoration: none;
}

.page_bottom_bg {
	background-image: url(../gfx/global/page_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.page_bmenu_bg {
	background-image: url(../gfx/global/page_bmenu_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.data_bg {
	background-image: url(../gfx/global/data_bg.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

.data_top_bg {
	background-image: url(../gfx/global/data_top_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.data_bottom_bg {
	background-image: url(../gfx/global/data_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.ph_top_rep {
	background-image: url(../gfx/global/picholder/t_rep.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.ph_right_rep {
	background-image: url(../gfx/global/picholder/r_rep.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

.ph_bottom_rep {
	background-image: url(../gfx/global/picholder/b_rep.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.ph_left_rep {
	background-image: url(../gfx/global/picholder/l_rep.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

.kisero_left_rep {
	background-image: url(../gfx/global/kisero_left_rep.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

.pixel {
	background-image: url(../gfx/global/1x1.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

.bg_top_left {
	background-image: url(../gfx/global/bg_top_left_rep.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.bg_top_right {
	background-image: url(../gfx/global/bg_top_left_rep.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.bg_middle_left {
	background-image: url(../gfx/global/bg_middle_left_rep.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

.bg_middle_right {
	background-image: url(../gfx/global/bg_middle_right_rep.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

/*

select {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	color: #4B4B4B;
	height: 17px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

optgroup {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	color: #4B4B4B;
	height: 17px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

*/

textarea {
	border: 1px solid #0F218B;
	background-color: #FFFFFF;
/*
	border: none;
	background-image: url(../gfx/global/textarea.gif);
	background-repeat: no-repeat;
	background-attachment: expression('fixed');
	background-position: center center;
*/
	overflow: auto;
	width: 420px;
	height: 80px;
	color: #0F218B;
	padding-top: 3px;
	padding-left: 5px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
    SCROLLBAR-FACE-COLOR: #D7D7D7; 
    SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
    SCROLLBAR-SHADOW-COLOR: #FFFFFF;
    SCROLLBAR-3DLIGHT-COLOR: #D7D7D7; 
    SCROLLBAR-ARROW-COLOR: #FFFFFF; 
    SCROLLBAR-TRACK-COLOR: #FFFFFF;
    SCROLLBAR-DARKSHADOW-COLOR: #D7D7D7;
}

input {
	border: 1px solid #0F218B;
	background-color: #FFFFFF;
/*
	border: none;
	background-image: url(../gfx/global/input.gif);
	background-repeat: no-repeat;
	background-attachment: expression('fixed');
	background-position: center center;
*/
	width: 160px;
	height: 20px;
	color: #0F218B;
	padding-top: 3px;
	padding-left: 5px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.elkuld_hu {
	border: none;
	background-image: url(../gfx/hu/elkuld.gif);
	background-repeat: no-repeat;
	background-attachment: expression('fixed');
	background-position: center center;
	width: 43px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

.torol_hu {
	border: none;
	background-image: url(../gfx/hu/torol.gif);
	background-repeat: no-repeat;
	background-attachment: expression('fixed');
	background-position: center center;
	width: 43px;
	height: 17px;
	cursor: hand;
	cursor: pointer;
}

form {
	padding: 0px;
	margin: 0px;
}
