

body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-family: Trebuchet MS;
	font-size: 12px;
	background-color: #364d76; /* 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 */
}


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

table, tr, th, td {
	margin: 0px;
	padding: 0px;
}


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

table.middle {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

td.left {
	vertical-align: top;
	height: 435px;
	width: 218px;
	background-image: url(../images/left_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

td.center {
	margin: 0px;
	padding: 0px;
	width: 782px;
	vertical-align: top;
}



div.mainbody {
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
}

div.text {
	margin-top: 20px;
	width: 90%;
}


td.footerleft {
	margin: 0px;
	padding: 0px;
	float: left;
	vertical-align: top;
	height: 190px;
	width: 218px;	
}

td.footer {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 190px;
	width: 782px;
	padding-left: 25px;
}

td.footer p {
	margin: 0px;
	padding: 0px;
	color: #dad5c5;
	font-size: 13px;
}

td.footer p a {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	color: #727272;
	font-size: 11px;
}



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

h1 {
		width: auto;
		display: block;
		margin: 0px;
		padding: 0px;
		height: 30px;
		line-height: 30px;
		color: #bacced;
		border-bottom: 1px dashed #2c3f61;
		font-size: 18px;
		font-weight: normal;
		margin-top: 15px;
}
h2.sendmail {
		width: auto;
		display: block;
		margin: 0px;
		padding: 0px;
		height: 30px;
		line-height: 30px;
		color: #bacced;
		border-bottom: 1px dashed #2c3f61;
		font-size: 18px;
		font-weight: normal;
		margin-top: 15px;

}

h2 {
	font-size: 13px;
	line-height: 16px;
	width: 100%;
	display: block;
	font-weight: bold;
	text-transform: none;
	color: #fff;
	margin-top: 5px;
    	margin-bottom: 15px;
}

/* P, DIV tagok */
p {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	display: block;
	text-align: justify;
	font-size: 13px;
}

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


a {
	color: #fff;

}

a:hover {
	color: #ffa822;

}

/* 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: 220px;
	height: 20px;
	line-height: 20px;
	float: left; 
	font-weight: bold;
	font-size: 10px;
	display: block;
}

input.submit, input.submitbutton {
	height: 21px;
	width: 46px;
	border: 0px;
	background-color: none;
	cursor: hand;
	background-image: url(../images/ok.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

select {
	border: 1px solid #000;
}

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

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


/* funkcio gombok */
div.functionbuttons {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 17px;
	float: right;
	text-align: right;
	padding-right: 25px;
	margin-top: 15px;
}

div.functionbuttons p, div.functionbuttons p a {
	margin: 0px;
	padding: 0px;
	display: inline;
	height: 17px;
	line-height: 12px;
	font-size: 9px;
	color: #c1c1c1;
	
}

div.functionbuttons a.fav{
	color: #c1c1c1;
	height: 17px;
	line-height: 12px;
	font-size: 9px;
	text-decoration: none;
	padding-bottom: 5px;
}

div.functionbuttons a:hover {
	color: #c1c1c1; 
	text-decoration: none;
}

div.functionbuttons img {
	margin-left: 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: #FDA623;
	background-color: #364D76;
	border-bottom: 1px solid #000;
	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;
}

 div.quicksearch {
	margin: 0px;
	padding: 10px;
	margin-top: 10px;
	margin-left: 20px;
	width: 200px;
	float: left;
	display: block;

}

div.quicksearch input.inputbox {
	
	height: 13px;
	border: 0px;
	margin-top: 35px;
	margin-left: 0px;
	float: left;
	display: block;


}

div.quicksearch input.submitbutton {
	margin-top: 31px;
	margin-left: 10px;
	float: left;
	display: block;
	}



div.quicksearch div.title {
	color: #2c3f61;
	font-weight: bold;
	font-size: 13px;
	margin-top: 2px;
	}

span.menuitemname {
	color: #2c3f61;
	font-weight: bold;
	font-size: 12px;
	margin-top: 2px;
}

div.almenu {
	width: 160px;
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	display: block;
	float: left;
	margin-top: 90px;
}

#headerflash {
float:left;
display:block;
margin: 0px;
padding: 0px;
width: 473px;
height: 256px;
margin-top: 2px;
}

input.forminputbox{
width: 181px;
}
