


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #EEEEE9;
	scrollbar-track-color: #eeeee9;
	scrollbar-face-color: #105747;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #9bbcb5;
	scrollbar-shadow-color: #064134;
	scrollbar-3dlight-color: #105747;
	scrollbar-darkshadow-color: #105747;
}

.formError {
	font-size: 13px;
	color: #BF5E27;
	font-weight: bold;
}

.content {
    font-size: 11px;
    text-align: justify;
    color: #000000;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-top: 10px;
}


/*
 * Felsorolas
 */

.path, .subpath, .subsubpath {
	font-size: 11px;
	padding-left: 10px;
	color: #105747;
	font-weight: bold;
	text-decoration: none
}

.path:hover, .subpath:hover, .subsubpath:hover {
	color: #000000;
	text-decoration: none;
}

.subpath {
	padding-left: 40px;
        font-weight: normal;
	color: #000000;
}

.subpath:hover, .subsubpath:hover {
	text-decoration: underline;
}

.subsubpath {
	padding-left: 70px;
	color: #555555;
        font-weight: normal;
}



.screenshot {
	border: 1px solid black;
	margin: 10pt;
}


.piccenter {
    border: 1px solid #cdc7bd;
    margin: 10px;
}




/*
 * Left side menu styles
 */
.leftmenu_line {
	background-image: url(/gfx/menu_also.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}


a.leftmenu, .leftmenu {
	font-size: 11px;
        font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a.leftmenu:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}


.leftmenu_title {
    font-size: 11px;
    color: #555555;
    font-weight: bold;
}

a.leftmenu_title {
    font-size: 11px;
    color: #555555;
    font-weight: bold;
    text-decoration: none;
}

a.leftmenu_title:hover {
    color: #ffffff;
    text-decoration: underline;
}

.leftmenu_section {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}


/*
 * Green bar styles
 */

.greenbar {
    font-weight: normal;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}

.greenbar:hover {
    text-decoration: underline;
    color: #ffffff;
}






/*
 * Default text styles
 */
p, .text, .celltext, .textcell {
	font-size: 11px;
	text-align: justify;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}

.celltext, .textcell {
	text-align: left;
	padding: 5px;
}

a, a.text {
    color: #105747;
    font-weight: bold;
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: none;
}
a:hover, a.text:hover {
    color: #5f1396;
    text-decoration: underline;
}

.search_item {
    font-weight: bold;
    text-decoration: underline;
}

h1, .title, .title1 {
	font-size: 12px;
	color: #105747;
	font-weight: bold;
    margin-top: 15pt;
}

h2, .subtitle, .title2 {
	font-size: 11px;
	color: #BF5E27;
	font-weight: bold;
    margin-top: 15pt;
	padding-left: 5px;
}

.newstitle {
	font-size: 13px;
	color: #BF5E27;
	font-weight: bold;
    margin-top: 15pt;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

h3, .subsubtitle, .title3 {
	font-size: 11px;
	color: #555555;
	font-weight: bold;
	padding-left: 10px;
}

h4, .subsubtitle, .title4 {
	font-size: 11px;
	color: black;
	font-weight: bold;
	padding-left: 10px;
}


li {
    padding-top: 10px;
}









.menu_bottom_line {
	background-image: url(/gfx/main_bottom_line.gif);
	background-repeat: no-repeat;
}


.middlehead {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(/gfx/netalfa_box_c1.gif);
}

.trhead {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #BF5E27;
	text-align: center;
}

.trrow1 {
	font-size: 11px;
	color: #000000;
	background-color: #D8D0C4;
	text-align: center;
}

.trrow2 {
	font-size: 11px;
	color: #000000;
	background-color: #E4DED3;
	text-align: center;
}



sup {
  color: #097a1d;
  font-size: 95%;
}

.cellSupNum {
  text-align: center;
  vertical-align: top;
  color: #097a1d;
  font-size: 95%;
}

.cellPrice {
    text-align: right;
}
.cellRowTitle {
    text-align: left;
}




/*
 * Form styles
 */

.inputtextbox {
	border: 1px solid;
	border-top-color: CDC7BD;
	border-right-color: F6F0E4;
	border-bottom-color: F6F0E4;
	border-left-color: CDC7BD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 50px;
	width: 220px;
}

.form_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #105747;
	text-align: center;
	width: 80px;
	border: 1px solid #000000;
}

.form_inputtext, .inputtext {
	border: 1px solid;
	border-top-color: CDC7BD;
	border-right-color: F6F0E4;
	border-bottom-color: F6F0E4;
	border-left-color: CDC7BD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


.form_select {
	border: 1px solid;
	border-top-color: #cdc7bd;
	border-right-color: #f6f0e4;
	border-bottom-color: #f6f0e4;
	border-left-color: #cdc7bd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	/*
	border-right: #C5C4A8 1px solid;
	border-top: #C5C4A8 1px solid;
	font-size: 11px;
	border-left: #C5C4A8 1px solid;
	color: #333333;
	border-bottom: #C5C4A8 1px solid;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #EFEED9
	*/
}

.form_label {
}

.form_label_missing {
    color: red;
    font-weight: bold;
}

.form_label_needed {
    font-weight: bold;
}

.form_value {
    font-style: italic;
}


.form_comment {
    font-size: 6pt;
}

.form_error_message {
    color: red;
    font-weight: bold;
}

.form_error_item {
    margin-left: 20pt;
    color: red;
    font-weight: bold;
}





.news_title {
	font-size: 11px;
	text-align: justify;
	color: #000000;
	padding-left: 10px;
}

.news_date {
	font-size: 10px;
	text-align: left;
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
}

.news_content {
	font-size: 11px;
	text-align: justify;
	color: #000000;
	padding-left: 10px;
}

.list_dash {
	font-size: 11px;
}




sup {
  font-size: 6pt;
  font-weight: normal;
}

.comment {
    font-size: 7pt;
}

.akcio {
    color: #BF5E27;
    font-weight: bold;
}

/*
.cellSupNum {
  text-align: center;
  vertical-align: top;
  color: #097a1d;
  font-size: 65%;
}
*/






.side_form {
	margin: 5px;
	padding: 0px;
	white-space: nowrap;
	text-align: center;
}

.side_form form {
	padding: 0px;
	margin: 0px;
}



.side_title {
	padding-bottom: 7px;
    background-image: url(/gfx/menu_also.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 10px;
	/*width: 100%;*/
	width: 200px;
}

.side_title_content {
    font-size: 11px;
    color: #555555;
    font-weight: bold;
    margin-left: 8px;
    padding-left: 17px;
    background-image: url(/gfx/menu_item.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

.side_title img {
	margin-left: 8px;
	margin-right: 12px;
}

ul.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 2.3ex;
	margin-bottom: 20px;
	
}

ul.list1 li {
	margin: 0;
	padding: 0;
	background-image: url(/gfx/submenu_item.gif);
	background-image: fixed;
	background-repeat: no-repeat;
	background-position: 0px 1ex;
	text-indent: 1em;
	margin-top: 10px;
	margin-right: 1em;
}





ul.sitemap {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 2.3ex;
	margin-left: 2em;
	margin-top: 2ex;
}

ul.sitemap li {
	margin: 0;
	padding: 0;
	background-image: url(/gfx/menu_item.gif);
	background-image: fixed;
	background-repeat: no-repeat;
	background-position: 0px 1ex;
	margin-top: 7px;
	padding-left: .3em;
}

ul.sitemap ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 2em;
	margin-top: 1ex;
}

ul.sitemap li ul li {
	margin: 0;
	padding: 0;
	background-image: url(/gfx/submenu_item.gif);
	background-image: fixed;
	background-repeat: no-repeat;
	background-position: 1.5em 1ex;
	padding-left: 2em;
	margin-top: 3px;
}

ul.sitemap li ul li a {
	font-weight: normal;
	color: black;
}
ul.sitemap li ul li a:hover {
	text-decoration: underline;
}






ul.menuleft {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 2.3ex;
	padding-left: 0em;
	width: 191px;
	margin-top: 5px;
}

ul.menuleft li {
	margin: 0;
	padding: 0;
	background-image: url(/gfx/menu_item.gif);
	background-image: fixed;
	background-repeat: no-repeat;
	background-position: .5em 1ex;
	margin-top: 5px;
}

ul.menuleft li div {
	padding-left: 1.7em;
	padding-bottom: 3px;
	background-image: url(/gfx/menu_also.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

ul.menuleft ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
	margin-top: 5px;
}

ul.menuleft li ul li {
	margin: 0;
	padding: 0;
	background: none;
	background-image: url(/gfx/submenu_item.gif);
	background-image: fixed;
	background-repeat: no-repeat;
	background-position: 2.5em 1ex;
	padding-left: 1.5em;
}

ul.menuleft li ul li div {
	background: none;
}


ul.menuleft li a {
	font-size: 11px;
	font-weight: bold;
    color: #555555;
	text-decoration: none;
}
ul.menuleft li a:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

ul.menuleft li ul li a {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
ul.menuleft li ul li a:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}


div#footer {
/*	width: 100%;*/
	height: 36px;
	margin: 0px;
	padding: 0px;
	background: url(/gfx/run_line3.gif);
}

div#footer_content {
    padding-top: 12px;
	padding-left: 20px;
	padding-right: 20px;
}


div#statebar {
	height: 40px;
	margin: 0px;
	padding: 0px;
	background: url(/gfx/run_line1.gif);
}
div#statebar_content {
	margin: 0px;
	padding: 0px;
    padding-top: 12px;
    padding-left: 20px;
	padding-right: 20px;
}


div.barsection {
	margin-top: 20px;
	height: 40px;
	background: url(/gfx/run_line2.gif);
	background-repeat: repeat-x;
}

div.barsection_content {
    padding-top: 12px;
	padding-left: 20px;
}


div.greenbox {
	margin: 0px;
	padding: 0px;
    font-size: 11px;
    color: #ffffff;
}

.greenbox h1 {
	margin: 0px;
	padding: 0px;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    background-image: url(/gfx/nyilacska.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;
}

div.barsection h1 a, .greenbox h1 a {
	font-weight: bold;
    color: #ffffff;
}
div.barsection h1 a:hover, .greenbox h1 a:hover {
	font-weight: bold;
    color: #ffffff;
    text-decoration: underline;
}

div#pageheader {
	width: 768px;
	height: 167px;
	background-color: white;
    background-image: url(/pic/belso.jpg);
	background-repeat: no-repeat;
	position: relative;
}

div#mainheader {
	width: 768px;
	height: 191px;
	background-color: white;
    background-image: url(/pic/nyito.jpg);
	background-repeat: no-repeat;
	position: relative;
}
