/*------------------------------KATEGEGÓRIÁK MENU---------------------------------*/
#leftBlock {
	border:solid 0px #ff0000;
	margin:10px 0 0px 0px;
}
#leftBlockLabel {
	margin:2px;
	padding:3px;
	color:#CCCCCC;
	background-color:#999999;
	display:none;
}
#leftBlock ul {
	list-style-type:none;
	margin:5px 0 0 5px;
	padding:0;
	border:solid 0px red;
}
#leftBlock li {
	display:block;
	padding:0;
	margin:0;
}
#leftBlock li a {
	display:block;
	padding-top:6px;
	color:#586643; 
	text-decoration:none;
	font-family: Georgia;
	font-size: 10px;
	font-weight:bold;
	text-align:left;
	width:153px;
	height:19px;
	text-indent:10px;
	background-image:url(menuBg.jpg);
	margin:1px;
}
#leftBlock li a:hover {
	background-position:0 -26px;
	text-indent:25px;
	color:#4d3f00;
}
#leftBlockEnd {
	width:153px;
	height:10px;
	background-image:url(belepesBoxBgEnd.png);
	border:solid 0px red;
	background-repeat:no-repeat;
}
*html #leftBlockEnd {
	width:153px;
	height:10px;
	background-image:url(belepesBoxBgEnd.png);
	border:solid 0px red;
	background-repeat:no-repeat;
	font-size:2px;
}


/*-----------LOGIN--------------*/
#loginBlock {
	background-image:url(belepesBoxBg.png);
	background-repeat:no-repeat;
	border:solid 0px red;
	width:153px;
	height:160px;
	margin:0 0 0px 5px;
}
*html #loginBlock {
	margin:0 0 15px 5px;
}

#loginCntr {
	margin:0 0 0 10px;
}
*html #loginCntr input{
	background-attachment:fixed;
}

#login_usernameField {
	width:122px;
	height:18px;
	padding:3px 5px 0 5px;
	margin:0px 0 0 0px;
	background-image:url(inputBg.png);
	background-repeat:no-repeat;
	background-position:0 0;
	border-width:0;
	font-size:11px;
	border:solid 0px red;
	font-family:Georgia;
}
#login_passwordField {
	width:122px;
	height:18px;
	padding:3px 5px 0 5px;
	margin:0px 0 0 0px;
	background-image:url(inputBg.png);
	background-repeat:no-repeat;
	background-position:0 0;
	border-width:0;
	font-family:Georgia;
	font-size:11px;
	border:solid 0px red;
}
#elfelejtett_jelszo_link {
	font-family:Tahoma;
	font-size:11px;
	display:block;
	width:140px;
	margin:5px 0 10px 2px;
	border:solid 0px red;
	color:#586643;
}
#regisztracio_link {
	position:absolute;
	margin:-16px 0 0 2px ;
	color:#586643;
	font-size:10px;
	font-weight:bold;
}

#loginCntr label {
	display:block;
	font-size:10px;
	margin:0px 0 0 1px;
	padding-top:5px;
	color:#586643;
}

/*--------------BELEPETT ALLAPOT---------*/
.udvozlo {
	margin:0 0 0 10px;
	font-size:11px;
}
#loginBlock ul{
	margin:20px 0 7px 5px;
	padding:0;
}
#loginBlock li {
	display:block;
	padding:0;
	margin:0;
	list-style-type:none;
}
#loginBlock li a {
	display:block;
	padding-top:3px;
	color:#586643; 
	text-decoration:none;
	font-family: Georgia;
	font-size: 10px;
	text-align:left;
	width:140px;
	height:15px;
	text-indent:5px;
	margin:1px;
	background-color:#bbcda3;
	font-weight:bold;
}
#loginBlock li a:hover {
	background-color:#fbd10d;
	color:#4d3f00;
}

/*---------------LANGUAGE-------------*/
#language {
	background-image:url(languageBg.png);
	background-repeat:no-repeat;
	width:153px;
	height:39px;
	margin:1px 0 0 5px;
	border:solid 0px red;
}
*html #language {
	margin:-14px 0 0 5px;
}
/*---hunBtn---*/
#hunBtn {
	position:absolute;
	margin:5px 0 0 10px;
}
#hunBtn a { 
	width:23px;
	height:15px;
	display:block;
	background-image:url(hunBtn.png);
}
#hunBtn a span {
	display:none;
}
#hunBtn a:hover {
	background-position:0 -15px;
}

/*---engBtn---*/
#engBtn {
	position:absolute;
	margin:5px 0 0 65px;
}
#engBtn a { 
	width:23px;
	height:15px;
	display:block;
	background-image:url(engBtn.png);
}
#engBtn a span {
	display:none;
}
#engBtn a:hover {
	background-position:0 -15px;
}

/*---gerBtn---*/
#gerBtn {
	position:absolute;
	margin:5px 0 0 120px;
}
#gerBtn a { 
	width:23px;
	height:15px;
	display:block;
	background-image:url(gerBtn.png);
}
#gerBtn a span {
	display:none;
}
#gerBtn a:hover {
	background-position:0 -15px;
}