/* CSS Stíluslap - Bojtár Sírko */



body {
	margin:0px;
	padding:0px;
	background:url(images/mainbg.gif) 0 0 repeat-x #F6F4E4;
	color:#66655e;
	font:14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;

}

div, p, ul, h1, h2, h4, img, form, label {
	padding:0px; margin:0px;
	border:none;


}

ul {
	list-style-type:none;
}




/*----MAIN PANEL----*/

#mainPan {
	width:691px;
	position:relative; margin:0 auto; padding:0px;

}

/*---Táblázat----*/

#tabla {
	margin-left:33px;
	margin-top:15px;
}

#tabla a {

}

/*----menu----*/

#menu {
        position: relative;
        margin-left: auto;
        margin-right: auto;
}


#menu a {
        display: block;
        margin: 0;
        text-decoration: none;
}

#menu a:hover {

}



#menu ul {
      list-style: none;
      margin: 0;
      padding: 0;
	  background:none;

}

#menu ul li ul {
      position: absolute;
	  width:200px;
	  height:300px;
	  margin-left:76px;
      top: 0;
	  background:url(images/almenu_bg.png) no-repeat;
	  display: none;
	  z-index:111;

}


#menu ul li ul a {
	color:#FFFFFF;
	font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0 0 0 2px;
	text-decoration:none;

}

#menu ul li ul a:hover {
	color: #FFCC00;

}


#menu li {
        position: relative;
        padding: 10px 0 0 10px; 
}

#menu ul li:hover ul{
      display: block;
}


/*----Left Panel----*/

#leftPan {
	width:240px;
	float:left;

}


#leftTopPan {
	width:240px;
	height:125px;
	position:relative;
	margin:0 auto;
	padding:0;
	background:url(images/left-top.jpg) 0 0 no-repeat;
	

}



#leftTopPan img {
	width:160px;
	height:39px;
	margin:30px 0 0 37px;

}


#leftPan ul {
	width:240px;
	height:240px;
	display:block;
	background:url(images/menu-bg.jpg) 0 0 no-repeat;
	padding:16px 0 0;

}





#leftPan ul li {
	width:148px;
	/*height:57px;*/
	position:relative;
	margin:0 auto;
	/*background:url(images/dot.gif) 0 100% repeat-x;*/

}



#leftPan ul li a {
	height:26px;
	display:block;
	/*background:url(images/arrow-normal.gif) 0 no-repeat;*/
	color:#783434;
	font:14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0 0 0 2px;
	text-decoration:none;

}

#leftPan ul li a:hover {
	/*background:url(images/arrow-normal.gif) 0 no-repeat #F6F4E4;*/
	color:#cea600;
	text-decoration:none;

}


#leftPan ul li.home {
	width:96px;
	height:27px;
	display:block;

	color:#7F0A5F;
	font:13px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	padding:0 0 0 12px;

}

#leftPan ul li.contact {
	background:none;

}

#leftPan ul.linkone {
	width:240px;
	height:259px;
	padding:0;
	background:none;
}

#leftPan ul.linkone li {
	width:118px;
	position:relative;
	margin:0 auto;
	background:none;
	padding:0 0 10px 0;

}


#leftPan ul.linkone li a {
	width:96px;
	height:26px;
	display:block;
	background:url(images/arrow-normal.gif) 0 50% no-repeat #F6F4E4;
	color:#8F8C73; font:13px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:0 0 0 22px;
	text-decoration:underline;
	
}


#leftPan ul.linkone li a:hover {
	background:url(images/arrow-normal.gif) 0 50% no-repeat #F6F4E4;
	color:#25241E;
	text-decoration:underline;

}


#leftPan h3 {

	color:#8F146E;
	font-size:20px;
	line-height:23px;
	padding:0 0 0 23px;
	font-weight:normal;

}

#leftPan form {
	width:222px;
	height:173px;
	position:relative;
	margin:10px;
	background:url(images/formbg.gif) 0 0 no-repeat #ABA894;
	color:#fff;

}


#leftPan form input {
	width:143px;
	height:17px;
	margin:3px 0 2px 35px;

}


#leftPan form label {
	width:143px;
	height:18px;
	margin:2px 0 0 35px;
	font:12px/15px Arial, Helvetica, sans-serif;
	font-weight:bold;

}

#leftPan form input.button {
	width:51px; 
	height:17px;
	float:left;
	background:url(images/button.gif) 0 0 no-repeat #FEFEFE; 
	color:#fff;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	border:none;
	padding:0 10px 0 0; 
	margin:3px 10px 2px 28px;

}

#leftPan form h2 {
	 width:150px;
	 height:47px;
	 display:block;
	 background:url(images/memberbg.gif) 0 0 no-repeat #D5D2BC;
	 color:#fff;
	 font-size:18px;
	 line-height:47px;
	 padding:0 0 0 65px;

}

#leftPan form #register {
	width:200px;
	height:74px;
	float:left;
	margin:3px 0 0;
	margin-left:15px;

}

#leftPan form #register a {
	display:block;
	background: url(images/arrow4.gif) 100% 50% no-repeat;
	color: #993333;
	font-size:14px;
	padding:0 5px 0 0;
	text-decoration:none;

}

#leftPan form #register a:hover {
	text-decoration:underline;

}




/*----Right Panel----*/

#rightPan {
	width:451px;
	float:left;
	background:url(images/rightpan_bg.png) no-repeat bottom;

}

#rightPan h1 {
	width:438px;
	height:124px;
	background:url(images/header.jpg) 0 0 no-repeat #D33F9F;
	color:#fff;
	font:20px/13px Georgia, "Times New Roman", Times, serif; padding:37px 0 0 13px;

}

#rightPan h1 span {
	font:13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;

}

#rightPan h2 {
	width:240px;

	display:block;
	background:url(images/.jpg) 0 0 no-repeat #F6F4E4;
	color: #333333;
	font-size:20px;
	line-height:36px;
	padding:0 0 0 25px;
	margin:29px 0 0 9px;

}

#rightPan h4 {
	width:240px;
	height:50px;
	display:block;
	background:url(images/.jpg) 0 0 no-repeat #F6F4E4;
	color:#333333;
	font-size:24px;
	line-height:22px;
	padding:0 0 0 75px;
	margin:0 0 0 9px;
	clear:both;

}

#rightPan h4 span {
	color:#9F9D81;
	background:#F6F4E4;
	font-size:16px;
	font-weight:bold;
	line-height:18px;

}


#rightPan p {
	padding:20px 0 0 9px;
	text-align: justify;

}

#rightPan p.bottompadding {
	padding:22px 0 0 9px;
	margin:0 0 38px 0;

}

#rightPan p span.boldtext {
	font-weight:bold;
}

#rightPan p span.magedacolortext {
	background:#F6F4E4;
	color:#8F146E;

}

#rightmorePan {
	width:420px;
	height:28px;
	display:block;
	background:url(images/pattern.gif) 0 0 repeat;
	border:1px solid #fff;
	line-height:28px;
	padding:0 0 0 20px;
	margin:0 0 0 9px;

}

#rightmorePan p.textposition {
	float:left;
	padding:0 0 0 18px;
	margin:0px;

}

#rightmorePan a {
	float:left;
	width:76px;
	height:28px;
	display:block;
	background:url(images/morebg.gif) 0 0 no-repeat #D5D2BC;
	color:#1F1E15;
	text-decoration:none;
	padding:0 15px 0 25px;
	margin:0 0 0 135px;

}

#rightmorePan a:hover {
	text-decoration:underline;

}

#rightmorePanback {
	width:420px;
	height:28px;
	display:block;
	background:url(images/pattern.gif) 0 0 repeat;
	border:1px solid #fff;
	line-height:28px;
	padding:0 0 0 20px;
	margin:0 0 0 9px;

}

#rightmorePanback p.textposition {
	float:left;
	padding:0 0 0 18px;
	margin:0px;

}

#rightmorePanback a {
	float:left;
	width:76px;
	height:28px;
	display:block;
	background:url(images/morebg2.gif) 0 0 no-repeat #D5D2BC;
	color:#1F1E15;
	text-decoration:none;
	padding:0 15px 0 25px;
	margin:0 0 0 135px;

}

#rightmorePanback a:hover {
	text-decoration:underline;

}


#rightmorenextPan {
	width:420px;
	height:28px;
	display:block;
	background:url(images/pattern.gif) 0 0 repeat;
	border:1px solid #fff;
	line-height:28px;
	padding:0 0 0 20px;
	
	margin:0 0 0 9px;

}

#rightmorenextPan p.textposition {
	float:left;
	padding:0 0 0 18px;
	margin:0px;

}

#rightmorenextPan a {
	float:left;
	width:76px;
	height:28px;
	display:block;
	background:url(images/morebg.gif) 0 0 no-repeat #D5D2BC;
	color:#1F1E15;
	text-decoration:none;
	padding:0 15px 0 25px;
	margin:0 0 0 135px;

}

#rightmorenextPan a:hover {
	text-decoration:underline;

}


#rightaddPan {
	width:442px; 
	height:170px;
	position:relative;
	margin:0 auto;
	padding:50px 0 0 9px;


} 
#rightaddonePan {
	width:218px;
	height:110px;
	float:left;
	background:url(images/image1.jpg) 100% 0 no-repeat #CBC8B2;
	color:#fff;

}

#rightaddonePan p.whitetext {
	font-size:22px;
	padding:16px 0 0 16px;
}

#rightaddonePan p.whitetextbig {
	font-size:28px;
	padding:10px 0 0 16px;

}

#rightaddonePan a {
	width:117px;
	height:33px;
	display:block;
	background:url(images/viewmore.jpg) 0 0 no-repeat #ABA894;
	color:#fff;
	font-size:16px;
	line-height:30px;
	text-decoration:none;
	margin:15px 0 0;
	padding:0 0 0 35px;

}

#rightaddonePan a:hover {
	text-decoration:underline;

}


#rightaddtwoPan {
	width:218px;
	height:110px;
	float:left;
	background:url(images/image2.jpg) 100% 0 no-repeat #CBC8B2;
	color:#fff;
	margin:0 0 0 6px;

}

#rightaddtwoPan p.whitetext {
	font-size:22px;
	padding:16px 0 0 16px;

}

#rightaddtwoPan p.whitetextbig {
	font-size:28px;
	padding:10px 0 0 16px;

}


#rightaddtwoPan a {
	width:102px;
	height:33px;
	display:block;
	background:url(images/viewmore.jpg) 0 0 no-repeat #ABA894;
	color:#fff;
	font-size:16px;
	line-height:30px;
	text-decoration:none;
	margin:15px 0 0;
	padding:0 0 0 35px;

}

#rightaddtwoPan a:hover {
	text-decoration:underline;

}


/*----Megoszt----*/
#megoszt {
	position: absolute;
	float:right;
	margin:0 auto;
	padding:0;
	color:#FFFFFF;
	left: 633px;
	top: 15px;
	width: 157px;
	height: 75px;
}




.rgtWrap input.txt {
	width:176px;
	margin:20px 20px 0 0;
	padding:3px 5px;
	height:30px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#bfbfbf;
	font-weight:bold;
	border:#cbcbcb solid 1px;
	background:#ffffff;

}

.rgtWrap textarea.txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px; color:#bfbfbf;
	font-weight:bold;
	border:#cbcbcb solid 1px;
	background:#ffffff;

}


.rgtWrap input.btn {
	width:113px;
	height:42px;
	margin-top:18px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	border:0;
	background:url(images/submitBtn.png) no-repeat;

}

s.rgtWrap input.btn:active					{background-position:1px 1px}
.rgtWrap									{width:450px; float:left}

.rgtWrap2 img {


	float:left;

}


.rgtWrap h3									{width:100%}


/* Footer */

#footer {
	clear: both;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 23px solid #f6f2d3;
	font-size: 12px;
	background-color: #ebe7c9;
	
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}

#footer p a {
	text-decoration:none;
	color:#b9874c;
	font-weight:500;
}

