/* default */
body, form, input, h1, h3, h4, p, ul, li, ol, blockquote, img {
	padding: 0;
	margin: 0;
	border: 0;
}
body{
	text-align: left;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #fff;
}
h2{
	display: block;
	margin: 0 0 12px 0;
	width: 475px;
	font-size: 18px;
	font-family: Arial, Verdana, Trebuchet MS, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	color: #00AEEF;
}
h3{
	font-size: 15px;
	color: #2E3192;
	margin: 20px 0 12px;
	font-family: Arial, Verdana, Trebuchet MS, Tahoma, Helvetica, sans-serif;	
}
h4{
	color: #00AEEF;
	font-size: 13px;
	margin: 10px 0;
	font-family: Arial, Verdana, Trebuchet MS, Tahoma, Helvetica, sans-serif;	
}
h5{
	font-size: 12px;
	margin: 17px 0px 9px;
	color: #000;
}

a{
	text-decoration: none;
	color: #00AEEF;
}
a:hover{
	text-decoration: none;
	color: #2E3192;
}
p{
	margin: 12px 0;
}
ul, ol{
	margin: 12px 0 10px 30px;
	list-style-image: none;
}
ul li, ol li{
	margin: 5px 0px;
}
ul li ul{
	margin: 3px 0 10px 30px;
	list-style-image: none;	
}
.clear{
	clear: both;
}
div{
	padding: 0;
	margin: 0;
}

input{
	border: 1px solid #00AEEF;
	color: #2E3192;
	font-size: 10px;
	padding: 2px;
}
select{
	border: 1px solid #00AEEF;
	color: #2E3192;
	font-size: 10px;
	padding: 1px;
}
.button{
	background: #00AEEF;
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
}
.button:hover{
	background: #2E3192;
}

table{
	background: #FFFFFF none repeat scroll 0 0;
	margin: 5px 0 15px;
	color: #2E3192;
}
table tr{
	background: #ECF9FE none repeat scroll 0 0;
}
table tr.dark{
	background: #BFEEFF none repeat scroll 0 0;
}
table tr.head{
	text-align: center;
	font-weight: bold;
	background: #00AEEF none repeat scroll 0 0;
	color: #fff;
}
table td {
	padding: 4px 6px;
}
table td.head{
	text-align: left;
	font-weight: bold;
	background: #00AEEF;
	color: #fff;
}

.small{
	font-size: 10px;
}
/* frame */
#container {
	margin: 0 auto;
	width: 982px;
	text-align: left;
	/*background: url(../frame/container_bg.gif) repeat-y;*/
}

/* header */
#header{
	position: relative;
	width: 982px;
	height: 150px;
	background: url(../frame/header_bg.gif) left bottom no-repeat;
	font-family: Arial, Verdana, Trebuchet MS, Tahoma, Helvetica, sans-serif;
	overflow: hidden;
}
#header #logo{
	position: absolute;
	top: 0;
	left: 13px;
	width: 220px;
	height: 70px;
}
#header #logo span{
	position: absolute;
	top: 52px;
	left: 7px;
	font-size: 10px;
	font-weight: bold;
	color: #00aeef;
}
#header ul#topmenu{
	position: absolute;
	top: 16px;
	right: 5px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	color: #00aeef;
}
#header ul#topmenu li{
	float: left;
	padding: 0 0 0 13px;
}
#header ul#topmenu li a{
	float: left;
	padding: 8px 13px 8px 35px;
	color: #2e3192;
	height: 14px;
}
#header ul#topmenu li a:hover{
	color: #00AEEF;
}
#header #topright_logo{
	position: absolute;
	top: 4px;
	right: 10px;
	margin: 0;
	padding: 0;
	width: 82px;
	height: 48px;
	background: url(../frame/topright_logo.gif) no-repeat;
}
#header #topright_logo span{
	display: none;
}
#header #main_menu{
	position: absolute;
	top: 103px;
	left: 0;
	width: 980px;
	height: 30px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
}
#header #main_menu li{
	float: left;
	/*margin:0 17px 0 9px;*/
	margin:0 14px 0 8px;
	padding: 0;
}
#header #main_menu li.active{
	background: url(../frame/main_menu_li.gif) no-repeat;
}
#header #main_menu li a{
	float: left;
	padding: 7px 11px 8px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
#header #main_menu li a:hover{
	color: #2E3192;
}
#header #main_menu li a.active{
	background: url(../frame/main_menu_li_a.gif) right top no-repeat;
	color: #2e3192;
}
#header #main_menu li a.active:hover{
	background: url(../frame/main_menu_li_a.gif) right top no-repeat;
	color: #00AEEF;
}
#header #search_box {
	margin-top: 5px;
	margin-right: 10px;
}
#header .search_input {
	background-image: url(../images/miviz_kereso_mezo.png);
	background-position: 0 0px;
	border: none;
	float: left;
	height: 15px;
	width: 132px;
}
#header .search_button {
	background-image: url(../images/miviz_kereso_gomb.png);
	display: block;
	float: left;
	margin: 0 0 0 0;
	padding-top: 3px !important;
	padding-bottom: 2px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	width: 59px;
}
#header .search_button:hover {
	background-image: url(../images/miviz_kereso_gomb.png);
	background-position: 0 -19px;
}
#content{
	float: left;
	width: 475px;
	padding: 10px 25px 5px 25px;
}
#content a{
	color: #2e3192;
}
#content a:hover{
	text-decoration: underline;
}
/* footer */
#footer{
	position: relative;
	height: 146px;
	width: 982px;
	background: url(../frame/footer_bg.gif) left top no-repeat;
	text-align: center;
	font-size: 10px;
}
#footer p#contact{
	position: absolute;
	top: 13px;
	left: 0px;
	width: 982px;
	font-weight: bold;
	color: #fff;
	line-height: 170%;
}
#footer p#contact a{
	color: #fff;
}
#footer p#contact a:hover{
	text-decoration: underline;
}
#footer p#fmenu{
	position: absolute;
	top: 80px;
	left: 0px;
	width: 982px;
	font-weight: bold;
	color: #2e3192;
}
#footer p#fmenu a{
	color: #2e3192;
}
#footer p#fmenu a:hover{
	color: #00AEEF;
}
#fps {
	position: absolute;
	top: 116px;
	left: 407px;
	color: #2e3192;
	margin: 0;
	padding: 0;
}
#fps:hover {
	color: #00AEEF;
}
/* messages */
.error, .success, .notice{
	margin-bottom: 16px;
	padding: 10px;
	border: solid 1px #CC0000;
	border-left: solid 7px #CC0000;
	font-weight: bold;
	color: #CC0000;
}
.win_success{
	margin-bottom: 16px;
	padding: 10px;
	border: solid 1px #2abbf2;
	border-left: solid 7px #2abbf2;
	font-weight: bold;
	color: #2abbf2;
}
.success{
	border: solid 1px #2abbf2;
	border-left: solid 7px #2abbf2;
	color: #2abbf2;
}
.notice{
	border: solid 1px #2abbf2;
	border-left: solid 7px #2abbf2;
	color: #2abbf2;
}
/* pager */
.fps_nav {
	position: relative;
	width: 500px;
	margin: 16px 0px;
	font-size: 9px;
	font-weight: normal;
}
.fps_nav .nav_row{
	position: relative;
	padding: 4px 0px;
	width: 500px;
}
.fps_nav .pager_left{
	padding: 1px 0px;
	float: left;
	width: 135px;
}
.fps_nav .pager_right{
	padding: 1px 0px;
	float: right;
	width: 135px;
	text-align: right;
}
.fps_nav .pager_center{
	position: absolute;
	top: 2px;
	left: 135px;
	padding: 4px 0px;
	width: 230px;
	text-align: center;
}
.fps_nav a{
	margin: 1px;
	padding: 0px 2px;
	border: solid 1px #00AEEF;
	background: #00AEEF;
	color: #fff;
	text-decoration: none;
}
.fps_nav a:hover{
	background: #2E3192;
	color: #fff;
	border: solid 1px #2E3192;
}

.fps_nav a.firstpage, .fps_nav a.lastpage, .fps_nav a.stepleft, .fps_nav a.stepright{
	background: #00AEEF;
	color: #fff;
}
.fps_nav a.firstpage:hover, .fps_nav a.lastpage:hover, .fps_nav a.stepleft:hover, .fps_nav a.stepright:hover{
	background: #2E3192;
	color: #fff;
}
.fps_nav b{
	margin: 1px;
	padding: 0px 2px;
	border:1px solid #00AEEF;
	background: #fff;
	color: #00AEEF;
}
.fps_nav b.lotof{
	margin: 1px;
	padding: 2px 5px;
	border: none;
	color: #00AEEF;
}
.cimek b{
	float: left;
	width: 90px;
}
.idopontok b{
	float: left;
	width: 160px;
}
/* window */
.fps_window{
	position: absolute;
	width: 740px;
	border: solid 3px #2E3192;
	text-align: left;
}
.fps_window .fps_windrag{
	margin: 0px;
	padding: 0px 60px 0px 10px;
	width: 670px;
	height: 25px;
	background: #2E3192;
	font-family: Trebuchet MS, Tahoma, Arial;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	cursor: move;
}
.fps_window .fps_windrag b{
	color: #fff;
}
.fps_windrag img {
	margin-right: 5px;
	vertical-align: middle;
}
.fps_window .fps_winclose{
	position: absolute;
	top: 5px;
	right: 10px;
	width: 16px;
	height: 16px;
	background: url(../frame/win_close.gif) no-repeat;
	cursor: pointer;
}
.fps_window .fps_winloading{
	display: none;
	position: absolute;
	top: 3px;
	right: 30px;
	width: 20px;
	height: 20px;
	background: url(../frame/loader.gif) no-repeat;
}
.fps_window .fps_wincontent{
	padding: 10px 20px;
	width: 700px;
	background: #fff;
	font-size: 12px;
}
.fps_window .button_on_center {
	padding:10px 0px 5px;
	text-align:center;
}
a.fps_checkradio {
	text-decoration: none;
}

a.fps_checkradio:hover {
	text-decoration: none;
}
.fps_window  input.button{
	background: #00AEEF;
	width: 80px;
	color: #fff;
	border: none;
	cursor: pointer;
	font-weight: bold;
	font-family: Arial, sans-sherif;
	font-size: 11px;
}
.fps_window  input.button:hover{
	background: #2E3192;
}

/* window */
.fps_window1{
	position: absolute;
	width: 740px;
	border: solid 3px #2E3192;
	text-align: left;
}
.fps_window1 .fps_windrag{
	margin: 0px;
	padding: 0px 35px 0px 5px;
	width: 700px;
	height: 25px;
	background: #2E3192;
	font-family: Trebuchet MS, Tahoma, Arial;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	cursor: move;
}
.fps_window1 .fps_windrag b{
	color: #fff;
}
.fps_window1 .fps_windrag img {
	margin-right: 5px;
	vertical-align: middle;
}
.fps_window1 .fps_winclose{
	position: absolute;
	top: 5px;
	right: 10px;
	width: 16px;
	height: 16px;
	background: url(../frame/win_close.gif) no-repeat;
	cursor: pointer;
}
.fps_window1 .fps_winloading{
	display: none;
	position: absolute;
	top: 3px;
	right: 30px;
	width: 20px;
	height: 20px;
	background: url(../frame/loader.gif) no-repeat;
}
.fps_window1 .fps_wincontent{
	padding: 0px 0px;
	width: 740px;
	background: #fff;
	font-size: 12px;
}
.fps_window1 .button_on_center {
	padding:10px 0px 5px;
	text-align:center;
}
.fps_window1 a.fps_checkradio {
	text-decoration: none;
}

.fps_window1 a.fps_checkradio:hover {
	text-decoration: none;
}
.fps_window1  input.button{
	background: #00AEEF;
	width: 80px;
	color: #fff;
	border: none;
	cursor: pointer;
	font-weight: bold;
	font-family: Arial, sans-sherif;
	font-size: 11px;
}
.fps_window1  input.button:hover{
	background: #2E3192;
}




/* window */
.fps_window2{
	position: absolute;
	width: 570px;
	border: solid 3px #3f6884;
	text-align: left;
}
.fps_window2 .fps_windrag2{
	margin: 0px;
	padding: 0px 60px 0px 10px;
	width: 500px;
	height: 25px;
	background: #3f6884;
	font-family: Trebuchet MS, Tahoma, Arial;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	cursor: move;
}
.fps_window2 .fps_windrag2 b{
	color: #fff;
}
.fps_windrag2 img {
	margin-right: 5px;
	vertical-align: middle;
}
.fps_window2 .fps_winclose2{
	position: absolute;
	top: 5px;
	right: 10px;
	width: 16px;
	height: 16px;
	background: url(../frame/win_close.gif) no-repeat;
	cursor: pointer;
}
.fps_window2 .fps_winloading2{
	display: none;
	position: absolute;
	top: 3px;
	right: 30px;
	width: 20px;
	height: 20px;
	background: url(../frame/loader.gif) no-repeat;
}
.fps_window2 .fps_wincontent2{
	padding: 0px;
	width: 570px;
	background: #ECF0F0;
	font-size: 12px;
	text-align: center;
}
.fps_window2 .button_on_center {
	padding:10px 0px 5px;
	text-align:center;
}
a.fps_checkradio {
	text-decoration: none;
}

a.fps_checkradio:hover {
	text-decoration: none;
}
.fps_window2  input.button{
	background: #e60004;
	width: 80px;
	color: #fff;
	border: none;
	cursor: pointer;
	font-weight: bold;
	font-family: Arial, sans-sherif;
	font-size: 11px;
	border: 1px solid #E60004;
}
.fps_window2  input.button:hover{
	border: 1px solid #E60004;
	background: #fff;
	color: #E60004;
}
/* kepgaleria popup */
.loadings {
	font-size: 18px;
	font-weight: bold;
}

.loading img {
	vertical-align: middle;
	margin-right: 5px;
	border: none !important;
}

/* popup */
.fps_wincontent2 {
	position: relative;
	background-color:#DCDCDC;
}

.fps_wincontent2 a.navlink {
	color: #000;
	font-weight: bold;
	position: absolute;
	text-decoration: none;
	display: block;
	height: 15px;
}

.fps_wincontent2 a.navlink:hover {
	color: #888;
}

.fps_wincontent2 #largeimage {
	cursor: pointer;
	border: 5px solid #fff;
	margin-top: 0px;
}

/* prev pic */
.fps_wincontent2 a.prev {
	padding: 10px;
	left: 0px;
	top: 20px;
	width: 20px;
	background: transparent url('../../frame/gallery_round_left.gif') no-repeat right center;
}

.fps_wincontent2 a.prev:hover {
	width: 90px;
}

.fps_wincontent2 a.prev span.arrow {
	padding-left: 18px;
	background: url('../../frame/gallery_right.gif') no-repeat left center;
}

.fps_wincontent2 a.prev:hover span.arrow {
	background: #fff url('../../frame/gallery_right_hover.gif') no-repeat left center;
}

.fps_wincontent2 a.prev span.text {
	display: none;
}

.fps_wincontent2 a.prev:hover span.text {
	display: inline;
}

/* next pic */
.fps_wincontent2 a.next {
	padding: 10px;
	right: 0px;
	top: 20px;
	width: 20px;
	background: transparent url('../../frame/gallery_round_right.gif') no-repeat left center;
}

.fps_wincontent2 a.next:hover {
	width: 118px;
}

.fps_wincontent2 a.next span.arrow {
	padding-left: 18px;
	background: url('../../frame/gallery_left.gif') no-repeat right center;
}

.fps_wincontent2 a.next:hover span.arrow {
	background: url('../../frame/gallery_left_hover.gif') no-repeat right center;
}

.fps_wincontent2 a.next span.text {
	display: none;
}

.fps_wincontent2 a.next:hover span.text {
	display: inline;
}


/* videos on main page */
a.player {
	display: block;
	width: 570px;
	height: 405px;
	text-align: center;
}

a.player img {
	border: 0px;
}
 
a.player:hover {
  
}
/*popup pic*/
.fps_window3{
    position: absolute;
    width: 720px;
    height: 400px;
    text-align: left;
    z-index:0;
}
.fps_window3 a.closebutton{
    position: absolute;
    top: 10px;
    right: 0px;
    display: block;
    width: 30px;
    height: 30px;
    z-index:0;
}
.fps_wincontent3 {
    position: relative;
    z-index:0;
}

.fps_wincontent3 a.navlink {
    color: #000;
    font-weight: bold;
    position: absolute;
    text-decoration: none;
    display: block;
    height: 15px;
    z-index:0;
}

.fps_wincontent3 a.navlink:hover {
    color: #888;
    z-index:0;
}

.fps_wincontent3 #largeimage {
    cursor: pointer;
    border: 5px solid #fff;
    margin-top: 0px;
    z-index:0;
}


