.container_shadow{
	background-image: url(../frame/shadow.png);
	background-repeat: repeat-y;
}
body, form, input, h1, h2, h3, h4, p, ul, li, ol, blockquote, img {
	padding: 0;
	margin: 0;
	border: 0;
}
body {
	margin: 10px 0px;
	background: url(../frame/body_bg.gif) repeat top #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #4a4a4a;
	text-align: center;
}

/**/
h1, h2, h3, h4, h5, h6{
	font-family: Arial,Helvetica,sans-serif;
}
h2{
	margin: 0px 0px 15px;
	font-size: 18px;
	font-weight: normal;
	color: #ba0102;
}
h2.blue_228, h2.gray_228, h2.red_228{
	margin: 0px;
	padding: 5px 0px 0px 10px;
	height: 19px;
	background: url(../frame/yellow_228_bg.jpg) no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}
h2.gray_228{
	background: url(../frame/grey_228_bg.jpg) no-repeat;
}
h2.red_228{
	background: url(../frame/red_228_bg.jpg) no-repeat;
}
h2.blue_228 a, h2.blue_228 a:hover, h2.gray_228 a, h2.gray_228 a:hover, h2.red_228 a, h2.red_228 a:hover{
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
h2.blue_228 a:hover, h2.gray_228 a:hover{
	color: #DDDDDD;
}
h2.blue_192, h2.gray_192, h2.red_192{
	margin: 0px;
	padding: 5px 0px 0px 10px;
	height: 19px;
	background: url(../frame/yellow_192_bg.jpg) no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}
h2.gray_192{
	background: url(../frame/grey_192_bg.jpg) no-repeat;
}
h2.red_192{
	background: url(../frame/red_192_bg.jpg) no-repeat;
}
h2.blue_192 a, h2.blue_192 a:hover, h2.gray_192 a, h2.gray_192 a:hover, h2.red_192 a, h2.red_192 a:hover{
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
h2.blue_192 a:hover, h2.gray_192 a:hover{
	color: #DDDDDD;
}
h2.blue_134, h2.gray_134, h2.red_134{
	margin: 0px;
	padding: 5px 0px 0px 10px;
	height: 19px;
	background: url(../frame/yellow_134_bg.jpg) no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}
h2.gray_134{
	background: url(../frame/grey_134_bg.jpg) no-repeat;
}
h2.red_134{
	background: url(../frame/red_134_bg.jpg) no-repeat;
}
h2.blue_134 a, h2.blue_134 a:hover, h2.gray_134 a, h2.gray_134 a:hover, h2.red_134 a, h2.red_134 a:hover{
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
h2.blue_134 a:hover, h2.gray_134 a:hover{
	color: #DDDDDD;
}
h3{
	margin: 0px 0px 15px;
	font-size: 14px;
	font-weight: bold;
	color: #646464;
}
h4{
	margin: 0px 0px 15px;
	font-size: 13px;
	font-weight: bold;
	color: #ba0102;
}
h5{
	margin: 0px 0px 15px;
	font-size: 12px;
	font-weight: bold;
	color: #646464;
}
hr{
	border: none;
	border-bottom: solid 1px #ba0102;
	height: 1px;
}
p{
	margin: 0px 0px 15px;
}
a{
	color: #ba0102;
}
a:hover{
	text-decoration: underline;
}
a.back{
	padding: 2px 0px 2px 20px;
	background: url(../frame/nav_left.gif) no-repeat;
	background-position: 0px 5px;
	font-weight: bold;
	color: #ba0102;
	text-decoration: none;
}
a.back:hover{
	text-decoration: underline;
}
a.anchor, a.anchor:hover {
	text-decoration: none;
}
.clear{
	display: block;
	clear: both;
	height: 0px;
	font-size: 0px;
}
ul{
	margin: 0px 10px 10px 10px;
	padding: 0px 5px;
	list-style-type: square;
}
li{
	margin: 4px 0px 2px 10px;
}
ol {
	margin: 0px 10px 10px 17px;
	padding: 0px 5px;
	list-style-type: decimal;
}
input, textarea{
	font-size: 11px;
	padding: 1px 2px;
	border: solid 1px #ddd;
	background: #fff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
input.fps_check{
	background: none;
	border: none;
	vertical-align: middle;
}
input.button, input.button2, input.button3, input.button_long {
	margin: 0px 8px 0px 0px;
	padding: 0px;
	height: 20px;
	width: 54px;
	background: url(../frame/button_bg.gif) no-repeat;
	border: none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4a4a4a;
	cursor: pointer;
}
input.button_long {
	width: 80px;
	background: url(../frame/button_long.gif) no-repeat;
}
input.button:hover, input.button2:hover, input.button3:hover, input.button_long:hover {
	color: #5F5F5F;
}

.left_half_container{
}
.right_half_container{
	float: left;
	padding-right: 11px;
}
.search_highlight {
	background-color: #FFFF00;
	font-weight: bold;
}

/* mail sending */
.formcont{
	width: 480px;
}
.formcont .form_left{
	float: left;
	padding: 3px 0px;
	width: 200px;
	font-weight: bold;
}
.formcont .form_right{
	float: left;
	padding: 3px 0px 3px 10px;
	width: 270px;
}
.formcont .form_right input, .formcont .form_right textarea {
	width: 260px;
	padding: 2px;
	color: #3a3a3a;
	font-size: 11px;
	background: #fff;
}
.formcont .form_right input.check{
	width: auto;
	margin: 1px;
	background: none;
	border: none;
	padding: 0px;
	vertical-align: middle;
}
.formcont .button_on_right{
	padding: 10px 0px 5px;
	text-align: right;
}
.button_on_center{
	padding: 10px 0px 5px;
	text-align: center;
}

/* banner full, mert a cikkkek közé is ez kell*/
.banner_full{
	margin: 10px 0px;
	text-align: center;
}
.banner_full .full{
	margin: 0px auto;
	padding-left: 14px;
	width: 468px;
	background: url(../../frame/hirdetes.gif) no-repeat 0px 6px;
}
/* leaderboard */
#leaderboard{
	padding: 5px 0px;
	width: 948px;
}
#leaderboard .left{
	margin-right: 8px;
}
#leaderboard .left, #leaderboard .right{
	float: left;
	width: 468px;
	border: solid 1px #9f9f9f;
}

/**/
#shadow{
	margin: 0px auto;
	padding: 0px 5px;
	width: 948px;
	text-align: left;
}
#container{
	width: 948px;
	background: #fff;
}
.static, .static1{
	margin-top: 10px;
}
/* header */
#header{
	position: relative;
	z-index: 50;
	width: 948px;
	height: 96px;
	background: url(../frame/header_bg.jpg) no-repeat;
}
#header .logo{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 630px;
	height: 96px;
	z-index: 100;
}
#header .logo a{
	display: block;
	width: 630px;
	height: 96px;
	z-index: 100;
}
#header .logo a span{
	display: none;
}
#header .slogen{
	position: absolute;
	left: 143px;
	top: 25px;
	width: 400px;
	height: 36px;
	font-size: 22px;
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: -1px;
	z-index: 1;
}
#header #szamlalo{
	position: absolute;
	left: 110px;
	top: 76px;
	width: 500px;
	height: 20px;
	font-size: 12px;
	color: #E9CF04;
	font-family: Arial,Helvetica,sans-serif;
	z-index: 1;
}
#header ul{
	position: absolute;
	right: 10px;
	top: 15px;
	margin: 0px;
	padding: 0px;
	width: 450px;
	list-style: none;
	text-align: right;
}
#header ul li{
	display: inline;
	margin: 0px;
	padding: 0px 10px;
	list-style: none;
	border-right: solid 1px #e9cf04;
	color: #e9cf04;
}
#header ul li.noborder{
	border: none;
}
#header ul li a{
	color: #e9cf04;
	text-decoration: none;
}
#header ul li a:hover{
	text-decoration: underline;
}
/**/
#header .h_search{
	position: absolute;
	top: 60px;
	right: 20px;
	text-align: right;
	font-weight: bold;
	color: #fff;
}
#header .h_search input.stext{
	margin: 0px 10px;
	width: 150px;
	border: solid 1px #403435;
}
/*header_jubileum*/

#header_jubileum{
    position: relative;
    z-index: 50;
    width: 948px;
    height: 96px;
    background: url(../frame/header_bg1.jpg) no-repeat;
}
#header_jubileum .logo{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 630px;
    height: 96px;
    z-index: 100;
}
#header_jubileum .logo a{
    display: block;
    width: 630px;
    height: 96px;
    z-index: 100;
}
#header_jubileum .logo a span{
    display: none;
}
#header_jubileum .slogen{
    position: absolute;
    left: 143px;
    top: 25px;
    width: 400px;
    height: 36px;
    font-size: 22px;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    letter-spacing: -1px;
    z-index: 1;
    display: none;
}
#header_jubileum #szamlalo{
    position: absolute;
    left: 110px;
    top: 76px;
    width: 500px;
    height: 20px;
    font-size: 12px;
    color: #E9CF04;
    font-family: Arial,Helvetica,sans-serif;
    z-index: 1;
    display: none;
}
#header_jubileum ul{
    position: absolute;
    right: 10px;
    top: 15px;
    margin: 0px;
    padding: 0px;
    width: 450px;
    list-style: none;
    text-align: right;
}
#header_jubileum ul li{
    display: inline;
    margin: 0px;
    padding: 0px 10px;
    list-style: none;
    border-right: solid 1px #e9cf04;
    color: #e9cf04;
}
#header_jubileum ul li.noborder{
    border: none;
}
#header_jubileum ul li a{
    color: #e9cf04;
    text-decoration: none;
}
#header_jubileum ul li a:hover{
    text-decoration: underline;
}
/**/
#header_jubileum .h_search{
    position: absolute;
    top: 58px;
    right: 20px;
    text-align: right;
    font-weight: bold;
    color: #fff;
}
#header_jubileum .h_search input.stext{
    margin: 0px 2px;
    width: 156px;
    background: #fff;
    /*border: none;*/
    border: solid 1px #403435;
}
#header_jubileum .h_search .button{
    width: 54px;
    margin: 0px;
}
/*header jubileum end*/
/**/
#reg_layer{
	display: none;
	position: absolute;
	z-index: 150;
	top: 15px;
	right: 100px;
	padding: 5px;
	width: 200px;
	background: #BA0102;
	border: solid 2px #fff;
}
#reg_layer h3{
	margin: 0px 0px 5px;
	color: #e9cf04;
}
#reg_layer input.text{
	margin-bottom: 5px;
	width: 195px;
}
#reg_layer a{
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
}
#reg_layer a:hover{
	color: #e9cf04;
}
#reg_layer p{
	margin: 0px 0px 5px;
	text-align: right;
}
#reg_layer b{
	font-size: 11px;
	color: #fff;
}


/* menu */
#menu{
	padding: 0px 5px;
	width: 938px;
	height: 31px;
	background: url(../frame/menu_bg.gif) repeat-x;
}
#menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li{
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 20;
	float: left;
	height: 28px;
	font-weight: bold;
	font-size: 13px;
	/*background: aqua;
	border-right: solid 1px red;*/
}
#menu ul li a{
	display: block;
	padding: 6px 7px 0px 5px;
	height: 22px;
	text-decoration: none;
	color: #fff;
}
#menu ul li a:hover{
	display: block;
	padding: 6px 7px 0px 5px;
	height: 22px;
	text-decoration: none;
	color: #e9cf04;
}
#menu ul li a.active{
	display: block;
	padding: 6px 7px 0px 5px;
	height: 22px;
	text-decoration: none;
	color: #e9cf04;
}
#menu ul li:hover a, #menu ul li.over a{
	display: block;
	padding: 6px 7px 0px 5px;
	height: 22px;
	text-decoration: none;
	color: #e9cf04;
}
#menu ul li ul{
	display: none;
	position: absolute;
	z-index: 10;
	margin: 0px;
	padding: 0px;
	width: 160px;
	background: #4a4a4a;
}
#menu ul li ul li{
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 160px;
	height: 20px;
	color: #fff;
	text-align: left;
}
#menu ul li:hover ul, #menu ul li.over ul { 
	display: block;
}
#menu ul li:hover ul li a, #menu ul li.over ul li a, #menu ul li ul li a{
	display: block;
	margin: 0px;
	padding: 2px 5px;
	width: 150px;
	height: 16px;
	color: #fff;
	overflow: hidden;
	text-align: left;
}
#menu ul li:hover ul li a:hover, #menu ul li.over ul li a:hover, #menu ul li ul li a:hover{
	margin: 0px;
	padding: 2px 5px;
	width: 150px;
	height: 16px;
	color: #E9CF04;
	background: #22576F;
}
#menu ul li:hover ul li a.active, #menu ul li.over ul li a.active, #menu ul li ul li a.active{
	margin: 0px;
	padding: 2px 5px;
	width: 150px;
	height: 16px;
	color: #E9CF04;
}
#breadcrumbs{
	padding: 10px 10px 0px;
	width: 928px;
	font-size: 11px;
}
#breadcrumbs img{
	margin: 0px 5px;
	vertical-align: middle;
}
#breadcrumbs a{
	color: #BA0102;
	text-decoration: none;
}
#breadcrumbs a:hover{
	text-decoration: underline;
}
#breadcrumbs a.startpage{
	color: #ba0102;
}

/* footer */
#footer{
	margin: 0px auto;
	padding: 10px 20px;
	width: 908px;
	height: 85px;
	background: url(../frame/footer_bg.jpg) repeat-x;
	text-align: center;
	color: #fff;
}
#footer ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer ul li{
	display: inline;
	margin: 0px;
	padding: 0px 10px;
	list-style: none;
}
#footer ul li a{
	color: #fff;
	text-decoration: none;
}
#footer ul li a:hover{
	text-decoration: underline;
}
#footer ul li a.active{
	color: #E9CF04;
}

/**/
#partners{
	position: relative;
	margin: 20px 0px 20px 9px;
	padding-top: 12px;
	width: 933px;
}
#partners hr{
	color: #757575;
	margin: 0px 0px 0px 15px;
	width: 918px;
	border: none;
	border-bottom: solid 1px #757575;
	height: 3px;	
}
#partners h2{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 2px 0px;
	width: 915px;
	background: #fff;
	font-weight: bold;
	font-size: 14px;
	color: #ba0102;
	text-align: left;
	border-bottom: solid 2px #757575;
}
#partners .cont{
	position: relative;
	z-index: 1;
	padding: 10px;
	width: 913px;
	text-align: center;
}
#partners .cont img{
	margin: 0px 7px;
	vertical-align: middle;
}
#partners .bottom{
	width: 933px;
	height: 10px;
	font-size: 1px;
}
/**/
.error, .success, .notice{
	margin-bottom: 16px;
	padding: 15px 15px 15px 45px;
	background: #fff url(../frame/message_error.gif) no-repeat;
	background-position: 5px 5px;
	border: solid 2px #ba0102;
	font-weight: bold;
	color: #ba0102;
}
.success{
	background: #fff url(../frame/message_success.gif) no-repeat;
	background-position: 5px 5px;
	border: solid 2px #39ac01;
	color: #39ac01;
}
.notice{
	background: #fff url(../frame/message_notice.gif) no-repeat;
	background-position: 5px 5px;
	border: solid 2px #4a4a4a;
	color: #4a4a4a;	
}


/* window */
.fps_window{
	position: absolute;
	width: 500px;
	background: #fff;
	border: solid 5px #999;
	text-align: left;
}
.fps_window .fps_windrag{
	padding: 5px 45px 5px 5px;
	width: 450px;
	background: #DDD;
	font-weight: bold;
	font-size: 13px;
	color: #4a4a4a;
	cursor: move;
}
.fps_windrag img {
	margin-right: 5px;
	vertical-align: middle;
}
.fps_window .fps_winclose{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 16px;
	height: 16px;
	background: url(../admin/image/close.gif) no-repeat;
	cursor: pointer;
}
.fps_window .fps_winloading{
	display: none;
	position: absolute;
	top: 3px;
	right: 25px;
	width: 20px;
	height: 20px;
	background: url(../admin/image/loader2.gif) no-repeat;
}
.fps_window .fps_wincontent{
	padding: 5px;
	width: 490px;
}

/* pager */
.fps_nav {
	width: 578px;
	margin: 15px 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.fps_nav span{
	display: block;
	font-size: 11px;
	color: #888888;
	text-align: left;
}
.fps_nav a{
	margin: 1px;
	padding: 0px 2px;
	color: #ba0102;
	text-decoration: underline;
}
.fps_nav a:hover{
	color: #5f5f5f;
}
.fps_nav a img{
	vertical-align: middle;
	border: none;
}
.fps_nav b{
	margin: 1px;
	padding: 0px 2px;
	color: #5f5f5f;
}
.fps_nav b.lotof{
	margin: 1px;
	padding: 2px 5px;
	border: none;
	color: #00411A;
}
.banner_news_inner{
	width:536px;	
	padding: 0px 10px 10px 10px;	
}
.banner_news_inner b{
	display: block;
	margin-bottom: 3px;
	font-weight: normal;
	font-size: 11px;
}
.static1 table{
	border: 1px solid #E9E9E9;	
}
.static1 table th{
	background: #4A4A4A;
	color: #fff;
	font-weight: bold;	
}
.static1 table tr.sec{
	background: #EFEFEF;
}
.static1 table td{
	padding: 7px 5px;
}
.static1 h4{
	margin: 10px 0px 0px;
	color: #4A4A4A;	
}
.static1 h2.nomb{
	margin-bottom: 0px;	
}
