html, body {
	margin: 0;
	padding: 0;
	border: none;

	width:100%;
	height:100%;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #060; 
}

body {
	background-color: #627849;
	/*
	background-image: url(../img/bg.jpg);
	background-attachment: fixed;
	*/
}

/********************/

.mainContainer{
	height:100%;
	width:992px;
	table-layout:fixed;
	background-color:#F5E08F;
	border-left:1px solid #fff; /* f68735 c61d23 */
	border-right:1px solid #fff;
}



.mainsor {

/*
	background: #ff0;
	padding:0px 2px 0px 2px;
*/	
}

.baldiv{
	padding:10px;
	
	height:400px;
	/*
	height:100%;

	background-image:url('../img/bmbg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	*/	
	
}

.jobbdiv{
	padding:0 7px 10px 10px;
}


.labsor{
	height: 28px;
	color:#fff;
	background-color: #627849;
	/*
	background-image:url('../img/labbg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	*/
	padding-bottom:4px;
	
}

.labsor a:link, .labsor a:visited{
	color: #ff9;
	background: transparent;
	text-decoration: none;
}



.labsor a:active {
	color: #d00;
	background: transparent;
	text-decoration: none;
}

.labsor a:hover {
	color: #ff0;
	background: transparent;
	text-decoration: none;
}




/**************************************/
hr {
display:block;
height: 0px;
margin: 0;
padding: 0;
color: #901016;
background: transparent;
border: 0;
border-top: 1px solid #627849;
}

/**************************************/
a:link 	{
	color: #00f;
	background: transparent;
	text-decoration: none;
}

a:visited {
	color: #00f;
	background: transparent;
	text-decoration: none;
}

a:active {
	color: #f00;
	background: transparent;
	text-decoration: underline;
}

a:hover {
	color: #f00;
	background: transparent;
	text-decoration: none;
}

/* ********************* */
.class1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D4B012;
	background: transparent;
}


.class1 a:link 	{
	color: #D4B012;
	background: transparent;
	text-decoration: none;
}

.class1 a:visited {
	color: #D4B012;
	background: transparent;
	text-decoration: none;
}

.class1 a:active {
	color: #990000;
	background: transparent;
	text-decoration: underline;
}

.class1 a:hover {
	color: #ff0000;
	background: transparent;
	text-decoration: underline overline;
}

/**************************************/
.a10 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px}
.a11 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
.a12 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
.a12b{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold}
.a12j{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-align: justify}
.a14 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px}
.a16 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px}
.a18 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px}
.a20 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px}

.ures1 {line-height: 1px;}
.ures2 {line-height: 2px;}
.ures4 {line-height: 4px;}
.ures8 {line-height: 8px;}

/********************/

.pir{
width: 400px;
padding: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
background: #f00;
border:2px solid #ffb423;
}

.pir a:link, .pir a:visited
{
display:block;
margin:5px;
padding:5px;
color: #0000ff;
background: #ffffff;
text-decoration: underline;
}

.pir a:active
{
display:block;
margin:5px;
padding:5px;
color: #ff0000;
background: #ffffff;
text-decoration: underline overline;
}

.pir a:hover
{
margin:5px;
padding:5px;
color: #ff0000;
background: #ffffff;
text-decoration: underline overline;
}

/********************/

.zold{
width: 400px;
padding: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
background: #090;
border:2px solid #ffb423;
}

.zold a:link, .zold a:visited
{
display:block;
margin:5px;
padding:5px;
color: #00f;
background: #fff;
text-decoration: underline;
}

.zold a:active
{
display:block;
margin:5px;
padding:5px;
color: #090;
background: #fff;
text-decoration: underline overline;
}

.zold a:hover
{
margin:5px;
padding:5px;
color: #090;
background: #fff;
text-decoration: underline overline;
}


/*********************/
.t1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#000;
background-color:#fff; /* FFFCCC    */
}

.t1 th{
font-weight:normal;
color: #000; /* fffccc   */
background-color:#fdf1e8; /* ffb423   */
}


.t1 td.lab{
height:25px;
background-image:url(../img/t1_lab.png);
}


.t1 th a:link, .t1 th a:visited {
color: #d00 ;
text-decoration: none;
}

.t1 th a:active, .t1 th a:hover {
color: #f00;
text-decoration: underline overline;
}

.t1 td{}

.t1 td a:link, .t1 td a:visited {
color: #D4B012;
text-decoration: underline
}

.t1 td a:active, .t1 td a:hover {
color: #ff0000;
text-decoration: underline
}



/****************/
.t2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#5E6639;
background-color:#FFFDDD;
background-image:url(../img/t2.png);
}

.t2 th{
height:25px;
font-weight: normal;
color: #fffddd;
background-color:#ffb423;
background-image:url(../img/t2_fej.png);
}

.t2 th.text{
height:25px;
font-weight:normal;
color: #fffccc;
background-color:#ffb423;
background-image:url(../img/t1_fej_text.png);
}

.t2 td.lab{
height:25px;
background-image:url(../img/t2_lab.png);
}

.t2 th a:link, .t2 th a:visited {
color: #d00 ;
text-decoration:  none;
}

.t2 th a:active, .t2 th a:hover {
color: #f00;
text-decoration:  underline overline;
}

.t2 td{}

.t2 td a:link, .t2 td a:visited {
color: #D4B012;
text-decoration: underline
}

.t2 td a:active, .t2 td a:hover {
color: #ff0000;
text-decoration: underline
}

.t2 legend{
color:#aaa;
}

/***************/
.gomb1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #060;
	background: #fff;
}

.gomb1:hover {
	color: #fff;
	background: #060;
}

.gomb2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #060;
	background: #fff;
}

.gomb2:hover {
	color: #fff;
	background: #060;
}



/***********************************************************/

#balmenu {
width: 140px;
margin: 0 auto;
border-collapse: collapse;
table-layout: fixed;
/*
border: 1px solid #c8cb7a; //fff
*/
}

#balmenu td {
width: 100%; 
text-align:center;
}

#balmenu td a {
color: #060;
background-color:#c8cb7a;
text-decoration:none;
display:block;
padding:4px 4px 4px 4px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-align:left;
}

#balmenu td a:link, #balmenu td a:visited{
color: #060;
background-color:#c8cb7a; 
text-decoration: none;
}

#balmenu td a:active{
color: #fff;
background-color:#fcb606;
text-decoration: none;
}

#balmenu td a:hover {
color: #fff;
background-color:#627849; 
text-decoration: none;
}

 * html #balmenu td a {width:95%;} /* csak IE !!! 160px */

#balmenu .almenu_container{
position:relative;
width:0px;
z-index:10;
}
 
#balmenu .almenu{
margin:0;
padding:0;
position:absolute;
top:-1px;
left:138px;
width:140px;
height:auto;
opacity: 0.85;
display:none;
z-index:11;
overflow:hidden;
}

#balmenu .tablealmenu {
width:140px; 
color: #fff;
background-color:#fff;;
text-align:left;
border: none;
border-collapse: collapse;

}

.kulcsszavak{
font-size:10px;
color:#fe8;
}



/*********************/
#popdiv {
	cursor: pointer;
	background-color:#000;
	opacity: .7;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:9998;
}

#popdivContentDiv {
	text-align:center;
	opacity: 0;
	background-color:#fff;
	width:auto;
	height:auto;	
	position:absolute;
	top:10px;
	left:0px;
	display:none;
	z-index:9999;
}

/* *************** */
.arnyek_container{
position:relative;
}

.arnyek{
position:absolute;
top:0;
left:0;
background:#000;
padding: 0;
margin: 0;
border: 0 none;
}


