body, html {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet, Arial;
	font-size: 12px;
	color: #000000;
    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 */
	background-color: transparent; /* All browsers */
	border: none; /* All browsers. Borders are not inherited */
}

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

h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 15px;
	width: 100%;
	display: block;
	text-transform: uppercase;
	color: #024961;
}

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

h4 {
   	font-size: 12px;
	line-height: 12px;
	width: 100%;
	display: block;
	color: red;
}

/* P, DIV tagok */
p {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	display: block;
   	font-family: Trebuchet, Arial;
	font-size: 12px;
	color: #3b4444;
}

strong {
    font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #3b4444;
}


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: #024961;
	text-decoration: underline;
}

a:hover {
	color: #789fe9;
	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 #000;
}

input.inputbox {
	width: 300px;

}

input.submitbutton {
	width: 100px;
	background-color: #a497a3;
	color: #FFF;
	text-transform: uppercase;
	border: 1px solid #000;
	margin-top:10px;
}

select {
}

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: none;
}

p.lang {
	text-align: center;
}


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

/* Weboldal CSS-e */

table.main {
width: 1000px;
}
td.header {
height: 188px;
width:100%;
    background-image: url(../images/header.jpg);
    background-repeat: no repeat;
    background-position: top left;
}

td.menu {
height: 76px;
width:100%;
vertical-align: top;
}
td.belso {
width:100%;
height:100%;
}
td.bal {
width: 245px;
height:100%;
padding-left: 2px;
}
td.kozep {
width: 577px;  
height:100%;

}
td.jobb {
width: 178px;
height:100%;
margin-left:15px;
}
td.footer{
height:114px;
    background-image: url(../images/footer.jpg);
    background-repeat: no repeat; 
    background-position: top left;
}
table.footer{
height:114px;
}
td.dilogo {
text-align:right;
width:174;
}
td.elerhetoseg{
text-align:left;
width:826;
padding-left:125px;
	color: #FFFFFF;
	font-size:12px;
	font-face: Tahoma;
}
  td.elerhetoseg b{
  line-height:20px;
  }
 
div.mainbody {
	width: 100%;
	margin-top: 20px;
margin-right:10px; 
text-align:justify
}

td.footer {
	width: 100%;
	height: 98px;
    	vertical-align: top;
	text-align: center;
	background-color: #FFFfFf;
  }


div.footerkeret {
  	width: 1000px;
	display: block;
}



div.calendar {
	height: 30px;
	width: 200px;
	float: left;
	display: block;
	vertical-align: left;
	margin-left: 335px;
   	margin-top: 9px;
	line-height: 30px;
	color: #FFFFFF;
	font-size:11px;
	font-face: Tahoma;
}


div.headerbanner{
	margin-left: 296px;
   	margin-top: 5px; 
}
*html div.headerbanner img{
  	margin-top: 5px; 
}

div.jobbbanner{

	width: 174px;
	height: auto;
text-align:center;
	margin-top: 14px;
	margin-left: 14px;
}
div.legfrissebbhirek {
width: 285px;
}
div.h0{
 	width: 244;
 	line-height:50px;
 	font-family: Tahoma;
 	font-size: 18px;
 	height:50px;
 	border-bottom: 4px solid #A496A3;
 	color:#5C5C5C;
 	font-weight: 0;
margin-left:10px;
}

table.arak tr { 
border-bottom: 1px solid red; 
}

TD.eskCMline0 {
	font-weight: normal;
	font-size: 10px;
	padding: 2px;
	border: 0px;
	border-bottom: 1px solid #d0d0d0;
	background-color: #ffffff;
	text-align: left;
	color: #000000;
width:80px;
}

TD.eskCMline1 {
	font-weight: normal;
	font-size: 10px;
	padding: 2px;
	border: 0px;
	border-bottom: 1px solid #d0d0d0;
	background-color: #e8e8f5;
	text-align: left;
	color: #000000;
width:80px;
}

