body{
	margin:0px;
    color: #666666;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#545454;
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
}
h1{
	font-family:Trebuchet MS,'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Geneva,Verdana,sans-serif;
	font-size:19px;
	font-weight:normal;
	color:#545454;
	text-transform:uppercase;
	text-shadow:#C9C9C9 1px 1px 1px;
}
.topheader{
}
.topmenubg{
	text-align:center;
	height:68px;
	background-image:url(../mainimages/vertical.png);
	background-repeat:repeat-x;
	background-position:0px 0px;
}
.topmenucontent{
	display:inline-block;
	width:900px;
	height:68px;
}
.toplogo{
	width:380px;
	height:60px;
	background-image:url(../mainimages/unicons_logo.png);
	background-repeat:no-repeat;
	background-position:left top;

	padding:0px 0px 0px 4px;
}
.toplogo h2{
	font-size:11px;
	font-family:Trebuchet MS,'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Geneva,Verdana,sans-serif;
	font-weight:normal;
	color:#545454;
	text-transform:uppercase;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-shadow:#A4A4A4 1px 1px 1px;
}
.logopart1, .logopart2
{
	text-decoration:none;
}
.logopart1 span
{
	display:inline-block;
	width:220px;
	height:40px;
}
.logopart2 span
{
	display:inline-block;
	width:100px;
	height:40px;
}

.topmenus{
	display:inline-block;
	height:68px;
	float:right;
	text-transform:uppercase;
}
.menubutton{
	display:inline-block;
	float:left;
	height:68px;
	margin:0px 1px 0px 1px;
}
.menubutton a{
	display:inline-block;
	text-decoration:none;
	border-bottom:#DDD 5px solid;
	color:#545454;
}
.menubutton a:hover, .mactive a{
	border-bottom:#900 5px solid;
}
.menubutton a:hover, .menubutton_active{
	color:#000 !important;
}
.menubutton h5{
	margin:0px;
	padding:23px 10px 0px 10px;
	font-family:Trebuchet MS,'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Geneva,Verdana,sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:40px;
}
.bannerbg{
	height:290px;
	background-color:#B22C09;
	background-image:url(../mainimages/bannerbg1.png);
	background-repeat:repeat-x;	
	background-position:center top;
	
	text-align:center;
}
.banner{
	display:inline-block;
	height:270px;
	width:900px;
}
.bannerbox{
	background-image:url(../mainimages/banner.png);
	background-repeat:no-repeat;	
	background-position:center top;
	text-align:center;
}
#bannerbox2{
	display:inline-block;
	text-align:left;
	margin:30px 25px 0px 0px;
	float:right;
	font-weight:bold;
}
.banbox{
	border-radius:5px;
	box-shadow: 0px 0px 10px #7E7E7E;
	min-height:150px;
}
.banbox_table{
	border-spacing:0px;
	border:0px;
	text-shadow: 0 1px 1px #A2A2A2;
}
.banbox_right{
	background-color:#f2f2f2;
	border-radius:5px;
    height:200px;
    padding-left:22px;
	background-image:url(../mainimages/right_shadow.png);
	background-position:left top;
	background-repeat:repeat-y;
}
.banbox_left{
	
    background-color: #FFFFFF;
    border-radius: 5px 0px 0px 5px;
    color: #545454;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    padding: 0px 20px;
    text-align: justify;
}
/* ===========================================  LOGIN */
.login_box{
	width:207px;
}
.login_box h2{
	margin:0px 0px 5px 0px;
}
.login_box input[type=text], .login_box input[type=password]{
	width:195px;
	margin:0px 0px 0px 3px;
}
.login_box form{
	margin:0px;
	display:block;
}
.login_box .login_button input{
	width:201px;
	margin:0px;
	font-size:14px;
	font-weight:bold;
}
.login_box .login_button{
	margin:10px 0px 0px 3px;
	display:inline-block;
}
.failed_login{
	color:#900;
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}
.must_login{
	color:#900;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	padding:0px 0px 10px 0px;
}
/* button */
.nbutton{
	display:inline-block;
	height:25px;
	background-image:url(../images/buttons.png);
	background-position:right -415px;
	background-repeat:no-repeat;
	padding:0px 2px 0px 0px;
	max-width:290px !important;
}
.nbutton input{
	display:block;
	height:25px;
	background-image:url(../images/buttons.png);
	background-position:left -415px;
	background-repeat:no-repeat;
	padding:0px 5px 2px 7px;
	font-size:13px;
	line-height:20px;
	border:none;
	color:#306f00;
	font-stretch:condensed;
	text-shadow:#FFFFFF 1px 1px 1px;
	cursor:pointer;	
	min-width:80px;
	width:100%;
}

.nbutton:hover{
	background-position:right -440px;
}
.nbutton:hover input{
	background-position:left -440px;
	color:#03843c;
}

input[type="text"], input[type="password"]{
	padding:3px;
	font-size:14px;
	font-weight:bold;
	color:#002E8B;
	border:#CCC 1px solid;
	border-left:#666 1px solid;
	border-top:#666 1px solid;
	background-color:#fcfce6;
	display:inline-block;
}

/* ===========================================  LOGIN END */
/* ------------------------------------------------------------------------------ small link ---------------------- */
.smalllink{
	color:#333333;
	padding:0px;
	cursor:pointer;
	text-decoration:none;
	margin:2px 0px 0px 0px;
}
.smalllink:hover{
	text-decoration:underline;
}
/* ------------------------------------------------------------------------------ small link ---------------------- */
/* ===========================================  BANNER PLACE */
.bannplace
{
	border:0px;
	border-spacing:0px;
	width:870px;
	height:279px;
	table-layout:fixed;
	display:inline-table;
}
.bannh5{
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 5px #000000;
    margin: 10px 0px 0px 115px;
    padding: 5px;
    width: 380px;
}
.bannh5 h5{
	padding:0px;
	margin:0px;
	font-weight:bold;
	font-family:Trebuchet MS,'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Geneva,Verdana,sans-serif;
	color:#005F2B;
	text-transform:uppercase;
	white-space:nowrap;
}
.bannh5 h5:nth-child(1){
	font-size:24px;
}
.bannh5 h5:nth-child(2){
	font-size:23px;
}
/* ===========================================  BANNER PLACE */
/*==================================kozepso lap*/
.center_page{
	width:900px !important;
	text-align:left;
	margin:auto;
}
.shadowpanel{
	table-layout:fixed;
	border:none;
	border-spacing:0px;
	padding:0px;
}
.shadowpanel td{
	border:0px;
	padding:0px;
}
.cptl{
	width:20px;
	height:20px;
	background-image:url(../mainimages/horizontal.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.cptc{
	height:20px;
	background-image:url(../mainimages/vertical.png);
	background-position:0px -393px;
	background-repeat:repeat-x;
}
.cptr{
	width:20px;
	height:20px;
	background-image:url(../mainimages/horizontal.png);
	background-position:-20px 0px;
	background-repeat:no-repeat;
}
.cpcl{
	width:20px;
	background-image:url(../mainimages/horizontal.png);
	background-position:-80px 0px;
	background-repeat:repeat-y;
}
.cpcc{
	background-color:#FFF;
}
.cpcr{
	width:20px;
	background-image:url(../mainimages/horizontal.png);
	background-position:-100px 0px;
	background-repeat:repeat-y;
}
.cpbl{
	width:20px;
	height:20px;
	background-image:url(../mainimages/horizontal.png);
	background-position:-40px 0px;
	background-repeat:no-repeat;
}
.cpbc{
	height:20px;
	background-image:url(../mainimages/vertical.png);
	background-position:0px -373px;
	background-repeat:repeat-x;
}
.cpbr{
	width:20px;
	height:20px;
	background-image:url(../mainimages/horizontal.png);
	background-position:-60px 0px;
	background-repeat:no-repeat;
}
/*==================================kozepso lap*/
.footerbg{
	height:305px;
	background-image:url(../mainimages/vertical.png);
	background-position:left -68px;
	background-repeat:repeat-x;
	text-align:center;
}
.footerdiv{
	display:inline-block;
	width:900px;
	text-align:left;
	padding:0px 10px 10px 10px;
	height:280px;
	color:#C9C9C9;
}
/*=====================================================maincontent*/
.mc h1 a{
	color:#545454;
	text-decoration:none;
	cursor:pointer;
}
.mc h1 a:hover{
	color:#000000;
}

/*======================================================innertable*/
.innertable{
	width:100%;	
}
.innertable td{
/*	background-color:#F1F1F1; */
/*	border:#E3E3E3 1px solid; */
	padding:5px 10px 5px 10px;
}
/*=============================================breadcrumb*/
.breadcrumb{
	border-bottom:1px solid #D1D1D1;
}
.breadcrumb a{
	text-decoration:none;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px #C9C9C9;
	color:#000;
}
.breadcrumb a:hover{
	text-decoration:underline;
}
/*================================================footer*/
.footertable{
	width:900px;	
}
.footertable>tbody>tr>td{
	width:25%;
	padding-left:30px;
}
.footertable h1{
	color:#999;	
	font-size:20px;
	padding:10px 20px 5px 5px;
	text-shadow: 1px 1px 1px #292929;
}
.footertable .borderbox{
	border-right:#999 1px solid;
	min-height:150px;
}
.footertable .noborderbox{
	min-height:150px;
	margin-right:30px;
}
.footertable b{
	color:#FFF;
	font-weight:normal;
}
.footertable p{
	color:#999;
	font-size:14px;
	text-indent:30px;
}
.footertable h5{
	margin:0px;
	padding:0px;
	text-align:right;
	color:#999;
}
.footertable ul{
	list-style-type:square;
	color:#aaa;
	margin:5px 10px 10px 30px;
	padding:0px;
}
.footerdiv ul li a{
	color:#999;
	text-decoration:none;
}
.footerdiv ul li a:hover{
	color:#FFF;
	cursor:pointer;
}
.footerdiv ul li{
	line-height: 18px;
}
.footerdiv ul li:hover{
	line-height: 18px;
	color:#FFF;
	cursor:pointer; 
}
.footer_logo{
	width:310px; 
	height:45px;
	background-image:url(../mainimages/gsystem_footer_logo.png);
	background-position:top left;
	background-repeat:no-repeat;
	float:right;
	margin:10px 30px 0px 0px;
}
/* ================================ slideshow gallery */
#bannslide{
	margin:0px 0px 3px 5px;
	
	overflow:hidden;
	
}
.slideshowlite {
	position: relative;
	overflow: hidden;
}

	.slideshowlite a
	{
		position: absolute;
		left:0px;
		z-index: 1;
		height: 100%;
		text-align: center;
		margin:20px 5px 5px 10px;
	}

	.slideshowlite>div  {
		position: absolute;
		z-index: 1;
		border: none;
		display:none;
	}
	.bnojs{
		display:none;
	}

/* pagination control */

.slideshowlite ul,
.slideshowlite ol {
	list-style: none;
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 0px;
	right: 45px;
	z-index: 3;
}

	.slideshowlite ul li,
	.slideshowlite ol li {
		float: left;
		margin: 0 3px;
		width: 16px;
	}
	
	.slideshowlite ul li a {
		position: relative;
		display: block;
		width: 8px;
		height: 6px;
		padding-top: 2px;
		text-decoration: none;
		background: #FFFFFF;
		border: 3px solid #FFFFFF;
		text-align: center;
		font-size: 11px;
		border-radius:9px;
		box-shadow:0px 0px 3px #000000;
	}
	
	.slideshowlite ul li a.current {
		border: 3px solid #FFFFFF;
		box-shadow:0px 0px 5px #000000;
		background: #333333;
	}
	
	.slideshowlite ul li a:hover {
		box-shadow:0px 0px 5px #000000;
		background: #467700;
	}
	
/* caption control */

.slideshowlite ol {
	top: 5px;
	position: relative;
	overflow: hidden;
	width: 100%;
	font-size: 14px;
	color: #fff;
	background: #000;
	padding: 3px 10px;
}

	.slideshowlite ol li {
		width: 100%;
	}
/* ================================ slideshow gallery */	
/* ------------ banbox ------------*/
.slidebox{
	border:0px;
	border-spacing:0px;
	text-align:left;
}
.slidebox p{
	font-size:15px;
}
.slidebox h2{
	margin-top:0px;
}
/* ------------ banbox ------------*/
/* --------------------------------------------------- main page text part -------------- */
.text1{
	text-align:justify;
	text-indent:20px;
}
.text1 strong{
	color:#000000;
}
/* --------------------------------- section_type -------------------------------------- */
.section_type0, section_type1
{
	border:0px;
	border-spacing:0px;
	margin:0px;
	text-align:left;
}
.section_type0>tbody>tr>th,
.section_type1>tbody>tr>th
{
	padding:0px 5px 0px 5px;
	text-align:left;
}
.section_type0>tbody>tr>td:nth-child(1){
	padding:0px 20px 0px 5px;
}
.section_type1>tbody>tr>td:nth-child(2){
	padding:0px 5px 0px 20px;
}

.show_img_a
{
	text-decoration:none;
	border:0px;
}
.show_img
{
	border:4px solid #FFFFFF;
	border-radius:4px;
	box-shadow:0px 2px 8px #B0B0B0;
}
.show_img_a>.show_img:hover
{
	box-shadow:0px 2px 8px #399A20;
}
.contacttable,
.contacttable table
{
	border:0px;
	border-spacing:0px;
}
.contacttable td
{
	padding:0px;
}
.contacttable h3
{
	margin:8px 0px 2px 0px;
}
.contacttable p
{
	font-size:15px;
}
.contacttable p a
{
	color:#333333;
}
.contacttable p a:hover
{
	color:#000000;
}
.contacttable textarea
{
	width:98%; 
	height:50px; 
	background-color: #FCFCE6; 
	border-color:#666666 #CCCCCC #CCCCCC #666666; 
	border-style:solid; 
	border-width:1px; 
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size: 14px; 
	font-weight: bold; 
	color: #002E8B;
	padding: 3px;
}
.why
{
 	background-image: url("../mainimages/why.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 498px;
    margin-left: -82px;
    margin-top: -472px;
    position: absolute;
    width: 333px;
}
.readmore
{
	text-align:right;
}
.readmore>a
{
	color:#03843C;
	font-weight:bold;
}
.h4nr
{
	margin:0px 10px 5px 0px;
	float:left;
	width:30px;
	height:40px;
	font-size:35px;
	font-weight:bold;
	display:inline;
	text-shadow: 1px 1px 3px #8F8F8F;
}
.firefox_icon
{
	width:60px;
	height:60px;
	background-image:url("../mainimages/firefox_icon_s.png");
	background-repeat:no-repeat;
	background-position:center center;
}
.inbrowser
{
	font-size:12px;
	line-height:12px;
	margin-bottom:5px;
	cursor:pointer;
}
.footclist h4
{
	margin:7px 0px 2px 0px;	
}
.footclist b a
{
	color:#FFFFFF;
	text-decoration:none;
}
.footclist b
{
	font-size:16px;
	font-weight:bold;
}
.regbox_table
{
	border:0px;
	border-spacing:0px;
	table-layout:fixed;
}
.regbox_table h5
{
	margin:0px;
	font-size:13px;
}
.regbox_table td
{
	border:0px solid #999;
	padding:4px 0px 4px 0px;
	overflow:hidden;
}
.regbox_table a
{
	font-size:10px;
	text-decoration:underline;
	color:#000000;
	cursor:pointer;	
}
.regbox_table img
{
	border:1px solid #E4E4E4;
}
.regbox
{
	padding:5px;
	box-shadow: 0px 0px 5px #BBBBBB;
	border-radius:3px;
	
}
.regbutton
{
	width:200px;
	height:75px;
	border:0px;
	background-color:transparent;
	background-image:url("../mainimages/regbutton.png");
	background-position:0px 0px;
	background-repeat:no-repeat;
    color: #FFFFFF;
    font-family: Trebuchet MS,'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Geneva,Verdana,sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
	padding: 0px 0px 0px 8px;
    text-shadow: 1px 1px 2px #333333;
	cursor:pointer;
}
.regbutton:hover, .regbutton:focus
{
	background-position:0px -74px;
}
.regerror
{
    background: none repeat scroll 0 0 #FCF9B2;
    border: 1px solid #F98770;
    color: #880808;
    font-size: 12px;
    font-weight: bold;
    margin: 0 10px;
    padding: 5px 10px;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 1px 1px #666666;
}
/* --------------- */
.but_normal
{
    background-color: #FFD1A4;
    border: 1px solid #D35050;
    color: #A40000;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0px 0px 3px #BEBEBE;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: inherit;
    height: 24px;
    margin: 0px;
    padding: 0px 5px 2px 5px;
    text-shadow: 0px 1px 1px #FFFFFF;
	min-width:120px;
}
.but_normal:hover, .but_normal:focus
{
    background-color: #BC300E;
    border: 1px solid #8E1C00;
    box-shadow: 0px 0px 4px #BEBEBE;
    color: #FFFFFF;
    text-shadow: 0px 1px 1px #3E3E3E;
}
.demotext
{
	font-size:10px;
	line-height:11px;
	margin:5px;
	text-align:center;
}
.demotext b
{
	color:#000;
	font-size:11px;
	font-weight:bold;
}
