/* Weblapbolt - http://www.weblapbolt.hu */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Weblapbolt - http://www.weblapbolt.hu */

/*-----------------------BoDy-----------------------*/
body {
	text-align: center;
	background-color:#fff;
	margin:0;
	padding:0;
	font-family: Arial,Verdana,Sans-Serif;
	font-size:12px;
	color:#333;
	background-image: url(images/bodyBg.jpg);
	background-attachment: fixed;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

/*-----------------------LiNKs-----------------------*/
a, a:visited, a:active {
	text-decoration:underline;
	color: #264dbc;
	font-weight: bold;
}
a:hover {
	text-decoration:none;
	color: #ffb500;
}

.link2,.link2:visited,.link2:active {
	color: #ffb500;
	text-decoration: none;
}
.link2:hover {
	color: #264dbc;
	text-decoration: underline;
}

/*-----------------------TExTs-----------------------*/
#header h1 {
	display: none;
}

.text1 {
	color:#ff0000;
	font-size: 12px;
	font-weight:bold;
}

.text2 {
	color:#ff6600;
	font-weight:bold;
}

/*-----------------------Inputs-----------------------*/

textArea {
	background-color: transparent;
	border: solid 0px #cad4dc;
	background-image: url(images/tfBg.png);
	background-repeat: no-repeat;
	width: 480px;
	height: 50px;
	padding: 5px 5px 0 5px;
	font-size: 11px;
	margin: 2px 0 0 0;
	display: block;
	color: #333;
}
.textAreaBox {
	background-image: url(images/tfEndBg.png);
	background-position: 0 bottom;
	padding-bottom: 5px;
}
select {
	background-color: #e9eef2;
	border: solid 1px #cad4dc;
	width: 150px;
	padding: 1px;
	font-size: 12px;
	height: 22px;
}
.defInput {
	width: 141px;
	height: 17px;
	font-size: 11px;
	padding: 3px 7px 0 7px;
	color:#333;
	border: 0;
	background-image: url(images/defInput.png);
	background-repeat: no-repeat;
	margin-top: 2px;
}

.defSubmitBtn {
	border: 0;
	display:block;
	width: 53px;
	height: 20px;
	background-image: url(images/buttons.png);
}
.defSubmitBtn.hover {
	cursor:pointer;
	background-position: 0 -20px;
}
.defSubmitBtn:hover {
	cursor:pointer;
	background-position: 0 -20px;
}


/*-----------------------MAiN BLoCKs-----------------------*/
#contents {
	border:solid 0px #ff0099;
	margin: auto;
	background-image: url(images/contentBg2.png);
	background-repeat: repeat-y;
	background-position: center 0;
	width: 960px;
}

#header {
	width:960px;
	height:165px;
	text-align:left;
	border: solid 0px red;
	background-image: url(images/headerBg.png);
	background-position: 0 bottom;
	background-repeat: no-repeat;
}

#fheader {
  position: relative;
  left: 4px;
}

*html #header {
	background-image: none;
}


#main {
	width:960px;
	border: solid 0px blue;
	text-align: left;
	padding-bottom: 30px;
	background-image: url(images/leftContentEnd.jpg);
	background-position: 12px bottom;
	background-repeat: no-repeat;
}

#leftContent {
	width:210px;
	border: solid 0px green;
	float:left;
	font-size: 11px;
}


#centerContent {
	width:505px;
	border: solid 0px green;
	background-color: white;
	float:left;
	line-height: 1.2em;
	margin: 0 0 0 0px;
	overflow: hidden;
}
#mainContent {
	padding: 0 0 0 10px;
}
#mainContent a {
	background-color: white;
}
#mainContent b {
	background-color: white;
}
#mainContent p {
	margin: 10px 0 0px 0;
}

#rightContent {
	width:205px;
	border: solid 0px blue;
	float: left;
	padding-top: 12px;
	margin-left: 27px;
	font-size: 11px;
}

#footer {
	width:960px;
	text-align:left;
	color:#fff;
	height:110px;
	border: solid 0 green;
	background-image: url(images/footerBg.png);
	background-repeat: no-repeat;
	background-position: center 0;
}





/*------------------------------------FooTeR cOnteNt---------------------------------*/
#footer ul {
	margin:0px 0 0 0;
	padding:0 0 0 0;
	border:solid 0px red;
	text-align: left;
}
#footer li {
	display:inline;
	margin:0;
}
#footer li a {
	color:#999;
	font-size:13px;
	font-weight:normal;
	margin-right: 20px;
	padding:0;
}
#footer li a:hover{
	color:#ff0000;
	text-decoration:none;
}
.info1 {
	font-size: 11px;
	color: #666;
	margin: 30px 0 0 230px;
	position: absolute;
}
.info1 a,.info1 a:active,.info1 a:visited {
	color: #333;
	text-decoration: none;
}
.info1 a:hover {
	color: #264dbc;
	text-decoration: underline;
}
.info2 {
	font-size: 11px;
	color: #666;
	margin: 30px 0 0 455px;
	position: absolute;
}
.info2 a,.info2 a:active,.info2 a:visited {
	color: #333;
	text-decoration: none;
}
.info2 a:hover {
	color: #264dbc;
	text-decoration: underline;
}
.copyright {
	position: absolute;
	margin: 83px 0 0 25px;
	color:#fff;
	font-size:11px;
	line-height:23px;
	clear: both;
}
.designed {
	margin: 83px 0 0 865px;
	position: absolute;
}
.designed a,.designed a:visited,.designed a:active{
	background-image: url('images/wb.png');
	background-repeat: no-repeat;
	text-decoration: none;
	width: 73px;
	height: 21px;
	display: block;
	text-align: left;
	background-position: right 0;
	line-height: 21px;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
}
.designed a:hover {
	background-position: right -21px;
	color: #fff;
}
.designed span {
	display: none;
}




/*-----------------------VISSZABTN-------------------------*/
.back,.back:active,.back:visited {
	float: right;
	margin: -32px 0 0 0;
	color: #999;
	letter-spacing: 1px;
	font-size: 11px;
	text-decoration: none;
	background-color: white;
	border: solid 0px red;
}
.back:hover {
	text-decoration: none;
	color: #264dbc;
}

.tdBorderB td{
	border-bottom: solid 1px #eee;
	padding: 2px 0 2px 0;
}
.tdBorderB .last td {
	border-bottom: 0;
}

/*-------LOADER--------*/
#loader {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	height:33px;
	margin:210px 0pt 0pt 425px;
	padding:17px 0 0 0;
	position:absolute;
	text-align:center;
	width:50px;
	z-index:100000;
}



/*-----------------NEWS-----------------*/
.newsListBox,.newsListBox:active,.newsListBox:visited {
	display: block;
	width: 482px;
	overflow: hidden;
	float: left;
	margin: 0 0 15px 0;
	padding: 5px;
	border: solid 1px #ebebeb;
	text-decoration: none;
}
.newsListBox:hover {
	background-color: #fff;
	border: solid 1px #fff;
}
.newsListBox h3,.newsListBox:active h3,.newsListBox:visited h3 {
	border-bottom: dashed 1px #ebebeb;
	color: #264dbc;
	background-color: white;
}
.newsListBox:hover h3 {
	color: #ffb500;
}
.newsListBox .lead {
	margin: 10px 0 5px 0;
	padding-bottom: 5px;
	color: #333;
	font-weight: normal;
	overflow: hidden;
}
.newsListBox .date {
	text-align: right;
	font-size: 11px;
	color: #9ea6ad;
	font-weight: normal;
}

.newsEntry h3 {
	color: #264dbc;
	background-color: white;
}
.newsEntry .lead {
	margin: 5px 0 10px 0;
	font-size: 12px;
}

.newsEntry .date {
	text-align: right;
	font-size: 11px;
	color: #999;
	font-weight: normal;
	border-top: dashed 1px #bec8d0;
	margin-top: 10px;
	padding-top: 2px;
}


/*--------------LEFT content----------------*/
.leftBox {
	background-image: url(images/leftBoxBg.png);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	margin: 0 0 10px 22px;
	border: solid 0px red;
}
.leftBox .top {
	background-image: url(images/leftBoxTop.png);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	height: 10px;
}
.leftMenu {
	padding: 10px 0 17px 13px;
	border-right: solid 1px #fff;
}

.leftMenu ul {
	border: solid 0px red;
}
.leftMenu li {
	list-style-type: none;
}
.leftMenu li a,.leftMenu li a:visited,.leftMenu li a:active{
	margin-top: 1px;
	height: 21px;
	width: 135px;
	display: block;
	padding: 0px 10px 0px 10px;
	line-height: 21px;
	text-align: left;
	color: #333;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/leftMenuBg.png);
}
.leftMenu li a:hover{
	background-position: 0 -21px;
	color: #fff;
}


/*----------SUBMENU---------*/


.subMenu li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.subMenu li a,.subMenu li a:visited,.subMenu li a:active{
	margin: 0;
	height: 22px;
	width: 165px;
	display: block;
	padding: 0px 23px 0px 23px;
	line-height: 22px;
	text-align: left;
	color: #333;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	background-image: url(images/subMenu.png);
}
.subMenu li a:hover {
	background-position: 0 -22px;
	color: #fff;
}

.letoltesBox .subMenu li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.letoltesBox .subMenu li a,.letoltesBox .subMenu li a:visited,.letoltesBox .subMenu li a:active{
	margin: 0;
	height: 22px;
	width: 165px;
	display: block;
	padding: 0px 23px 0px 23px;
	line-height: 22px;
	text-align: left;
	color: #333;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	background-position: 0 0;
	background-image: url(images/subMenu.png);
}
.letoltesBox .subMenu li a:hover {
	background-position: 0 -22px;
	color: #fff;
}




.subMenu2 {
	padding: 20px 0 20px 0;
	margin: auto;
	width: 180px;
}
.subMenu2 li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.subMenu2 li a,.subMenu2 li a:visited,.subMenu2 li a:active{
	margin: 0;
	height: 22px;
	width: 177px;
	display: block;
	padding: 0px 7px 0px 7px;
	overflow: hidden;
	line-height: 22px;
	text-align: center;
	color: #333;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	background-image: url(images/subMenu.png);
	background-position: -14px 0;
}    
.subMenu2 li a:hover {
	background-position: -14px -22px;
	color: #fff;
}





.loginBox {
	margin: 7px 0 0 10px;
	padding-bottom: 20px;
}
.loginBox .reg,.loginBox .reg:active,.loginBox .reg:visited {
	border: solid 0px red;
	float: left;
	margin: 15px 10px 0 17px;
	color: #333;
	border-bottom: dashed 1px #666;
	text-decoration: none;
	line-height: 10px;
}
.loginBox .reg:hover {
	text-decoration: none;
	color: #264dbc;
	border-bottom: solid 1px #264dbc;
}

.elf_jelszo,.elf_jelszo:active,.elf_jelszo:visited {
	border: solid 0px red;
	margin: 0 0 0 25px;
	text-decoration: none;
	color: #999;
	padding-top: 10px;
	background-color: white;
}
.elf_jelszo:hover {
	text-decoration: underline;
	color: #264dbc;
}


/*--------------butttons---------------*/
.loginBtn {
	margin: 10px 0 0 10px;
}
.loginBtn.hover {
	background-position: 0 -20px;
}
.loginBtn:hover {
	background-position: 0 -20px;
}

.sendBtn {
	background-position: -136px 0;
}
.sendBtn.hover {
	background-position: -136px -20px;
}
.sendBtn:hover {
	background-position: -136px -20px;
}

.saveBtn {
	background-position: -189px 0;
}
.saveBtn.hover {
	background-position: -189px -20px;
}
.saveBtn:hover {
	background-position: -189px -20px;
}

.regBtn {
	background-position: -53px 0;
	width: 83px;
	margin: 15px auto 10px auto;
}
.regBtn.hover {
	background-position: -53px -20px;
}
.regBtn:hover {
	background-position: -53px -20px;
}

.passSendBtn {
	background-position: -242px 0;
	width: 120px;
	margin: 15px auto 10px auto;
}
.passSendBtn.hover {
	background-position: -242px -20px;
}
.passSendBtn:hover {
	background-position: -242px -20px;
}








.letoltesBox {
	margin: 0 20px 0 15px;
	height: 95px;
}
.letoltesBox h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	border-bottom: dashed 1px #ccc;
}
.letoltesBox ul {
	margin: 7px 0 0 5px;
	border-right: solid 1px #fff;
}
.letoltesBox li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
}
.letoltesBox li a,.letoltesBox li a:visited,.letoltesBox li a:active{
	margin-top: 1px;
	height: 15px;
	width: 135px;
	display: block;
	padding: 0px 10px 0px 13px;
	text-align: left;
	color: #999;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	background-image: url(images/letoltesLiBg.png);
	background-repeat: no-repeat;
	background-position: 0 1px;
}
.letoltesBox li a:hover{
	background-position: 0 -15px;
	color: #333;
}



/*--------------------centerContent--------------------*/
.aktOldal {
	border-bottom: solid 3px #ebebeb;
	margin: 12px 0 15px 0;
	background-image: url(images/aktualisBgEnd.png);
	background-repeat: no-repeat;
	padding: 0px 0 0 6px;
}
.aktOldal td {
	background-image: url(images/aktualisBg.png);
	background-repeat: no-repeat;
	background-position: right 0;
	padding: 4px 0 0 0;
	line-height: 12px;

}
.aktOldal h2 {
	color: #999;
	padding: 0px 10px 0 5px;
	font-weight: bold;
	font-size: 11px;
	display: inline;
}

/*--------------------rightContent--------------------*/
.rightBox {
	background-image: url(images/rightBoxBg.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	width: 205px;
	border: solid 0px red;
	margin-bottom: 10px;
}
.rightBoxTop {
	background-image: url(images/rightBoxTop.png);
	background-repeat: no-repeat;
	background-position: 0 top;
	padding: 0 10px 10px 10px;
	min-height: 50px;	
}
.rightBox h2 {
	color: #264dbc;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	border: solid 0px red;
	line-height: 25px;
	margin-bottom: 15px;
}


.cimlapAktualis,.cimlapAktualis:active,.cimlapAktualis:visited {
	display: block;
	text-decoration: none;
	color: #555;
	border: solid 0px red;
	font-weight: normal;
}
.cimlapAktualis:hover {
	color: #333;
}
.cimlapAktualis:hover h2 {
	color: #ffb500;
	text-decoration: underline;
}

.szavazas .kerdes {
	margin: 0 0 10px 0;
	font-weight: bold;
}




/*-----------------GALLERY-----------------*/

.gallery_image div {
    display: none;
}
.gallery_image {
    float: left;
    border: solid 1px #ebebeb;
    margin: 0 4px 10px 4px;
    position: relative;
    left: 0;
    top: 0;

}
.gallery_image img {
	
}

#galleryImageContainer {
	background-color: #eee;
	padding: 4px;
	border: solid 1px #bbb;
	z-index: 15000;
}

#galleryLoader {
    position: absolute;
    top: 60px;
    left: 60px;
    width: 37px;
    height: 37px;
    background-image: url("images/loader.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: white;
    z-index: 20;
    display: block;
    border: 1px solid gray;
    filter:alpha (opacity=80);-moz-opacity:.8;opacity:.8;-khtml-opacity: 0.8;
}

#galleryImage {
    padding: 4px;
    background-color: #fff;
}

#galleryClose {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    background-image: url("images/closebox.png");
    cursor: pointer;
    z-index: 15100;
}

#galleryDesc {
    display: none;
    position: relative;
    color: #555;
    border: solid 0px red;
}

#galleryPrev {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url("images/elozo.gif");
    background-repeat: no-repeat;
    background-position: left center;
    z-index: 15099;
    margin-left: 5px;
}

#galleryNext {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url("images/kovetkezo.gif");
    background-repeat: no-repeat;
    background-position: right center;
    z-index: 15099;
    margin-left: 5px;
}

.galleryFullImage,.galleryFullImage:active,.galleryFullImage:visited {
	color:#9a9379;
	font-size: 11px;
	font-weight: normal;
	margin: 7px 0 0 0;
	display: block;
	text-decoration: none;
}
.galleryFullImage:hover {
	color:#b00000;
	text-decoration: none;
}


/*----------LISTA--------*/

.galleryList {
	float: left;
	margin: 10px 3px 10px 3px;
	border: solid 0px red;
	text-align: center;
}
.galleryList a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.galleryList a:hover {
	text-decoration: none;
	color: #264dbc;
}
.galleryList a img,.galleryList a:active img,.galleryList a:visited img {
	border: solid 2px #ccc;
	padding: 2px;
}
.galleryList a:hover img {
	border: dashed 2px #264dbc;
}
.date {
	color: #999;
	font-size: 11px;
	font-weight: normal;
	border-top: dashed 1px #ebebeb;
	margin-top: 5px; 
	padding-top: 2px;
}







/*-------LOADER--------*/
#loader {
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	height: 33px;
	margin: 210px 0pt 0pt 425px;
	padding: 17px 0 0 0;
	position: absolute;
	text-align: center;
	width: 50px;
	z-index: 100000;
}

/* MENU */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	/*border: solid 1px red;*/
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			210px; /* left offset of submenus need to match (see below) */
	background-image: url(images/subMenuBg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-top: 15px;
}

.sf-menu div {
	background-image: url(images/subMenuEndBg.png);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	border: solid 0px red;
	height: 15px;
	clear: both;
}

.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			155px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			155px; /* match ul width */
	top:			0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	/*background:		url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
/*.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}*/

.sf-vertical, .sf-vertical li {
	width:	155px;	
	z-index: 1000;
}

.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	154px; /* match ul width */
	top:	-15px;	
}

.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers */

.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers */
}

/*--------------- POLL -----------------*/
.pollBar {
	background-image: url(images/barBg.png);
	background-repeat: no-repeat;
	padding: 4px;
	height: 14px;
	margin-bottom: 3px;
	width: 180px;

}
.pollStart {
	float: left;
	width: 5px;
	height: 14px;
	background-image: url(images/barl.png);
	background-repeat: no-repeat;
}

.pollBody {
	float: left;
	width: 5px;
	height: 14px;
	background-image: url(images/bar.png);
	background-repeat: repeat-x;
}

.pollEnd {
	float: left;
	width: 5px;
	height: 14px;
	background-image: url(images/barr.png);
	background-repeat: no-repeat;
}

.nevnap {
	color: #645634;
	font-weight: bold;
	font-size: 11px;
	margin: 0 15px 0 30px;
	padding-top: 10px;
}





.fooldalGaleriak img {
	margin: 0 0 0 3px;
	border: solid 2px white;
	padding: 1px;
}



/*-----------------fOruM--------------*/

.link2,.link2:visited,.link2:active {
	color: #ffb500;
	text-decoration: none;
}
.link2:hover {
	color: #264dbc;
	text-decoration: underline;
}


.forumList {
	margin: 0 0 15px 0;
	border: solid 0px red;
	width: 482px;
	padding: 5px;
	border: solid 1px #EBEBEB;
}
.forumList:hover {
	border: solid 1px #fff;
	background-color: #fff;
}

.forumListA,.forumListA:visited,.forumListA:active{
	font-weight: normal;
	color:#413e33;
	display: block;
	text-decoration: none;
}

.forumList h3 {
	padding: 0 0 3px 0;
	color: #264DBC;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #EBEBEB;
}
.forumList a:hover h3{
	color: #ffb500;
}
.forumList span {
	color: #9ea6ad;
}
.forumList .hozzaszolok {
	float: left;
	font-weight: bold;
	color: #413e33;
	font-size: 11px;
}
.forumList .utolso {
	text-align: right;
	color: #9ea6ad;
	font-weight: normal;
	font-style: italic;
}
.forumAdmin {
	text-align: center;
	margin-top: 7px;
	border-top: solid 1px #EBEBEB;
	padding-top: 5px;
}
.forumAdmin a,.forumAdmin a:visited,.forumAdmin a:active{
	text-decoration: none;
	color: #ffb500;
	font-size: 11px;
}
.forumAdmin a:hover{
	color: #264dbc;
}


.szovegBevitel {
	width: 490px;
	margin: 0 auto 0 auto;
	text-align: left;
	font-size: 11px;
	border: solid 0px red;
}
.szovegBevitel a,.szovegBevitel a:visited,.szovegBevitel a:active{
	text-decoration: none;
	color: #333;
}
.szovegBevitel a:hover{
	text-decoration: none;
	color: #ffb500;
}
.szovegBevitel table {
	margin: 0 auto 0 auto;
	width: 220px;
}
.szovegBevitel td {
	padding: 3px;
	vertical-align: middle;
}

.forumPost {
	margin-bottom: 10px;
}
.forumPost .date {

}
.postHeader {
	text-align: right;
	border-bottom: solid 1px #EBEBEB;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
.postHeader div {
	float: left;
}
.postHeader a,.postHeader a:active,.postHeader a:visited {
	text-decoration: none;
}
.postHeader span {
	color: #193a4f;
	padding: 0 5px 0 5px;
}
.postHeader i {
	color: #5a5543;
	font-style: italic;
}
.szerkeszt {
	border-top: dashed 1px #ddd;
	margin-top: 3px;
	padding-top: 3px;
	margin-bottom: 3px;
}
.moderalTorol a,.moderalTorol a:active,.moderalTorol a:visited {
	color: #f00;
}
.moderalTorol a:hover {
	color: #193a4f;
}

.personalMenu {
	margin-top: 15px;
}
.personalMenu a,.personalMenu a:active,.personalMenu a:visited {
	margin: 1px 0 0 3px;
	height: 21px;
	width: 135px;
	display: block;
	padding: 0px 10px 0px 10px;
	line-height: 21px;
	text-align: left;
	color: #333;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/leftMenuBg.png);
}
.personalMenu a:hover { 
	background-position: 0 -21px;
	color: #fff;
}



.regTable {
	width: 300px;
	margin: auto;
}


.subPageList,.subPageList:visited,.subPageList:active {
	margin-bottom: 15px;
	display: block;
	text-decoration: none;
}
.subPageList h2 {
	font-size: 13px;
	border-bottom: dashed 1px #EBEBEB;
	margin-bottom: 3px;
}
.subPageList div {
	color: #333;
	font-weight: normal;
}

.subPageContent h2 {
	margin-bottom: 5px;
	color: #264dbc;
}

.mapFrame {
	padding: 2px;
	border: solid 2px #f6f6f6;
}



/*------------------PAGINATION--------------------*/
.paginationTop .pagination {
	border-bottom: 0px dashed #dbdbdb;
	border-top: 0;
	margin-bottom: 5px;
}
#pagination {
	border-top: 0px dashed #dbdbdb;
	height: 30px;
	margin: 5px 0 0 3px;
	padding-top: 5px;
	text-align: center;
}
#pagination table {
	margin: 0 left;
	border: solid 0px red;
}
#pagination .aktualis {
	background-color: #ffb70a;
	border: solid 1px #cd940a;
	color: #fff;
	display: block;
	float: left;
	height: 21px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	line-height: 22px;
	width: 21px;
	margin: 0 3px 0 0;
}
#pagination .number, #pagination .number:active, #pagination .number:visited {
	background-color: #f6f6f6;
	border: 1px solid #e6e6e6;
	color: #333;
	display: block;
	float: left;
	font-weight: normal;
	height: 21px;
	padding: 0px 0pt 0pt 0px;
	text-align: center;
	line-height: 22px;
	text-decoration: none;
	width: 21px;
	margin-right: 3px;
}
#pagination .number:hover {
	background-color: #264dbc;
	border: solid 1px #193b4f;
	color: #fff;
}
#paginationNext,#paginationNext:active,#paginationNext:visited {
	float: left;
	line-height: 24px;
	margin: 0px 0pt 0pt 10px;
	color: #333;
	text-decoration: none;
}
#paginationNext:hover {
	text-decoration: underline;
}
#paginationNext span {

}
.paginationNextIa {
	display:none;
}
.paginationNextIa span {

}
#paginationPrev,#paginationPrev:visited,#paginationPrev:active {
	float: left;
	line-height: 24px;
	margin: 0px 10px 0pt 0pt;
	color: #333;
	text-decoration: none;
}
#paginationPrev:hover {
	text-decoration: underline;	
}
#paginationPrev span {
	//display: none;
}
.paginationPrevIa {
	display: none;
}
.paginationPrevIa span {

}


.videotarBtn,.videotarBtn:active,.videotarBtn:visited {
	border: 0;
	display:block;
	width: 95px;
	height: 32px;
	background-image: url(images/videotarBtn.png);
	margin: auto;
}
.videotarBtn:hover {
	cursor:pointer;
	background-position: 0 -32px;
}
.videotarBtn span { display: none; }
