@charset "utf-8";
body {
	height: 100%;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #ffffff;
	background-repeat: no-repeat;
	font-size: 12px;
}

#full_fejlec {
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/fej1.jpg);
	height: 180px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
#full_fejlec_felirattal {
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/fej2.jpg);
	height: 180px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

#full_kozep {
	width: 1001px;
	height:auto;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height: 400px;
}
#full_lablec {
	text-align: center;
	height: 100px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#doboz_jobb {
	float: left;
	width: 210px;
	background-image: url(../images/szurke_potty.gif);
	background-repeat: repeat-y;
}
#oldalbox_fej_piros2  {
	height: 20px;
	width: 377px;
	background-image: url(../images/boxfej_piros2.gif);
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 40px;
	padding-top: 6px;
}
#oldalbox_fej_piros  {
	height: 20px;
	width: 160px;
	background-image: url(../images/boxfej_piros1.gif);
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 40px;
	padding-top: 6px;
}

#kozep_jobb_fent {
	text-align: center;
	width: 152px;
	float: right;
}
#flash_jobb {
	text-align: center;
	width: 152px;
	position: absolute;
	top:0;
	right:2px;
 	width:200px;

}
#flash_fej {
	text-align: center;
	position: absolute;
	top:-10px;
	right:0px;

}
#kozep_kozep {
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/kozep_kozep.giff);
	background-position: center top;
	background-repeat: repeat-y;
	width: 670px;
	border: 2;
	float: left;
	vertical-align: top;
	background-color: #FFFFFF;
	height: auto;
	max-width: 670px;
}
#help1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	text-align: justify;
}

#kozep_bal_fent {
	text-align: center;
	float: left;
	width: 153px;
	margin: 0 auto 0 auto;
	vertical-align: top;
}
#fejlec {
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#tartalom2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#lablec {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
#lablec p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#menu {
	padding-top: 5px;
	width: 695px;
}
#helpbox1 {
	text-align:justify;
	width: 210px;
	position: static;
}
.szoveg            {
	FONT-SIZE: 10pt;
	COLOR: #333333;
	FONT-FAMILY: Verdana;
	list-style-type: none;
}
.szoveg_kicsi            {
	FONT-SIZE: 8pt;
	COLOR: #333333;
	FONT-FAMILY: Verdana;
	list-style-type: none;
}

#villogoszoveg a {
	text-decoration: blink;
	color: #FF0000;
	font-weight: bold;
	background-position: center;
	text-align: center;
}
