/*--------------------------------------------- ÁLTALÁNOS ---------------------------------------------*/

body {
	background: url('../img/bg.jpg') repeat-x top #f0f0f0;
	font-size: 12px;
	font-family: Tahoma, Arial, Sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #9b0b0b;
	display: block;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Serif;
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
}

h2 { font-size: 26px; }
h3 { font-size: 20px; }
h4 { font-size: 11px; font-weight: bold; }
h5 { font-size: 10px; }
h6 { font-size: 8px; }

a {
	color: #9B0B0B;
	text-decoration: underline;
}

a:hover { text-decoration: none; }

p, span, div { line-height: 150%; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.megjegyzes { font-size: 11px; color: #666; }

input.button {
	color: #e5b66a !important;
	cursor: pointer !important;
	background: url('../img/bg_button.jpg') no-repeat left top !important;
	border: 0px !important;
	font-family: Georgia, Serif !important;
	font-size: 10px !important;
	font-weight: bold !important;
	height: 28px !important;
	line-height: 26px !important;
	padding: 0px 10px 0px 20px !important;
	text-align: center !important;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5) !important;
	text-transform: uppercase !important;
}

div.container {
	margin: 0px auto;
	width: 960px;
}

/* Overlay */

div.overlay {
	display: none;
	z-index: 10000;
	border: 1px solid #a6a6a6;
	background-color: #f0f0f0;
	overflow-y: auto;
	overflow-x: hidden;
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

div.overlay div.bezaras {
    background-image: url('../img/close.png'); 
    position: absolute;
    right: -17px;
    top: -17px; 
    cursor: pointer; 
    height: 35px; 
    width: 35px;
	
}

div.overlay h2 {
	color: #9b0b0b;
	font-family: Georgia, Serif;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin: 0px 20px;
	text-transform: uppercase;
}

div.overlay p {
	color: #656565;
	font-size: 11px;
	line-height: 1.6em;
	margin: 0px 20px 15px 20px;
	text-align: justify;
}

/*--------------------------------------------- KINÉZET ---------------------------------------------*/

/* Fejléc */

div.header {
	background: url('../img/header.jpg') no-repeat center top;
	height: 167px;
	width: 960px;
}

div.header h1 {
	float: left;
	padding-top: 40px;
	width: 230px;
}

div.header h1 a {
	display: block;
	height: 100px;
	text-indent: -9999px;
	width: 230px;
}

div.header div.banner_header {
	width: 459px;
	height: 60px;
	padding-top: 35px;
	margin-left: 240px;
}

div.header div.login, div.header div.userbox {
	float: right;
	padding-top: 40px;
	position: relative;
	text-align: right;
	width: 325px;
}

div.header div.login {
	padding-top: 20px;
	width: 250px;
}

div.header div.login span.jelszo {
	text-decoration: underline;
	line-height: 20px;
	cursor: pointer;
}

div.header div.login input#username, div.header div.login input#password {
	background: url('../img/bg_input.png') repeat-x;
	border: 0px;
	color: #e5b66a;
	font-family: Georgia, Serif;
	font-size: 11px;
	height: 28px;
	margin: 1px;
	text-indent: 10px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	width: 165px;
}

div.header div.login label {
	color: #e5b66a;
	cursor: text;
	display: block;
	float: left;
	font-family: Georgia, Serif;
	font-size: 10px;
	height: 28px;
	line-height: 28px;
	position: absolute;
	text-align: left;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	width: 95px;
}

div.header div.login label#username_l { left: 0px; }

div.header div.login label#password_l { left: 0px; }

div.header div.login input.button {
	text-indent: 0px;
	width: auto;
}

div.header div.login span {
	color: #e5b66a;
	font-size: 10px;
	font-family: Georgia, Serif;
	text-transform: uppercase;
}

div.header div.userbox {
	background: url('../img/bg_userbox.png');
	border: 1px solid #430404;
	color: #fdf1c9;
	font-size: 11px;
	padding: 15px 5px;
	position: relative;
	text-align: center;
	top: 40px;
	width: 230px;
}

div.header div.userbox a {
	color: #f7b73c;
	text-decoration: none;
}

div.header div.userbox a.logout {
	padding: 0px 16px 0px 0px;
	background: url('../img/i_logout.png') no-repeat right -1px;
}

div.header div.userbox a.data_edit {
	padding: 0px 13px 0px 0px;
	background: url('../img/edit.png') no-repeat right 2px;
}

div.header div.userbox a:hover { color: white; }

/* Menü */

ul.menu {
	display: block;
	height: 46px;
	margin: 0px 0px 0px 10px;
	overflow: hidden;
	width: 940px;
	position: absolute;
	z-index: 4;
}

ul.menu li a {
	color: #484848;
	display: block;
	float: left;
	font-family: Georgia, Serif;
	font-size: 11px;
	font-weight: bold;
	height: 41px;
	line-height: 40px;
	padding: 0px 18px;
	text-decoration: none;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	margin-top: 4px;
}

ul.menu li a:hover {
	color: #9b0b0b;
	line-height: 41px;
	text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.7);
}

ul.menu li a.active:hover {
	color: #484848;
	line-height: 40px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}

div#csuszka {
	background: url('../img/bg_activemenu.png');
	border: 1px solid #DFDFDF;
	border-bottom: 3px solid white;
	height: 40px;
	left: 10px;
	margin: 3px 0px 0px 0px;
	position: relative;
	width: 98px;
	z-index: 1;
}

/* Kategória lista */

ul.fokat { margin: 0px 0px 15px 10px; }

li.fokat { margin-top: 10px; }

li.fokat > a > span {
	color: #9B0B0B;
	font-family: Georgia, Serif !important;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}

ul.alkat {
	background: url('../img/bg_almenu_v.jpg') repeat-y 5px top;
	padding-left: 5px;
	text-decoration: none;
}

li.alkat > a {
	background: url('../img/bg_almenu.jpg') repeat-x center center;
	padding-left: 10px;
	text-decoration: none;
}

li.alkat > a > span {
	background: #f6f6f6;
	color: #725555;
	font-size: 10px;
	font-weight: normal;
	padding-left: 3px;
	line-height: 26px;
	text-decoration: none;
}

ul.alkat > li:last-child {
	background-image: url('../img/bg_almenu_h.jpg');
	background-repeat: no-repeat;
	background-position: 0px 13px;
}

ul.alkat > li:last-child > ul.alalkat {
	background-color: #f6f6f6;
}

ul.alalkat {
	background: url('../img/bg_almenu_v.jpg') repeat-y 20px top;
	padding-left: 20px;
	margin-left: -5px;
	text-decoration: none;
}

li.alalkat > a {
	background: url('../img/bg_almenu.jpg') repeat-x center center;
	padding-left: 10px;
	text-decoration: none;
}

li.alalkat > a > span {
	background: #f6f6f6;
	color: #725555;
	font-size: 10px;
	font-weight: normal;
	padding-left: 3px;
	line-height: 26px;
	text-decoration: none;
}

ul.alalkat > li:last-child {
	background-image: url('../img/bg_almenu_h.jpg');
	background-repeat: no-repeat;
	background-position: 0px 13px;
}

img.lenyit {
	cursor: pointer;
	margin-left: 5px;
	vertical-align: middle;
}

/* Tartalom */

div.content {
	background: url('../img/bg_content.jpg') repeat-y;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	margin: -1px auto 0px auto;
	width: 940px;
}

div.content div.toppadding {
	background: #fcfcfc;
	height: 20px;
	margin: 0px auto;
	width: 938px;
}

div.content div.sidebar {
	width: 191px;
	color: #656565;
	font-size: 11px;
	line-height: 1.6em;
}

div.content div.sidebar h2 {
	background: url('../img/header_l.png') no-repeat left top;
	clear: both;
	color: white;
	height: 44px;
	left: -10px;
	line-height: 38px;
	font-family: Georgia, Serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
	position: relative;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	width: 210px;
}

div.content a {
	color: #9b0b0b;
	text-decoration: none;
}

div.content div.sidebar h2 a {
	color: #ffffff;
}

div.content div.sidebar div.banner_sidebar {
	width: 160px;
	margin: 15px auto;
	text-align: center;
}

div.banner sidebar a object {
	cursor: pointer;
}

div.content div.sidebar div.google {
	width: 120px;
	margin: 15px auto;
}

div.content div.xlrhirek div.cim {
	padding: 8px;
	font-weight: bold;
	text-align: justify;
}

div.content div.xlrhirek div.szoveg {
	padding: 8px;
	text-align: justify;
}

div.content div.xlrhirek div.kep {
	margin: 5px;
	text-align: center;
}

div.content div.xlrhirek div.kep img {
	padding: 2px;
	background: white;
	border: 1px solid #656565;
	max-width: 110px;
	max-height: 110px;
}

div.content div.sidebar div.facebook {
	width: 185px;
	margin: 10px auto;
}

div.content div.sidebar div.twitter {
	text-align: center;
	margin-bottom: 10px;
}

div.content div.sidebar div.twitter img {
	width: 120px;
	display: block;
	margin: 0px auto;
}

div.content div.sidebar div.freedom {
	text-align: center;
}

div.content div.right h2 { background: url('../img/header_r.png') no-repeat left top; }

div.content div.right input {
	border: 1px solid #DFDFDF;
	display: block;
	font-size: 11px;
	margin: 0px auto;
	padding: 3px;
	width: 170px;
}

div.content div.right span {
	font-size: 10px;
	display: block;
	float: left;
	width: 95px;
	margin: 8px auto 0px auto;
	text-align: center;
}

div.content div.right span a { color: #ee8f08; }

div.content div.right input.button {
	width: auto;
	display: inline;
	margin: 5px 10px 20px 2px;
	float: right;
}

div.content div.left div.ajanlott {
	background: #fbfbfb;
	border: 1px solid #DFDFDF;
	font-size: 10px;
	margin: 5px auto;
	width: 180px;
}

div.content div.left div.ajanlott a.image img {
	display: block;
	max-width: 160px;
	max-height: 160px;
	padding: 1px;
	border: 1px solid #DFDFDF;
	margin: 0px auto;
}

div.content div.left div.ajanlott h3 a {
	display: block;
	font-family: Georgia, Serif;
	font-size: 11px;
	margin: 10px;
	text-transform: uppercase;
	text-align: center;
}

div.content div.left div.ajanlott h4 {
	color: #725555;
	font-size: 10px;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

div.content div.left div.ajanlott p {
	color: #725555;
	margin: 10px;
	text-align: center;
}

div.content div.main {
	float: left;
	width: 556px;
}

div.content div.main div.banner {
	text-align: center;
	margin: 15px 0px;
}

div.content div.main h2, input.text.big {
	color: #9b0b0b;
	font-family: Georgia, Serif;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin: 0px 20px;
	text-transform: uppercase;
}

div.content div.main h2.hir {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 13px;
	text-transform: none;
}

div.content div.main p {
	color: #656565;
	font-size: 11px;
	line-height: 1.6em;
	margin: 0px 20px 15px 20px;
	text-align: justify;
}

/* Lábléc */

div.footer {
	background: url('../img/footer_logo.jpg') no-repeat 70px center;
	color: #909090;
	font-size: 11px;
	line-height: 2em;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

div.footer a {
	color: #484848;
	text-decoration: none;
}

div.footer a:hover { text-decoration: underline; }

/* Formok */

table.form {
	width: 500px;
	margin: 10px auto;
}

table.form tr td {
	font-family: Georgia, Serif !important;
	font-size: 11px;
	color: #8F8F8F;
}

div.content label, table.form label {
	color: #9B0B0B;
	font-family: Georgia, Serif !important;
	font-size: 10px;
	font-weight: normal;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
}

div.content label.error, table.form label.error {
	color: #8F8F8F;
	text-decoration: underline;
	line-height: 20px;
}

div.content input.text, div.content select.text, div.content textarea.text, table.form input.text, table.form select.text, table.form textarea.text {
	border: 1px solid #DDD;
	font-family: Georgia, Serif !important;
	font-size: 11px;
	padding: 3px;
	margin: 2px;
	width: 260px;
}

div.content table td.textarea, table.form td.textarea {
	vertical-align: top;
}

div.content td.submit, table.form td.submit {
	text-align: center;
	padding: 10px 0px;
}

div.content form#registerform div#recaptcha_image {
	margin: 10px;
	border: 1px solid #DDD;
}

div.content form#registerform div#recaptcha_widget {
	text-align: center;
	width: 320px;
	margin: 0px auto;
}

div.content form a.hirdetesiszabalyzat {
	margin-left: 80px;
}

div.hozzaszolasok label.error {
	margin-left: 20px;
}

/*--------------------------------------------- FŐOLDAL ---------------------------------------------*/

div.hasab {
	margin: 0px 0px 20px 20px;
	font-weight: normal !important;
	width: 250px;
}

div.hasab h2 {
	line-height: 1.4em !important;
	margin: 0px 0px 10px 0px !important;
}

div.hasab p { margin: 0px 0px 5px 0px !important; }

div.hasab strong, div.hasab b { font-weight: normal !important; }

div.hasab img.kep {
	background: white;
	border: 1px solid #CCC;
	display: block;
	margin: 0px auto 10px auto;
	padding: 2px;
	max-width: 200px;
	max-height: 135px;
}

div.hasab h2 a { text-decoration: none; }

div.hasab a.tovabb {
	display: block;
	font-size: 11px;
	font-weight: bold !important;
	text-align: right;
	text-decoration: none;
}

/*--------------------------------------------- CIKK ---------------------------------------------*/

div.cikk {
	text-align: justify;
}

div.cikk img {
	max-width: 500px;
	max-height: 500px;
	border: 1px solid #656565;
	padding: 1px;
	margin: 10px auto;
	display: block;
}

div.cikk p.kepalairas {
	text-align: center !important;
	margin-bottom: 10px !important;
	color: #AAA !important;
}

div.cikk ul {
	list-style: disc outside;
	padding-left: 30px;
	margin: 0px 20px 20px 20px;
}

div.cikk ul li {
	color: #656565;
	font-size: 11px;
}

/*--------------------------------------------- HIRDETÉS LISTÁZÁS ---------------------------------------------*/

table.termekek {
	width: 515px;
	margin: 20px auto;
}

table.termekek h4 { margin: 0px !important; }

table.termekek tr td.head {
	background: #F3F3F3;
	border-bottom: 1px solid #DFDFDF;
	color: #999;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	text-shadow: 0px 1px 0px white;
}

table.termekek tr td.head img {
	width: 7px;
	height: 7px;
	background: transparent;
	vertical-align: middle;
}	

table.termekek tr.termeksor.even {
	background: #E3E3E3;
}

table.termekek tr td {
	border-bottom: 1px solid #EEE;
	padding: 4px 10px;
	vertical-align: middle;
}

table.termekek tr td p { margin: 0px !important; }

table.termekek tr td p.leiras {
	width: 267px;
	overflow: hidden;
}

table.termekek tr td.ar {
	color: #725555;
	font-family: Georgia, Serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 80px;
}

table.termekek tr.termeksor td.szerkesztes {
	color: #656565;
	font-size: 11px;
}

table.termekek tr.termeksor td.szerkesztes input[type=text] {
	border: 1px solid #DDD;
	color: #656565;
	font-family: Georgia, Serif !important;
	font-size: 11px;
}

table.termekek tr.termeksor td img {
	background: white;
	border: 1px solid #EEE;
	padding: 3px;
	max-width: 100px;
	max-height: 100px;
	margin: 0px auto;
	display: block;
}

table.termekek tr.termeksor td h4.youtube {
	background: url('/img/youtube.png') no-repeat right center;
	display: inline;
	padding: 5px 50px 5px 0px;
}

table.termekek tr td.premium {
	background: #f0d17f;
	padding: 15px 10px;
}

table.termekek tr.prem_termeksor.even td {
	background: #EDCA68;
}

table.termekek tr td.premium a { color: #a26700; }

table.termekek tr td.premium p { color: #463e2e !important; }

table.termekek tr.prem_termeksor td.szerkesztes {
	color: #463e2e;
	font-size: 11px;
}

table.termekek tr.prem_termeksor td.szerkesztes input[type=text] {
	border: 1px solid #CCC;
	color: #463e2e;
	font-family: Georgia, Serif !important;
	font-size: 11px;
}

table.termekek tr td.premium img {
	background: #f6ead4;
	border: 1px solid #e8c487;
}

ul.pages {
	margin: 0px auto;
	width: 515px;
}

ul.pages li { float: left; }

ul.pages li a {
	background: #F5F5F5;
	border: 1px solid #EEE;
	color: #555;
	display: block;
	font-size: 11px;
	padding: 3px 9px;
	margin: 1px;
	text-decoration: none;
}

ul.pages li a.aktualis {
	background: white;
	border: 1px solid #FFF;
	font-weight: bold;
}

ul.pages li a:hover {
	background: #EEE;
	border: 1px solid #EEE;
}

/*--------------------------------------------- HIRDETÉS ADATLAP ---------------------------------------------*/

div.content h2 small {
	display: block;
	font-size: 10px;
	line-height: 12px;
}

div.content h2 small a {
	color: #725555;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

div.content h2 small a:hover { color: #9b0b0b; }

div.content div.kep {
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	text-align: center;
	width: 180px;
}

div.content a.galeria img {
	margin: 5px;
}

div.content div.kep a.galeria img {
	border: 1px solid #DFDFDF;
	margin: 10px 0px 0px 10px;
	max-width: 180px;
	max-height: 180px;
}

div.content div.kep h4 {
	color: #725555;
	font-size: 10px;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

div.content div.leiras {
	float: right;
	width: 340px;
	margin-top: 10px;
	overflow: hidden;
}

div.content div.hirdetes div.video {
	width: 400px;
	margin: 30px auto;
}

div.content div.oszlop {
	margin: 20px 20px 0px 20px;
	width: 310px;
}

div.hirdetes div.kepek { width: 160px; }

div.hirdetes div.megosztas { width: 160px; }

div.hirdetes div.megosztas a {
	display: block;
	float: left;
	text-indent: -9999px;
}

div.hirdetes div.megosztas a.facebook {
	width: 19px;
	height: 19px;
	margin: 2px;
	background: url('../img/share_fb.png') no-repeat;
}

div.hirdetes div.megosztas a.iwiw {
	width: 34px;
	height: 16px;
	margin: 3px;
	background: url('../img/share_iwiw.gif') no-repeat;
}

div.hirdetes div.megosztas a.twitter {
	width: 16px;
	height: 16px;
	margin: 3px;
	background: url('../img/share_twitter.png') no-repeat;
}

div.hirdetes div.right.oszlop {
}

div.hirdetes table.adatok tr td {
	color: #725555;
	font-size: 11px;
	line-height: 20px;
	padding: 5px;
}

div.hirdetes table tr td.head {
	color: #9b0b0b !important;
	display: block;
	margin: 0px;
	padding: 0px 10px 0px 20px;
	font-family: Georgia, Serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}

div.hirdetes h5 {
	margin: 3px 0px 7px 20px;
}

div.hirdetes p {
	margin: 0px 20px 0px 20px !important;
}

div.hirdetes div.megosztas p {
	margin: 5px !important;
	font-size: 10px;
}

div.kommentbox {
	background: #F4F4F4;
	border: 1px solid #EFEFEF;
	clear: both;
	color: #999;
	font-size: 10px;
	margin: 5px 20px 5px 20px;
	min-height: 100px;
}

div.kommentbox p { margin: 0px !important; }

div.kommentbox img.author {
	border: 1px solid #E6E6E6;
	float: left;
	margin: 5px;
}

div.kommentbox div.komment {
	margin: 0px 0px 0px 120px;
}

div.kommentbox a.author {
	color: #9B0B0B;
	font-family: Georgia, Serif !important;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
}

textarea.komment {
	border: 1px solid #AAA;
	display: block;
	height: 100px;
	margin: 5px 20px;
	width: 500px;
}

div.hozzaszolasok input.button {
	float: right;
	margin: 5px 40px 10px auto;
}


/*--------------------------------------------- PROFIL ---------------------------------------------*/

div.box {
	background: url('../img/bg_box.jpg') repeat-x bottom #FFF;
	border: 1px solid #cecece;
	margin: 20px;
}

div.box.profil {
	float: right;
	margin: 0px 20px 10px 0px;
	width: 335px;
}

div.box.profil table {
	margin: 10px 20px;
	width: 300px;
}

div.box.profil table td { line-height: 2em; }

div.box.profil table img {
	margin: 0px 10px 0px 0px;
	vertical-align: baseline;
}

div.box.profil iframe { margin: 10px 20px 5px 20px; }
 
img.border {
	border: 1px solid #cecece;
	margin: 0px 15px 15px 20px;
}

div.line {
	background: url('../img/line.jpg') repeat-x;
	height: 3px;
	margin: 10px 15px;
	width: auto;
}

div.main h4 { margin: 20px 20px 10px 20px; }

div.main table { margin: 20px; }

table.chart { width: 90%; }

table.chart td {
	border-bottom: 1px solid #DDD;
	line-height: 2em;
}

div.box.photos span {
	background: #EEE;
	display: block;
	float: left;
	margin: 6px 4px;
	text-align: center;
}

div.box.photos span img {
	display: block;
	padding: 3px;
}

div.box.photos span:hover {
	background: #DDD;
}

div.box.photos span a.delete {
	font-size: 11px;
	font-weight: bold;
	line-height: 2em;
}

div.main h2 span {
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
}

div.main h2 span a { text-decoration: underline; }

textarea.magamrol, input.text, table.chart input {
	border: 1px solid #AAA;
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 12px;
}

table.chart input { width: 200px; }

textarea.magamrol {
	height: 120px;
	margin: 10px 20px; 
	max-width: 510px;
	width: 510px;
}

div.box.profil input.text {
	width: 130px; 
}

div.box.photos input.text {
	margin: 0px 0px 20px 20px;
	width: 460px;
}

input.text.big {
	height: 20px;
	line-height: 20px !important;
	width: 500px !important; 
}

input.profil {
	margin: 0px 20px !important;
	width: 500px !important;
}

input.button.profil {
	margin: 20px 20px 50px 20px !important;
	width: auto !important;
}

table.chart td { padding: 0px 5px; }
table.chart td.num { width: 20px; }

input.smaller { width: 80px !important; }




/*--------------------------------------------- EGYÉB ---------------------------------------------*/

/* Hirdetési szabályzat */

div#szabalyzatoverlay {
	width: 500px;
	height: 500px;
}

div#szabalyzatoverlay div.bezarasgomb {
	text-align: center;
	padding: 10px 0px;
}


/* Elfelejtett jelszó */

div#jelszooverlay {
	width: 500px;
	height: 150px;
	overflow: visible;
	padding: 10px;
}

div#jelszooverlay table.form {
	width: 400px;
	margin: 0px auto;
}

/* Képek overlay */

div#kepoverlay {
	width: 500px;
	overflow: visible;
}

div#kepoverlay div.close { 
    background-image: url('../img/close.png'); 
    position: absolute;
    right: -17px;
    top: -17px; 
    cursor: pointer; 
    height: 35px; 
    width: 35px; 
}

div#kepoverlay a.next, div#kepoverlay a.prev {
	background: #333333;
	position: absolute;
	top: 40%;	
	border: 1px solid #666;	
	cursor: pointer;
	display: block;
	padding: 10px 20px;
	color: #fff;
}

div#kepoverlay a.prev {
	left:0;
	border-left:0;
}

div#kepoverlay a.next {
	right:0;
	border-right:0;
}

div#kepoverlay .disabled {
	visibility: hidden;		
}

div#kepoverlay img.progress { 
    position: absolute; 
    top: 50%; 
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    display: none; 
}

/* Lightbox */

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
