/* mestersegekunnepe main css */


p {
	margin:0px;
}

body {
    font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #402222;
}
* {
	outline: none;
}
#page {
	width: 1000px;
	margin: 0 auto;
	background: #fff url(images/page-back.jpg) center top repeat-y;
	position: relative;
	padding: 0 5px;
}
*html #page {
	overflow: hidden;
}
.hidden {
	display: none;
	visibility: hidden;
}
a {
	color: #0071b8;
	text-decoration: underline;
}
a:hover {
	color: #80261d;
	/*text-decoration: underline;*/
}

.clear {
	clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.nomargin {
	margin: 0 !important;
}

/* header */

#header {
	height: 330px;
	background: url(images/header-back.png) left top no-repeat;
	margin-bottom: -60px;
}
#header h1 { /* Lapcím */
	margin-top: 0;
	margin-bottom: 0;
}
#header h2 {
	position: absolute;
	top: 155px;
	left: 25px;
	font-size: 21px;
	color: #0A4418;
}
#logo {
	position: absolute;
	top: 13px;
	height: 150px;
	left: 105px;
	width: 310px;
}
/* language */
#lang {
	position: absolute;
	top: 20px;
	left: 25px;
	width: 120px;
	height: 40px;
}
#l-eng, #l-hun {
	width: 30px;
	height: 22px;
	display: block;
	float: left;
	-moz-box-shadow: 0 0 3px #0071b8;
	-webkit-box-shadow: 0 0 3px #0071b8;
}
#l-eng:hover, #l-hun:hover {
	-moz-box-shadow: 0 0 5px #80261d;
	-webkit-box-shadow: 0 0 5px #80261d;
}
#l-eng {
	background: url(images/lang-eng.png) left top no-repeat;
	margin-right: 8px;
}
#l-hun {
	background: url(images/lang-hun.png) left top no-repeat;
}
/* breadcrumbs */
#breadcrumbs {
	position: absolute;
	top: 225px;
	left: 25px;
	/*-moz-border-radius: 10px 10px 10px 10px;
	-moz-box-shadow: 0 0 10px #fff;
	background-color: rgba(255, 255, 255, 0.7);*/
}
/* middle */
#middle {
	display: block;
	overflow: hidden;
	padding: 0 15px;
}
#left-section {
	width: 240px;
	float: left;
}
.kiemelt {
	font-weight: bold;
	color: #80261d !important;
}
/* content*/
#content {
	float: left;
	width: 720px;
}
/* submenu */
.cont-submenu {
	clear: both;
	padding-bottom: 25px;
}
.submenupic {
	float: left;
	-moz-box-shadow: 3px 3px 8px #444;
	-webkit-box-shadow: 3px 3px 8px #444;
	margin: 0 10px 8px 0;
}
.cont-submenu a img {
	border: 0 none;
}
.cont-submenu h3 {
	font-size: 26px;
	margin: 0;
}
.cont-submenu h3 a {
	color: #80261d;
	text-decoration: none;
}
.cont-submenu h3 a:hover {
	text-decoration: underline;
}
/* hirbox */
.hirbox {
	width: 350px;
}
.balhasab {
	float: left;
	clear: both;
}
.jobbhasab {
	float: right;
}
h3.hirboxcim {
	height: 35px;
	margin: 0;
	padding: 40px 20px 0 15px;
	background: url(images/doboz-350-top.png) 0 0 no-repeat;
	font-size: 15px;
	line-height: 18px;
}
h3.hirboxcim a {
	color: #000;
	text-decoration: none;
}
h3.hirboxcim a:hover {
	color: #80261d;
	text-decoration: underline;
}
.hirboxmid {
	padding: 10px 20px 0 15px;
	background: url(images/doboz-350-mid.png) 0 0 repeat-y;
	line-height: 15px;
	overflow: hidden;
}
.hirboxmid p, .hirboxmid ul {
	margin: 0;
}
.hirboxpic {
	float: left;
	-moz-box-shadow: 3px 3px 8px #444;
	-webkit-box-shadow: 3px 3px 8px #444;
	margin: 0 10px 8px 0;
}
.hirboxmid a img.hirboxpic {
	border: 0 none;
}
.hirboxmid a:hover img.hirboxpic {
	-moz-box-shadow: 0 0 5px #80261d;
	-webkit-box-shadow: 0 0 5px #80261d;
}
.hirboxalj {
	height: 57px;
	background: url(images/doboz-350-bot.png) 0 0 no-repeat;
}
.tovabb_hun {
	display: block;
	width: 80px;
	height: 33px;
	background: url(images/tovabb-2.png) left top no-repeat;
	margin-left: 270px;
}
.tovabb_eng {
	width: 80px;
	margin-left: 270px;
	display: block;
	height: 33px;
	background: url(images/more-2.png) left top no-repeat;
}
.tovabb_hun:hover, .tovabb_eng:hover {
	background-position: left bottom;
}
/* cikk */
.cikk {
	width: 720px;
}
.cikktop {
	height: 80px;
	width: 720px;
	background: url(images/cikk-top.png) 0 0 no-repeat;
}
.cikkmid {
	padding: 0 35px 0 30px;
	background: url(images/cikk-mid.png) 0 0 repeat-y;
	/*line-height: 15px;*/
}
h3.cikkcim {
	font-size: 26px;
	color: #80261d;
	margin: 0;
	padding: 0 0 15px 0;
}
.cikktext {
	line-height: 18px;
}
.cikktext p {
	margin-bottom: 0;
}
.cikktext img {
	-moz-box-shadow: 3px 3px 8px #444;
	-webkit-box-shadow: 3px 3px 8px #444;
}
.cikktext img.balra {
	float: left;
	margin: 0 10px 8px 0;
}
.cikktext img.jobbra {
	float: right;
	margin: 0 0 8px 10px;
}
.cikktext h3 {
	margin-top: 0;
	clear: both;
}
.cikkbot {
	height: 58px;
	width: 720px;
	background: url(images/cikk-bot.png) 0 0 no-repeat;
}
table {
	border-collapse: collapse;
	width: 100%;
	/*margin: 10px auto;*/
	margin: 0 auto;
	border-top: 1px solid #80261d;
	border-bottom: 1px solid #80261d;
}
th {
	background: url(images/t-shade.png) 0 0 repeat;
	border-bottom: 1px solid #80261d;
}
th, td {
	padding: 3px;
	border-right: 1px solid #80261d;
	border-left: 1px solid #80261d;
	/*border: 1px solid #80261d;*/
	vertical-align: top;
}
tr.alt td {
	background: url(images/t-shade-2.png) 0 0 repeat;
}
.cikktext hr {
	border-color: #80261d;
	border-style: solid;
	border-width: 1px 0 0 0;
}
/* galeria */
.gal-pic {
	float: left;
	border: 0 none;
	margin: 5px;
	-moz-box-shadow: 0 0 3px #0071b8;
	-webkit-box-shadow: 0 0 3px #0071b8;
}
a:hover .gal-pic {
	-moz-box-shadow: 0 0 5px #80261d;
	-webkit-box-shadow: 0 0 5px #80261d;
}
.gal-thumb {
	height: 56px;
}
.jnyil {
	width: 13px;
	height: 9px;
	background: url(images/arrows.png) 0 0 no-repeat;
	margin-left: 5px;
	line-height: 9px;
	display: inline-table;
}
.vid-pic {
	float: left;
	border: 0 none;
	margin-right: 10px;
	-moz-box-shadow: 0 0 3px #0071b8;
	-webkit-box-shadow: 0 0 3px #0071b8;
}
a:hover .vid-pic {
	-moz-box-shadow: 0 0 5px #80261d;
	-webkit-box-shadow: 0 0 5px #80261d;
}
hr {
	height: 1px;
	border-top: 1px solid #b79c70;
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
}
.imageholder {
	float: left;
	margin-right: 15px;
}
.gal-lead {
	/*border: 1px solid #b79c70;*/
	background-color: #f8f0e3;
	padding: 5px;
}
/* banners */
.ad-container {
	clear: both;
	border: 10px solid #fff;
	margin: 10px auto;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 3px 3px 3px #444;
	-webkit-box-shadow: 3px 3px 3px #444;
}
.w120 {
	width: 120px;
}
.w160 {
	width: 160px;
}
/* footer */
#footer {
	display: block;
	margin: 0 -5px;
	/*height: 180px;*/
	height: 150px;
	/*background: url(images/footer-back-2.png) left top no-repeat;*/
	background: url(images/footer-back-3.png) left top no-repeat;
	position: relative;
}
#partnerek {
	padding: 10px 50px 0 260px;
}
#partnerek ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#partnerek ul li {
	display: inline;
	margin-right: 0;
}
#partnerek ul li img {
	-moz-box-shadow: 0 0 3px #0071b8;
	-webkit-box-shadow: 0 0 3px #0071b8;
	margin: 2px;
}
#partnerek a img {
	border: 0 none;
	-moz-box-shadow: 0 0 3px #0071b8;
	-webkit-box-shadow: 0 0 3px #0071b8;
}
#partnerek a:hover img {
	-moz-box-shadow: 0 0 5px #80261d;
	-webkit-box-shadow: 0 0 5px #80261d;
}
#partnerek h4 {
	font-size: 10px;
	margin: 0;
}
#copyright {
	font-size: 10px;
	position: absolute;
	left: 400px;
	top: 115px;
}

