p {
        text-align: justify;
        line-height: 140%;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;        
        
}


/* layout */
#container{
	margin: 0px auto;
	width: 980px;
}
#header{
	width: 980px;
	height: 113px;
	position: relative;
	text-align: left;
	background: #fff;
	padding-bottom: 8px;
}
#header #logo {
	position: absolute;
	top: 0px;
	left: 0px;	
	display: block;
	width: 208px;
	height: 60px;
	background: url(../frame/logo.gif) no-repeat;
}
#header #logo span{
	display: none;
}
#header .slogen{
	color: #3f6884;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 30px;
	left: 250px;
}
#header a.home, #header a.sitemap, #header a.contact{
	display: block;
	color: #3f6884;
	font-size: 11px;
	font-weight: bold; 
	position: absolute;
	text-decoration: none;
	top: 26px;
	left: 663px;
	background: url(../frame/icon_home.gif) no-repeat;
	padding: 4px 0px 0px 23px;
	cursor: pointer;
	height: 20px;
	width: 57px;
}
#header a.sitemap{
	left: 759px;
	background: url(../frame/icon_sitemap.gif) no-repeat;
}
#header a.contact{
	left: 868px;
	background: url(../frame/icon_contact.gif) no-repeat;
}
#header a:hover{
	text-decoration: underline;
}
#header .weather{
	width: 120px;
	height: 72px;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #3f6884;
	font-size: 9px;
	text-align: center;
	font-weight: bold;
}
#header .weather p{
	padding-top: 0px;
	position: absolute;
	top: 30px;
	right: 0px;
	width: 120px;
}
#header .weather b{
	color: #e60004;
}
#header #menu{
	position: absolute;
	top: 66px;
	left: 0px;
	width: 980px;
	height: 47px;
	background: url(../frame/menu_bg.gif) no-repeat bottom left;
}
#header #menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#header #menu ul li{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	float: left;
	padding: 0px 0px 0px 0px;
	height: 47px;
	margin: 0px;
}
#header #menu ul li a{
	display: block;
	height: 33px;
	padding: 14px 26px 0px 25px;
	color: #fff;
	text-decoration: none;
}
#header #menu ul li a:hover{
	text-decoration: underline;
}
#header #menu ul li.active{
	background: #e60004 url(../frame/menu_bal.gif) no-repeat top left;
}
#header #menu ul li a.active{
	background: url(../frame/menu_jobb.gif) no-repeat top right;
}
#header #menu ul li.hirek{
	width: 80px;
}
#header #menu ul li.cegunkrol{
	width: 110px;
}
#header #menu ul li.lakossagi{
	width: 206px;
}
#header #menu ul li.egyeb{
	width: 181px;
}
#header #menu ul li.kozos{
	width: 150px;
}
#header #menu ul li.dijtetelek{
	width: 104px;
}
#header #menu ul li.dokumentum{
	width: 148px;
}

#menucontent{
	padding: 0px;
	width: 505px;
	padding: 0px 15px 10px 0px;
	float: right;
}

#content #cright{
	float: right;
	width: 507px;
	padding: 0px 20px 10px 35px;
}
#content h2{
	color: #e60004;
	margin: 0px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
}
/* footer */
#footer-line {
	background-color: red;
	width: 100%;
	border-top: red 6px solid;
	margin-top: 20px; margin-bottom: 3px
}

#footer {
	background-color: #3f6884;
	position: relative;
	top: 0; left: 0;
	width: auto; height: auto;
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	-moz-border-radius-bottomright: 10px 10px;
	-moz-border-radius-bottomleft: 10px 10px;
	margin-bottom: 10px; text-align: left;
	padding: 15px
}

#footer p {
	color: #ffffff;
	line-height: 15px;
	font-size: 10px;
	
	padding: 0; margin: 0
}

#footer .site_footer{
	width: 980px;
	height: 18px;
	background: #3f6884;
	text-align: center;
	font-size: 11px;
	color: #fff;
	padding: 2px 0px 0px;
}

#footer_left {
	float: left;
	text-align: left
}

#footer_left, #footer_left a {
	color: #3f6884
}

#footer_left a {
	margin-left: 10px;
	font-size: 11px
}

#footer_right {
	color: #3f6884;
	margin-right: 10px;
	float: right
}

#footer a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
a#fps {
	position: absolute;
	top: 35px;
	left: 415px;
	text-align:left;
	font-weight: bold;
	text-decoration: none;
	color: #3f6884;
	font-size: 9px;
}
a#fps:hover {
	text-decoration: underline;
}
/* default */
body, form, input, h1, h2, h3, h4, p, ul, li, ol, blockquote, img {
	padding: 0;
	margin: 0;
	border: 0;
}
body{
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}
table{
	margin: 5px 0px 15px;
	background: #fff;
}
table th{
	background: #E60004;
	padding: 10px;
	color: #fff;
}
table tr{
	background: #dfeaea;
}
table tr.row{
	background: #eaf4f4;
}
table td{
	padding: 4px 10px;
	color: #325b77;
}
table.tavho td{
	padding: 4px 5px;
	color: #325b77;
}
span.search_highlight{
	background: #f5b52b;
}
h1 {
	font-size: 22px;
	color: #3f6884;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 0px 14px 20px;
	text-align: left;
}
h2 {
	font-size: 18px;
	color: #E60004;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 0px 14px 20px;
	text-align: left;
}
h3 {
	font-size: 14px;
	color: #E60004;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 14px;
}
h4 {
	font-size: 13px;
	color: #3f6884;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 4px;
}
h4 a{
	font-size: 13px;
	color: #3f6884;
}
p {
	margin: 0px 0px 15px;
}
ul{
	margin: 15px 15px 15px 25px;
}
li {
	margin: 5px 0px;
	line-height: 140%;
	text-align: justify;
	padding-bottom: 5px;
}
ol {
	margin: 15px 15px 15px 25px;
	list-style-type: decimal;
	line-height: 140%;
	text-align: justify;
}
a {
	color: #e60004;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a.more {
	color: #3f6884;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	display: block;
	margin: 0px 10px 10px 0px;
}
a.more:hover{
	text-decoration: underline;
}
input, textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
	border: 1px solid #3F6884;
}
select{
}
hr {

}
.clear{
	clear: both;
	height: 0px;
	font-size: 0px;
}
.piccount{
	float: left;
	margin: 10px 0;
	overflow: hidden;
	text-align: center;
}
.piccount span{
	display: block;
	margin: 6px 0 0 0;
	color: #3f6884;
	font-size: 9px;
}



/* messages */
.error, .success, .notice{
	margin-bottom: 16px;
	padding: 10px;
	border: solid 1px #CC0000;
	border-left: solid 7px #E60004;
	font-weight: bold;
	color: #CC0000;
}
.success{
	border: solid 1px #22B24C;
	border-left: solid 7px #22B24C;
	color: #22B24C;
}
.notice{
	border: solid 1px #24b34b;
	border-left: solid 7px #24b34b;
	color: #646464;
}
/* 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 #e60004;
	background: #e60004;
	color: #fff;
	text-decoration: none;
}
.fps_nav a:hover{
	background: #3f6884;
	color: #fff;
	border: solid 1px #3f6884;
}

.fps_nav a.firstpage, .fps_nav a.lastpage, .fps_nav a.stepleft, .fps_nav a.stepright{
	background: #e60004;
	color: #fff;
}
.fps_nav a.firstpage:hover, .fps_nav a.lastpage:hover, .fps_nav a.stepleft:hover, .fps_nav a.stepright:hover{
	background: #3f6884;
	color: #fff;
}
.fps_nav b{
	margin: 1px;
	padding: 0px 2px;
	border:1px solid #e60004;
	background: #fff;
	color: #e60004;
}
.fps_nav b.lotof{
	margin: 1px;
	padding: 2px 5px;
	border: none;
	color: #e60004;
}
/*bradcrumps*/
#breadcrumbs{
	background: #fff;
	width: 735px;
	padding-bottom: 10px;
	font-size: 10px;
}
#breadcrumbscontent{
	background: #ECF0F0;
	width: 735px;
	height: 14px;
	padding: 4px 15px;
}
#breadcrumbs_2_left{
	background: #ECF0F0;
	width: 735px;
	height: 14px;
	padding: 4px 15px;
	position: absolute;
	top: 128px;
	left: 0px;
	font-size: 10px;
	text-align: left;
}

/* window */
.fps_window{
	position: absolute;
	width: 500px;
	border: solid 3px #3f6884;
	text-align: left;
}
.fps_window .fps_windrag{
	margin: 0px;
	padding: 0px 60px 0px 10px;
	width: 430px;
	height: 25px;
	background: #3f6884;
	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: 460px;
	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: #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_window  input.button:hover{
	border: 1px solid #E60004;
	background: #fff;
	color: #E60004;
}
/*win2*/
/* window */
.fps_window{
	position: absolute;
	width: 740px;
	border: solid 3px #3f6884;
	text-align: left;
}
.fps_window .fps_windrag{
	margin: 0px;
	padding: 0px 60px 0px 10px;
	width: 670px;
	height: 25px;
	background: #3f6884;
	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: #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_window  input.button:hover{
	border: 1px solid #E60004;
	background: #fff;
	color: #E60004;
}

/* 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;
}

