@charset "utf-8";
/* CSS Document */

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
	
table {
	border-collapse:collapse;
	border-spacing:0;
	table-layout:fixed;
	padding:0;
	margin:0;
}
	
td {
	vertical-align:top;
	overflow:hidden;
}
	
fieldset,img { 
	border:0;
}
	
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
	
ol,ul {
	list-style:none;
}
	
caption,th {
	text-align:left;
}
	
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
	
a {
	color:#46595D;
	outline:none;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	}
	
html,body {
	height:100%;
}

body {
	background-color:#fff;
	background-image:url(../img/top_bkg.png);
	background-repeat:repeat-x;
	font:normal normal normal 12px/12px Tahoma, Arial, sans-serif;
	color:#46595D;
}
	
div#head {
	position:relative;
	margin:0 auto;
	width:1010px;
	height:300px;
	background-image:url(../img/top_head_bkg.png);
	background-repeat:repeat-x;
}

div.menu_line {
	position:absolute;
	width:100%;
	height:30px;
	background-image:url(../img/menu_line.png);
	background-repeat:repeat-x;
}

div#menu_head {
	top:160px;
}

div#menu_footer {
	bottom:100px;
}

#container {
	background-image:url(../img/top_head_bkg.png);
	background-repeat:repeat-x;
	position:relative;
	margin:0px auto;
	width:1010px;
}

div#footer {
	/*position:absolute;*/
	position:relative;
	/*bottom:0px;*/
	margin:0 auto;
	width:1010px;
	height:200px;
	background-image:url(../img/footer_bkg.png);
	background-repeat:repeat-x;
}

div.menu_positioner {
	position:relative;
	margin:0 auto;
	height:30px;
	width:1010px;
	whitespace:no-wrap;
}

div#language {
	position:absolute;
	/*width:100%;*/
	top:15px;
}

div#innerLanguage {
	position:relative;
	margin:0 auto;
	width:1010px;
	text-align:right;
}

ul.button_inakt {
	/*background-image:url(../img/btn_inakt_i.png);*/
	background-image:url(../img/btn_i.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	float:left;
}

ul.button_inakt li {
	text-align:center;
	height:22px;
	*height:21px;
	/*background-image:url(../img/btn_inakt_ii.png);*/
	background-image:url(../img/btn_ii.png);
	background-position:100% 0;
	background-repeat:no-repeat;
}

ul.button_inakt li a {
	color:#fff;
	font-size:13px;
	font-weight:bold;
}

ul.button_inakt li a:hover {
	text-decoration:none;
}

ul.button_akt {
	/*background-image:url(../img/btn_akt_i.png);*/
	background-image:url(../img/btn_i.png);
	background-position:0px -30px;
	background-repeat:repeat-x;
	float:left;
}

ul.button_akt li {
	text-align:center;
	height:22px;
	/*background-image:url(../img/btn_akt_ii.png);*/
	background-image:url(../img/btn_ii.png);
	background-repeat:no-repeat;
	background-position:100% -30px;
}

ul.button_akt li a {
	color:#fff;
	font-size:13px;
	font-weight:bold;
}

ul.button_akt li a:hover {
	text-decoration:none;
}




ul.login_akt,
ul.login_inakt {
	background-repeat:repeat-x;
	float:right;
}


ul.login_akt {
	background-image:url(../img/btn_akt_i.png);
}
ul.login_inakt {
	background-image:url(../img/btn_inakt_i.png);
}

ul.login_akt li,
ul.login_inakt li {
	text-align:center;
	height:30px;
	background-repeat:no-repeat;
	background-position:100% 0;
}

ul.login_akt li {
	background-image:url(../img/btn_akt_ii.png);
}
ul.login_inakt li {
	background-image:url(../img/btn_inakt_ii.png);
}

ul.login_akt li a,
ul.login_inakt li a {
	color:#fff;
	font-size:13px;
	font-weight:bold;
}

ul.login_akt li a:hover,
ul.login_inakt li a:hover {
	text-decoration:none;
}



div#content {
	padding:200px 15px 0px 15px;
	line-height:16px;
}

.title {
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin-bottom:25px;
}

.box_200 {
	background-image:url(../img/box_200_body.png);
	width:200px;
	margin:0 5px 0 5px;
}

.box_200_top {
	background-image:url(../img/box_200_top.png);
	height:9px;
}

.box_200_bottom {
	background-image:url(../img/box_200_bottom.png);
	height:9px;
}
.box_200_title {
	background-image:url(../img/title_200.png);
	color:#FFFFFF;
	font-weight:bold;
	height:26px;
	margin:0pt 2px;
	padding:4px 0px 0px 10px;
}



.box_548 {
	background-image:url(../img/box_548_body.png);
	width:548px;
	margin:0 5px 0 5px;
}

.box_548_top {
	background-image:url(../img/box_548_top.png);
	height:9px;
}

.box_548_bottom {
	background-image:url(../img/box_548_bottom.png);
	height:9px;
}
.box_548_title {
	background-image:url(../img/title_548.png);
	color:#FFFFFF;
	font-weight:bold;
	height:26px;
	margin:0pt 2px;
	padding:4px 0px 0px 10px;
}

.item {
	position:relative;
	background-image:url(../img/ajanlat_body.png);
	background-repeat:no-repeat;
	width:527px;
	height:113px;
	color:white;
	overflow:hidden;
	margin:10px 0 10px 0;
}

.item_bottom {
	position:absolute;
	bottom:0px;
	background-image:url(../img/ajanlat_bottom.png);
	background-repeat:no-repeat;
	height:14px;
	width:527px;
	overflow:hidden;
}

#extraDiv {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#000;
	width:100%;
	height:100%;
}

#extraContent {
	position:absolute;
	display:none;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}

.login {
	position:relative;
	margin:100px auto;
	width:400px;
	/*height:200px;*/
}

.login_top {
	background-image:url(../img/login_box_top.gif);
	background-repeat:no-repeat;
	height:9px
}

.login_body {
	background-image:url(../img/login_box_body.gif);
	/*height:182px*/
}

.login_bottom {
	background-image:url(../img/login_box_bottom.gif);
	background-repeat:no-repeat;
	height:9px
}

ul.gomb_i {
	cursor:pointer;
	background-image:url(../img/gomb_i.gif);
	background-position:0px;
	background-repeat:no-repeat;
	float:left;
	width:100px;
}

ul.gomb_i li {
	background-image:url(../img/gomb_ii.gif);
	background-position:100% 0pt;
	background-repeat:no-repeat;
	height:22px;
	text-align:center;
	padding-top:3px;
}

ul.gomb_i li a {
	font-weight:bold;
	color:#fff;
}

/*Regisztrációs doboz*/
.reg tr {
	height:27px;
}

.reg tr td {
	vertical-align:middle;
}

.reg tr td input {
	background-image:url(../img/input_inner_shadow.gif);
	background-repeat: no-repeat;
	border:1px solid #46595D;
	height:19px;
	width:196px;
	padding:3px 0px 0px 4px;
	color:#46595D;
	font-weight:bold;
}

.reg tr td input.error {
	background-image:url(../img/input_inner_shadow_error.gif);
	background-repeat: no-repeat;
	border:1px solid #9b6767;
}

.error {
	color:#9b6767 !important;
}

.reg ul {
	margin-left:20px;
}

.reg ul li {
	font-weight:bold;
	list-style-type:disc;
}
/*Regisztrációs doboz*/


/*Layerek doboza*/
.dark {
	position:relative;
	margin:100px auto 0 auto;
	width:500px;
	/*height:200px;*/
}

.dark_top {
	background-image:url(../img/dark_box_top.gif);
	background-repeat:no-repeat;
	height:9px
}

.dark_body {
	background-image:url(../img/dark_box_body.gif);
	/*height:182px*/
}

.dark_bottom {
	background-image:url(../img/dark_box_bottom.gif);
	background-repeat:no-repeat;
	height:9px
}
/*Layerek doboza*/

/*Kiemelt linkek doboz*/
.kiemelt_link_container {
	margin:5px 2px 0px 2px;
}

a.kiemelt_link, a.kiemelt_link_aktiv {
	position:absolute;
	background-image:url(../img/kiemelt_link_bg.gif);
	color:#fff;
	padding:4px 0px 0px 5px;
	height:21px;
	width:191px;
}

a.kiemelt_link_aktiv {
	background-position:0px 25px;
}

a.kiemelt_link:hover {
	background-position:0px 25px;
}
/*Kiemelt linkek doboz*/


/*Separátor elemek*/
div.separator {
	height:15px;
}
/*Separátor elemek*/

#blockUI {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#000;
	width:100%;
	height:100%;
}