/* jovomeno main css */

body {
    font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #bcbcbc;
}
* {
	outline: none;
}
#page {
	width: 980px;
	margin: 0 auto;
	background: #fff url(images/page-back.png) center top repeat-y;
	position: relative;
	padding: 0 10px;
}
*html #page {
	overflow: hidden;
}
.hidden {
	display: none;
	visibility: hidden;
}
a {
	color: #0586c7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

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

/* header */

#header {
	/*width: 980px;*/
	height: 140px;
	background: url(images/header-back.jpg) left top no-repeat;
}
#header h1 { /* Lapcím */
	margin-top: 0;
	margin-bottom: 0;
}
#logo {
	position: absolute;
	top: 14px;
	height: 115px;
	left: 40px;
	width: 135px;
}
#t-logo {
	position: absolute;
	top: 105px;
	right: 30px;
	width: 155px;
	height: 50px;
}
h2.szlogen {
	position: absolute;
	left: 200px;
	top: 20px;
	font-size: 35px;
	font-weight: bold;
	font-style: italic;
	color: #0071bc;
	margin: 28px 0 0 0;
}
#tools {
	position: absolute;
	top: 15px;
	right: 32px;
	height: 25px;
}
#search-box {
	float: left;
	width: 161px;
	margin-right: 5px;
}
.search_text {
	background-color: #fff;
	border: 1px solid #666;
	width: 123px;
	height: 17px;
	padding: 3px;
	margin-right: 5px;
	float: left;
}
.search_button {
	background: url(images/search-icon.png) left top no-repeat;
	width: 25px;
	height: 25px;
	border: 0 none;
	cursor: pointer;
	display: block;
	float: right;
	padding: 0;
}
a.rss-icon {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	background: url(images/rss-icon.png) left top no-repeat;
	margin-right: 5px;
}
a.mail-icon {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	background: url(images/mail-icon.png) left top no-repeat;
}
.search_button:hover, a.rss-icon:hover, a.mail-icon:hover {
	background-position: left -25px;
}
/* email-form */
.overmail {
	display: none;
	width: 400px;
	height: 280px;
	padding: 15px;
	border: 2px solid #666;
	background: #fdeec2 url(images/over-back.png) left top repeat-x;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 0 50px #666;
	-webkit-box-shadow: 0 0 50px #666;
}
*+html .overmail {
	height: 320px;
}
.overmail h3 {
	text-align: center;
	font-size: 15px;
	margin: 0 0 30px 0;
}
.overmail fieldset {
	border: 0 none;
	margin: 0;
	padding: 5px;
}
.overmail label {
	width: 6em;
	float: left;
}
.overmail label.error {
	/*float: right;
	display: block;*/
	position: absolute;
	width: 120px;
	color: red;
	padding-left: 1em;
	vertical-align: top;
}
.overmail input, .overmail textarea {
	border: 2px solid #666;
	width: 150px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.overmail textarea {
	height: 80px;
}
.overmail input.error, .overmail textarea.error {
	border: 2px solid red;
	-moz-box-shadow: 0 0 5px red;
	-webkit-box-shadow: 0 0 5px red;
}
.overmail p {
	clear: both;
}
.overmail .submit {
	margin-left: 9em;
}
.overmail .close {
	margin-left: 2em;
}
.overmail em {
	font-weight: bold;
	padding-right: 1em;
	vertical-align: top;
}
/* middle */
#middle {
	display: block;
	overflow: hidden;
}
#menu-section, #main, #rightpanel {
	margin-bottom: -32767px !important;
	padding-bottom: 32767px !important;
}
/* menu */
#menu-section {
	margin-left: 22px;
	float: left;
	background: url(images/tabla-lab.png) left top repeat-y;
	width: 165px;
}
* html #menu-section {
	margin-left: 11px;
}
#nav {
    padding: 0 0 10px 0;
    margin: 0;
}
#nav a:hover {
    text-decoration: underline;
}
#nav dt b, #nav dt a {
    display: block;
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    width: 165px;
	background-image: url(images/menu-comm.png);
	background-repeat: no-repeat;
}
#nav dt b {
    /*background: url(arrow.gif) no-repeat left center;*/
}
#nav dt a {
    color: #000;
    text-decoration: none;
}
#nav dd {
    padding: 0;
    margin: 0;
}
#nav dd ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#nav dd ul li {
	width: 165px;
}
* html #nav dd ul li {
	margin-bottom: -3px;
}
*+html #nav dd ul li {
	margin-bottom: -3px;
}
#nav dd ul li a {
    text-decoration: none;
	background-image: url(images/menu-comm.png);
	background-repeat: no-repeat;
	width: 165px;
	display: block;
	height: 26px;
}
#m-1-0 {
	height: 28px !important;
	background-position: left top;
}

#m-2-0 {
	background-position: left -28px;
}
#m-2-1 {
	background-position: left -54px;
}
#m-2-2 {
	background-position: left -80px;
}
#m-2-3 {
	background-position: left -106px;
}
#m-2-4 {
	background-position: left -132px;
}
#m-2-5 {
	background-position: left -158px;
}
#m-2-6 {
	background-position: left -184px;
}
#m-2-7 {
	background-position: left -210px;
}

#m-3-0 {
	background-position: left -236px;
}
#m-3-1 {
	background-position: left -262px;
}
#m-3-2 {
	background-position: left -288px;
}
#m-3-3 {
	background-position: left -314px;
}
#m-3-4 {
	background-position: left -340px;
}
#m-3-5 {
	background-position: left -366px;
}
#m-3-6 {
	background-position: left -392px;
}
#m-3-7 {
	background-position: left -418px;
}

#m-4-0 {
	background-position: left -444px;
}
#m-5-0 {
	background-position: left -470px;
}
#m-6-0 {
	height: 30px !important;
	background-position: left -496px;
}
/* menu hover */
#m-1-0:hover {
	height: 28px !important;
	background-position: -165px top;
}

#m-2-0:hover {
	background-position: -165px -28px;
}
#m-2-1:hover {
	background-position: -165px -54px;
}
#m-2-2:hover {
	background-position: -165px -80px;
}
#m-2-3:hover {
	background-position: -165px -106px;
}
#m-2-4:hover {
	background-position: -165px -132px;
}
#m-2-5:hover {
	background-position: -165px -158px;
}
#m-2-6:hover {
	background-position: -165px -184px;
}
#m-2-7:hover {
	background-position: -165px -210px;
}

#m-3-0:hover {
	background-position: -165px -236px;
}
#m-3-1:hover {
	background-position: -165px -262px;
}
#m-3-2:hover {
	background-position: -165px -288px;
}
#m-3-3:hover {
	background-position: -165px -314px;
}
#m-3-4:hover {
	background-position: -165px -340px;
}
#m-3-5:hover {
	background-position: -165px -366px;
}
#m-3-6:hover {
	background-position: -165px -392px;
}
#m-3-7:hover {
	background-position: -165px -418px;
}

#m-4-0:hover {
	background-position: -165px -444px;
}
#m-5-0:hover {
	background-position: -165px -470px;
}
#m-6-0:hover {
	height: 30px !important;
	background-position: -165px -496px;
}

/* naptar */
#naptar {
	background: url(images/naptar-back.png) left top repeat-y;
	width: 165px;
	margin-bottom: 10px;
}
#naptar-top {
	background: url(images/naptar-top.png) left top no-repeat;
	height: 11px;
	width: 165px;
}
#naptar-bottom {
	background: url(images/naptar-bottom.png) left top no-repeat;
	height: 11px;
	width: 165px;
}
* html #naptar-bottom {
	margin-bottom: -3px;
}
table.jCalendar td.bank-holiday {
	background: #F49F0C;
}
table.jCalendar td.bank-holiday:hover {
	background: #fdbd4a;
}
.cella-over {
	position: absolute;
	display: block;
	width: 21px;
	height: 18px;
	margin-left: -4px;
	margin-top: -3px;
	z-index: 999;
	font-size: 40px;
	line-height: 40px;
	overflow: hidden;
}
.c-tip {
	background: url(images/overlay.png) left top repeat;
	border: 2px solid #0586c7;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
}
/* social icons */
#social {
	display: block;
	width: 165px;
	height: 43px;
	padding: 8px 0 0 8px;
	background: url(images/social-icons-back.png) left top no-repeat;
}
ul#soc-icons {
	list-style: none;
	padding: 0;
	margin: 0 0 0 18px;
}
ul#soc-icons li {
	display: inline;
	padding: 0;
	margin: 0 3px 0 0;
	float: left;
}
ul#soc-icons li a {
	display: block;
	width: 35px;
	height: 35px;
	background-image: url(images/soc-icons.png);
	background-repeat: no-repeat;
}
#facebook {
	background-position: 0 top;
}
#twitter {
	background-position: -35px top;
}
#iwiw {
	background-position: -70px top;
}
#youtube {
	background-position: -105px top;
}
#facebook:hover {
	background-position: 0 bottom;
}
#twitter:hover {
	background-position: -35px bottom;
}
#iwiw:hover {
	background-position: -70px bottom;
}
#youtube:hover {
	background-position: -105px bottom;
}

/* content */
#main {
	/*position: absolute;*/
	/*top: 140px;
	left: 197px;*/
	float: left;
	padding-left: 17px;
	/*width: 497px;*/
}
*html #main {
	padding-left: 8px;
}

.inmain {
	width: 497px;
	/*line-height: 17px;*/
}
.inmain h2 {
	color: #8cc63f;
	font-size: 24px;
}
h2.big-title {
	margin: 5px;
}
.main-text {
	width: 497px;
	line-height: 17px;
	/*text-align: justify;*/
}
.left {
	float: left;
}
.right {
	float: right;
}

#rightpanel {
	/*padding-left: 17px;*/
	width: 240px;
	/*float: left;*/
	float: right;
	margin-right: 22px;
}
/* boxok */
h3.mid-title {
	margin: 5px;
}
.box-p {
	background-color: #d9d9d9;
	margin: 0;
	padding: 5px 10px;
	line-height: 17px;
	/*text-align: justify;*/
}
/* 240-es box */
.box-240 {
	width: 240px;
	margin-top: 17px;
	margin-bottom: 17px;
	z-index: 30;
}
/* *html .box-240 {
	margin-top: 8px;
	margin-bottom: 8px;
}*/
.box-240-top {
	height: 3px;
	width: 240px;
	background: url(images/box-240-top.png) left top no-repeat;
	z-index: 30;
}
.box-240-bottom {
	height: 3px;
	width: 240px;
	background: url(images/box-240-bottom.png) left top no-repeat;
	z-index: 30;
}
*html .box-240-top {
	margin-bottom: -12px;
}
*html .box-240-bottom {
	margin-bottom: -12px;
}

/* 497-es box */
.box-497 {
	width: 497px;
	margin-top: 17px;
	z-index: 30;
}
.box-497-top {
	height: 3px;
	width: 497px;
	background: url(images/box-497-top.png) left top no-repeat;
	z-index: 30;
}
.box-497-bottom {
	height: 3px;
	width: 497px;
	background: url(images/box-497-bottom.png) left top no-repeat;
	z-index: 30;
}
*html .box-497-top {
	margin-bottom: -12px;
}
*html .box-497-bottom {
	margin-bottom: -12px;
}
.h-c {
	height: 92px;
	display: block;
}
.box-p h4 {
	margin: 0 0 10px 0;
}
.box-p p {
	margin: 0;
}
/* titles */
.title1 {
	height: 41px;
	width: 150px;
	background: url(images/title-1.png) left top no-repeat;
}
.title2 {
	height: 22px;
	width: 52px;
	background: url(images/title-2.png) left top no-repeat;
}
.title2-1 {
	height: 22px;
	width: 93px;
	background: url(images/title-2-1.png) left top no-repeat;
}
.title2-2 {
	height: 22px;
	width: 71px;
	background: url(images/title-2-2.png) left top no-repeat;
}
.title2-3 {
	height: 22px;
	width: 86px;
	background: url(images/title-2-3.png) left top no-repeat;
}
.title2-4 {
	height: 22px;
	width: 152px;
	background: url(images/title-2-4.png) left top no-repeat;
}
.title3 /*hirek*/ {
	height: 22px;
	width: 39px;
	background: url(images/title-3.png) left top no-repeat;
}

/* scrollable */

.scrollable { 
    position: relative; 
    overflow: hidden; 
    width: 395px; 
    height: 90px;
	border: 1px solid #ccc;
	background: #fff url(images/bluegrad.png) left top repeat-x;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
} 
.scrollable .items { 
    width: 20000em; 
    position: absolute;
	clear: both;
} 
.scrollable .items a { 
    float: left;
	display: block;
	/*margin: 0 10px;*/
}
/**html .scrollable .items a { 
	margin: 0 8px;
}*/
.scrollable img {
	margin: 4px;
	background-color: #fff;
	padding: 2px;
	border: 1px solid #ccc;
	cursor: pointer;
	/*width: 100px;*/
	height: 75px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.scrollable .items a:hover img {
	border: 1px solid #0586c7;
}
.items .active { 
    border: 1px inset #ccc; 
    background-color: #fff;
	z-index: 9999;
	position: relative;
}
/* prev, next, prevPage and nextPage buttons */
a.browse {
	background: url(images/hori_large.png) left top no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	margin: 30px 10px;
	cursor: pointer;
	font-size: 1px;
}

/* right */
a.right {
	background-position: 0 -30px;
	clear: right; margin-right: 0px;
}
a.right:hover {
	background-position: -30px -30px;
}
a.right:active {
	background-position: -60px -30px;
} 

/* left */
a.left {
	margin-left: 0px;
} 
a.left:hover {
	background-position: -30px 0;
}
a.left:active {
	background-position: -60px 0;
}

/* disabled navigational button */
a.disabled {
	visibility: hidden !important;		
}

.tip {
	background: transparent url(images/tip.png);
	font-size: 18px;
	height: 70px;
	width: 160px;
	padding: 25px;
	color: #fff;
	text-align: center;
}
* html .tip {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='design/images/tip.png');
}

/* hirek */
.hir-item {
	margin-bottom: 25px;
}

.hir-item h3 {
	margin: 3px 0;
	font-size: 24px;
	color: #8cc63f;
	letter-spacing: -1px;
	width: 390px;
	float: left;
}
.hir-item h3 a {
	color: #8cc63f;
}
.hir-date {
	width: 90px;
	float: right;
	background-color: #8cc63f;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px;
	margin: 5px 0;
	text-align: center;
	color: #fff;
}

p.hir-lead {
	clear: both;
	background-color: #d9d9d9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px;
	margin: 0;
	line-height: 17px;
}
p.hir-lead:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.hir-txt {
	margin-top: 5px;
	background-color: #eee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px;
	line-height: 17px;
}
h3.hir-cim {
	margin: 3px 0;
	font-size: 20px;
	color: #8cc63f;
	letter-spacing: -1px;
	width: 380px;
	float: left;
}
a.yt {
	clear: both;
}
.cimkek {
	clear: both;
	background-color: #ECFFD2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px;
	margin: 0 0 5px 0;
}
.lead-pic {
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 2px;
	-moz-box-shadow: 0 3px 6px #777;
	-webkit-box-shadow: 0 3px 6px #777;
}
a:hover img.lead-pic {
	border-color: #0586c7;
	-moz-box-shadow: 0 0 6px #87b9d2;
	-webkit-box-shadow: 0 0 6px #87b9d2;
}
.kepbal {
	float: left;
	margin-right: 10px;
}
.kepjobb {
	float: right;
	margin-left: 10px;
}
.kepala {
	background-color: #bcbcbc;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 0;
	text-align: center;
}
.keretesnagy {
	background-color: #d9d9d9;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 2px solid #8CC63F;
}
.h-line {
	border-bottom: 1px solid #fff;
	padding: 5px 0;
	margin-bottom: 5px;
}
.prog-date {
	width: 120px;
	
	float: left;
	background-color: #8cc63f;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px;
	margin: 5px 0;
	text-align: center;
	color: #fff;
}
.prog-date-end {
	width: 120px;
	float: right;
	background-color: #8cc63f;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px;
	margin: 5px 0;
	text-align: center;
	color: #fff;
}
.prog-csik {
	height: 25px;
	clear: both;
	border-bottom: 2px dotted #8cc63f;
	margin-bottom: 20px;
}
.hir-item h3.prog-cim {
	width: 100% !important;
}
/* custom select */
.select {
	position: absolute;
	width: 148px;
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(images/select.png) left top no-repeat;
	overflow: hidden;
	/*cursor: pointer;*/
}
.select:hover {
	background-position: left bottom;
}
select.styled {
	height: 21px!important;
}
.select + select.styled:hover {
	background: url(images/select.png) left bottom no-repeat;
}

/* galeria lista */
.gal-item {
	clear: both;
	background-color: #d9d9d9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px;
	margin-bottom: 10px;
	width: 487px;
}
.gal-item:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.gal-item h3 {
	margin: 0 0 5px 0;
	font-size: 18px;
	color: #0586c7;
}
.gal-item img {
	margin: 5px 8px 5px 5px;
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 2px;
	-moz-box-shadow: 0 3px 6px #777;
	-webkit-box-shadow: 0 3px 6px #777;
}
.gal-item a:hover img {
	border-color: #0586c7;
	-moz-box-shadow: 0 0 6px #87b9d2;
	-webkit-box-shadow: 0 0 6px #87b9d2;
}

/* kereses */
dl.s {
	width: 497px;
}
dl.s dt {
	margin-top: 10px;
}
dl.s dt a {
	font-weight: bold;
	font-size: 1.2em;
}
dl.s dd {
	margin-left: 10px;
}
dl.s dd p {
	margin: 5px 0;
}
dl.s dd p strong {
	color: #8cc63f;
}
.s-p {
	background-color: #ECFFD2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px;
	margin: 0;
	font-size: 0.8em;
	color: #333;
}
/* termekek */
.pane {
	line-height: 1.5em;
}
.discounted-item {
	clear: both;
}
.p-left {
	display: block;
	clear: both;
	float: left;
	width: 580px;
	border-right: 1px dotted #ccc;
}
.p-right {
	display: block;
	float: right;
	width: 110px;
	text-align: center;
}
.p-right a:hover {
	text-decoration: none !important;
}
.p-right a:hover span {
	text-decoration: underline;
}
.cols-item {
	clear: both;
	display: block;
	padding-bottom: 5px;
	margin: 0 20px 0 0;
	width: 560px;
	border-bottom: 1px dotted #ccc;
	min-height: 20px;
}

* html .cols-item {
	height: 20px;
}
.col-left {
	float: left;
	width: 220px;
	font-weight: bold;
}
.col-right {
	/*text-align: right;*/
	float: right;
	/*width: 230px; */
}
.cols-item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.item-pic {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 2px;
}
a:hover .item-pic {
	border-color: #0586c7;
}
.gmap {
	
}

/* footer */
#footer {
	width: 980px;
	height: 294px;
	display: block;
	/*margin-top: -15px;*/
	background: url(images/footer-back.jpg) left top no-repeat;
	/*position: relative;*/
}

#nav-footer {
	position: absolute;
	bottom: 225px;
	left: 32px;
	width: 165px;
	height: 58px;
}
#nav-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav-footer ul li {
	padding: 0;
	margin: 0;
}
#nav-footer ul li a {
    text-decoration: none;
	background-image: url(images/menu-footer.png);
	background-repeat: no-repeat;
	width: 165px;
	display: block;
	height: 28px;
}
* html #nav-footer ul li a {
	background-image: url(images/menu-footer-ie6.png);
}
#f-1 {
	background-position: left top;
}
#f-2 {
	height: 30px !important;
	background-position: left bottom;
}
* html #f-2 {
	margin-top: -3px;
}
*+ html #f-2 {
	margin-top: -3px;
}
#f-1:hover {
	background-position: right top;
}
#f-2:hover {
	background-position: right bottom;
}
#szl {
	width: 165px;
	height: 71px;
	position: absolute;
	left: 32px;
	bottom: 62px;
}
#essrg {
	width: 165px;
	height: 72px;
	position: absolute;
	left: 32px;
	bottom: 143px;
}
