body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	text-align: jusify;
	font-size: 12px;
	color: #2a2c2e;
    background-color: transparent; /* All browsers */
}

/* WORD style remover */
font, basefont {
	color: inherit; /* Standard browsers */
	color: expression(this.parentNode.currentStyle['color']); /* IE */
	font: inherit; /* Standard browsers. Font instead of font-size for Opera */
	font-family: expression(this.parentNode.currentStyle['fontFamily']); /* IE */
	font-size: 100%; /* All browsers. Sizes are inherited */
}

center {
	text-align: inherit; /* Standard browsers */
	text-align: expression(this.parentNode.currentStyle['textAlign']); /* IE */
}

s, strike, u {
	text-decoration: inherit; /* Standard browsers */
	text-decoration: expression(this.parentNode.currentStyle['textDecoration']); /* IE */
}

*[align] { text-align: inherit; }  /* Standard browsers */

* { text-align: expression(this.align ? this.parentNode.currentStyle['textAlign'] : ''); }  /* IE */

img { margin: 0; border:none; }  /* All browsers. Borders & margins are not inherited */

table, tr, th, td {
	width: auto; /* All browsers */
	height: auto; /* All browsers */
	
}

/* H1-H6 tagok */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 110%;
}

h1 {
	font-size: 17px;
	line-height: 17px;
	width: 100%;
	display: block;
    text-align: right;
	margin-right: 5px;
	color: #1f4772;
}

h2 {
   	font-size: 12px;
	line-height: 17px;
	width: 100%;
	display: block;
	color: #00386b;
	text-transform: uppercase;
}

/* P, DIV tagok */
p {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	display: block;
   	font-size: 12px;
	color: #2a2c2e;
}

div {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	display: table;
}

/* UL, LI tagok */
ul, ol {
    font-size: 12px;
}

li {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

a {
	color: #00386b;
	text-decoration: none;
}

a:hover {
	color: #1267b4;
	text-decoration: none;
}

/* FORM tagok*/
form, fieldset {
	margin: 0;
	padding: 0;
   	width: auto;
	height: auto;
	border: 0px;
}

legend {
 	display: none;
}

input {
	margin: 0px;
	padding: 0px;
	width: auto;
	border: 1px solid #000;
}

input.inputbox {
	width: 100px;

}

input.submitbutton {
	width: 100px;
}

select {
	border: 1px solid #000;
}

form p span {
	width: 200px;
	display: table;
	float: left;
}

form p {
	width: 100%;
	display: table;
	line-height: 20px;
}


/* funkcio gombok */
div.functionbuttons {
	width: 100%;
	float: left;
	text-align: center;
}

div.functionbuttons p {
	display: inline;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

p.error_message {
	margin: 0px;
	padding: 0px;
	color: #FF0000;
	border-bottom: 1px solid #CCC;
	border-left: 10px solid #AAA;
	text-indent: 20px;
	line-height: 25px;
	font-weight: bold;
}

p.success_message {
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #D8F884;
	border-bottom: 1px solid #000;
	border-left: 10px solid #B9F323;
	text-indent: 20px;
	line-height: 25px;
	font-weight: bold;
}

/* Paginator */
div.paginator_top {
	width: 100%;
	margin-bottom: 10px;
	text-align: right;
	display: none;
}

div.paginator_bottom {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	display: block;
}

p.lang {
	text-align: center;
}


/* Elfelejtett jelszó */
#lost_password {
	margin-top: 20px;
}

/* Weboldal CSS-e */

table.main {
   	background-image: url(../images/middlebg.jpg);
	background-repeat: repeat-y;
    background-position: top left;
}

td.header {
	width: 1000px;
	height: 148px;
    vertical-align: top;
	background-image: url(../images/headerbg.jpg);
	background-repeat: no repeat;
    background-position: top left;
}

#search {
	width: 100%;
	height: 49px;
	display: block;
	float: right;
}

#flash {
	width: 320px;
	height: 300px;
	float: left;
	display: block;
}

td.headermenu {
	width: 1000px;
	height: 36px;
	background-image: url(../images/headermenubg.jpg);
	background-repeat: no-repeat;
    background-position: top left;
}


td.left {
	width: 227px;
	vertical-align: top;
}

td.center {
	width: 617px;
	vertical-align: top;
   	background-image: url(../images/centerbg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

div.banner {
	margin-left: 38px;		
}

td.right {
	width: 156px;
	vertical-align: top;
}

td.footer {
	width: 1000px;
	height: 66px;
   	background-image: url(../images/footerbg.jpg);
	background-repeat: no-repeat;
    background-position: top left;
}

div.mainbody {
    width: 543px;
	margin-top: 5px;
   	margin-left: auto;		/* Ettol lesz kozepre rendezve az oldal */
	margin-right: auto;     /* Ettol lesz kozepre rendezve az oldal */
}
div.content {
    width: 543px;
   	margin-left: auto;		/* Ettol lesz kozepre rendezve az oldal */
	margin-right: auto;     /* Ettol lesz kozepre rendezve az oldal */
}

div.tamogat {
    width: 200px;
	margin-top: 40px;
	margin-left: 20px;
}



div.content h1{
	margin-bottom: 40px;
}


*html div.mainbody {
	margin-left: 40px;
}

*+html div.mainbody {
	margin-left: 40px;
}


/*








p.footer {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	color: #3252A6;
   	font-weight: bold;
   	float: left;
}

p.footer img {
   	float: left;
}

p.footer span {
   	float: left;
    padding-top: 5px;
}



div.content {

}

*/


