body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff URL(GFX/main_bckg.jpg);
	background-repeat: repeat-x;
	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: #000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
text-decoration: none;
}
.twoColFixLtHdr #container { 
	width: 816px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 

} 
.twoColFixLtHdr #header h1 {
	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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 516px; 
padding: 0;
margin: 0px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 516px;
	padding: 0;
} 
.twoColFixLtHdr #footer { 
padding-top: 15px;
padding-bottom: 15px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
text-align: center;
font-size: 11px; }
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#menu {
height: 32px;
padding: 0;
margin: 0px;
}
p.formba2 {
padding:0;
padding-left: 3px;
margin:0px;
color: #1467af;
font-size: 12px;
font-weight: normal; 
}
table, tr, td {
padding:0;
margin: 0px;
border: none;
}
fieldset {
padding:0;
margin: 0px;
border: none;
}
input.buttonform {
font-size: 10px;
border: none;
color: #fff;

margin-bottom: 7px;
width: 88px;
height: 24px;
background: URL(GFX/login.jpg);
}
.forget img {
border: none;
color: #fff;
margin-bottom: 7px;
border:none;
}
.forget {
border:none;
}
a img {
border: none;
}
a:link {
font-family: Verdana, Helvetica, Arial, sans-serif;
text-decoration: none;
font-weight: normal;
color: #015aa9; 
}
a:visited {
font-family: Verdana, Helvetica, Arial, sans-serif;
text-decoration: none;
font-weight: normal;
color: #015aa9; 
}
a:hover {
font-family: Verdana, Helvetica, Arial, sans-serif;
text-decoration: none;
font-weight: normal;
color: #a62924; 
}
a:active {}
.twoColFixLtHdr #container #footer .lounge  {
color: #94bb00; 
}
p {
color: #000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
text-decoration: none;
text-align: justify;
 }
h1 {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 24px;
font-weight: normal;
font-stretch: narrower;
color: #015aa9; 
}
h2 {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 18px;
font-weight: normal;
font-stretch: narrower;
color: #50b459; 
}
#ajaxSearch_submit {
text-indent: -9999px;
background: url(http://www.pfma.hu/assets/templates/allateledel/GFX/search_btn.jpg);
float: right;
			width: 88px;
			height: 24px;
			border: 0;
			margin-right: +18px;
			padding: 0;
}
p.keres {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
font-weight: normal;
color:#fff;
line-height:1em;
padding: 0;
margin: 0px;
margin-left: 5px;
}
#search {
margin-left: +65px;
}
#banner {
margin-left: +50px;
margin-top: +30px;
}
#intro {
margin: 0px;
padding: 0;
text-align: center;
}
#search_eng {
margin-left: +65px;
margin-top: +100px;
}
table {
border: 0px;
border-spacing: 0px;
padding: 0;
margin: 0px;
border-spacing: 0px;
border-collapse: separate;
}
table tr, table tr td  {
border: 0px;
border-spacing: 0px;
padding: 0;
margin: 0px;
border-width: 0px;
}
ul {
padding: 0;
margin: 0px;
}
li {
padding: 0;
margin: 0px;
}
p.fooldal {
text-align: center;
font-size: 14px; }