﻿*{
    padding:0;
    margin:0;
}
 
body { /*--WEBSITE BODY--*/
    background-image: url(images/bg.png); /*sets background image*/
    background-repeat: repeat-x; /*repeats background image horizontally*/
    background-color: #7C8182; /*color of our background */
    font-family: Tahoma, Arial, Helvetica, sans-serif; /*font family*/
}

#container { /*--WEBSITE CONTAINER--*/
    margin: auto; 
}
 
#header { /*--HEADER CONTAINER--*/
    float: left; /*floats our header left*/
}
 
#logo { /*--LOGO CONTAINER--*/
    float: left; /*floats our logo left*/
}

/* A felső logo linkként se kerettel jelenjen meg */
#logo a img, #logo a:visited img, #logo a:active img{
	border: none;
	text-decoration: none;
	float: left;
}

#main {
	width: 931px;
	margin-left: auto;
    margin-right: auto;
    background-color: white;
} 

#menu { /*--NAVIGATION CONTAINER--*/
    float: left; 
    clear:both;
    
    width: 931px; 
    background-image: url('../images/menusor.jpg'); 
    background-repeat: no-repeat; 
    background-position: center;
    height: 29px;

    font-weight: bold; 
    font-size: 11px; 
    text-align: center;

    font-family: Tahoma;
}
 
.menu-links li { /*--NAVIGATION LINKS--*/
    list-style:none; 
    display:block;    
    float: left; 
    line-height: 25px;
    height: 25px;
}
 
.menu-links li#current a { /*--NAVIGATION CURRENT STATE--*/
    background-image: url('../images/current.jpg'); 
    background-repeat: no-repeat; 
    background-position: center; 
    color: #FFFFFF; 
    width: 100px;
	float:left;
}
 
.menu-links a { /*--NAVIGATION LINKS--*/

    text-decoration: none; 
    display: block; 
    text-transform: uppercase; 
    color: #C5C5C5;   
    width: 100px;
    float:left;
}
 
.menu-links a:hover { /*--NAVIGATION HOVER--*/
    background-image: url('../images/current.jpg');
    background-repeat: no-repeat; 
    background-position: center; 
    color: #FFFFFF; 

    width: 100px;
    float:left;
}

.menu-buttons {
    height: 24px;
    float:left;
}

/*hogy a kereső háttere jól jelenjen meg, külön divbe kell szedni*/
#search-bg {	
     background-image: url('../images/searchbox_bg.jpg');
     background-repeat: no-repeat; 
     background-position: center; 
     float:left;
     height: 24px;
	 line-height: 24px;
     background-position: center;
     float:left;
     height: 24px;
	 line-height: 24px;
}

#search {
	 border-style: hidden;
     border-width: 0px;
     color: #333333;
     font-size:10pt;
     width: 240px;
     background-color: transparent;
     margin-top: 4px;
     margin-left: 6px;
     margin-right: 9px;
}

#center {
	background-repeat: no-repeat; 
    background-position: center; 	
    height: 289px;
    clear: both;
}

#center-text {
	font-family: "Franklin Gothic Medium Cond";
	position: relative;
	margin-left: 30px;
	width: 500px;
	text-shadow: black 0.2em 0.2em 0.3em;
	color: white;
}

#center-text2 {
	font-family: "Franklin Gothic Medium Cond";
	margin-right: 30px;
	text-shadow: black 0.2em 0.2em 0.3em;
	color: white;
	text-align: right;
}


p.center {
	font-size: 14pt;
	margin-top: 30px;
}

h1.center {
	font-size: 20pt;
	text-transform: uppercase;
	padding-top: 40px;
}

.first {
	padding-left:30px; 
	width: 100%;
}

.second {
	padding-left:60px; 
}

.third {
	padding-left:90px; 
}



#almenu {
	clear: both;
}


#almenu1 {
	background-image: url('../images/almenu1.jpg');
    background-repeat: no-repeat; 
    background-position: center; 
    height: 194px;
    width: 285px;
    float: left;
}

.almenu1-links {
	margin-top: 15px;
}

.almenu1-links li { /*--SUBNAVIGATION LINKS--*/
    list-style:none; 
    display:block;  
    float: right; 
    line-height: 27px;
    height: 27px;
    text-align: right;
    font-family: Tahoma;
    text-transform: uppercase;
    font-size: 10pt;
}

.almenu1-links a { /*--NAVIGATION LINKS--*/

    text-decoration: none; 
    display: block;
    text-transform: uppercase; 
    color: #C5C5C5;   
    width: 286px;
    float:left;
    
    /* trükk, hogy a hover kép a következő képig érjen, ugyanakkor a szöveg beljebb legyen tolva */
    direction:rtl;
    text-indent:20px;
}
 
.almenu1-links a:hover { /*--NAVIGATION HOVER--*/
    background-image: url('../images/almenu_current.jpg'); 
    background-repeat: no-repeat;
    background-position: center; 
    color: #FFFFFF; 
    width: 282px;
    float:left;
}


/* -------------------------- AJÁNLÓ BOX */
#almenu2 {
	background-image: url('../images/almenu2.jpg');
    background-repeat: no-repeat; 
    background-position: center; 
    height: 194px;
    width: 258px;
    float: left;
    color: white;
}

#almenu2 p {
	margin-left: 20px;
	margin-right: 10px;
	padding-right: 10px;		/* IE levágta a jobb legszélső betűket enélkül */
	margin-top: 40px;
	font-size: 12pt;
	text-align: left;
}

.almenu2-links {
	margin-left: 30px;
	margin-top: 20px;
}

.almenu2-links li{
 	margin-top: 3px;
 	color: white;
}


.almenu2-links a {
	text-decoration: none;
	color: white;
	font-size: 10pt;
	padding-top: 5px;
}

/* --------------------------- ALMENÜK */

#almenu3 {
    height: 194px;
    width: 388px;
    float: left;
}

.almenu3-links {
	margin-left: 30px;
	margin-top: 20px;
}

.almenu3-links li{
 	margin-top: 3px;
 	color:  #457299;
}


.almenu3-links a {
	text-decoration: none;
	color:  #457299;
	font-size: 10pt;
	padding-top: 5px;
}

.almenu3-links a:hover {
	text-decoration: underline;
}


/* ---------------------------- ALMENÜK KÉPEI */

#tamogatas-linkek, #produkcio-linkek, #outsourcing-linkek, #egyedi-linkek, #uzleti-linkek, #karrier-linkek {
	background-repeat: no-repeat; 
    background-position: center;
    height: 100%;
    width: 100%;
    float: left;
}

#tamogatas-linkek {
	background-image: url('../images/kiskep_11.jpg');	
}

#produkcio-linkek {
	background-image: url('../images/kiskep_12.jpg');	
}

#outsourcing-linkek {
	background-image: url('../images/kiskep_8.jpg');	
}

#egyedi-linkek {
	background-image: url('../images/kiskep_10.jpg');	
}

#uzleti-linkek {
	background-image: url('../images/kiskep_7.jpg');	
}

#karrier-linkek {
	background-image: url('../images/kiskep_9.jpg');	
}

/* ----------------------------------------- FOOTER */

#footer {
	clear: both;
	color:#CBCDCD;
	font-size: 10pt;
	background-color: #7c8182;
}

#copyright {
	background-color: #7c8182;
	width: 60%;
	float: left;
}

#jogi {
	text-align: right;
	background-color: #7c8182;
}

#jogi a{
	padding-left: 10px;
	padding-right: 10px;
	color:#CBCDCD;
	text-decoration: none;
	font-size: 10pt;
}


/* ----------------------------------------- ALOLDALAK CONTENT RÉSZE */

#aloldal-body {
	width: 931px;
	padding-top: 15px;
	margin-bottom: 15px;
	clear: both;
}


#contents {
	padding-left: 10px;
	float: left;
	width: 670px;
	margin-bottom: 15px;
}

#contents p, #contents h1, #contents h2, #contents h3, #contents ul, #contents ol {
	margin-bottom: 15px;
	margin-left: 15px;
}

#contents p {
	color: #515151;
	text-align: justify;
	margin-bottom: 10px;
}

#contents h1 {
	color: #252525;
	font-weight: normal;
	font-size: 28px;
	margin-top: 30px;
}

#contents h2 {
	font-weight: normal;
	color: #7C7C7C;
	font-size: 20px;
	margin-top: 25px;
}

#contents h3 {
	color: #252525;
	font-weight: normal;
	font-size: 18px;
}

#contents li {
	color: #4B95B2;
	margin-left: 30px;
	list-style-position: inside;
	padding-top: 2px;
}

#contents a {
	text-decoration: none;
	color: #4B95B2;
}

#contents li a{
	text-decoration: underline;
}

#contents table {
	color: #4B95B2;
	margin-left: auto;
	margin-right: auto;
}

#contents table tbody tr td{
	vertical-align: top;
	padding: 5px;
}

/* a referencialisták képeinek egységesítése */
.ref-img {
	width: 100px;
	padding-left: 20px;
}

/* a header img-ek szélessége marad a régi */
.header-img {
	width: 100%;
}


/* táblák alján lévő submit gombok középre zárása */
#contents table tfoot tr td {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	padding-top: 20px;
}

#contents input, #contents textarea, #contents select {
	width: 200px;
}

#contents input.btn {
	width: 100px;
}

/* ----------------------- GOOGLE MAP */
#map {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}


/* ----------------------- KÉPEK MEGJELENÍTÉSE */
.image-div {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}

.image-div img {
	width: 400px;
}

#contents .image-div p {
	font-size: 9pt;
	font-style: italic;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


.content-left-image {
	float:left; 
	padding-left: 20px; 
	padding-right:20px;
}

/* ------------------------------------- JOBB MENÜ */

#jobbmenu {
	float: right;
	width: 251px;
	margin: 0;
	padding: 0;
}

#jobbmenu li {
	margin-left: auto;
	margin-right: auto;

	list-style:none; 
    display:block;  
    
    padding-top: 2px;
    
    width: 224px;
    font-family: Tahoma;
    font-size: 9.5px;
    font-weight: bold;
    line-height: 28px;
	text-indent: 5px;
}

 
#jobbmenu li#jobbmenu-current a { /*--NAVIGATION CURRENT STATE--*/
    background-image: url('../images/jobbmenu_current.jpg'); 
    background-repeat: no-repeat; 
    background-position: center; 
    color: #FFFFFF; /*text color*/
    width: 224px;
    height: 28px;
}
 
#jobbmenu a { /*--NAVIGATION LINKS--*/
	background-image: url('../images/jobbmenu.jpg');
    text-decoration: none; 
    display: block;
    text-transform: uppercase; 
    color: #5F5F5F;
    width: 224px;
    height: 28px;
}
 
#jobbmenu a:hover { /*--NAVIGATION HOVER--*/
    background-image: url('../images/jobbmenu_current.jpg'); 
    background-repeat: no-repeat; 
    background-position: center; 
    color: #FFFFFF; 
    width: 224px;
    height: 28px;
}


/* -------------------------------- ALMENÜ RÉSZEI */
#jobbmenu ul ul a{
	background-color: #E7F0F3;
	color: #0B5877;
	background-image: none;
	
	text-decoration: none; 
    display: block; 
    text-transform: uppercase;
    color: #5F5F5F;
    width: 224px;
    height: 28px;

}

#jobbmenu ul ul a:hover {
	background-image: url('../images/jobbmenu_current.jpg'); 
    background-repeat: no-repeat; 
    background-position: center;
    color: #FFFFFF; 
    width: 224px;
    height: 28px;
}

.submenu{
	display: none;

	background-image: none;
	background-color: #E7F0F3;
	color: #0B5877;
}

/* -------------------------------- KAPCSOLODO LINKEK */

#kapcsolodo {
	float: right;
	clear: right;
	width: 251px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.kapcsolodo-list li{
	list-style-position: inside;
    padding-top: 10px;
    width: 224px;
	text-indent: 20px;
    font-family: Tahoma;
    font-size: 8pt;
    margin-left: auto;
	margin-right: auto;
	color: #4B95B2;
}

.kapcsolodo-list li a {
	color: #4B95B2;
}

h3.kapcsolodo-hiv {
	text-indent: 15px;
	color: #106181;
	font-size: 9pt;
	text-transform: uppercase;
}

/* ---------------------------------------------------------------
/* --------------------------------- REFERENCIÁK */

.referencia {
	float: left;
	width: 200px;
	margin: 10px 8px 10px 8px;
	border: medium silver outset;
}

.ref-kep {
}

.ref-kep img {
	width: 200px;
}

.ref-text {
    background-color: #3E3E3E;
	text-align: center;
	clear: both;
}

.ref-text h4 {
	text-decoration: none;
	font-weight: normal;
	color: #C5C5C5;
	font-size: 11pt;
}

/* A képek linkként se kerettel jelenjen meg */
.ref-kep a img, .ref-kep a:visited img, .ref-kep a:active img{
	border: none;
	text-decoration: none;
	float: left;
}

/* -------------------------------- UPLOAD ----- */

.upload-file  {
	width: 200px;
	clear: left;
	margin-left: 20px;
}

/* ------------------------------------ AKTUÁLIS HÍREK ------ */

.hirek {
	margin-left: auto;
	margin-right: auto;
	width: 650px;
	/*background-color: #F4F4F4;*/
}

.hir {
	width: 650px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	font-size: 11pt;;
}

.hir-title {
	font-weight: bold;
	color: #4B95B2;
	width: 400px;
	margin-left: 100px;
}

.hir-datum {
	font-style: italic;
	font-weight: bold;
	font-size: 100%;
	position: absolute;
	right: 5px;
	top: 1px;

}

.hir-kep {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 80px;
}

.hir-kep img {
	width: 80px;
}

.hir-text {
	width: 550px;
	margin-left: 85px;
}

/*kép nélküli gyorshír*/
.alhir {
	margin-right: 10px;
}

/* ------------------------------------ ÉRTÉKESÍTÉS TÁMOGATÁS LINKEK ------ */

.ert-linkek {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 30px;
}

.ert-link {
	background-color: #F4F4F4;
	width: 320px;
	float: left;
	margin: 5px 5px 5px 5px;
	border: thin silver outset;
}

.ert-link-kep img {
	float: left;
	width: 60px;
	height: 60px;
}

.ert-link-text {
	width: 260px;
	float: left;
	vertical-align: middle;
	height: 60px;
}

.ert-link-text a {
		display: block;
		margin: 5px;
}

.t-center {
	text-align: center;
}