body{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #066;
	min-width:780px;
	height:100%;
	text-align:center;
	margin:0;
	padding:0;
	
	
	
	background: #1B120B;
	
	
}

.input{width:120px;font-size:10px;color:#000;background:url(bullet_bg.png);height:21px;border:1px solid #808080;padding:3px 5px 0px 5px;}
.button{font-size:10px;color:#000;background:url(bullet_bg.png);height:20px;border:1px solid #a0a0a0;padding:0px 5px 0px 5px;}

code{


	margin:10px 0px 10px 0px;
	padding:10px 10px 10px 10px;
	color:#fff;
	width:450px;

	
}
pre {
	width:450px;
	background:#595D5F;
	color:#fff;	
	margin:10px 0px 10px 0px;
	padding:10px 10px 10px 10px;
	border-left:30px solid #ff6c00;
	border-right:1px dashed #ff6c00;
	border-bottom:1px dashed #ff6c00;
	border-top:1px dashed #ff6c00;
	text-align:left;
}



#wrapper{
	margin:0 auto;
	padding:0;
	width:1024px;
	background:#fff;
	text-align:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #232B2F;
	border-right-color: #232B2F;
	border-bottom-color: #232B2F;
	border-left-color: #232B2F;
}






#header{
	width:100%;
	height:126px;
	text-align:left;
	background-color: #999;
	//background-image: url(../images/logo5.gif);
	border-bottom-style: none;
}

#header_admin{
	width:100%;
	height:126px;
	text-align:left;
	background-color: #999;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #B95C00;
	background-image: url(../images/logo_admin3.gif);
}


/* header menubar */

#menubar_top{
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #ffffec;
}
#menubar_top ul{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style-type:none;
}
#menubar_top li{
	float:left;
	padding:0px 2px 5px 2px;
	text-decoration:none;
}

#menubar_top .bulletie{
	text-decoration:none;
	background:url(bullet_bg.png);
	color:#000;
	padding:0px 10px 9px 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #707070;
	border-left-color: #fff;
}

#menubar_top .bulletie2{
	text-decoration:none;
	color:#000;
	border-left:1px solid #fff;
	border-right:1px solid #707070;
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
	font-size: 25px;
	height: 25px;
}

#menubar_top .bulletie a:link{
	color:#000;
	text-decoration:none;
	margin:0px 5px 0px 5px;
	font-size: 24px;
}
#menubar_top .bulletie a:active{
	text-decoration:none;
	color:#000;
	font-size: 24px;
}
#menubar_top .bulletie a:visited{
	text-decoration:none;
	color:#000;
	font-size: 24px;
}
#menubar_top .bulletie a:hover{
	text-decoration:none;
	color:#345080;
	font-size: 24px;
}

#menubar_top .bulletie2 a:link{
	color:#000;
	text-decoration:none;
	margin:0px 5px 0px 5px;
	font-size: 24px;
}
#menubar_top .bulletie2 a:active{
	text-decoration:none;
	color:#000;
	font-size: 24px;
}
#menubar_top .bulletie2 a:visited{
	text-decoration:none;
	color:#000;
	font-size: 24px;
}
#menubar_top .bulletie2 a:hover{
	text-decoration:none;
	color:#345080;
	font-size: 24px;
}




#sidebar_left{
	float:left;
	width:175px;
	padding:10px 5px 10px 5px;
	font-size:12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #b95c00;
}

#sidebar_left .left_box{background:#fafafa;padding:1px;border-bottom:2px solid #808080;border-top:3px solid #d0d0d0;border-right:1px dashed #CFCFCF;border-left:1px dashed #CFCFCF;}
#sidebar_left .left_box a:link{color:#00f;text-decoration:none;margin:0px 5px 0px 5px;}
#sidebar_left .left_box a:active{text-decoration:none;color:#00f;}
#sidebar_left .left_box a:visited{text-decoration:none;color:#00f;}
#sidebar_left .left_box a:hover{text-decoration:none;color:#fff;background:#ff6c00;}


#sidebar_left ul{padding:0px 0px 0px 0px;margin:0;list-style-type:none;}
#sidebar_left li{border-top:1px solid #d0d0d0;background:#e0e0e0;margin:1px 0px 1px 0px;}

/* menu level 1*/
#sidebar_left .bulletie{	
	text-decoration:none;
	color:#000;
	background:#eaeaea;
	padding:0px 10px 9px 10px;
}

#sidebar_left .bulletie a:link{	
	color:#000;
	text-decoration:none;
	margin:0px 5px 0px 5px;
}
#sidebar_left .bulletie a:active{
	text-decoration:none;
	color:#000;
}
#sidebar_left .bulletie a:visited{
	text-decoration:none;
	color:#000;
}
#sidebar_left .bulletie a:hover{
	text-decoration:none;
	color:#f00;
}
/* menu level 2*/
#sidebar_left .sub_bulletie{	
	text-decoration:none;
	color:#000;
	padding:0px 10px 9px 20px;
	background:#e0e0e0;
}
#sidebar_left .sub_bulletie a:link{	
	color:#000;
	text-decoration:none;
	margin:0px 5px 0px 5px;
}
#sidebar_left .sub_bulletie a:active{
	text-decoration:none;
	color:#000;
}
#sidebar_left .sub_bulletie a:visited{
	text-decoration:none;
	color:#000;
}
#sidebar_left .bulletie a:hover{
	text-decoration:none;
	color:#00f;
}

/* menu level 3*/
#sidebar_left .sub1_bulletie{	
	text-decoration:none;
	color:#000;
	padding:0px 10px 9px 30px;
	background:#d5d5d5;
}
#sidebar_left .sub1_bulletie a:link{	
	color:#000;
	text-decoration:none;
	margin:0px 5px 0px 5px;
}
#sidebar_left .sub1_bulletie a:active{
	text-decoration:none;
	color:#000;
}
#sidebar_left .sub1_bulletie a:visited{
	text-decoration:none;
	color:#000;
}
#sidebar_left .sub1_bulletie a:hover{
	text-decoration:none;
	color:#00f;
}

#sidebar_left h4 {
	font-size:16px;
	color:#fff;
	padding:5px;
	margin:0;
	
	background-color: #B95C00;
}

#sidebar_left div.functions {
	float: left;
	width: 161px;
	height: 162px;
	position: relative;
	left: 3px;
	padding: 2px;
	color: #FFFFFF;
	overflow: hidden;
	background-color: #E5E5E5;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	vertical-align: middle;
	background-image: url(../images/functions_bg2.jpg);
}
      #sidebar_left div.functions h2 { font-size: 12px; margin: 0; text-transform: uppercase; font-weight: normal; text-align: center; }
      #sidebar_left div.functions ul { width: 160px; float: left; margin: 0; padding: 5px 0 0 0; list-style-type: none; }
        #sidebar_left div.functions ul li { width: 150px; border-bottom: #EE9A80 1px solid; }
          #sidebar_left div.functions  a { display: block; color: #FFFFFF; background: none; padding: 2px 0; }
          #sidebar_left div.functions  a:hover {
            display: block;
            background: #A20602;
            text-decoration: none;
            opacity: 0.50;
            filter:alpha(opacity=50);
            -moz-opacity: 0.50;
          }

          #sidebar_left div.functions  a img { border: none; }

      #sidebar_left div.functions p { float: left; font-size: 9px; margin: 0; padding: 7px 0 0 13px; }
        #sidebar_left div.functions p a { color: #E5A09A; }



#sidebar_right{
	float:right;
	width:180px;
	
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #B95C00;

}
#sidebar_right .right_box{
	padding:0px;
	background-color: #ffffec;
	
}
#sidebar_right .right_box a:link{
	color:#066;
	text-decoration:none;
	margin:0px 5px 0px 5px;
	font-size: 12px;
}
#sidebar_right .right_box a:active{
	text-decoration:none;
	color:#066;
	font-size: 12px;
}
#sidebar_right .right_box a:visited{
	text-decoration:none;
	color:#066;
	font-size: 12px;
}
#sidebar_right .right_box a:hover{
	text-decoration:none;
	color:#fff;
	background-color: #9b0000;
	font-size: 12px;
}

#sidebar_right h1 {font-size:14px;color:#404040;padding:5px 0px 10px 0px;margin:0px;}
#sidebar_right h2 {font-size:12px;color:#607070;padding:5px 0px 10px 10px;margin:0px;}
#sidebar_right h3 {font-size:10px;color:#808080;padding:5px 0px 10px 20px;margin:0px;}
#sidebar_right h4 {
	font-size:16px;
	color:#fff;
	padding:5px;
	margin:0;
	
	background-color: #B95C00;
}

#sidebar_right a:link{color:#000;text-decoration:underline;}
#sidebar_right a:active{color:#000;text-decoration:underline;}
#sidebar_right a:visited{color:#000;text-decoration:underline;}
#sidebar_right a:hover{color:#f00;text-decoration:underline;}


#sidebar_right ul{padding:0px 0px 0px 0px;margin:0;list-style-type:none;}
#sidebar_right li{border-top:1px solid #d0d0d0;background:#e0e0e0;margin:1px 0px 1px 0px;}

/* menu level 1*/
#sidebar_right .bulletie{	
	text-decoration:none;
	color:#000;
	background:#eaeaea;
	padding:0px 10px 9px 10px;
}

#sidebar_right .bulletie a:link{	
	color:#000;
	text-decoration:none;
	margin:0px 5px 0px 5px;
}
#sidebar_right .bulletie a:active{
	text-decoration:none;
	color:#000;
}
#sidebar_right .bulletie a:visited{
	text-decoration:none;
	color:#000;
}
#sidebar_right .bulletie a:hover{
	text-decoration:none;
	color:#f00;
}
/* menu level 2*/
#sidebar_right .sub_bulletie{	
	text-decoration:none;
	color:#000;
	padding:0px 10px 9px 20px;
	background:#e0e0e0;
}
#sidebar_right .sub_bulletie a:link{	
	color:#000;
	text-decoration:none;
	margin:0px 5px 0px 5px;
}
#sidebar_right .sub_bulletie a:active{
	text-decoration:none;
	color:#000;
}
#sidebar_right .sub_bulletie a:visited{
	text-decoration:none;
	color:#000;
}
#sidebar_right .bulletie a:hover{
	text-decoration:none;
	color:#00f;
}

/* menu level 3*/
#sidebar_right .sub1_bulletie{	
	text-decoration:none;
	color:#000;
	padding:0px 10px 9px 30px;
	background:#d5d5d5;
}
#sidebar_right .sub1_bulletie a:link{	
	color:#000;
	text-decoration:none;
	margin:0px 5px 0px 5px;
}
#sidebar_right .sub1_bulletie a:active{
	text-decoration:none;
	color:#000;
}
#sidebar_right .sub1_bulletie a:visited{
	text-decoration:none;
	color:#000;
}
#sidebar_right .sub1_bulletie a:hover{
	text-decoration:none;
	color:#00f;
}

#sidebar_right div.functions {
	float: left;
	width: 161px;
	height: 162px;
	position: relative;
	left: 3px;
	padding: 2px;
	color: #FFFFFF;
	overflow: hidden;
	background-image: url(../images/functions_bg2.jpg);
	background-color: #E5E5E5;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	vertical-align: middle;
}
      #sidebar_right div.functions h2 { font-size: 12px; margin: 0; text-transform: uppercase; font-weight: normal; text-align: center; }
      #sidebar_right div.functions ul { width: 160px; float: left; margin: 0; padding: 5px 0 0 0; list-style-type: none; }
        #sidebar_right div.functions ul li { width: 150px; border-bottom: #EE9A80 1px solid; }
          #sidebar_right div.functions  a { display: block; color: #FFFFFF; background: none; padding: 2px 0; }
          #sidebar_right div.functions  a:hover {
            display: block;
            background: #A20602;
            text-decoration: none;
            opacity: 0.50;
            filter:alpha(opacity=50);
            -moz-opacity: 0.50;
          }

          #sidebar_right div.functions  a img { border: none; }

      #sidebar_right div.functions p { float: left; font-size: 9px; margin: 0; padding: 7px 0 0 13px; }
        #sidebar_right div.functions p a { color: #E5A09A; }


img {
	border: none;
	}
	
#menu {
	width: 160px;
	margin: 5px;
	border-style: solid;
	border-color: #656556;
	border-size: 1px;
	border-width: 1px;
	color: #000;
	}
	
#menu li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	padding: 0px;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #000;
	display: block;
	padding: 8px 0 0 10px;
	background-image: url(../images/menu.gif);
	}
	
#menu li a:hover {
	color: #474739;
	background-image: url(../images/menu3.gif);
	background-position: 0 -32px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	}



/* content */

#content{
	float:left;
	padding:15px;
	width:596px;
	font-size:12px;
	background-color: #FFF;
	color: #000;
}



#content h1 {
	font-size:24px;
	color:#9b0000;
	padding:5px 0px 10px 0px;
	margin:0px;
	text-align: center;
}
#content h2 {font-size:16px;color:#404040;padding:5px 0px 10px 10px;margin:0px;}
#content h3 {font-size:14px;color:#808080;padding:5px 0px 10px 20px;margin:0px;}
#content ul{padding:10px 0px 10px 10px;list-style-type:disc;}
#content li{padding:3px 0px 3px 5px;}
#content a:link{color:#000;text-decoration:underline;}
#content a:active{color:#000;text-decoration:underline;}
#content a:visited{color:#000;text-decoration:underline;}
#content a:hover{
	color:#900;
	text-decoration:underline;
}


#content2{
	float:left;
	padding:15px;
	width:992px;
	font-size:12px;
}

#content2 h1 {
	font-size:20px;
	color:#404040;
	padding:5px 0px 10px 0px;
	margin:0px;
	text-align: center;
}
#content2 h2 {font-size:16px;color:#607070;padding:5px 0px 10px 10px;margin:0px;}
#content2 h3 {font-size:14px;color:#808080;padding:5px 0px 10px 20px;margin:0px;}
#content2 ul{padding:10px 0px 10px 10px;list-style-type:disc;}
#content2 li{padding:3px 0px 3px 5px;}
#content2 a:link{color:#000;text-decoration:underline;}
#content2 a:active{color:#000;text-decoration:underline;}
#content2 a:visited{color:#000;text-decoration:underline;}
#content2 a:hover{color:#00f;text-decoration:underline;}



#menubar_bottom{
	height:21px;
	background:#fff;
	
}

#menubar_bottom ul{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style-type:none;
}
#menubar_bottom li{
	float:left;
	padding:0px 2px 0px 2px;
	text-decoration:none;
}

#menubar_bottom .bulletie{	
	text-decoration:none;
	background:url(bullet_bg.png);
	color:#000;
	padding:0px 10px 9px 10px;
	border-left:1px solid #fff;
	border-right:1px solid #808080;
	
	
}

#menubar_bottom .bulletie a:link{	
	color:#000;
	text-decoration:none;
	margin:0px 5px 0px 5px;
}
#menubar_bottom .bulletie a:active{
	text-decoration:none;
	color:#000;
}
#menubar_bottom .bulletie a:visited{
	text-decoration:none;
	color:#000;
}
#menubar_bottom .bulletie a:hover{
	text-decoration:none;
	color:#f00;
}

	
#footer{
	width:100%;
	height:50px;
	text-align:center;
	background-color: #C96;
	border-top-width: 25px;
	border-top-style: solid;
	border-top-color: #6B0908;
}

#author{
	background:url(bullet_bg.png);
	padding:3px 0px 0px 0px;
	height:18px;
	text-align:center;
}
#author a:link,a:active,a:visited{
	text-decoration:underline;
	color:#000;
}
#author a:hover{
	text-decoration:none;
	color:#ff6c00;
}
.clear{clear:both;}

a.link1:link {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.link1:visited {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.link1:active {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.link1:hover {
	color: #ffff00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.box-login
{
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	width: 150px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
}

.box-login a
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #066;
	font-weight: 600;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.box-login a:hover
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF8000;
	color: #FF8000;
}

.input-login 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin-top: 3px;
	margin-right: 1px;
	margin-left: 1px;
	line-height: 18px;
	width: 98%;
	padding: 1px;
}

.input-login2
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin-top: 3px;
	margin-right: 1px;
	margin-left: 1px;
	line-height: 18px;
	
	padding: 1px;
}

.toptitle
{
	padding-bottom:3px;
	background:inherit;
	color:#A00A0A;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000052;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.toptitle2
{
	padding-bottom:3px;
	background:inherit;
	color:#066;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	border-bottom-color: #EDEDED;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border-top-color: #EDEDED;
	border-right-color: #EDEDED;
	border-left-color: #EDEDED;
}

.toptitle3
{
	padding-bottom:3px;
	background:inherit;
	color:#FF3361;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	border-bottom-color: #EDEDED;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border-top-color: #EDEDED;
	border-right-color: #EDEDED;
	border-left-color: #EDEDED;
}

.toptitle4
{
	padding-bottom:3px;
	background:inherit;
	color:#066;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	border-bottom-color: #EDEDED;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border-top-color: #EDEDED;
	border-right-color: #EDEDED;
	border-left-color: #EDEDED;
}

#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 10px solid darkred;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}

.tablazat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	
	text-align: center;
}

.tablazat_rolunk {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #600;
	text-align: justify;
	font-style: italic;
	background-attachment: scroll;
	background-image: url(../img/kepek/kezdo_alap4.jpg);
	background-repeat: no-repeat;
}

.tablazat1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #F00;
	text-align: center;
}
.tablazat2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #b95c00;
	text-align: center;
	font-weight: bolder;
}

.tablazat3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #F00;
	
	font-weight: bolder;
}

.tablazat-fej {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #6B0908;
	padding: 3px;
	padding: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0099CC;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #0099CC;
	vertical-align: top;
}

.tablazat-fej1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9b0000;
	background-color: #EFEFEF;
	padding: 3px;
	padding: 4px;
	border-right-style: none;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #F00;
	vertical-align: middle;
}

.tablazat-sor1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}

.tablazat-sor2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	background-color: #F5F5F5;
}

.tablazat-sor1bal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}

.tablazat-sor2bal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	background-color: #F5F5F5;
}

.tablazat-sor1a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}

.tablazat-sor2a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	background-color: #F5F5F5;
}

.tablazat-sor1b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}

.tablazat-sor2b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	background-color: #F5F5F5;
}

.tablazat-sor1c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #F00;
}

.tablazat-sor2c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	background-color: #F5F5F5;
	border: 1px solid #F00;
}

.tablazat-sorkiemelt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #F00;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	background-color: #FFAA82;
}

.tablazat-sorkiemelt1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: center;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: double;
	border-bottom-style: double;
	border-right-color: #F00;
	border-bottom-color: #F00;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	background-color: #C3C3C3;
}

.tablazat-sor1abal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}

.tablazat-sor2abal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFAE;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	background-color: #F5F5F5;
}


.tablazat-oszlop-1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	background-color: #E6EEF2;
}

.tablazat-oszlop-1s2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: Arial, Helvetica, sans-serif;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	background-color: #F5F5F5;
}

a.tablazat-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #3279C9;
	text-decoration: none;
	line-height: 16px;
}

a.tablazat-link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0066FF;
	text-decoration: underline;
}

.szam
{
	text-align: right;	
}

#kereso {
	border: 1px solid #B95C00;
	width: 100%;
	color: #414042;
	background-color: #fff;
	background-image: url(../images/kereso.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}

#kereso h2 {color: #9a4727; font-size: 12px; margin: 5px 0px 3px 0px; padding: 0px;}

#kereso p {text-align: left; margin: 3px 0px 0px 3px; padding: 0px;}

#kereso select {width: 119px; color: #414042; font-size: 11px;}

#kereso input.input_ar {width: 36px; margin-left: 3px; font-size: 11px;}

#kereso input.btn {margin: 5px auto; padding: 0px; width: 100px; height: 20px; color: #000; background-color: #c0efad; border: none; font-weight: bold; font-size: 11px;}

.betustilus1{
	color: #FF8000;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.betustilus101{
	color: #000;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.betustilus102{
	color: #000;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.betustilus1021{
	color: #990000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-style: italic;
}

.betustilus11{
	color: #FF8000;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.betustilus12{
	color: #FF8000;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


.betustilus2{
	color: #066;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.betustilus22{
	color: #F00;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.betustilus21{
	color: #066;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.betustilus3{
	color: #333;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.betustilus4{
	color: #066;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.betustilus5{
	color: #272727;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.betustilus51{
	color: #4F4D4D;
	font-size: 23px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.betustilus52{
	color: #F00;
	font-size: 23px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.betustilus53{
	color: #030;
	font-size: 23px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.gomb11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000064;
	text-decoration: underline;
	border: none;
	text-align: center;
	vertical-align: middle;
	width: 110px;
	background-color: #E0E0E0;
}
.gomb111 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000064;
	text-decoration: underline;
	border: none;
	text-align: center;
	vertical-align: middle;
	width: 150px;
	background-color: #E0E0E0;
}
.gomb12{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000064;
	text-decoration: underline;
	border: none;
	text-align: center;
	vertical-align: middle;
	width: 110px;
	background-color: #FFFFFF;
}
.gomb8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	width: 70px;
	font-weight: bold;
	background-color: #D36363;
}
.gomb1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #066;
	text-align: center;
	text-decoration: none;
	background-color: #E6EEF2;
	width: 110px;
	border: 1px solid #FF8000;
}


.gomb14{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #066;
	text-align: center;
	text-decoration: none;
	background-color: #E6EEF2;
	width: 150px;
	border: 1px solid #FF8000;
}
.gomb13{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #F00;
	text-align: center;
	text-decoration: none;
	background-color: #EFEFEF;
	width: 150px;
	border: 1px solid #FFF;
}


.gomb2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #EFEFEF;
	text-align: center;
	text-decoration: none;
	background-color: #BD0000;
	width: 75px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.gomb2nagy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #EFEFEF;
	text-align: center;
	text-decoration: none;
	background-color: #6B0908;
	width: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.gomb3nagy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #EFEFEF;
	text-align: center;
	text-decoration: none;
	background-color: #A00A0A;
	width: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.gomb21{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #EFEFEF;
	text-align: center;
	text-decoration: none;
	background-color: #BD0000;
	width: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.gomb22{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #EFEFEF;
	text-align: center;
	text-decoration: none;
	background-color: #BD0000;
	width: 110px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.gomb221{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #EFEFEF;
	text-align: center;
	text-decoration: none;
	background-color: #BD0000;
	width: 150px;
	border: 1px solid #FFF;
}

.gomb222{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #EFEFEF;
	text-align: center;
	text-decoration: none;
	background-color: #BD0000;
	width: 170px;
	border: 1px solid #FFF;
}
.gomb221a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #EFEFEF;
	text-align: center;
	text-decoration: none;
	background-color: #BD0000;
	width: 170px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

.gomb222a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #EFEFEF;
	text-align: center;
	text-decoration: none;
	background-color: #BD0000;
	width: 160px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

.gomb23{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #EFEFEF;
	text-align: center;
	text-decoration: none;
	background-color: #BD0000;
	width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.gomb24{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #EFEFEF;
	text-align: center;
	text-decoration: none;
	background-color: #BD0000;
	width: 60px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fehervastagnagy {
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
}
.fehervastagkicsi{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.fehervastagkisebb{
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
.sargavastag{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

a.link2:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.link2:visited {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.link2:active {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.link2:hover {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.link3:link {
	color: #2A1972;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.link3:visited {
	color: #2A1972;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.link3:active {
	color: #2A1972;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.link3:hover {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.hidden { display: none
}
.doboz {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: middle;
	width: 40%;
}
.doboz1 {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: middle;
	width: 50px;
	float: right;
}
.barnagomb {
	font-size:12px;
	color:#fff;
	padding:5px;
	margin:0;
	background-color: #B95C00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 25px;
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
.barnagomb2 {
	font-size:12px;
	color:#fff;
	padding:5px;
	margin:0;
	background-color: #B95C00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 25px;
	width: 178px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}

.szurkegomb {
	font-size:12px;
	color:#000;
	padding:5px;
	margin:0;
	background-color: #BFBFBF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 25px;
	width: 169px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
#tabs {
	float:left;
	width:100%;
	font-size:18px;
	line-height:normal;
	background-color: #6B0908;
	background-position: center center;
	vertical-align: middle;
	text-align: center;
	}
#tabs2 {
	float:left;
	width:100%;
	font-size:14px;
	line-height:normal;
	background-color: #C96;
	background-position: center center;
	vertical-align: middle;
	text-align: center;
	color: #5A0E11;
	height: 25px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-image: url(../images/segedlapok/tableft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

#tabs a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#FFF;
	background-image: url(../images/segedlapok/tabright2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}  
#menubar_top{
	background:#efefef;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#menubar_top ul{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style-type:none;
}
#menubar_top li{
	float:left;
	padding:0px 2px 5px 2px;
	text-decoration:none;
}

#menubar_top .bulletie{
	text-decoration:none;
	background:url(bullet_bg.png);
	color:#000;
	padding:0px 10px 9px 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #707070;
	border-left-color: #fff;
}

#menubar_top .bulletie2{
	text-decoration:none;
	color:#000;
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
	font-size: 25px;
	height: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menubar_top .bulletie21{
	text-decoration:none;
	color:#000;
	width: 250px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
	font-size: 25px;
	height: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menubar_top .bulletie3{
	text-decoration:none;
	color:#000;
	width: 60px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
	font-size: 14px;
	height: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menubar_top .bulletie4{
	text-decoration:none;
	color:#000;
	width: 120px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
	font-size: 14px;
	height: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menubar_top .bulletie5{
	text-decoration:none;
	color:#000;
	width: 110px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
	font-size: 14px;
	height: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menubar_top .bulletie a:link{
	color:#000;
	text-decoration:none;
	margin:0px 5px 0px 5px;
	font-size: 24px;
}
#menubar_top .bulletie a:active{
	text-decoration:none;
	color:#000;
	font-size: 24px;
}
#menubar_top .bulletie a:visited{
	text-decoration:none;
	color:#000;
	font-size: 24px;
}
#menubar_top .bulletie a:hover{
	text-decoration:none;
	color:#345080;
	font-size: 24px;
}

#menubar_top .bulletie2 a:link{
	color:#000;
	text-decoration:none;
	margin:0px 5px 0px 5px;
	font-size: 24px;
}
#menubar_top .bulletie2 a:active{
	text-decoration:none;
	color:#000;
	font-size: 24px;
}
#menubar_top .bulletie2 a:visited{
	text-decoration:none;
	color:#000;
	font-size: 24px;
}
#menubar_top .bulletie2 a:hover{
	text-decoration:none;
	color:#345080;
	font-size: 24px;
}
 #sidebar_right .right_box .tablazat .sor1 {
	background-color: #FFF7D7;
	color: #066;
	font-size: 12px;
}
#sidebar_right .right_box .tablazat .sor2 {
	background-color: #FFFfec;
	color: #066;
	font-size: 12px;
}

