/* FRAME */
body{
	margin: 0px;
	background: #ececec;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #040404;
}
#container{
	margin:0px auto;
	width:972px;
	background: #ffffff;
}
#left{
	float: left;
	width: 748px;
	padding: 0px 3px 6px 5px;
	text-align: left;
	position: relative;
}
#right{
	float: right;
	width: 207px;
	padding: 0px 8px 6px 1px;
	text-align: left;
}

/*top header*/
#header_lang{
	margin: 0px auto;
	padding: 5px 7px 0px 0px;
	height: 19px;
	width: 965px;
	color: #5d5d5d;
	background: #ececec;  
	text-align: right; 
}
#header_lang a.aktiv, #header_lang a{
	color: #5d5d5d;
	text-decoration: none;
} 
#header_lang a.aktiv{
	font-weight: bold;    
}
#header_lang a:hover{
	text-decoration: underline;   
}

/*footer*/
#footer{
	width: 972px;
	height: 40px; 
	background: url(../frame/footer_bg.gif) no-repeat #003473 bottom;
	color: #fff;
	padding: 8px 0px 0px 0px;
	line-height: 17px;
	text-align: center;
}
#footer b{
	color: #ffd520;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
/**/
#footer_menu{
	position: relative;
	margin: 0px auto;
	padding: 5px 0px 0px 0px;    
	background: #ececec;
	height: 40px;
	width: 972px;
	text-align: center;
	 color: #003473;
}
#footer_menu a{
	color: #003473;
	text-decoration: none;
}
#footer_menu a:hover{
	color: #003473;
	text-decoration: underline;
}
#footer_menu .footer_menu_fps{
	position: absolute;
	top: 5px;
	right: 30px;
	width: 220px;
	color: #9b9b9b;
	text-align: right;
}
#footer_menu .footer_menu_fps a{
	color: #9b9b9b;
	text-decoration: none;
}
#footer_menu .footer_menu_fps a:hover{
	text-decoration: underline;
}

/* MENU CSS */
#menu{
	position: relative;
	z-index: 9;
	padding: 0px 0px 0px 8px;
	width: 964px;
	height: 80px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #003473;
}
#menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 964px;
	height: 80px;
}
#menu ul li, #menu ul li.aktiv, #menu ul li.menu_left, #menu ul li.menu_right{
	margin: 0px;
	display: block;
	float: left;
	padding: 0px 3px 0px 0px;
	width: 134px;
	height: 54px;
	background: url(../frame/menu.gif) no-repeat;
}
#menu ul li.aktiv{
	padding: 0px 3px 0px 3px;
	background: url(../frame/menu_hover.gif) no-repeat;
}
#menu ul #menu_first.aktiv{
	padding: 0px 3px 0px 0px;
	background: url(../frame/menu_hover_first.gif) no-repeat;
}
#menu ul #menu_last.aktiv{
	padding: 0px 3px 0px 0px;
	background: url(../frame/menu_hover_last.gif) no-repeat;
}
#menu ul li.menu_left{
	padding: 0px 0px 0px 0px;
	background: url(../frame/menu_left.gif) no-repeat;
}
#menu ul li.menu_right{
	background: url(../frame/menu_right.gif) no-repeat;
}
#menu ul li a, #menu ul li.aktiv a{
	display: block;
	padding: 19px 0px 0px 0px;
	height: 35px;
	color: #003473;
	text-decoration: none;
	text-align: center;
}
#menu ul li a:hover{
	text-decoration: underline;
}
#menu ul li.aktiv a{
	color: #fff;
}

#menu ul ul{
	display: none;
	position: absolute;
	top: 54px;
	left: 8px;
	z-index: 9;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	width: 964px;
	height: 20px;
	background: url(../frame/submenu.gif) no-repeat;
	background-position: 0px 0px;
	text-align: left;
}
#menu ul #menu_first.aktiv ul{
	background: url(../frame/submenu.gif) no-repeat;
	background-position: 0px -26px;
}
#menu ul #menu_last.aktiv ul{
	background: url(../frame/submenu.gif) no-repeat;
	background-position: 0px -52px;
}

#menu ul li.aktiv ul{
	display: block;
}

#menu ul li ul.tt li{
	padding: 0px 20px 0px 20px !important;
}
#menu ul li ul li{
	display: inline;
	float: none;
	margin: 0px;
	padding: 0px 25px 0px 25px;
	width: auto;
	height: 26px;
	background: none;
	font-weight: bold;
	color: #fff;
	border-right: solid 1px #fff;
}
#menu ul li.aktiv ul li a{
	display: inline;
	width: auto;
	height: 20px;
	padding: 0px;
	margin: 0px;
	background: none;
	color: #fff;
	overflow: hidden;
	background: none;
	text-decoration: none;
}
#menu ul li.aktiv ul li a:hover{
	text-decoration: underline;
}
#menu ul li.aktiv ul li a.aktiv{
	color: #ffd520;
}

/* breadcrumps */
#breadcrumps{
	margin: 6px 8px 0px 8px;
	padding: 6px 8px 0px 8px;
	font-size: 9px;
	text-align: left;
	width: 940px;
	height: 20px;
	background: url(../frame/bcmenu.gif) no-repeat;
	color: #003473;
}
#breadcrumps ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#breadcrumps ul li{
	margin: 0px;
	padding: 0px;
	display: inline;
}
#breadcrumps ul li a{
	text-decoration: none;
	color: #003473;
}
#breadcrumps ul li a:hover{
	text-decoration: underline;
}
#breadcrumps span{
	margin: 0px 2px 0px 5px;
}

/* üzenetek */
.error, .success, .notice{
	margin: 10px 0px;
	padding: 10px 10px 10px 35px;
	background: url(../frame/error.gif) no-repeat #fff;
	background-position: 5px 5px;
	border: solid 2px #CC0000;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-align: left;
}
.success{
	background: url(../frame/okay.gif) no-repeat #fff;
	background-position: 5px 5px;
	border: solid 2px #009800;
	color: #009800;
}
.notice{
	background: url(../frame/notice.gif) no-repeat #fff;
	background-position: 5px 5px;
	border: solid 2px #FFD520;
	color: #003473;
}

/* Layeres üzenetek */
#messagebox{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 111;
	width: 400px;
	font-size: 12px;
	font-weight: bold;
	color: #003473;
	text-align: left;
}
#messagebox .merror, #messagebox .msuccess{
	padding: 0px 20px;
	width: 360px;
	background: url(../frame/message.gif) repeat-y;
}
#messagebox .merror{
	color: #CC0000;
}
#messagebox .mtop{
	width: 400px;
	height: 25px;
	background: url(../frame/message_top.gif) no-repeat;
}
#messagebox .mbottom{
	width: 400px;
	height: 25px;
	background: url(../frame/message_bottom.gif) no-repeat;
}

/* REGISTRATION */
#messagebox .close{
	width: 360px;
	padding-bottom: 10px;
	text-align: left;
}
#messagebox .close h3{
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 300px;
}
#messagebox .close img{
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
#messagebox .regtext{
	float: left;
	padding: 2px 0px;
	width: 160px;
	color: #666;
}
#messagebox .reginp{
	float: left;
	padding: 2px 0px;
	width: 200px;
}
#messagebox .reginp input.inptxt{
	padding: 1px;
	width: 185px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#messagebox .buttonrow{
	padding: 10px 0px 0px 0px;
	width: 360px;
	text-align: right;
}
#messagebox #x_error{
	display: none;
	padding: 10px;
	margin-bottom: 10px;
	color: #CC0000;
	background: #fff;
	border: solid 2px #CC0000;
}

#gmap {
	width: 687px;
	height: 450px;
	border: 1px solid #cdcdcd;
}
#smallmap{
	padding: 0px; 
	margin: 0px;
	position: relative;
}
a.avas, a.babonyi-berc, a.belvaros,a.gyori-kapu, a.egyetemvaros, a.csabai-kapu, a.diosgyor, a.goromboly, a.szirma, a.lillafured, a.felsozsolca, a.felsohamor, a.alsohamor, a.zsolcai-kapu, a.szentpeteri-kapu, a.pereces, a.miskolc-tapolca, a.martinkertvaros, a.komlosteto, a.hejocsaba{
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 33px;
	height: 55px;
	left: 223px;
	top: 113px;
	z-index: 1;
}
a.babonyi-berc{
	width: 56px;
	height: 34px;
	left: 190px;
	top: 42px;
	z-index: 10;
}
a.belvaros{
	width: 70px;
	height: 45px;
	left: 210px;
	top: 70px;
	z-index: 1;
}
a.gyori-kapu{
	width: 67px;
	height: 45px;
	left: 143px;
	top: 70px;
	z-index: 5;
}
a.egyetemvaros{
	width: 29px;
	height: 31px;
	left: 206px;
	top: 146px;
	z-index: 5;
}
a.csabai-kapu{
	width: 29px;
	height: 31px;
	left: 256px;
	top: 113px;
	z-index: 3;
}
a.diosgyor{
	width: 144px;
	height: 86px;
	left: 0px;
	top: 53px;
	z-index: 3;
}
a.goromboly{
	width: 57px;
	height: 41px;
	left: 230px;
	top: 206px;
	z-index: 3;
}
/**/
a.hejocsaba{
	width: 57px;
	height: 41px;
	left: 230px;
	top: 165px;
	z-index: 4;
}
a.komlosteto{
	width: 60px;
	height: 48px;
	left: 123px;
	top: 134px;
	z-index: 3;
}
a.martinkertvaros{
	width: 40px;
	height: 35px;
	left: 285px;
	top: 110px;
	z-index: 3;
}
a.miskolc-tapolca{
	width: 70px;
	height: 58px;
	left: 149px;
	top: 180px;
	z-index: 7;
}
a.pereces{
	width: 98px;
	height: 58px;
	left: 1px;
	top: 1px;
	z-index: 8;
}
a.szentpeteri-kapu{
	width: 41px;
	height: 48px;
	left: 245px;
	top: 25px;
	z-index: 2;
}
a.zsolcai-kapu{
	width: 47px;
	height: 28px;
	left: 283px;
	top: 68px;
	z-index: 2;
}
a.alsohamor{
	width: 31px;
	height: 26px;
	left: 83px;
	top: 142px;
	z-index: 4;
}
a.felsohamor{
	width: 43px;
	height: 20px;
	left: 47px;
	top: 162px;
	z-index: 3;
}
a.felsozsolca{
	width: 34px;
	height: 70px;
	left: 340px;
	top: 54px;
	z-index: 3;
}
a.lillafured{
	width: 42px;
	height: 68px;
	left: 20px;
	top: 180px;
	z-index: 3;
}
a.szirma{
	width: 57px;
	height: 63px;
	left: 310px;
	top: 154px;
	z-index: 3;
}
/**/
a.avas:hover, a.babonyi-berc:hover, a.belvaros:hover, a.gyori-kapu:hover, a.egyetemvaros:hover, a.csabai-kapu:hover, a.diosgyor:hover, a.goromboly:hover, a.szirma:hover, a.lillafured:hover, a.felsozsolca:hover, a.felsohamor:hover, a.alsohamor:hover, a.zsolcai-kapu:hover, a.szentpeteri-kapu:hover, a.pereces:hover, a.miskolc-tapolca:hover, a.martinkertvaros:hover, a.komlosteto:hover, a.hejocsaba:hover{
	border: 1px #003473 solid;
	background: #ffd220;
	opacity: .4;
	filter: alpha(opacity=40);
}
a.resellers_regions:hover{
	color: #C7c7c7;
	text-decoration: none;
}
a.resellers_regions_active{
	font-weight: bold;
	text-decoration: none;
}
/* window */
.fps_window{
	position: absolute;
	width: 500px;
	background: url(../frame/popupvideo.gif) no-repeat;
	text-align: center;
	height: 450px;
}
.fps_window .button_on_center{
	text-align: center;
}
.fps_window .button_on_center .button{
	margin-left: auto;
	margin-right: auto;
}
.fps_window .fps_windrag{
	padding: 17px 10px 5px 20px;
	width: 470px;
	height: 28px;
	font-weight: bold;
	font-size: 14px;
	color: #003473;
	cursor: move;
	text-align: left;
}
.fps_windrag img {
	margin-right: 5px;
	vertical-align: middle;
}
.fps_window .fps_winclose{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 16px;
	height: 16px;
	background: url(../libs/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(../libs/image/loader2.gif) no-repeat;
}
.fps_window .fps_wincontent{
	padding: 5px;
	width: 440px;
	margin: 0px auto;
}
ul.visible{
	display: block !important;
}

