﻿@import "inputs.css";		/* Inputok formázása */
@import "kereso.css";		/* Keresés box; Kereső */

body  {
	margin: 0px;
	padding: 0px;
	background-color:#FFF;
}

body, div, td, p{
	font-family: Tahoma, Arial;
	font-size:12px;
	color: #565656;
}


h1, h2{
	margin: 0px;
	padding: 0px;
	font-size:14px;
	font-weight:bold;
}
h3, h4{
	margin: 0px;
	padding: 0px;
	font-size:12px;
	font-weight:bold;
}
h5, h6{

}

a {
	color: #1c318e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}

.clear{
	clear: both;
	height: 1px;
	font-size: 1px;	
}
.rejtett{
	display: none;
}
.nagy {
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}


/*********/
/* Keret */
/*********/

#page{
	margin: 0 auto;
	padding: 0;
	width: 754px;
	overflow: hidden;
	text-align: justify;
}

/* Fejléc */

#fejlec_nyito, #fejlec_koz, #fejlec_felso{
	width: 754px;
	height: 177px;
	background: url("../images/bg_fejlec_nyito.jpg") no-repeat;
	overflow: hidden;
}
#fejlec_koz{
	background: url("../images/bg_fejlec.jpg") no-repeat;
}
#fejlec_felso{
	background: url("../images/bg_fejlec.jpg") no-repeat;
}

#logo{
	float: left;
	width: 307px;
	height: 177px;
	overflow: hidden;
}
#logo a.gkm, #fejlec_nyito #logo a.gkm{
	display: block;
	margin: 19px 0px 0px 0px;
	width: 307px;
	height: 48px;
	line-height: 120px;
	overflow: hidden;
}
#logo a.nyito{
	display: block;
	margin: 37px 0px 0px 0px;
	width: 276px;
	height: 31px;
	line-height: 120px;
	overflow: hidden;
}
#fejlec_nyito #logo a.gkm{
	margin: 64px 0px 0px 0px;
}
.open_head {
	color: #1c318e;
	text-decoration: none;
	width: auto;
	height: auto;
	overflow: hidden;
	padding-top: 64px;
	font-size: 22px;
	font-weight: bold;
}
#banner_fejlec{
	float: right;
	width: 447px;
	height: 177px;
	background: url("../images/bg_fejlec_banner.gif") repeat-x;
	overflow: hidden;
}

#fejlec_alja{
	width: 754px;
	height: auto;
	background: #6681d0;
	float: left;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 7px;
}
#menu_top{
	float: left;
}
#kereses{
	float: right;
	color: #FFF;
	font-weight: bold;
	padding: 3px 20px 0px 0px;
}

#menu_top ul{
	margin: 0;
	padding: 0;	
	list-style: none;
}
#menu_top ul li{
	float: left;
	margin: 7px 0px 0px 0px;
	padding: 0px 20px;
	border-right: 1px solid #FFF;	
}
#menu_top ul li a{
	color: #FFF;
	font-weight: bold;
}
#menu_top ul li a:hover{
	color: #FFF;
	font-weight: bold;
}

/* Fejléc vége */


/* Tartalom */

#content, #content_nyito{
	margin: 0;
	padding: 25px 0px;
	width: 754px;
	overflow: hidden;
}
h1.cim{
	margin: 0px 0px 0px 20px;
	padding: 0;
	color: #1c318e;
	font-size: 16px;
}
#tartalom, #content_nyito div#tartalom{
	float: left;
	margin: 0;
	padding: 0px 25px 0px 20px;
	/*margin: 25px 20px;*/
	/*width: 488px;*/
	width: 709px;
	overflow: hidden;
	text-align: justify;

}
#content_nyito div#tartalom{
	width: 709px;
}
#hirek_jobb{
	float: right;
	margin: 0;
	padding: 0px 20px 0px 0px;
	width: 191px;
}

h3.hir_cim{
	margin: 0;
	padding: 0;
	color: #1c318e;
	font-size: 16px;
}
.hir_sep{
	height: 35px;
}

#tartalom u{
	font-size: 14px;
}

/* Tartalom vége*/


/* Lábléc */

#lablec, #lablec_nyito{
	margin: 0 auto;
	width: 754px;
	height: 80px;
	overflow: hidden;
	border-top: 1px solid #a3a0a0;
}
#banner_lablec_bal{
	float: left;
	width: 138px;
	height: 80px;
	overflow: hidden;
}
#lablec_nyito div#banner_lablec_bal{
	width: 296px;
}
#banner_lablec_bal div#msa{
	float: left;
	margin-right: 20px;
	width: 138px;
	height: 80px;
	background: url("../images/logo_msa.jpg") no-repeat;
}
#banner_lablec_bal div#mca{
	float: right;
	width: 138px;
	height: 80px;
	background: url("../images/logo_mca.jpg") no-repeat;
}

#menu_bottom{
	float: left;
	height: 80px;
	width: 522px;
	overflow: hidden;
}
#banner_lablec_jobb{
	float: right;
	width: 94px;
	height: 80px;
	overflow: hidden;
}

#menu_bottom ul{
	margin: 0px 0px 0px 80px;
	padding: 0;	
	list-style: none;
}
#menu_bottom ul li{
	float: left;
	margin: 7px 0px 0px 0px;
	padding: 0px 20px;
	border-right: 1px solid #1c318e;	
}
#menu_bottom ul li a{
	color: #1c318e;
}
#menu_bottom ul li a:hover{
	color: #1c318e;
}
.buttondl { 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	text-decoration: none; 
	border: #7B9EBD none; 
	cursor: hand ; 
	background-image: url(../images/bg/bg-button.gif); 
	background-repeat: no-repeat; 
	height: 19px; 
	width: 100px
	}
.buttondl:hover {
	background-image: url(../images/bg/bg-button-over.gif); 
	background-repeat: no-repeat;
}
/* Lábléc vége */

/**************/
/* Keret vége */
/**************/
