* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.5;
	background: #4c6b59 url(../images/bg_body2.png) repeat-x top left;
	/*106399*/
}

a:link, a:visited {
	text-decoration: none;
	color: #4c6b59; /*106399*/
}

div#oldal {
	margin: 0 auto;
	width: 950px;
	background-color: #fff;
}

/* ------- FEJLÉC ------- */

div#fejlec {
	width: 100%;
	height: 300px;
	background: url(../images/fejlec.jpg);
	/*background-color: #273d31;*/	/*06065f*/
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	text-align: center;
}

div#fejlec h1 {
	padding: 3px;
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: -2px;
	color: #fff;
}

div#fejlec h2 {
	font-size: 18px;
}

/* ------- KÖZÉP ------- */

div#kozep {
	padding-top: 1em;
	border-top: 2px solid #fff;
	width: 100%;
	background: #fff url(../images/bg_kozep2.gif) top left repeat-x;
}

/* ------- BAL PANEL ------- */

div#bal_panel {
	padding: 6px;
	width: 180px;
	float: left;
}

div#cimer {
	padding-top: 15px;
	padding-left: 7px;
}

/* ------- JOBB PANEL ------- */

div#jobb_panel {
	margin-left: 200px;
	padding: 6px;
	width: 738px;
}

div#kozep1 {
	margin: 0 auto;
	width: 600px;
}

/* ------- MENÜ ------- */

div#menu ul {
	list-style-type: none;
}

	div#menu ul li a {
		padding: 4px;
		border-top: 1px solid #58a277; /*59a9dd*/
		border-bottom: 1px solid #213128; /*08324d*/
		display: block;
		background-color: #4c6b59; /*106399*/
		color: #fff;
	}

	div#menu ul li a:hover {
		border-bottom: 1px solid #4a8c66; /*1584cc*/
		background-color: #4a8c66;  /*1584cc*/
	}

	div#menu ul li ul {
		position: absolute;
		border-left: 1px solid #fff;
	    top: 0;
	    left: 100%;
	    width: 180px;
	    display: none;
	}

	div#menu li {
		position: relative;
	}

	div#menu ul li:hover ul {
      display: block;
 	}


/* ------- JOBB PANEL TARTALOM (KÖSZÖNTŐ, BEMUTATKOZUNK) ------- */

div.tartalom {
	padding-right: 14px;
	margin-bottom: 2em;
	color: #4c6b59;  /*106399*/
}

	div.tartalom h3 {
		font-family: Georgia, Utopia, sans-serif;
		font-size: 20px;
		font-weight: bold;
		padding-bottom: 1em;
		text-align: center;
	}

	div.tartalom p {
		padding-bottom: 1em;
		text-align: justify;
	}

	div#profilkep {
		float: left;
	}

	div#kepmelle {
		margin-left: 259px;
		padding-top: 213px;
	}

span.indent {
	text-indent: 20px;
}

/* ------- JOBB PANEL TARTALOM (HÍRDETMÉNYEK) ------- */

p.hirdetmeny {
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}

	p.hirdetmeny a:hover {
		text-decoration: underline;
	}

/* ------- LÁBLÉC ------- */

div#lablec {
	padding: 6px 0;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	background-color: #4c6b59; /*106399*/
	color: #fff;
	clear: both;
}

.evszam:after {
	content: "2014-2017";
}