* { 
	margin: 0;
	padding: 0;
}

body {
	background: url(../../images/hatter-body.png) repeat;
	color: #000000;
	margin: 0px auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6, p {
	padding: 0px;
	margin: 0px;
}

h4 {
	color: #46a724;
	margin: 10px;
	font-size: 12px;
}

hr {
	border: 0;
	border: 1px solid #6c666a;
}

input, textarea, select {
	background-color: #FFFFFF;
	padding: 2px;
	font-size: 11px;	
}

select {
	padding-right: 0px;
}

textarea {
	overflow: auto;
}

 a {
	color: #46a724;
	text-decoration: none;
}


/*
** Structure
*/
#container-wrapper {
	background: url(../../images/cwrapper-bg.png) repeat;
}

#container {
	margin: 0px auto;
	width: 895px;
	background: url(../../images/container-bg.png) repeat-y center;
	position: relative;
	left: 2px;
}

#header-wrapper {
	height: 242px;
	background: url(../../images/hwrapper-bg.png) repeat-x;
}

#header {
	margin: 0px auto;
	width: 895px;
	height: 215px;
	background: url(../../images/header.png) no-repeat center;
	position: relative;
	text-align: left;
	left: 2px;
}

.header-img {
	margin: 0px auto;
	width: 861px;
	height: 181px;
	background: url(../../images/header-img.jpg) no-repeat center;
	position: relative;
	top: 34px;
}

#content {
	margin: 0px auto;
	background-color: #f2ebe1;
	width: 861px;
	margin-top:-27px;
	min-height: 350px;
	height: auto;
}

* html #content {
	position: relative;
	left: 31px;
	heught: 350px;
}

#footer-wrapper {
	height: 59px;
	background: url(../../images/fwrapper-bg.png) repeat-x;	
}

#footer {
	height: 52px;
	width: 895px;
	margin: 0px auto;
	background: url(../../images/footer-bg.png) repeat-x;
	position: relative;
	left: 2px;
}

#footer a {
	color: #46a724;
	text-decoration: none;
}

#menu {
	clear: both;
	margin: 0px auto;
	background: url(../../images/menu.png) no-repeat center;
	width: 957px;
	height: 48px;
	position: relative;
	top: -27px;
	left: -31px;
}

* html #menu {
	left: 0px;
}

/*
** Loginbox
*/
#loginbox {
	background: #FFFFFF url(../../images/loginbox-sarok.png) no-repeat right bottom;
	width: 237px;
	height: 47px;
}

#loginbox .alap {
	background-color: #f0ede7;
	width: 234px;
	height: 45px;
}

form#login input {
	width: 102px;
	margin-top: 5px;
	margin-left: 5px;
}

#loginbox ul {
  list-style-type: none;
	text-align: left;
	margin-left: 5px;
}

#loginbox ul li { 
	display: inline;
	background: url(../../images/loginbox-bullet.png) no-repeat left center;
	padding: 0px 0px 3px 9px;
}

#loginbox ul li a {
  text-decoration: none;
	font-size: 10px;
	margin-right: 10px;
	color: #000000;
}	
	
/*
** Menu
*/
#menu ul {
  list-style-type: none;
	padding-top: 15px;
}

#menu ul li { 
  list-style-type: none;
	display: inline;
	background: url(../../images/menuborder.gif) no-repeat;
	padding: 0px 10px 0px 15px;
}

#menu ul li.first { 
	background: none;
}

#menu ul li a {
	color: #FFF;
  text-decoration: none;
	font-size: 14px;
}

/* date and time */
#datetime {
	width: 100%;
	text-align: right;	
	color: #fff;
	font-weight: bold;
	position: relative;	
	left: -20px;
	top: 122px;
}

/*
** Content
*/

#content h1 {
	background-color: #FFFFFF;
	color: #46a724;
	font-size: 18px;
	display: inline;
	padding: 3px 6px 3px 15px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	float: left;
	margin-top: 18px;
	margin-bottom: 5px;
}

#content h1.more {
	margin: 10px 0;
	position: relative;
	letter-spacing: normal;
	font-size: 130%;
}

.clear { clear: both; }

/* 
** Hirek
*/
#hirek table.iTable {
	width: 835px;
	height: 470px;
	margin: 15px auto;
	margin-bottom: 7px;
	text-align: left;
}

#hirek table.iTable td.alap {
	background: url(../../images/hirek-alap.gif) no-repeat top left;
	width: 415px;
	height: 234px;
}

#hirek table.hirTable {
	width: 365px;
	height: 190px;
	margin: 0px auto;
}

#hirek table.hirTable a {
	color:#46a724;
	font-weight: bold;
	text-decoration: none;
}

#hirek table.hirTable td.iKep {
	width: 126px;
	height: 90px;
	text-align: right;
}

#hirek table.hirTable td.iKep img {
	width: 126px;
	height: 87px;	
	border: 1px solid #a7a4a4;
}

#hirek table.hirTable td.iCim {
	width: 1000px;
	padding-left: 10px;
	text-align: left;
}

#hirek table.hirTable td.iLead {
	height: 85px;
	overflow: hidden;
}

#hirek table.hirTable td.iLead p {
	margin-top: 5px;
}


#hirek table.hirTable td.iLink {
	text-align: right;	
}

.moreNews {
	clear: left;
	text-align: left;
	margin-left: 55px;
	padding-bottom: 15px;
	font-weight: bold;
}

.moreNews ul {
	list-style-type: none;
}

.moreNews ul li {
	padding: 3px 0;
}

.arch {
	background-color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width: 140px;
	height: 29px;
	padding-left: 10px;
	margin-left: 15px;
	float: left;
}

.arch a {
	color: #46a724;
	text-decoration: none;
}

.arch img {
	position: relative;
	top: 4px;
}

/*
** Esemnyek
*/

#esemenyek, #forum {
	margin: 0px auto;
}

.esemenytable{
	margin: 0px auto;
	margin-top: 15px;
	width: 820px;
	height: 245px;
}

.esemenybox {
	background: url(../../images/esemeny-alap.gif) no-repeat;
	width: 263px;
	height: 244px;
	float: left;
	overflow: hidden;	
}

.esemenybox img {
	border: 1px solid #a7a4a4;
	width: 204px;
	height: 115px;
	margin-top: 25px;
}

#esemenyek a.eMore {
	float: right;
	background: url(../../images/e_more.gif) no-repeat;
	width: 31px;
	height: 20px;
	margin-right: 10px;
	margin-top: 10px;
}

#esemenyek p.eCim {
	color: #676767;
	font-weight: bold;
	width: 215px;
	margin: 15px auto;
	text-align: center;
	height: 30px;
	overflow: hidden;
}

#esemenyek.lap p.eCim {
	text-align: left;
	margin: 0px;
}

#esemenyek p {
	text-align: left;
	margin-left: 10px;
}

#esemenyek.lap p {
	margin-left: 0px;
}

#esemenyek b.zold {
	color: #46a724;
}


#content .lap {
	background: url(../../images/content-alap.png) repeat-y;
	width: 825px;
	margin: 0px auto;
	text-align: left;
	min-height: 350px;
	height: auto;
}

* html #content .lap {
	height: 350px;
}

#content .lap-top {
	background: url(../../images/content-alap-top.png) no-repeat;
	width: 825px;
	height: 25px;
	margin: 0px auto;	
	margin-top: 17px;	
}

#content .lap-bottom {
	background: url(../../images/content-alap-bottom.png) no-repeat;
	width: 825px;
	height: 4px;
	margin: 0px auto;	
}

#esemenyek.lap table.eslap {
	height: 435px; 
	width: 760px;
	margin-top: 30px;
}

#esemenyek.lap table.eslap td {
	vertical-align: top;
}

#content a.linkback {
	background: url(../../images/linkback.png) no-repeat center left;
	width: 200px;
	color: #46a724;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0px;
	padding-left: 40px;
}

/* beloldal */
#esemenyek p.kiskep img {
	width: 126px;
	height: 87px;	
	border: 1px solid #a7a4a4;
}

#esemenyek p.kiskep {
	float: left;
}

#esemenyek .imagebar {
	float: right;
	margin-right: 18px;
	margin-top: 25px;	
}

* html #esemenyek .imagebar {
	margin-right: 12px;
}

#esemenyek .imagebar img {
	border: 1px solid #a7a4a4;
	width: 164px;
	height: 115px;
	margin: 9px 0px;
}

#esemenyek .eContent {
	float: left;
	width: 580px;
	margin: 0px auto;
	margin-left: 30px;
	padding-right: 10px;
}

#esemenyek .eContent-full {
	float: none;
	width: 770px;
	margin: 0 auto;
	padding: 0;
}


* html #esemenyek .eContent {
	margin-left: 15px;
}

#esemenyek .eContent a {
	color: #676767;
	text-decoration: none;
}

#esemenyek .eContent a:hover {
	text-decoration: underline;
}

#esemenyek .eContent img {
	max-width: 550px;
}

#esemenyek .eDoboz {
	width: 578px;
	\width: 600px;
	w\idth: 578px;
	overflow: hidden;
	border: 1px solid #a7a4a4;
	padding: 10px;
	position: relative;
	left: -10px;
}

/*
** File type input hide

.fileinputs { 
	position: relative; 
}

.fakefile { 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 1; 
}

.fakefile input {
	margin-bottom: 8px;
	background-color: #FFFFFF;
}

.file { 
	position: relative; 
	z-index: 2; 
	-moz-opacity:0 ; 
	filter:alpha(opacity: 0); 
	opacity: 0;
}
*/

/*
** Registration
*/

#content .regiszter {
	background: url(../../images/regpimp.jpg) no-repeat right top;
	height: auto;
	text-align: left;
	margin-top: 10px;
}

#content .regtable {
	width: 600px;
	text-align: left;
	margin-left: 20px;
}

#content .regtable input {
	width: 335px;
	margin-bottom: 1px;
}

#content input.gomb {
	width: 92px;
	background: none;	
}

/*
** Piacter
*/

.piac-menu {
	width: 750px;
	float: right;
	background-color: #FFFFFF;
	color: #46a724;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline;
	padding: 3px 0px;
	margin-top: -34px
}

* html .piac-menu {
	padding:	1px 0px; 
}

#piacter table td {
	border: 1px solid #147926;
	background-color: #fbfcf4;
	width: 420px;
	height: 158px;
	padding: 5px;
	padding-bottom: 0px;
	text-align: left;
	vertical-align: top;
}

* html #piacter table td { height: 153px; }

#piacter h2 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	border-top: 1px solid #147926;
	border-bottom: 1px solid #147926;	
	padding: 5px;
	margin-bottom: 5px;
}

#piacter h2.kinal {
	background: #33be4e url(../../images/piacter-hbg-kinal.png) repeat-x;
}

#piacter h2.keres {
	background: #3578c0 url(../../images/piacter-hbg-keres.png) repeat-x;
}


#piacter h2 span, #piacter p.data span {
	float: right;
}

#piacter p.szoveg {
	clear: right;
	height: 90px;
}

#piacter img {
	border:  1px solid #147926;
	padding: 4px;
	margin-right: 7px;
}

#piacter p.data {
	border-top: 1px solid #147926;
	color: #959595;
	padding: 3px 4px 0px 4px;
	margin-top: 5px;
}

#piacter a {
	color: #46a724;
	font-weight: bold;
	text-decoration: none;
}

.lapozo a {
	padding: 0px 3px;
}

/*
** piacreg.php
*/
.preg-content {
	width:815px;
	margin: 0px auto;
	margin-top: 5px;
	padding: 5px;
	text-align: left;
}

.preg-content hr {
	border: 1px solid #a0a0a0;
	margin: 10px;
}

.prc-left,
.prc-right {
	background-color: #FFFFFF;
	height: auto;
}

.prc-left {
	float: left;
	width: 480px;
}

.prc-right {
	float: right;
	width: 325px;
}

.prc-right-inner {
	width: 300px;
	height: 445px;
	overflow: auto; 
	margin: 0px auto;
	border-left: 2px solid #828081;
	border-top: 2px solid #828081;
	border-right: 1px solid #dbd9cd;	
	border-bottom: 1px solid #dbd9cd;	
	padding: 5px;
}

.prc-right-inner p{
	margin: 2px 0px;
}

.prc-left table {
	margin: 0px auto;
	width: 98%;
}

.prc-left table th {
	width: 120px;
}

.prc-left table input, 
.prc-left table textarea, 
.prc-left table select {
	width: 320px;
} 

/*
** piaclap
*/
.piaclap {
	text-align: left;
}

.piaclap table {
	margin-left: 35px;
	margin-top: 15px;
}

.piaclap table th {
	width: 110px;
	vertical-align: top;
}

.piaclap table td {
	color: #7c7c7c;	
}
.piaclap table.zold th {
	color: #46a724;
}

/*
** Forum
*/
#forum {
	color: #676767;
}

#forum h3 {
	font-size: 110%;
}

#forum h3 a {
	color: #676767;
	text-decoration: none;
}

#forum .forum-menu {
	width: 785px;
	height: 35px;
	margin: 0px auto;
	text-align: center;
	border-bottom: 1px solid #676767;
}

#forum .flapozo {
	padding: 5px 0px;
	height: 15px;
}

#forum .flapozo b {
	color:#46a724;
}

#forum .frendezo {
	height: 20px;
	padding: 5px 0px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 5px;
}

#forum .frendezo table {
	margin: 0px auto;
}

#forum .frendezo select {
	margin-right: 30px;
}

#forum .forum-menu h3 {
	float: left;
	margin-left: 15px;
	margin-top: 5px;
}

* html #forum .forum-menu h3 {
	margin-left: 7px;
}

#forum .breadcrumb {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}

#forum .forum-menu a,
#forum .forum-content a.da {
	color:#46a724;
	font-weight: bold;
	text-decoration: none;
}

#forum .forum-content a.da {
	margin: 0px 2px;
}

#forum .forum-menu ul {
  list-style-type: none;
	margin-top: 5px;
}

#forum .forum-menu ul li { 
	display: inline;
}

#forum .forum-menu ul li a {
	text-decoration: none;
	margin: 0px 2px;	
}

#forum .forum-content {
	clear: both;
	width: 785px;	
	margin: 0px auto;
}

#forum .forum-content h3 {
	margin-top: 15px;
	margin-bottom: 12px;
}

#forum .forumlistbox {
	margin: 0px 12px;
}

#forum .forumlistbox span {
	color:#46a724;
}

/* topiklista */
#forum table.topiklista {
	text-align: center;
}

#forum table.topiklista thead td {
	padding: 4px 15px;
	border-bottom: 1px solid #676767;
	font-size: 110%;
	font-weight: bold;
}

#forum table.topiklista tbody td {
	padding: 10px 15px;
	border-bottom: 1px solid #e1e1e1;
	vertical-align: top;
}

#forum table.topiklista tbody td h3 {
	margin-top: 0px;
}

#forum table.topiklista tfoot td {
	border-top: 1px solid #676767;
	line-height: 1%;
}

/* topikok */
#forum table.hsz {
	background-color: #fbfcf4;
	border: 1px solid #676767;
	width: 735px;
	margin-left: 12px;
	margin-bottom: 15px;
}

#forum table.hsz td {
	vertical-align: top;	
}

#forum table.hsz p {
	padding: 8px;
}

#forum table.hsz img.hsz {
	width: 80px;
	height: 80px;
	margin-bottom: 10px;
}

#forum table.hsz .hszfej {
	height: 15px;
	background-color: #62b366;
	border-top: 1px solid #2b582d;
	border-bottom: 1px solid #2b582d;	
	padding: 3px 5px;
	padding-right: 0px;
	margin: 3px;
	margin-bottom: 0px;	
	color: #FFF;
}

#forum .hszfej ul {
	float: right;
	list-style-type: none;
}

#forum .hszfej ul li {
	display: inline;
	margin: 0px 5px;
}

#forum .hszfej a {
	color: #FFF;
	text-decoration: none;
}
	
#forum table.hsz td.avatar {
	width: 135px;
	border-right: 1px solid #676767;
	text-align: center;
	clear: both;
}

#forum .quote {
	width: 340px;
	background-color: #CCC;
	color: #000;
	margin: 10px 30px;
	padding: 8px;
}

#forum .spoiler {
	background-color: #CCC;
	color: #000;
	padding: 8px;
	width: 550px;
	margin-left: 10px;
}

#forum table.hsz td.hszlab {
	border-top: 1px solid #676767;
	padding: 4px 5px;
	height: auto;
}

/* hozzszls */
#forum table.uj textarea {
	width: 487px;
	height: 230px;
	border: 1px solid #D0D0D0;
}

* html #forum table.uj textarea {
	height: 220px;
}

#forum table.uj {
	width: 755px;
	margin-left: 35px;
}

#forum table.uj td {
	padding: 1px 5px;
}

/* editor */
.editormenu {
	text-align: center;
	padding: 6px 0px;
}

.editormenu a {
	text-decoration: none;
	color: #46a724;	
	font-weight: bold;
	margin: 0px 2px;
}

.editormenu textarea,
.editor-pre {
	width: 700px;
	background-color: #FFFFFF;
	border: none;
	border: 1px solid #828282;
	margin: 8px auto;
	text-align: left;
	padding: 4px;
	font-size: 11px;
	color: #000;
}

.editormenu textarea {
	height: 150px;
}


/*
** Benchmarking
*/
.bm-menu {
	width: 680px;
	float: right;
	background-color: #FFFFFF;
	color: #46a724;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline;
	padding: 7px 0px;
	margin-top: -34px
}

.bm-menu img {
	margin:0px 26px;
}

.bm-message {
	width: 815px;
	margin: 5px auto;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: left;
}

.bm-content {
	width:815px;
	height: auto;
	margin: 0px auto;
	margin-top: 5px;
	background-color: #FFFFFF;
	padding: 5px;
}

.bm-content table.bm {
	width: 795px;
	margin: 15px auto;
	text-align: left;
}

.bm-content table.bm thead td {
	color: #46a724;
	font-weight: bold;
}

.bm-content table.bm tbody td {
	background-color: #fefaee;
	border-left: 2px solid #828081;
	border-top: 2px solid #828081;
	border-right: 1px solid #dbd9cd;	
	border-bottom: 1px solid #dbd9cd;	
	padding: 5px;
	vertical-align: top;
}

.bm-content table.bm0 {
	width: 780px;
	margin: 35px auto;
	text-align: left;
}

.bm-content table.bm0 td {
	color: #46a724;
	font-weight: bold;
	vertical-align: top;
	padding-top: 5px;
}

form#bm0 textarea {
	width: 600px;
	height: 135px;
} 

.bm-menu a,
.bm-content a {
	color: #46a724;
	text-decoration: none;
}

/*
** szemlylap
*/
.szmenu {
	width: 710px;
}

.profil {
	text-align: left;
}

.profil input {
	width: 280px;
}

.profil table,
.forumprofil {
	margin-left: 15px;
	margin-top: 20px;
}

.profil table th {
	width: 120px;
}

input.button {
	margin-left: 15px;
	margin-top: 10px;
	width: 92px;
}
	
.forumprofil p {
	font-weight: bold;
	margin: 5px 0px;
}	

p.help {
	color: #666;
	font-size: 10px;
	font-weight: normal;
}

/*
** ceglap, cegkapcs, cegreg
*/

.omenu {
	width: 500px;
	margin-top: 18px;
}

.omenu img {
	margin:0px 5px;
}


.cmenu {
	width: 650px;
	margin-top: 18px;
}

.cmenu img {
	margin:0px 15px;
}

.ceglap {
	background-color: #FFFFFF;
	height: auto;
	overflow: hidden;
}

.ceglap input,
.ceglap textarea {
	width: 345px;
}

.cegkapcs {
	height: auto; 
	text-align:left;
}

.cegkapcs p {
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: bold;
}

.cegkapcs img.kapcskep {
	width: 79px;
	height: 56px;
	border: 1px solid #595959;
}

/*
** Kereses
*/
.talalatlap {
	width: 789px;
	\width: 805px;
	w\idth: 789px;
	min-height: 350px;
	height: auto;
	background-color: #fff;
	padding: 8px;
	margin: 8px auto;
	text-align: left;
}

* html .talalatlap {
	height: 350px;
}

.talalatlap a {
	color: #46a724;
	font-weight: bold;
	text-decoration: none;
}

.talalatlap a:hover {
	text-decoration: underline;
}

/*
** Tagjaink (cegek)
*/
table.tagok td {
	background-image: url(../../images/cegbox-bg.png);
	width: 421px;
	height: 63px;
	text-align: left;
	clear: right;
}

h5 {
	font-size: 10px;
	color: #46a724;	
	margin-top: 3px;
	border-bottom: 1px solid #46a724;
}

h6 {
	font-size: 10px;
	margin: 3px 0;
}

table.tagok td h5 {
	color: #676767;
	font-size: 12px;
	margin-left: 25px;
	border-bottom: none;	
}

table.tagok td p {
	margin-left: 25px;
	margin-top: 5px;
}

table.tagok td img {
	float: right;
	margin-right: 12px;
}

table.tagok td b {
	color: #46a724;
}

/*
** popup ablak
*/

body.popup {
	background: none;
	background-color: #fbfcf4;
	color: #000;
	margin: 0px auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 8px;
}

input.btn {
	color: #fff;
	background-color: #62b366;
	font-weight: bold;
	cursor: pointer;
}

/* calendar */
table.calendar-month {
	margin: 0 auto;
	margin-top: 30px;
}

table.calendar {
	margin: 0 auto;
	margin-top: 10px;
}

table.calendar td.calendarDay,
table.calendar td.calendarToday, {
	text-align: right;
}

table.calendar th {
	text-align: center;
	font-weight: normal;
}

table.calendar b.calendar-esemeny {
	color: #46a724;
}