html, body
{
	font-family: Arial, Helvetica, sans-serif;
	cursor: default;
	color: #035D89;
	margin: 0;
	padding: 0;
	background: url(../images/background.jpg) #8FA1B4;
	font-size: 12px;
}

img
{
	border: none;
}

form
{
	margin: 0px;
	padding: 0px;
}

p
{
	margin: 10px 0 10px 0;
}

.hidden
{
	display: none;
}

.clear
{
	clear: both;
}

.left
{
	float: left;
}

.bold
{
	font-weight: bold;
}

div#center
{
	width: 986px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}

div#container
{
	background: url(../images/menu_background.jpg) repeat-y #CCD5DE;
	width: 986px;
	border: 2px solid #2E6091;
	float: left;
}

div#header_flash
{
	width: 986px;
	height: 159px;
	background-color: #3979B6;
}

div#left_column
{
	width: 204px;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

div#menu_top
{
	background-image: url(../images/menu_top.jpg);
	width: 202px;
	height: 20px;
}

div#menu_background
{
	background-image: url(../images/menu_background.jpg);
	width: 202px;
}

div#right_column
{
	width: 762px;
	background-color: #CCD5DE;
	float: left;
	padding: 10px 8px 0 8px;
}

div#footer_top
{
	background: url(../images/menu_bottom.jpg) no-repeat #CCD5DE;
	width: 986px;
	height: 20px;
	float: left;
}

div#footer
{
	background: url(../images/footer.jpg) bottom no-repeat;
	width: 771px;
	height: 31px;
	float: left;
	padding: 58px 5px 0 210px;
	text-align: right;
	color: #1B365C;
}

div#footer a
{
	color: white;
	text-decoration: none;
	font-size: 11px;
}

div#footer_container
{
	width: 986px;
	height: 88px;
}

div#navigation
{
	margin-bottom: 15px;
}

div#navigation a
{
	color: #2A5986;
	background: url(../images/navigation.png) right no-repeat;
	padding-right: 8px;
	margin-right: 2px;
}

div#navigation a:hover
{
	text-decoration: none;
}

div#navigation span
{
	font-weight: bold;
}

ul#menu, ul#menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#menu 
{
	padding-left: 7px;
}


li.main_menuitem,
li.main_menuitem_with_sub
{
	background: url(../images/main_menu_background.jpg) repeat-x;
	width: 181px;
	height: 22px;
	margin-bottom: 3px;
}

li.main_menuitem_with_sub
{
	background-image: url(../images/main_menu_background_arrow.jpg);
	background-repeat: repeat;
	position: relative;
}

li.main_menuitem_with_sub:hover
{
	background-position: 0 22px;
}

li.main_menuitem:hover
{
	background-repeat: repeat;
	background-position: 0 22px;
}

a.menuitem
{
	width: 175px;
	height: 19px;
	color: white;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 3px 0 0 6px;
}

li.main_menuitem_with_sub ul
{
	position: absolute;
	left: -100000px;
	background-color: #3979B6;
	float: left;
}

li.main_menuitem_with_sub:hover ul
{
	left: 181px;
	top: 0px;
}

a.subitem,
a.subitem_last
{
	display: block;
	width: 200px;
	border: 1px solid #0F55A5;
	font-style: italic;
	font-weight: bold;
	color: white;
	background-color: #30669A;
	text-align: right;
	padding: 2px 3px 2px 3px;
	text-decoration: none;
	margin-bottom: 2px;
	margin-left: 2px;
}

a.subitem_last
{
	margin-bottom: 0;
}

a.subitem:hover
{
	background-color: #3673AD;
}

a.subitem_last:hover
{
	background-color: #3673AD;
}

li#main_menuitem_last
{
	margin: 0;
}

div#left_content
{
	padding-left: 7px;
	float: left;
}

div.left_separator
{
	background-image: url(../images/left_separator.jpg);
	width: 181px;
	height: 5px;
	font-size: 0;
	margin: 7px 0 7px 0;
}

div.left_box_header
{
	background: url(../images/main_menu_background.jpg) repeat-x;
	width: 175px;
	height: 19px;
	color: white;
	font-weight: bold;
	padding: 3px 0 0 6px;
}

div.left_box_text,
div.left_box_text_noborder,
div.left_box_banner,
div.left_box_banner_noheader,
div.left_box_banner_noheader_marginbottom
{
	width: 165px;
	border-left: 4px solid #1F3E6C;
	border-right: 4px solid #1F3E6C;
	border-bottom: 4px solid #1F3E6C;
	color: white;
	padding: 2px 4px 3px 4px;
}

div.left_box_text_noborder
{
	border-bottom: 0;
}

div.left_box_more
{
	background-image: url(../images/left_box_read_more.jpg);
	width: 101px;
	height: 17px;
	padding-left: 80px;
}

div.left_box_more a
{
	display: block;
	width: 101px;
	height: 17px;
}

div.left_box_banner
{
	padding: 0;
	width: 173px;
}

div.left_box_banner_noheader
{
	padding: 0;
	width: 173px;
	border-top: 4px solid #1F3E6C;
}

div.left_box_banner_noheader_marginbottom
{
	padding: 0;
	width: 173px;
	margin-bottom: 7px;
}

div.left_box_banner img,
div.left_box_banner_noheader img,
div.left_box_banner_noheader_marginbottom img
{
	display: block;
}

input#left_search
{
	background-image: url(../images/search_input.jpg);
	width: 111px;
	height: 19px;
	border: 1px solid #214172;
	float: left;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 3px 0 3px;
	margin-right: 5px;
}

input#left_search_send,
input#reg_send,
input.forum_addcomment
{
	width: 57px;
	height: 21px;
	float: left;
	border: 1px solid #123365;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
	background-color: #2A4E84;
	padding: 0;
	cursor: pointer;
}

input#reg_send 
{
	width: 132px;
	margin-top: 10px;
	float: right;
}

input.forum_addcomment
{
	float: right;
	margin-left: 10px;
}

div#reg_title
{
	width: 391px;
	height: 17px;
	background-color: #9DAAB8;
	border-bottom: 1px solid #7A8CA0;
	color: #2A4E84;
	font-weight: bold;
	padding: 3px 0 0 4px;
}

div#reg_body
{
	width: 380px;
	padding: 10px 7px 10px 8px;
	background-color: #C1CCD6;
	float: left;
}

div#reg_body label
{
	width: 113px;
	float: left;
	font-weight: bold;
	color: #214172;
	padding-top: 3px;
}

input.reg
{
	width: 257px;
	height: 18px;
	padding: 1px 3px 0 3px;
	border-top: 1px solid #035D89;
	border-bottom: 1px solid #035D89;
	border-left: 2px solid #035D89;
	border-right: 2px solid #035D89;
	float: left;
	background-color: #ACB9C6;
	margin-bottom: 10px;
	color: #244472;
}

input#e_mail
{
	margin: 0;
}

div#forum_header
{
	background-image: url(../images/forum_header.jpg);
	width: 762px;
	height: 52px;
}

div#forum_header div
{
	float: right;
	padding: 34px 4px 0 0;
	color: white;
	font-weight: bold;
}

div#forum_header div a
{
	color: white;
}

div#forum_header div a:hover
{
	text-decoration: none;
}

div#forum_header img
{
	margin: 0 3px 0 5px;
}

div.forum_row:hover
{
	
}

div.forum_row
{
	float: left;
}

div#forum_top,
div#forum_top_big
{
	background-image: url(../images/forum_top_row.jpg);
	width: 762px;
	float: left;
}

div#forum_top_big
{
	background-image: url(../images/forum_top_row_big.jpg);
}

div#forum_top div,
div#forum_top_big div
{
	float: left;
	margin-bottom: 1px;
	color: #1F3E6C;
	font-weight: bold;
}

div.forum_cell_1
{
	width: 28px;
	margin-right: 1px;
}

div.forum_cell_1_new_comments,
div.forum_cell_1_comments
{
	width: 28px;
	height: 21px;
	margin-right: 1px;
	background: url(../images/new_comments.png) no-repeat 4px 2px;
}

div.forum_cell_1_comments
{
	background: url(../images/comments.png) no-repeat 4px 2px;
}

div.forum_cell_2,
div.forum_cell_2_big
{
	width: 431px;
	padding: 3px;
	margin-right: 1px;
}

div.forum_cell_2_big
{
	width: 503px;
}

div.forum_cell_2 a,
div.forum_cell_2_big a
{
	color: #2A4E84;
	text-decoration: none;
	font-weight: bold;
}

div.forum_cell_2 a:hover,
div.forum_cell_2_big a:hover
{
	text-decoration: underline;
	color: #990000;
}

div.forum_cell_3
{
	width: 65px;
	margin-right: 1px;
	padding: 3px;
}

div.forum_cell_4
{
	width: 93px;
	margin-right: 1px;
	padding: 3px;
}

div.forum_cell_5
{
	width: 117px;
	padding: 3px;
}

div.forum_row_light,
div.forum_row_light_big
{
	background-image: url(../images/forum_light_row.jpg);
	width: 762px;
	float: left;
	margin-top: 1px;
}

div.forum_row_light_big
{
	background-image: url(../images/forum_light_row_big.jpg);
}

div.forum_row_light:hover,
div.forum_row_light_big:hover
{
	background-color: #A2B5C5;
	background-image: none;
}

div.forum_row_dark:hover,
div.forum_row_dark_big:hover
{
	background-color: #A2B5C5;
	background-image: none;
}

div.forum_row_light div,
div.forum_row_light_big div
{
	float: left;
}

div.forum_row_dark,
div.forum_row_dark_big
{
	background-image: url(../images/forum_dark_row.jpg);
	width: 762px;
	float: left;
	margin-top: 1px;
}

div.forum_row_dark_big
{
	background-image: url(../images/forum_dark_row_big.jpg);
}

div.forum_row_dark div,
div.forum_row_dark_big div
{
	float: left;
}

div.forum_row_dark div.forum_cell_2,
div.forum_row_light div.forum_cell_2,
div.forum_row_dark_big div.forum_cell_2_big,
div.forum_row_light_big div.forum_cell_2_big
{
	color: #404C59;
	font-weight: bold;
}

div.forum_pager
{
	height: 22px;
	float: left;
	background-color: #A4B0BC;
	background-repeat: no-repeat;
	border-top: 3px solid #7892AB;
	margin-top: 1px;
}

div.forum_pager a
{
	color: #1F3E6C;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

div.forum_pager a:hover
{
	color: #990000;
}

div#forum_first
{
	background-image: url(../images/forum_first.jpg);
	background-position: 5px 5px;
	width: 191px;
}

div#forum_first a
{
	padding: 3px 0 0 30px;
	width: 161px;
	height: 19px;
}

div#forum_prev
{
	background-image: url(../images/forum_prev.jpg);
	background-position: 5px 5px;
	width: 190px;
	background-color: #B0BBC4;
}

div#forum_prev a
{
	padding: 3px 0 0 30px;
	width: 160px;
	height: 19px;
}

div#forum_next
{
	background-image: url(../images/forum_next.jpg);
	background-position: 174px 5px;
	width: 190px;
}

div#forum_last
{
	background-image: url(../images/forum_last.jpg);
	background-position: 167px 5px;
	width: 191px;
	background-color: #B0BBC4;
}

div#forum_next a
{
	padding: 3px 0 0 74px;
	width: 116px;
	height: 19px;
}

div#forum_last a
{
	padding: 3px 0 0 74px;
	width: 117px;
	height: 19px;
}

div#forum_tools
{
	width: 762px;
	float: left;
	border-top: 3px solid #7892AB;
	border-bottom: 3px solid #7892AB;
	background-color: #B6BFC9;
	margin: 1px 0 1px 0;
}

div#forum_comment_descs
{
	float: left;
	width: 390px;
}

div.comment_desc
{
	background: url(../images/new_comments.png) no-repeat 2px 2px;
	
	margin-right: 10px;
	height: 17px;
	padding: 3px 0 0 25px;
}

div#comment_desc2
{
	background: url(../images/comments.png) no-repeat 3px 3px;
	padding-bottom: 2px;
}

div#forum_last_comments
{
	float: right;
	padding: 11px 5px 0 0;
	width: 365px;
}

input#forum_input,
input#forum_input_newtopic
{

	background-color:#94A6B6;
	border-color:#035D89;
	border-style:solid;
	border-width:1px 2px;
	color:#244472;
	float:left;
	height:18px;
	margin:0 3px 0 3px;
	padding:1px 3px 0pt;
	width:50px;
}

input#forum_input_newtopic
{
	width: 225px;
}

div.forum_last_comment_text
{
	float: left;
	padding: 3px 3px 0 0;
}

input#forum_last_comment_send,
input#forum_newtopic_send
{
	background-color:#2A4E84;
	border:1px solid #123365;
	color:white;
	cursor:pointer;
	float:left;
	font-size:11px;
	font-weight:bold;
	height:21px;
	padding:0pt;
	text-align:center;
	width:45px;
}

input#forum_newtopic_send
{
	width: 50px;
}

div#forum_info
{
	background: url(../images/forum_info.png) no-repeat #A4B0BC 3px 4px;
	width: 358px;
	height: 18px;
	border-right: 1px solid #CCD5DE;
	float: left;
	font-weight: bold;
	padding: 4px 0 0 22px;
}

div#forum_addcomment
{
	background: url(../images/new_comment.png) no-repeat #A4B0BC 362px 4px;
	width: 381px;
	height: 22px;
	float: left;
	font-weight: bold;
}

div#forum_addcomment:hover
{
	background-color: #B7C1CA;
}

div#forum_addcomment a
{
	width: 193px;
	height: 18px;
	display: block;
	color: #990000;
	text-decoration: none;
	padding: 4px 0 0 188px;
}

div#forum_addcomment a:hover
{
	text-decoration: underline;
}

div.forum_separator
{
	background-color: #7892AB;
	width: 762px;
	float: left;
	height: 3px;
	font-size: 0;
}

div.forum_user_title
{
	background: url(../images/forum_user.jpg) no-repeat #ADBDCB 3px 3px;
	width: 358px;
	height: 18px;
	border-right: 1px solid #CCD5DE;
	float: left;
	font-weight: bold;
	padding: 4px 0 0 22px;
}

div.forum_user_title span
{
	font-weight: bold;
	color:#CC0000;
}


div.forum_user_date
{
	background-color: #ADBDCB;
	width: 376px;
	height: 18px;
	padding: 4px 5px 0 0;
	float: left;
	text-align: right;
	font-weight: bold;
}

div.forum_text
{
	width: 748px;
	float: left;
	background-color: #C0CCD8;
	padding: 5px 7px 5px 7px;
}

div.forum_text div
{
	width: 100%;
	float: left;
	padding-top: 10px;
	text-align: right;
}

div.forum_text div a
{
	color: #1F3E6C;
	font-weight: bold;
}

div.forum_text div a:hover
{
	color: #990000;
	text-decoration: underline;
}

body#forum_addcomment
{
	background: url(../images/background.jpg) #8FA1B4;
	padding: 5px;
}

div.forum_addcomment_row
{
	padding: 5px;
	background-color: #B6BFC9;
	margin-bottom: 10px;
	float: left;
	width: 630px;
}

div.forum_addcomment_user
{
	background: url(../images/forum_addcomment_icon.jpg) no-repeat #B6BFC9 3px 3px;
	padding: 5px 5px 5px 25px; 
	margin-bottom: 10px;
	float: left;
	width: 610px;
}

div.forum_addcomment_row label
{
	display: block;
	width: 75px;
	font-weight: bold;
}

div.forum_addcomment_row textarea
{
	width: 620px;
	height: 300px;
	padding: 1px 3px 0 3px;
	border-top: 1px solid #035D89;
	border-bottom: 1px solid #035D89;
	border-left: 2px solid #035D89;
	border-right: 2px solid #035D89;
	float: left;
	background-color: #ACB9C6;
	color: #244472;
	overflow: auto;
}

div#forum_addcomment_title
{
	padding: 5px;
	background-color: #A6B1BD;
	margin-bottom: 10px;
	float: left;
	width: 630px;
	font-weight: bold;
	border-bottom: 2px solid #1F3E6C;
}

div#cert
{
	background: url(../images/cert.jpg) no-repeat bottom left;
	width: 204px;
	float: left;
	padding-bottom: 85px;
}

table.table
{
	border: 1px solid #3979B6;
	padding: 1px;
	width: 100%;
	margin-bottom: 25px;
}

table.table td
{
	border: 1px solid #3673AD;
	padding: 5px;
	color: #1B365C;
}

tr.table_head td
{
	background-color: #035D89;
	color: white;
	font-weight: bold;
}

tr.table_light
{
	background-color: #BECBD5;
}

tr.table_dark
{
	background-color: #ABBCC9;
}

table.table a
{
	color: #1F3E6C;
}

table.table tr:hover
{
	background-color: #9AADBD;
}

div#forum_alert
{
	background-color: #BFCAD5;
	color: #1F3E6C;
	font-weight: bold;
	width: 386px;
	padding: 5px 0 5px 7px;
	margin-bottom: 15px;
	border: 1px solid #A0B1C1;
}

div#forum_alert a
{
	color: #12243E;
}

div#reg_error_hide,
div#reg_error
{
	color: #990000;
	font-weight: bold;
	padding-bottom: 8px;
	display: none;
}

div#reg_error
{	
	display: block;
}

div#reg_message_hide,
div#reg_message
{
	color: #243037;
	font-weight: bold;
	padding-bottom: 8px;
	display: none;
}

div#reg_message
{	
	display: block;
}

div.forum_user_title a
{
	color: #1F3E6C;
	text-decoration: none;
}

div.forum_user_title a:hover
{
	color: #990000;
}

span#logout
{
	color: #1F3E6C;
}

div#subforum_message_hide,
div#subforum_message
{
	font-weight: bold;
	float: left;
	padding: 4px 0 4px 0;
	display: none;
}

div#subforum_message
{
	display: block;
}

div#subforum_error_hide,
div#subforum_error
{
	font-weight: bold;
	float: left;
	padding: 4px 0 4px 0;
	display: none;
	color: #990000;
}

div#subforum_error
{
	display: block;
}

div#footer_infos
{
	width: 986px;
	text-align: center;
	float: left;
	color: #1F3E6C;
	padding: 4px;
}

div#left_minheight
{
	height: 430px;
	float: right;
	width: 1px;
}

div#forum_addcomment_error,
div#forum_addcomment_error_hide
{
	color: #990000;
	padding: 5px;
	background-color: #FFC8C8;
	margin-bottom: 10px;
	float: left;
	width: 630px;
	font-weight: bold;
}

div#forum_addcomment_error_hide
{
	display: none;
}

.left_center_paddingtop10,
.left_center_paddingtop20,
.left_center_paddingtop30,
.left_center_paddingtop40,
.left_center_paddingtop50
{
    float: left;
    width:762px;
    padding-top: 10px;
    text-align: center;
}

.left_center_paddingtop20
{
    padding-top: 20px;
}

.left_center_paddingtop30
{
    padding-top: 30px;
}

.left_center_paddingtop40
{
    padding-top: 40px;
}

.left_center_paddingtop50
{
    padding-top: 50px;
}

.left_paddingtop_10,
.left_paddingtop_20,
.left_paddingtop_30,
.left_paddingtop_40
{
    float: left;
    width:762px;
    padding-top: 10px;
}

.left_paddingtop_20
{
    padding-top: 20px;
}

.left_paddingtop_30
{
    padding-top: 30px;
}

.left_paddingtop_40
{
    padding-top: 40px;
} 

div#index_left_column
{
	width: 385px;
	float: left;
}

div.index_box
{
	width: 349px;
	border: 4px solid #3979b6;
	background-color: #c1d4e1;
	float: left;
	margin-bottom: 20px;
}

div.index_box_title
{
	background-image: url(../images/index_box_title.jpg);
	width: 347px;
	height: 22px;
	font-weight: bold;
	color: white;
	font-size: 13px;
	padding: 2px 0 0 2px;
}

div.index_box_content
{
	padding: 5px;
	float: left;
	overflow: hidden;
	width: 339px;
}

img.index_box_icon
{
	display: block;
	float: left;
	margin-right: 5px;
}

img.index_right_button
{
	display: block;
	float: right;
}

div.paddingtopbottom10,
div.paddingtopbottom10_2
{
	padding: 10px 0 10px 0;
	float: left;
	width: 337px;
}

div.paddingtopbottom10_2
{
	width: 263px;
	padding-top: 0;
}

div.index_button_container
{
	float: left;
	width: 337px;
}

div.index_box_pdf
{
	background: url(../images/index_box_pdf.jpg) no-repeat;
	padding: 1px 0 0 20px;
	height: 15px;
	margin-bottom: 10px;
	float: left;
	width: 243px;
}

div.index_box_pdf a
{
	color: #044c6f;
	text-decoration: none;
	font-weight: bold;
}

div.index_box_pdf a:hover
{
	text-decoration: underline;
}

div.index_box_img_container
{
	width: 74px;
	float: left;
}

div.index_box_text_container
{
	float: left;
	width: 263px;
}

div#index_right_column
{
	float: left;
	width: 357px;
}

<!-- oldaltérkép -->
h2.oldal_cim_kek
{
	color: #5A5A5D;
	margin: 10px 0 15px 14px;
	font-size: 17px;
	text-align: center;
}

h2.oldal_cim_kek
{
	color: #105489;
}

div.tartalom_szoveg
{
	padding: 0 15px 0 15px;
}

dl.oldalterkep
{
	float: left;
	margin-right: 40px;
}

dl.oldalterkep dt
{
	background: url(../images/oldalterkep_nyil.png) no-repeat #DDE7EE 5px 7px;
	display: block;
	width: 255px;
	height: 18px;
	padding: 3px 0 0 16px;
	margin-bottom: 5px;
}

dl.oldalterkep dt a
{
	font-weight: bold;
	color: #094F87;
	text-decoration: none;
}

dl.oldalterkep dd
{
	background: url(../images/oldalterkep_also_nyil.png) no-repeat 0 4px;
	margin-left: 16px;
	padding-left: 15px;
	margin-bottom: 2px;
}

dl.oldalterkep dd a
{
	color: #094F87;
	text-decoration: none;
}

dl.oldalterkep dd a:hover
{
	text-decoration: underline;
}

dl.oldalterkep dt a:hover
{
	text-decoration: underline;
}

.error {
	font-family: Arial, Helvetica, sans-serif, Tahoma; 
	color: #cc0000; 
	font-size: 14px;
	font-weight: bold;
}

.sikeres {
	font-family: Arial, Helvetica, sans-serif, Tahoma; 
	color: #0000FF; 
	font-size: 14px;
	font-weight: bold;
}

.block
{
	display: block;
}
