html
{
	background-color: #D5E8F6;
}

body
{
	margin: 0px;
	padding: 0px;
	background-color: #D5E8F6;
}

#background
{
	background-image: url(design/banner_back.jpg);
	width: 920px;
	float: left;
	background-repeat: repeat-y;
	background-color: #ffffff;
}

wireFrame
{
	display: none;
	overflow: hidden;
	z-index: 2;
	background-color: #FFFFFF;
	border: solid 1px #D0D0D0;
}

input
{
	background-color:White;
	cursor:pointer;	
}


/* ----------------------------- */
/* MASTER PAGE DESIGN ONE BY ONE */
/* ----------------------------- */

.modalBackground
{
	background-color: Black;
	filter: alpha(opacity=80);
	opacity: 0.8;
	z-index: 1000;
}

.main
{
	width: 900px;
}


#banner
{
	width: 900px;
	height: 285px;
	float: left;
	overflow: hidden;
}

#nameday, #weather
{
	float:left;
	font-family:verdana;
	font-size:12px;
	height:20px;
	margin:15px 30px 10px 15px;
}

#nameday .day
{
	color:Red;
	margin-right:35px;
}

#nameday .name
{
	color:#696969;
}

#weather
{
	float:right;
	margin:10px 30px 10px 30px;
	font-size:11px;
}

#left
{
	width: 200px;
	float: left;
}

#center
{
	width: 540px;
	float: left;
	padding-bottom: 20px;
}

#right
{
	width: 140px;
	float: left;
	margin-top: 10px;
}

#footer
{
	background-image: url(design/footer.jpg);
	background-repeat: no-repeat;
	color: #8F8F8F;
	float: left;
	font-size: 12px;
	height: 10px;
	margin-left: 10px;
	width: 900px;
	padding:10px 0 10px 0;
}

/* ----------------------------- */
/* LEFT MENU                     */
/* ----------------------------- */

.registration
{
	margin-bottom: 7px;
}

.registration a
{
	margin-bottom: 7px;
	text-decoration: none;
	color: #148608;
}

.registration a:hover
{
	margin-bottom: 7px;
	text-decoration: underline;
	color: #148608;
}


#szolgaltatasok_pictures
{
	background-image: url(design/szolg.jpg);
	width: 139px;
	height: 14px;
	margin-left: 22px;
	margin-bottom: 18px;
}

#ugyvedunkvalaszol_pictures
{
	background-image: url(design/ugyvedunk.jpg);
	width: 170px;
	height: 25px;
	margin-left: 18px;
	margin-top: 5px;
	background-repeat: no-repeat;
}

#kiadvanyaink_pictures
{
	background-image: url(design/master_menu3.jpg);
	width: 170px;
	height: 23px;
	background-repeat: no-repeat;
}


#new_left_menu
{
	font-family: Verdana;
	font-size: 10px;
}

.new_left_menu_title
{
	font-size: 10px;
	font-weight: bolder;
	width: 186px;
	height: 15px;
	background-color: #D9F6FF;
	margin-left: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	background-image: url(design/blue_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.new_left_menupoints
{
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #0690B5;
	padding-right: 10px;
	font-size: 9px;
}

.new_left_menupoints a
{
	margin-top: 5px;
	margin-bottom: 10px;
	color: #0690B5;
	font-size: 9px;
	text-decoration: none;
}

.new_left_menupoints a:hover
{
	margin-top: 5px;
	margin-bottom: 15px;
	color: #0690B5;
	font-size: 9px;
	text-decoration: underline;
}

.kiadvanyaink_menu_white
{
	padding-left: 10px;
	margin-top: 5px;
	color: #9A04AE;
	padding-right: 10px;
	font-weight: bold;
	font-size: 9px;
	margin-left: 5px;
	margin-right: 5px;
	background-image: url(design/purple_arrow_white.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.kiadvanyaink_menu_white a
{
	text-decoration: none;
	color: #9A04AE;
}

.kiadvanyaink_menu_white a:hover
{
	text-decoration: underline;
	color: #9A04AE;
}

.kiadvanyaink_menu
{
	padding-left: 10px;
	font-weight: bold;
	margin-right: 5px;
	margin-top: 5px;
	color: #9A04AE;
	padding-right: 10px;
	font-size: 9px;
	background-color: #F9D9FE;
	height: 18px;
	padding-top: 5px;
	margin-left: 5px;
	background-image: url(design/purple_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.kiadvanyaink_menu a
{
	text-decoration: none;
	color: #9A04AE;
}

.kiadvanyaink_menu a:hover
{
	text-decoration: underline;
	color: #9A04AE;
}

.ugyvedunk_menu
{
	padding-left: 10px;
	font-weight: bold;
	margin-right: 5px;
	margin-top: 5px;
	padding-right: 10px;
	font-size: 9px;
	background-color: #FFFEB2;
	height: 18px;
	padding-top: 5px;
	margin-left: 5px;
	background-image: url(design/orange_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.ugyvedunk_menu_white
{
	padding-left: 10px;
	margin-top: 5px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 9px;
	margin-left: 5px;
	margin-right: 5px;
	background-image: url(design/orange_arrow_white.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.ugyvedunk_menu a
{
	text-decoration: none;
	color: #FDAD00;
}

.ugyvedunk_menu a:hover
{
	text-decoration: underline;
	color: #FDAD00;
}

.ugyvedunk_menu_white a
{
	text-decoration: none;
	color: #FDAD00;
}

.ugyvedunk_menu_white a:hover
{
	text-decoration: underline;
	color: #FDAD00;
}


#egyeb_szolgaltatasok
{
	background-image: url(design/egyeb_szolgaltatasok.jpg);
	width: 175px;
	height: 14px;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
}

.egyeb_szolgaltatasok_menu
{
	padding-left: 10px;
	font-weight: bold;
	margin-right: 5px;
	margin-top: 5px;
	padding-right: 10px;
	font-size: 9px;
	background-color: #EAEEF7;
	height: 18px;
	padding-top: 5px;
	margin-left: 5px;
	background-image: url(design/blue2_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.egyeb_szolgaltatasok_menu_white
{
	padding-left: 10px;
	margin-top: 5px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 9px;
	margin-left: 5px;
	margin-right: 5px;
	background-image: url(design/blue2_arrow_white.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.egyeb_szolgaltatasok_menu a
{
	text-decoration: none;
	color: #758cc2;
}

.egyeb_szolgaltatasok_menu a:hover
{
	text-decoration: underline;
	color: #758cc2;
}

.egyeb_szolgaltatasok_menu_white a
{
	text-decoration: none;
	color: #758cc2;
}

.egyeb_szolgaltatasok_menu_white a:hover
{
	text-decoration: underline;
	color: #758cc2;
}

.mondja_el_menu
{
	margin-top: 15px;
	float: left;
	width: 180px;
	height: 50px;
}

.mondja_el_menu a
{
	text-decoration: none;
	color: green;
}

.mondja_el_menu a:hover
{
	text-decoration: underline;
}


/* ----------------------------- */
/* LEFT MENUK ÉS A TÖBBI         */
/* ----------------------------- */

#left_menu_new
{
	width: 200px;
	height: 900px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFFFF;
}

.left_menu_margin
{
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

.left_menu_new_title
{
	width: 175px;
	height: 25px;
	float: left;
	font-size: 14px;
	padding-left: 5px;
	padding-top: 7px;
	margin-top: 10px;
}

.left_menu_new_menupoints
{
	width: 175px;
	float: left;
	font-size: 11px;
	padding-left: 5px;
	margin-top: 5px;
}

.mediator_ahref
{
	width: 175px;
	float: left;
	font-size: 11px;
	padding-left: 5px;
	margin-top: 5px;
	color: #ABC5F8;
	text-decoration: none;
}

.mediator_ahref:hover
{
	width: 175px;
	float: left;
	font-size: 11px;
	padding-left: 5px;
	margin-top: 5px;
	color: #ABC5F8;
	text-decoration: underline;
}

.termékek_ahref
{
	width: 175px;
	float: left;
	font-size: 11px;
	padding-left: 5px;
	margin-top: 5px;
	color: #781484;
	text-decoration: none;
}

.termékek_ahref:hover
{
	width: 175px;
	float: left;
	font-size: 11px;
	padding-left: 5px;
	margin-top: 5px;
	color: #781484;
	text-decoration: underline;
}


.new_menupoints_style
{
	font-size: 9px;
	color: #B4B4B4;
}


/* ----------------------------- */
/* LEFT RÉSZ MENUK ÉS A TÖBBI    */
/* ----------------------------- */



.maininside
{
	text-align: left;
	font-family: Verdana;
	font-size: 9px;
}

.menu_name
{
	font-weight: bolder;
	font-size: 12px;
}

#reg_picture
{
	width: 200px;
	height: 40px;
	background-image: url(design/registration.jpg);
}


.menu_inside
{
	font-weight: bolder;
	color: #148608;
	width: 190px;
}

.menu_inside2
{
	font-weight: bolder;
	color: #0491B7;
}

.menu_inside3
{
	font-weight: bolder;
	color: #9705AD;
}

.menu_inside4
{
	font-weight: bolder;
	color: #D19402;
}

.menu_inside5
{
	font-weight: bolder;
	color: #009900;
}

.menu_inside2 a
{
	text-decoration: none;
	color: #0491B7;
	height: 23px;
	width: 195px;
}

.menu_inside3 a
{
	text-decoration: none;
	color: #9705AD;
	height: 23px;
	width: 195px;
}

.menu_inside4 a
{
	text-decoration: none;
	color: #D19402;
	height: 23px;
	width: 195px;
}

.menu_inside2 a:hover
{
	text-decoration: underline;
	color: #43C2E5;
	height: 23px;
	width: 195px;
}

.menu_inside3 a:hover
{
	text-decoration: underline;
	color: #C04CD1;
	height: 23px;
	width: 195px;
}

.menu_inside4 a:hover
{
	text-decoration: underline;
	color: #EDBD42;
	height: 23px;
	width: 195px;
}


#menu1
{
	background-image: url(design/master_menu1.jpg);
	width: 200px;
	height: 32px;
}

#menu2
{
	background-image: url(design/master_menu2.jpg);
	width: 200px;
	height: 32px;
}

#menu3
{
	background-image: url(design/master_menu3.jpg);
	width: 200px;
	height: 32px;
}

#menu4
{
	background-image: url(design/master_menu4.jpg);
	width: 200px;
	height: 40px;
}

.menu_body
{
	width: 190px;
	height: 23px;
	margin-left: 5px;
}

.pmenu_body
{
	width: 190px;
	height: 23px;
	background-color: #FAD9FF;
	margin-left: 5px;
}

.gmenu_body
{
	width: 190px;
	height: 23px;
	background-color: #99FF66;
	margin-left: 5px;
}

.purple_arrow
{
	width: 14px;
	height: 23px;
	background-image: url(design/purple_arrow_white.jpg);
	float: left;
}

.ppurple_arrow
{
	width: 14px;
	height: 23px;
	background-image: url(design/purple_arrow.jpg);
	float: left;
}

.ymenu_body
{
	width: 190px;
	height: 23px;
	background-color: #FFF4D9;
	margin-left: 5px;
}

.yellow_arrow
{
	width: 14px;
	height: 23px;
	background-image: url(design/orange_arrow_white.jpg);
	float: left;
}

.yyellow_arrow
{
	width: 14px;
	height: 23px;
	background-image: url(design/orange_arrow.jpg);
	float: left;
}

#bookshops
{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	float: left;
	padding-left: 15px;
}

.bookshop_banners
{
	width: 190px;
	height: 58px;
	float: left;
}

.bookshop_text
{
	width: 190px;
	float: left;
}


.bookshop_banner_padding
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
}

.ubwatermark
{
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid;
	background-color: #e7ffe5;
	width: 188px;
}

.watermark
{
}

/* ----------------------------- */
/* FELEJTŐS JELSZÓ ÉS BARÁTAI    */
/* ----------------------------- */

#felejtos_main_content
{
	width: 500px;
}


#felejtos_jelszo_top
{
	background-image: url(design/felejtos_top.jpg);
	width: 500px;
	height: 165px;
}

#felejtos_jelszo_left
{
	background-image: url(design/felejtos_left1.jpg);
	width: 218px;
	height: 24px;
	float: left;
}

#felejtos_jelszo_input
{
	height: 24px;
	width: 250px;
	float: left;
}

.felejtos_jelszo_input_box
{
	width: 270px;
	height: 20px;
	border: 1px solid #88C1C8;
}

#felejtos_jelszo_bottom
{
	width: 500px;
	height: 150px;
	background-image: url(design/felejtos_bottom.jpg);
	float: left;
}

#felejtos_bottom_1
{
	width: 500px;
	height: 36px;
	float: left;
	background-image: url(design/felejtos_bottom_1.jpg);
}

#felejtos_button_1
{
	width: 269px;
	height: 22px;
	background-image: url(design/felejtos_button_1.jpg);
	float: left;
}

.felejtos_button_2
{
	width: 102px;
	height: 22px;
	background-image: url(design/felejtos_button_2.jpg);
	float: left;
	border: 0px;
}

#felejtos_button_3
{
	width: 129px;
	height: 22px;
	background-image: url(design/felejtos_button_3.jpg);
	float: left;
}

#felejtos_button_full
{
	width: 500px;
	height: 93px;
	background-image: url(design/felejtos_bottom_full.jpg);
	float: left;
}


/* ----------------------------- */
/* TARTASI PAGE OHHH YEAHH       */
/* ----------------------------- */

#tartas_top
{
	width: 500px;
	height: 278px;
	background-image: url(design/tartasi.jpg);
}

/* ----------------------------- */
/* INFORMATION PAGE OHHH YEAHH   */
/* ----------------------------- */

#information_page_top
{
	width: 500px;
	height: 84px;
	background-image: url(design/informacios_top2.jpg);
}

#information_page_bottom
{
	margin-top: 50px;
	width: 500px;
	background-image: url(design/informacios_bottom.gif);
	background-repeat:repeat-y;
	font-family: Verdana;
	font-size: 12px;
}

#information_page_text
{
	padding:15px 20px 15px 10px;
}



/* ----------------------------- */
/* RIGHT NEWS ÉS TÖBBI STUFFS    */
/* ----------------------------- */


.master_main_news
{
	width: 140px;
	padding-top: 5px;
	text-align: left;
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: silver;
	overflow: hidden;
}

.master_main_news a
{
	text-decoration: none;
	color: #696969;
}

.master_main_news a:hover
{
	text-decoration: underline;
	color: #696969;
}

#valtozas_gomb
{
	background: transparent url(design/valtozas-nor.gif) no-repeat scroll 0px 0px;
	width: 140px;
	height: 59px;
	display: block;
}

#valtozas_gomb:hover
{
	background: transparent url(design/valtozas-hov.gif) no-repeat scroll 0px 0px;
}


/* ----------------------------- */
/* CENTER RÉSZ BELSŐ MENÜK STB   */
/* ----------------------------- */

.cikksorozat
{
	width:519px;
	margin-bottom:20px;
	font-size:12px;
}

.cikksorozat .label
{
	position:relative;
	float:right;
	top:8px;
	right:15px;
	font-weight:bold;
	font-size:16px;	
	z-index:10;
	color:#5F5F5F;
}

.cikksorozat li a
{
	font-size:10px;	
	font-weight:bold;
}

.cikksorozat .panel
{
	text-align:left;
}

.cikksorozat .panel table
{
	text-align:center;	
	color:#696969;
	width:500px;
}
.cikksorozat .panel th
{
	text-align:center;	
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	margin-bottom:5px;
}

.cikksorozat .panel th a
{
	text-decoration:none;
	color:Blue;		
}

.cikksorozat .panel th a:hover
{
	text-decoration:underline;	
}

.cikksorozat .panel h2
{
	font-family:tahoma;
	font-size:11px;
	font-weight:lighter;
	line-height:15px;
}


.kep
{
	background-image: url(design/button1.jpg);
	float: left;
}

.list1
{
	padding: 8px 0;
	background: url(design/img5.jpg) repeat-y right top;
}

.center_center_menu
{
	width: 500px;
	height: 193px;
}

#center_center_menu2
{
	width: 240px;
}

#mediacio_pictures
{
	background-image: url(design/center_menu1.jpg);
	width: 90px;
	height: 130px;
	float: left;
}

#mediacio_picture2
{
	width: 540px;
	height: 300px;
	margin-top: 30px;
	background-image: url(design/mediacio.jpg);
}

#mediacio_description
{
	color: #81bbf4;
}


.product_text_body
{
	width: 495px;
	font-family: Verdana;
	font-size: 10px;
	text-align: justify;
	padding-top: 30px;
}

.product_text_body_main_title
{
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #3591ed;
}


#vegrendelet_pictures
{
	background-image: url(design/center_menu2.jpg);
	width: 90px;
	height: 130px;
	float: left;
}

#jogsegely_pictures
{
	background-image: url(design/center_menu3.jpg);
	width: 90px;
	height: 130px;
	float: left;
}

#ugyved_pictures
{
	background-image: url(design/center_menu4.jpg);
	width: 90px;
	height: 130px;
	float: left;
}

#tartasi_pictures
{
	background-image: url(design/center_menu5.jpg);
	width: 90px;
	height: 130px;
	float: left;
}

.center_menu_text
{
	width: 170px;
	height: 90px;
	float: left;
}

.main_title
{
	clear: both;
	width: 255px;
	height: 26px;
	margin-top: 3px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bolder;
	text-align: left;
	float: left;
	margin-left: 5px;
}

.main_title h2
{
	position:relative;
	top:-4px;
	left:5px;
}

.main_title2
{
	clear: both;
	width: 365px;
	height: 27px;
	margin-top: 32px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bolder;
	text-align: left;
}

.main_title3
{
	clear: both;
	width: 365px;
	height: 27px;
	margin-top: 29px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bolder;
	text-align: left;
}

.main_text_body
{
	width: 240px;
	float: left;
	margin-top: 10px;
	font-family: Arial;
	font-size: 10px;
	font-weight: bolder;
	text-align: justify;
	color: #8F8F8F;
	margin-left: 10px;
}

.main_text_body2
{
	width: 220px;
	float: left;
	margin-top: 10px;
	font-family: Arial;
	font-size: 10px;
	font-weight: bolder;
	text-align: left;
	color: #8F8F8F;
	padding-left: 30px;
	padding-right: 10px;
}

.main_text_body2 li
{
	list-style-image: url(design/button1.jpg);
	padding-bottom: 5px;
}

.main_text_body2 li:hover
{
	list-style-image: url(design/button2.jpg);
	padding-bottom: 5px;
}

.main_text_body a
{
	text-decoration: none;
	color: blue;
}

.main_text_body2 a
{
	text-decoration: none;
	color: #8F8F8F;
}

.main_text_body a:hover
{
	text-decoration: underline;
	color: blue;
}

.main_text_body2 a:hover
{
	text-decoration: underline;
	color: #8F8F8F;
	list-style-image: url(design/button2.jpg);
}


/* ----------------------------- */
/* ÜGYVÉD REGISZTRÁCIÓ CSS RÉSZ! */
/* ----------------------------- */

.reg_ugyved
{
	width: 540px;
}

.reg_ugyved_head
{
	width: 540px;
	height: 118px;
	background-image: url(design/reg_ugyved.jpg);
}

.reg_ugyved_data
{
	width: 540px;
	height: 30px;
	background-image: url(design/reg_top.jpg);
}

.reg_ugyved_content
{
	width: 540px;
	background-image: url(design/reg_fill2.jpg);
	background-repeat: repeat-y;
}

.reg_ugyved_aszf
{
	width: 540px;
	height: 30px;
	background-image: url(design/reg_aszf.jpg);
}

.reg_aszf
{
	width: 540px;
	height: 300px;
	background-image: url(design/reg_fill.jpg);
	background-repeat: repeat-y;
}

.reg_torzs_aszf
{
	width: 450px;
	height: 300px;
	overflow: auto;
	text-align: justify;
	padding: 0px;
	font-family: Verdana;
	font-size: 10px;
}

.reg_torzs_aszf p
{
	margin-bottom: 10px;
}

.reg_ugyved_endtag
{
	width: 540px;
	height: 30px;
	overflow: hidden;
	background-image: url(design/reg_bottom.jpg);
}

.reg_ugyved_accept
{
	height: 20px;
	width: 500px;
	padding-left: 20px;
	color: #CC0000;
	font-weight: bolder;
	font-family: Verdana;
	font-size: 12px;
	font-variant: small-caps;
}

.reg_ugyved_mydata
{
	width: 540px;
	height: 30px;
	background-image: url(design/reg_szemelyes.jpg);
}

.reg_mydata
{
	width: 540px;
	background-image: url(design/reg_fill.jpg);
	background-repeat: repeat-y;
	font-weight: bolder;
	font-family: Verdana;
	font-size: 12px;
}

.reg_main_content
{
	width: 484px;
	padding: 10px;
	text-align: left;
}

.reg_ugyved_input
{
	width: 480px;
	border: 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
}

.reg_placedata
{
	width: 540px;
	background-image: url(design/reg_fill.jpg);
	background-repeat: repeat-y;
	font-weight: bolder;
	font-family: Verdana;
	font-size: 12px;
}

.reg_ugyved_workin
{
	width: 540px;
	height: 30px;
	background-image: url(design/reg_irodai.jpg);
}

.reg_ugyved_workdata
{
	width: 540px;
	height: 30px;
	background-image: url(design/reg_szakmai.jpg);
}

.reg_workdata
{
	width: 540px;
	background-image: url(design/reg_fill.jpg);
	background-repeat: repeat-y;
	font-weight: bolder;
	font-family: Verdana;
	font-size: 12px;
}


/* ----------------------------- */
/* UGYVEDEK PAGE OHHH YEAHH      */
/* ----------------------------- */

#ugyved_new_list
{
	width: 500px;
}

#ugyved_new_main_content
{
	width: 480px;
}

.ugyved_new_box
{
	width: 450px;
	height: 150px;
	background-color: #f2e6d7;
	border: 1px solid black;
	margin-top: 20px;
}

.ugyved_new_picutre_border
{
	width: 129px;
	height: 122px;
	background-image: url(design/ugyved_picture_border.jpg);
	float: left;
	position: relative;
	left: -10px;
	top: -10px;
}

.ugyved_new_margin
{
	margin-top: 20px;
	width: 305px;
	height: 78px;
}


.ugyved_new_text_list
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	width: 305px;
	float: left;
}

.ugyved_main_lefttext_margin
{
	margin-left: 10px;
}

.ugyved_title
{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	width: 305px;
	margin-bottom: 15px;
}

.ugyved_table_td
{
	width: 130px;
}

.ugyved_more_info
{
	width: 118px;
	height: 20px;
	float: left;
	background-image: url(design/ugyved_more_info.jpg);
	position: relative;
	left: -125px;
	top: 20px;
}

.reg_ugyved_bottom
{
	width: 540px;
	height: 30px;
	background-image: url(design/reg_bottom2.jpg);
}

/* ----------------------------- */
/* FÓRUM CSS RÉSZ! */
/* ----------------------------- */

.forum select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: White;
	border: 1px solid;
	color: Black;
	background-color: White;
}

.font
{
	font-family: Verdana;
	font-size: 10px;
	margin: 10px;
}


.forum_header
{
	height: 33px;
	width: 450px;
	background-image: url(design/forum_top_fill.jpg);
	background-repeat: repeat-x;
}

.forum_body
{
	width: 450px;
	background-color: #fff7e2;
	font-family: Verdana;
	font-size: 10px;
	padding-top: 10px;
	text-align: justify;
	padding-bottom: 10px;
}

.forum_answer_body
{
	width: 450px;
	font-family: Verdana;
	font-size: 10px;
	padding-top: 10px;
	text-align: justify;
	padding-bottom: 10px;
}

.forum_header_text
{
	float: left;
	width: 140px;
	font-weight: bold;
	font-family: Verdana;
	font-size: 10px;
	padding-top: 10px;
}



/* ---------------------------------- */
/* FELHASZNÁLÓ REGISZTRÁCIÓ CSS RÉSZ! */
/* ---------------------------------- */

.reg_user
{
	width: 540px;
}

.reg_user_head
{
	width: 540px;
	height: 118px;
	background-image: url(design/reg_user.jpg);
}

.reg_user_data
{
	width: 540px;
	height: 30px;
	background-image: url(design/reg_top.jpg);
}

.reg_user_content
{
	width: 540px;
	background-image: url(design/reg_fill2.jpg);
	background-repeat: repeat-y;
}

.reg_user_aszf
{
	width: 540px;
	height: 30px;
	background-image: url(design/reg_aszf.jpg);
}

.reg_user_endtag
{
	width: 540px;
	height: 30px;
	overflow: visible;
	background-image: url(design/reg_bottom.jpg);
}

.reg_user_accept
{
	height: 20px;
	width: 500px;
	padding-left: 20px;
	color: #CC0000;
	font-weight: bolder;
	font-family: Verdana;
	font-size: 12px;
	font-variant: small-caps;
}

.reg_user_mydata
{
	width: 540px;
	height: 30px;
	background-image: url(design/reg_szemelyes.jpg);
}

.reg_user_input
{
	width: 480px;
	border: 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
}

.reg_user_kezbesetes
{
	width: 540px;
	height: 30px;
	background-image: url(design/reg_user_kezbesites.jpg);
}

.reg_user_szamlazas
{
	width: 540px;
	height: 30px;
	background-image: url(design/reg_user_szamlazas.jpg);
}

.reg_user_bottom
{
	width: 540px;
	height: 30px;
	background-image: url(design/reg_bottom2.jpg);
}

.reg_user_in_fill
{
	width: 540px;
	background-image: url(design/reg_fill.jpg);
	background-repeat: repeat-y;
	font-weight: bolder;
	font-family: Verdana;
	font-size: 12px;
}

.reg_user_bottom
{
	width: 540px;
	height: 30px;
	background-image: url(design/reg_bottom2.jpg);
}

.reg_user_jelszocsere
{
	width: 540px;
	height: 30px;
	background-image: url(design/passchange_top.jpg);
	margin-top: 20px;
}

/* ------------------------------- */
/* FELHASZNÁLÓ ADATLA CSS RÉSZ!    */
/* ------------------------------- */

.user_head
{
	width: 500px;
	height: 150px;
	background-image: url(design/adatlap_top.jpg);
}


/* ----------------------------- */
/* NEWSLETTER PAGE OHHH YEAHH    */
/* ----------------------------- */

#newsletter
{
	width: 200px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	margin-left: 5px;
}

.newsletter_input
{
	float: left;
	margin-left: 20px;
	border: 1px solid black;
	background-color: #E7FFE5;
	margin-top: 5px;
}

.newsletter_buttons
{
	width: 84px;
	height: 21px;
	display: block;
	float: left;
	margin-top: 10px;
}

/* ----------------------------- */
/* ALDOZATSEGÍTÉS PAGE OHH YEAHH */
/* ----------------------------- */

.aldozatsegites_new
{
	width: 540px;
}

#aldozatsegites_new_text
{
	width: 500px;
	font-family: verdana;
	font-size: 12px;
	text-align: justify;
	margin-top: 50px;
	color: silver;
}

.aldozatsegites_titles
{
	font-size: 18px;
}

/* ----------------------------- */
/* JOGSEGELY  PAGE OHHH YEAHH    */
/* ----------------------------- */

#jogsegelyszolgalat_new
{
	width: 500px;
	float: left;
	margin-left: 20px;
}

#jogsegely_picture_description
{
	background-image: url(design/jogsegely.jpg);
	width: 400px;
	height: 221px;
	float: left;
}

#jogsegelyszolgalat_title
{
	width: 300px;
	height: 50px;
	background-image: url(design/jogsegely_title.jpg);
	background-repeat: no-repeat;
	float: left;
}

#jogsegelyszolgalat_text_box
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bolder;
	color: orange;
	float: left;
	width: 300px;
	text-align: justify;
	margin-top: 20px;
}

#jogsegelyszolgalat_girl
{
	width: 150px;
	height: 211px;
	background-image: url(design/jogsegely_girl.jpg);
	float: left;
	position: relative;
	top: -20px;
}

/* ----------------------------- */
/* MONDJAEL PAGE OHHH YEAHH      */
/* ----------------------------- */

#mondjael_top
{
	background-image: url(design/mondjael_top.jpg);
	width: 500px;
	height: 115px;
}

#mondjael_left
{
	background-image: url(design/mondjael_left.jpg);
	width: 178px;
	height: 190px;
	float: left;
	position: relative;
	left: 20px;
}

.mondjael_input
{
	width: 298px;
	height: 184px;
	border: 1px solid black;
	background-image: url(design/mondjael_right1.jpg);
	margin-right: 20px;
}

#mondjael_1
{
	background-image: url(design/mondjael_bottom1.jpg);
	height: 6px;
	width: 500px;
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
}

#mondjael_2
{
	background-image: url(design/mondjael_bottom3.jpg);
	height: 19px;
	width: 40px;
	background-repeat: no-repeat;
	float: left;
}

.mondjael_3
{
	background-image: url(design/mondjael_bottom4.jpg);
	height: 19px;
	width: 74px;
	background-repeat: no-repeat;
	float: left;
	border: 0px;
}

#mondjael_4
{
	background-image: url(design/mondjael_bottom5.jpg);
	height: 19px;
	width: 130px;
	background-repeat: no-repeat;
	float: left;
}

#mondjael_5
{
	background-image: url(design/mondjael_bottom6.jpg);
	height: 14px;
	width: 500px;
	background-repeat: no-repeat;
	float: left;
}

.mondjael_img
{
	height: 19px;
	float: left;
}

.mondjael_imgnum
{
	height: 15px;
	float: left;
}


/* ----------------------------- */
/* LASTWILL PAGE OHHH YEAHH      */
/* ----------------------------- */

#lastwill_1
{
	background-image: url(design/lastwill_1.jpg);
	height: 198px;
	width: 500px;
}

#lastwill_2
{
	background-image: url(design/lastwill_2.jpg);
	height: 102px;
	width: 500px;
}

#lastwill_3
{
	background-image: url(design/lastwill_3.jpg);
	height: 223px;
	width: 500px;
}


#lastwill_top
{
	background-image: url(design/lastwill_top.jpg);
	height: 177px;
	width: 500px;
}

#lastwill_textarea
{
	font-family: verdana;
	font-size: 10px;
	text-align: justify;
	width: 500px;
	color: #5D73AD;
}

#lastwill_bottom
{
	background-image: url(design/lastwill_bottomjpg.jpg);
	width: 500px;
	height: 124px;
}

/* ----------------------------- */
/* JOGI ABC PAGE OHHH YEAHH      */
/* ----------------------------- */

#abc__top
{
	background-image: url(design/abc-top.png);
	height: 16px;
	width: 500px;
}

#abc__text_area
{
	background-image: url(design/abc-fill.png);
	width: 480px;
	background-repeat: repeat-y;
	font-family: Verdana;
	font-size: 10px;
	text-align: justify;
	padding-left: 20px;
}

#abc__bottom
{
	background-image: url(design/abc-bottom.png);
	width: 500px;
	height: 16px;
}

#abc__line
{
	background-image: url(design/abc-line.png);
	width: 500px;
	height: 16px;
}

/* ----------------------------- */
/* TERMÉKEK PAGE OHHH YEAHH      */
/* ----------------------------- */

#termekek
{
	width: 500px;margin-top:30px;
}

#termekek a
{
	
}

#termekek img
{
	margin:10px;
}

.termekek
{
	width: 500px;
	font-family: verdana;
	font-size: 10px;
	text-align: justify;
}

.termekek ul
{
	margin-left: 20px;
}


.font-termekek
{
	font-family: verdana;
	font-size: 10px;
	color: orange;
	list-style-image: url(design/vonal_2.jpg);
	margin-top: 5px;
}

.font-termekek2
{
	font-family: verdana;
	font-size: 10px;
	color: #7d8eae;
	list-style-image: url(design/vonal_3.jpg);
	margin-top: 5px;
}

.font-termekek3
{
	font-family: verdana;
	font-size: 10px;
	color: #E9639D;
	list-style-image: url(design/vonal_1.jpg);
	margin-top: 5px;
}

.font-termekek4
{
	font-family: verdana;
	font-size: 10px;
	color: #85E01C;
	list-style-image: url(design/vonal_6.jpg);
	margin-top: 5px;
}

.font-termekek5
{
	font-family: verdana;
	font-size: 10px;
	color: #C19E31;
	list-style-image: url(design/vonal_4.jpg);
	margin-top: 5px;
}


/* ----------------------------- */
/* JOGIABC PAGE OHHH YEAHH       */
/* ----------------------------- */

#jogiabcmain
{
	font-family: verdana;
	font-size: 10px;
}

#jogiabcmain .numberClass
{
	position:relative;
	top:20px;
}

#jogiabcmain .numberClass a, #jogiabcmain .numberClass a:active,#jogiabcmain .numberClass a:link, #jogiabcmain .numberClass a:visited 
{
	color:Gray;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	margin:10px;
}

#jogiabcmain .numberClass a:hover, #jogiabcmain .numberClass a.active
{
	color:Red;
}

#abc_fill
{
	width: 500px;
	background-image: url(design/abc-fill.png);
	background-repeat: repeat-y;
	margin-top: -2px;
}

.abc_text_
{
	margin-left: 30px;
	text-align: left;
	padding-top: 30px;
}

.abc_text_2
{
	margin-left: 30px;
	text-align: justify;
	margin-right: 30px;
}


/* --------------------- */
/* USERMENU CSS RÉSZ!    */
/* --------------------- */

.usermenu
{
	padding: 5px;
	overflow: hidden;
	height: auto;
	color: #f9aa3a;
}

.usermenu span
{
	font-style: italic;
	margin-left: 10px;
	font-size: 11px;
	float: left;
	margin-top: 4px;
}

.usermenu a
{
	clear: both;
	font-weight: normal;
	color: #30D728;
	text-decoration: none;
	float: left;
	font-size: 10px;
	margin-top: 10px;
}

.usermenu a:hover
{
	font-weight: bold;
}


/* ------------------ */
/* HÍREK CSS RÉSZ!    */
/* ------------------ */

.newscontent
{
	padding: 20px;
	font-size: 10px;
	text-align: left;
}

.newstitle
{
	color:#3D3D3D;
	font-size:12px;
	font-weight:bold;
	margin-top:20px;
	word-spacing:2px;
}
h1.newstitle 
{
	font-size:15px;
}
h1.newstitle_accord
{
	font-size:12px;
	padding:5px 5px 5px 25px;
	font-weight:bold;
	color:#0048cf;
}

.newstextnormal, .newstextnormal2
{
	font-family: Verdana;
	text-align: justify;
	margin-top: 10px;
	color: #5f5f5f;
	line-height: 15px;
}
ul.newstextnormal 
{
	list-style-type:disc;
	margin:5px 0 5px 0;
}
ul.newstextnormal li
{
	margin-left:25px;
	padding-bottom:5px;
	padding-top:5px;
}
ol.newstextnormal
{
	list-style-type:lower-alpha;
	margin:5px 0 5px 0;
}
ol.newstextnormal2
{
	list-style-type:decimal;
	margin:5px 0 5px 0;
}
ol.newstextnormal li, ol.newstextnormal2 li
{
	margin-left:30px;
	padding-bottom:5px;
	padding-top:5px;
}

.newstextitalic
{
	font-family: Verdana;
	text-align: justify;
	font-style: italic;
	margin-top: 10px;
	color: #5f5f5f;
	line-height: 15px;
}

/* --------------------------- */
/* ÁLDOZATSEGÍTÉS CSS RÉSZ!    */
/* --------------------------- */

.aldozatcontent
{
	padding: 20px;
	font-size: 10px;
	font-family: Verdana;
	text-align: left;
}

.aldozattitle
{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 480px;
}

.aldozattextnormal
{
	text-align: justify;
	float: left;
	width: 480px;
}

.aldozattextitalic
{
	font-style: italic;
	text-align: justify;
	float: left;
	color: Red;
	width: 480px;
}

/* --------------------------- */
/* BANNER TOP MENU CSS RÉSZ!   */
/* --------------------------- */

#banner_top_menu
{
	width: 900px;
	height: 50px;
}

#banner_top_menu_1
{
	width: 500px;
	height: 50px;
	background-image: url(design/banner_top_1.jpg);
	float: left;
}

#banner_top_menu_2
{
	width: 133px;
	height: 50px;
	display: block;
	background-image: url(design/banner_top_2.jpg);
	float: left;
}

#banner_top_menu_2:hover
{
	width: 133px;
	height: 50px;
	background-image: url(design/banner_top_2.jpg);
	background-position: 0 -50px;
	float: left;
}

#banner_top_menu_3
{
	width: 106px;
	height: 50px;
	display: block;
	background-image: url(design/banner_top_3.jpg);
	float: left;
}

#banner_top_menu_3:hover
{
	width: 106px;
	height: 50px;
	background-image: url(design/banner_top_3.jpg);
	background-position: 0 -50px;
	float: left;
}

#banner_top_menu_4
{
	width: 100px;
	height: 50px;
	display: block;
	background-image: url(design/banner_top_4.jpg);
	float: left;
}

#banner_top_menu_4:hover
{
	width: 100px;
	height: 50px;
	background-image: url(design/banner_top_4.jpg);
	background-position: 0 -50px;
	float: left;
}

#banner_top_menu_5
{
	width: 61px;
	height: 50px;
	display: block;
	background-image: url(design/banner_top_5.jpg);
	float: left;
}

#banner_top_menu_5:hover
{
	width: 61px;
	height: 50px;
	background-image: url(design/banner_top_5.jpg);
	background-position: 0 -50px;
	float: left;
}

/* ----------------------- */
/* ELÉRHETŐSÉG CSS RÉSZ!   */
/* ----------------------- */
.elerli1
{
	margin-top: 4px;
}
.elerli2
{
	margin-top: 5px;
	margin-bottom: 5px;
}

/* ----------------- */
/* KOSÁR CSS RÉSZ!   */
/* ----------------- */
.mycart_top
{
	width: 500px;
	height: 116px;
	float: left;
	margin-left: 15px;
	background-image: url(design/kosar_top.jpg);
}
.mycart_steps
{
	width: 500px;
	height: 81px;
	float: left;
	margin-left: 15px;
	background-image: url(design/kosar_1lepes.jpg);
}
.mycart_steps2
{
	width: 500px;
	height: 81px;
	float: left;
	margin-left: 15px;
	background-image: url(design/kosar_2lepes.jpg);
}
.mycart_steps3
{
	width: 500px;
	height: 81px;
	float: left;
	margin-left: 15px;
	background-image: url(design/kosar_3lepes.jpg);
}
.mycart_basic
{
	width: 490px;
	float: left;
	margin-left: 15px;
	background-image: url(design/kosar_fill.jpg);
	background-repeat: repeat-y;
}
.mycart_line
{
	width: 480px;
	height: 10px;
	float: left;
	overflow: hidden;
	background-image: url(design/kosar_line.jpg);
}
.mycart_recount
{
	border: solid 0px;
	width: 103px;
	height: 22px;
	background-image: url(design/kosar_recount.jpg);
	margin-left: 20px;
	
}
.mycart_folytatas
{
	border: solid 0px;
	width: 173px;
	height: 22px;
	background-image: url(design/kosar_folytatas.jpg);
}
.mycart_veglegesites
{
	border: solid 0px;
	width: 136px;
	height: 22px;
	background-image: url(design/kosar_veglegesites.jpg);
}
.mycart_vissza
{
	border: solid 0px;
	width: 87px;
	height: 22px;
	background-image: url(design/kosar_vissza.jpg);
}
.mycart_fizet
{
	border: solid 0px;
	width: 93px;
	height: 22px;
	background-image: url(design/kosar_fizet.jpg);
}
.mycart_bottom
{
	width: 500px;
	height: 87px;
	float: left;
	margin-left: 13px;
	background-image: url(design/kosar_bottom.jpg);
}

/* ------------------------------- */
/* Pénzügyi tanácsadát CSS RÉSZ!   */
/* ------------------------------- */

.penzugymenu
{
	padding-top: 10px;
}

.penzugymenu ul
{
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
}

.penzugymenu ul li
{
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	float: left;
}

.penzugymenu ul li a
{
	padding: 0px 0px 0px 15px;
	margin: 0px;
	color: #f65178;
	text-decoration: none;
	font-size: 14px;
}

.penzugymenu ul li a:hover
{
	font-weight: bold;
}

.penzugycontent
{
	width: 450px;
	padding: 20px;
	font-size: 10px;
	text-align: left;
}

.penzugycontent ul
{
	margin-left: 20px;
}

.penzugycontent ul li
{
	margin-top: 5px;
	text-align: justify;
	color: #8f8f8f;
	font-size: 12px;
	list-style-image: url(design/penzugy_vonal.jpg);
}

.penzugytitle
{
	margin-top: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #7D7D7D;
}

.penzugytextnormal
{
	font-family: Verdana;
	text-align: justify;
	margin-top: 10px;
	color: #8f8f8f;
	line-height:15px;
}

.penzugyircontent
{
	padding: 0 10px 0 10px;
}

.penzugyirtext
{
	float: right;
	border: solid 1px #4f6499;
	width: 300px;
	height: 200px;
}

.penzugyiremail
{
	float: left;
	border: solid 1px #4f6499;
	width: 200px;
	margin-bottom: 5px;
}

.penzugyirimg
{
	float: left;
	margin-right: 5px;
}

.penzugyircodenumber
{
	float: left;
	border: solid 1px #4f6499;
	width: 82px;
	height: 18px;
	margin-bottom: 10px;
}

.Infoir
{
	text-decoration: none;
	font-size: 18px;
	color: White;
	padding-top: 5px;
	background-image: url(design/btn_penzugyir.jpg);
	background-repeat: no-repeat;
	width: 193px;
	height: 62px;
	float: left;
	margin-left: 40px;
	border: 0 solid;
	cursor: pointer;
	margin-top: 10px;
	color: White;
	background-color: White;
}

.Infoir:hover
{
	background-image: url(design/btn_penzugyir2.jpg);
}

.penzugyirgomb
{
	background-image: url(design/penzugyirgomb.jpg);
	background-repeat: no-repeat;
	width: 80px;
	height: 20px;
	border: 0 solid;
	cursor: pointer;
}


.dynamicPopulate_Updating
{
	background-image: url(design/loading.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding: 2px;
	height: 50px;
	margin: 5px;
	width: 200px;
}


/* ---------------------- */
/* Változások CSS RÉSZ!   */
/* ---------------------- */

#valtozas
{
	width: 500px;
	margin:20px 0 0 0;
}

#valtozas a
{
	text-decoration: none;
}

#valtozas a:hover
{
	text-decoration: underline;
}

#valtozas .logo p
{
	float: left;
	margin-left: 15px;
	margin-top: 17px;
	text-align: left;
	width: 230px;
	color: #F7C734;
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;
}

#valtozas .logo img
{
	float: left;
}

#valtozas .Menu
{
	width: 150px;
	float: right;
	margin:20px 0 0 0;
}

#valtozas .SubMenu
{
	width: 330px;
	text-align: left;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}

#valtozas .SubMenu a, #valtozas .SubMenu p
{
	background: transparent url(design/valtozas_submenu.jpg) no-repeat scroll 0 3px;
	float: left;
	margin: 0 0 10px;
	padding-left: 15px;
	text-decoration: none;
	font-family: verdana;
	font-size: 12px;
	color:#8F8F8F;
}

#valtozas .SubMenu a:hover
{
	text-decoration: underline;
}

#valtozas .content_panel
{
	float: left;
	width: 700px;
	background-color: Silver;
	display: block;
}

#valtozas .content_panel .header
{
	text-align: right;
	margin: 10px;
	border-bottom: 1px solid White;
	
}

#valtozas .content_panel .header a
{
	text-decoration: none;
	color:White;
	font-weight:bold;
	background:url('design/x.jpg') no-repeat 0 1px;
	padding-left:20px;
}

#valtozas .content_panel .header a:hover
{
	text-decoration: none;
	color:White;
	font-weight:bold;
}

#valtozas .content_panel .body
{
	text-align: left;
	margin: 15px;
	background-color: White;
	color: Gray;
	overflow: scroll;
	padding:20px 50px 0 50px;
	text-align: justify;
}
#valtozas .content_panel .body h1
{
	margin: 10px 0 10px 0;
	font-size: 14px;
}
#valtozas .content_panel .body ol, #valtozas .content_panel .body ol li
{
	margin: 0 0 10px 20px;
}

#valtozas .content_panel .body p
{
	margin-bottom: 10px;
	line-height: 20px;
}

#valtozas .content_panel .body table
{
	width: 100%;
}

#valtozas .content_panel .body table .first
{
	text-align: center;
	width: 30px;
}

#valtozas .content_panel .body table .second
{
	text-align: center;
	width: 50px;
}

#valtozas .content_panel .body table .third
{
	text-align: left;
	width: 150px;
	padding-left: 5px;
}

#valtozas .Menu a
{
	width: 151px;
	height: 31px;
	display: block;
}

#valtozas .Menu .al_nor
{
	background-image: url(design/valtozas-al-nor.gif);
}
#valtozas .Menu .eg_nor
{
	background-image: url(design/valtozas-eg-nor.gif);
}
#valtozas .Menu .in_nor
{
	background-image: url(design/valtozas-in-nor.gif);
}
#valtozas .Menu .ve_nor
{
	background-image: url(design/valtozas-ve-nor.gif);
}
#valtozas .Menu .va_nor
{
	background-image: url(design/valtozas-va-nor.gif);
}
#valtozas .Menu .mu_nor
{
	background-image: url(design/valtozas-mu-nor.gif);
}

#valtozas .Menu .al_nor:hover
{
	background-image: url(design/valtozas-al-hov.gif);
}
#valtozas .Menu .eg_nor:hover
{
	background-image: url(design/valtozas-eg-hov.gif);
}
#valtozas .Menu .in_nor:hover
{
	background-image: url(design/valtozas-in-hov.gif);
}
#valtozas .Menu .ve_nor:hover
{
	background-image: url(design/valtozas-ve-hov.gif);
}
#valtozas .Menu .va_nor:hover
{
	background-image: url(design/valtozas-va-hov.gif);
}
#valtozas .Menu .mu_nor:hover
{
	background-image: url(design/valtozas-mu-hov.gif);
}

