body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #2a2c2e;
    background-color: transparent; /* All browsers */
}

/* WORD style remover */
font, basefont {
	color: inherit; /* Standard browsers */
	font: inherit; /* Standard browsers. Font instead of font-size for Opera */
	font-size: 100%; /* All browsers. Sizes are inherited */
}

center {
	text-align: inherit; /* Standard browsers */
	
}

s, strike, u {
	text-decoration: inherit; /* Standard browsers */
	
}



img { margin: 0; border:none; }  /* All browsers. Borders & margins are not inherited */

table {
  font-size: 12px;
}



/* H1-H6 tagok */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 110%;
}

h1 {
	font-size: 18px;
	line-height: 23px;
	width: 634px;
	margin-left: 0px;
	display: block;
	color: #007584;
	margin-bottom: 28px;
	text-align: center;
}

h2 {
   	font-size: 12px;
	line-height: 17px;
	display: block;
	color: #00386b;
	text-transform: uppercase;
}

/* P, DIV tagok */
p {
	width: auto;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
    font-style: normal;
	display: block;
}

div {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	display: table;
}

a {
	color: #007584;
	text-decoration: underline;
}

a:hover {
	color: #007584;
	text-decoration: underline;
}

/* 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 #B1B1B1;
}

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: left;
}

div.functionbuttons p {
	display: inline;
    font-size: 9px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	width: auto;
}

div.functionbuttons p img {
	margin-right: 5px;
	vertical-align:middle;
}


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: none;
}

p.lang {
	text-align: center;
}


/* Elfelejtett jelszó */
#lost_password {
	margin-top: 20px;
}

/* Weboldal CSS-e */

table.main {
	width: 100%;
	height: 100%;
}

td.header {
	height: 201px;
    vertical-align: top;
    background-image: url(../images/headerbg.jpg);
	background-repeat: repeat-x;
    background-position: top left;
}

td.headertop {


vertical-align: bottom;


}

td.footer {
	width: 100%;
	height: 66px;
   	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
    background-position: top left;
}
/*
td.footerleft {
	width: 1000px;
	height: 66px;
   	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
    background-position: top left;
}
*/
td.left {
	vertical-align: top;
    width: 266px;
	height: 580px;
   	background-image: url(../images/leftbg.jpg);
	background-repeat: no-repeat;
    background-position: top left;
}

td.center {
	vertical-align: top;
   	width: 734px;
   	background-image: url(../images/centerbg.jpg);
    background-repeat: repeat-y;
    background-position: top left;
}
/*
td.footerleft img {
	border: 0px;
	text-align: left;
	margin-top: 17px;
	margin-left: 20px;
}
*/
td.footerleft p {
	margin-top: 20px;
	color: #FFF;
	text-align: right;
}

td.footerleft a, #footer a:hover {
	color: #FFF;
	text-decoration: none;
}

div.banners {
	padding-left: 70px;
}

div.mainbody {
	width: 620px;
	height: 100%;
	margin-left: 20px;
}

div.content {
	width: 620px;	
}

div.text {
	width: 620px;	
}

div.function_buttons {
	width: 734px;
	height: 20px;
	margin-top: 20px;
}

div.function_buttons p {
  	display: table;
	float: left;
	width: auto;
	margin-right: 10px;
	font-size: 9px;
}

div.function_buttons img {
	margin-right: 5px;
	vertical-align: middle;
}

#headerlogin {
	width: 1000px;
	height: 116px;
}

div.langswitch{
	float:left;	
	width: 250px;
	display: block;
	height: auto;
	margin-top: 62px;
	margin-left: 8px;
}

ul.langlist{
	width: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.langlist li{
	float:left;
	margin-right: 0px;
}

div.ujmagyaro{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
