body, form, input, h1, h2, h3, h4, p, ul, li, ol, blockquote, img {
	padding: 0;
	margin: 0;
	border: 0;
}
body {
	margin: 0px 0px 10px;
	background: #d6dbe0 url(../frame/body_bg.gif) repeat;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #2d465f;
	text-align: center;
}

/**/
h1, h2, h3, h4, h5, h6{
	font-family: Arial,Helvetica,sans-serif;
}
h2{
	margin: 0px 0px 15px 0px;
	font-size:24px;
	color: #2D465F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h2 a {
	color: #2D465F;
	text-decoration: none;
}
h3{
	margin: 0px 0px 15px 0px;
	font-size:14px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
h4{
	margin: 0px 0px 15px 0px;
	font-size: 14px;
	color: #2D465F;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
hr{
	border: none;
	border-bottom: solid 1px #2D465F;
	height: 1px;
}
p{
	margin: 0px 0px 15px;
}

ul{
	margin: 0px 10px 10px 10px;
	padding: 0px 5px;
	list-style-type: square;
}
ul li ul{
	list-style-type: circle;
}
li{
	margin: 4px 0px 2px 10px;
}
ol{
	margin: 0px 10px 10px 17px;
	padding: 0px 5px;
	list-style-type: decimal;
}
a{
	color: #2d465f;
	text-decoration: underline;
}
a:hover{
	color: #5f7082;
}
a.back{
	font-weight: bold;
	color: #2d465f;
	text-decoration: none;
}
a.back:hover{
	color: #5f7082;
	text-decoration: underline;
}
.clear{
	display: block;
	clear: both;
	height: 0px;
	font-size: 0px;
}
/*========*/
#container{
	margin: 0px auto;
	width: 900px;
	text-align: left;
	background: #fff url(../frame/content_bg.gif) repeat-y;
}
#content{
	position: relative;
	width: 900px;
	overflow: hidden;
}
/* footer */
#footer{
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color: #98a3af;
}
#footer a{
	font-weight: bold;
	color: #98a3af;
	text-decoration: none;
}
#footer a:hover{
	color: #2D465F;
	text-decoration: none;
}
/* header */
#header{
	position: relative;
	width: 900px;
	height: 179px;
	background: url(../frame/header_bg.gif) no-repeat;
}
#header .language{
	padding: 5px 0px 0px 25px;
	width: 100px;
	font-family: Trebuchet MS,Tahoma,Arial;
	font-size: 11px;
	color: #fff;
}
#header .language #hu{
	display: block;
	background: url(../frame/zaszlo_web_hu.gif) no-repeat;
	width: 25px;
	height: 13px;	
	float: left;
}
#header .language #en{
	float: left;
	margin-left: 5px;
	display: block;
	background: url(../frame/zaszlo_web_en.gif) no-repeat;
	width: 25px;
	height: 13px;	
}
#header .language #de{
	float: left;
	margin-left: 5px;
	display: block;
	background: url(../frame/zaszlo_web_de.gif) no-repeat;
	width: 25px;
	height: 13px;	
}
#header .language a{
	color: #fff;
	text-decoration: none;
}
#header .language a.active{
	color: #2d465f;
}
#header .language a:hover{
	text-decoration: underline;
}
/**/
#hlogo{
	display: block;
	position: absolute;
	left: 20px; top: 80px;
	width: 180px;
	height: 75px;
}
#hlogo span{
	display: none;
}
/* menu */
#menu{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 900px;
	height: 49px;
	background: #2d465f;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
#menu li{
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 149px;
	height: 49px;
	border-right: solid 1px #fff;
}
#menu li.last{
	width: 150px;
	border: none;
}
#menu li a{
	display: block;
	position: relative;
	padding: 8px 0px 0px 10px;
	width: 139px;
	height: 41px;
	background: #2d465f;
	color: #fff;
	text-decoration: none;
}
#menu li a:hover{
	background: #7fdaea;
	color: #2d465f;
	text-decoration: none;
}
#menu li.last a{
	width: 140px;
}
#menu li a.active{
	background: #7fdaea;
	color: #2d465f;
}
#menu li a span{
	display: block;
	position: absolute;
	left: 6px; bottom: 6px;
	width: 15px;
	height: 15px;
	background: url(../frame/menu_bg.gif) no-repeat 0px 0px;
}
#menu li a:hover span, #menu li a.active span{
	background: url(../frame/menu_bg.gif) no-repeat 0px -15px;
}

/**/
.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 #E60004;
	font-weight: bold;
	color: #E60004;
}
.success{
	background: #fff url(../frame/message_success.gif) no-repeat;
	background-position: 5px 5px;
	border: solid 2px #56C42A;
	color: #56C42A;
}
.notice{
	background: #fff url(../frame/message_notice.gif) no-repeat;
	background-position: 5px 5px;
	border: solid 2px #2D465F;
	color: #2D465F;
}
table{
	border: 1px solid #5F7082;	
	padding: 1px;
}
table td{
	border: 1px solid #D6DBE0;
	padding: 2px;	
}
/*table.static_pic_table, table.static_pic_table td{
	border: none;
	padding: 0px;	
}*/
table.static_pic_table{
	border: 1px solid #5F7082 !important;	
}
table.static_pic_table td{
	xborder: none !important;	
}
/* pager */
.fps_nav {
	position: relative;
	width: 700px;
	margin: 16px 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	font-weight: normal;
}
.fps_nav span{
	display: block;
	padding: 5px 0px;
	font-weight: bold;
	color: #003473	;
}
.fps_nav .nav_row{
	position: relative;
	width: 700px;
	height: 25px;
}
.fps_nav .pager_left{
	position: absolute;
	left: 0px; top: 2px;
	padding: 4px 0px;
	width: 130px;
}
.fps_nav .pager_right{
	position: absolute;
	right: 0px; top: 2px;
	padding: 4px 0px;
	width: 130px;
	text-align: right;
}
.fps_nav .pager_center{
	position: absolute;
	left: 130px; top: 2px;
	padding: 4px 0px;
	width: 440px;
	text-align: center;
}
.fps_nav a{
	margin: 1px;
	padding: 0px 2px;
	border: solid 1px #2D465F;
	background: #2D465F;
	color: #fff;
	text-decoration: none;
}
.fps_nav a:hover{
	color: #7FDAEA;
}
.fps_nav a.firstpage, .fps_nav a.lastpage, .fps_nav a.stepleft, .fps_nav a.stepright{
	background: #7FDAEA;
	color: #2D465F;
}
.fps_nav a.firstpage:hover, .fps_nav a.lastpage:hover, .fps_nav a.stepleft:hover, .fps_nav a.stepright:hover{
	background: #2D465F;
	color: #7FDAEA;
}

.fps_nav b{
	margin: 1px;
	padding: 0px 2px;
	border:1px solid #00411A;
	background: #fff;
	color: #00411A;
}
.fps_nav b.lotof{
	margin: 1px;
	padding: 2px 5px;
	border: none;
	color: #00411A;
}

/* window */
.fps_window{
	position: absolute;
	width: 500px;
	background: #ABB4BD;
	color: #2D465F;
	text-align: left;
}
.fps_window .fps_windrag{
	padding: 6px 45px 6px 5px;
	width: 450px;
	background: #304961 url(../frame/winhead.gif) repeat-x;
	border-bottom: solid 1px #fff;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	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(../frame/close.gif) no-repeat;
	cursor: pointer;
}
.fps_window .fps_winloading{
	display: none;
	position: absolute;
	top: 3px;
	right: 25px;
	width: 20px;
	height: 20px;
	background: url(../frame/loader2.gif) no-repeat;
}
.fps_window .fps_wincontent{
	padding: 5px;
	width: 490px;
}
.fps_window .button_on_center{
	text-align: center;
}
.fps_window .button_on_center input.button{
	width: 80px;
	background: #2D465F;
	color: #fff;
	cursor: pointer;
}

/* kepgaleria popup */
.loading {
	font-size: 18px;
	font-weight: bold;
}
.loading img {
	vertical-align: middle;
	margin-right: 5px;
	border: none !important;
}

/* popup */
.fps_wincontent {
	position: relative;
}
.fps_wincontent a.navlink {
	color: #000;
	font-weight: bold;
	position: absolute;
	text-decoration: none;
	display: block;
	height: 15px;
}
.fps_wincontent a.navlink:hover {
	color: #888;
}
.fps_wincontent #largeimage {
	cursor: pointer;
	border: 5px solid #fff;
}

/* prev pic */
.fps_wincontent a.prev {
	padding: 10px;
	left: 0px;
	top: 20px;
	width: 20px;
	background: transparent url(../frame/gallery_round_left.gif) no-repeat right center;
}
.fps_wincontent a.prev:hover {
	width: 90px;
}
.fps_wincontent a.prev span.arrow {
	padding-left: 18px;
	background: url(../frame/gallery_right.gif) no-repeat left center;
}
.fps_wincontent a.prev:hover span.arrow {
	background: #fff url(../frame/gallery_right_hover.gif) no-repeat left center;
}
.fps_wincontent a.prev span.text {
	display: none;
}
.fps_wincontent a.prev:hover span.text {
	display: inline;
}

/* next pic */
.fps_wincontent a.next {
	padding: 10px;
	right: 0px;
	top: 20px;
	width: 20px;
	background: transparent url(../frame/gallery_round_right.gif) no-repeat left center;
}
.fps_wincontent a.next:hover {
	width: 118px;
}
.fps_wincontent a.next span.arrow {
	padding-left: 18px;
	background: url(../frame/gallery_left.gif) no-repeat right center;
}
.fps_wincontent a.next:hover span.arrow {
	background: url(../frame/gallery_left_hover.gif) no-repeat right center;
}
.fps_wincontent a.next span.text {
	display: none;
}
.fps_wincontent a.next:hover span.text {
	display: inline;
}
