html, body, form, fieldset,
h1, h2, h3, h4, h5, h6, p, pre, samp, span,
blockquote, ul, li, ol, dl, dd, dt, address, div, abbr, dfn, acronym,
table, tr, th, td,
input, select, option, textarea {
    margin: 0;
    padding: 0;
    font: 12px 'Arial', 'Verdana', 'Tahoma', 'Trebuchet MS';
    text-align: left;
}
h1, h2, h3, h4, h5, h6, p, pre, samp, span,
blockquote, ul, li, ol, dl, dd, dt, address, abbr, dfn, acronym {
    cursor: text;
}
.clearfix:after {
    content: '.'; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block }

*:active, object:focus, embed:focus, a { outline: none }
input::-moz-focus-inner { border: 0 }
*.pointer, label { cursor: pointer }
fieldset { border: none }
input, select, option, textarea {
    font-size: 100%;
    outline-style: none;
}
textarea { resize: none; }

.bug { border: 1px solid red }

body {
    background-color: #ffffff;
    color: #000000;
    line-height: 16px;
}

/*
** divs
**/

div#container {
    float: left;
    width: 100%;
    margin: 0 auto 0 0;
}

div#content {
    float: left;
    width: 990px;
    margin: 0 auto 0 0;
}

div#header {
    float: left;
    width: 990px;
    height: 90px;
}

div#header a {
    float: left;
}

div#header a.menu {
    background: transparent url(/gfx/bg_href_blue.png) no-repeat 0 3px;
    text-decoration: none;
    text-transform: uppercase;
    color: #005a86;
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 0 20px;
    margin: 45px 0 0 10px;
}

div#leftdata {
    float: left;
    width: 304px;
    padding: 0 0 10px 0;
}

div#leftdata img {
    border-top: 37px solid #ffffff;
    border-bottom: 229px solid #58809a;
}

div#rightdata {
    background-color: #e5ecf2;
    float: right;
    width: 686px;
    min-height: 681px;
}

div#footer {
    background-color: #d3e0e9;
    float: left;
    width: 960px; /* 990px */
    text-align: right;
    padding: 25px 30px 25px 0;
}

div#data {
    float: left;
    width: 610px; /* 686px */
    padding: 30px 30px 40px 46px;
}

/*
** navibar
**/

div#navibar {
    float: left;
    width: 686px;
}

div#navibar div.box {
    float: left;
    width: 343px;
}

div#navibar div.box.yellow {
    background-color: #ffedbb;
    border-bottom: 1px solid #ffffff;
    padding: 0 0 36px 0;
}

div#navibar div.box h1,
div#navibar div.bigbox h1 {
    background: transparent url(/gfx/bg_href_white.png) no-repeat 10px 13px;
    float: left;
    width: 313px; /* 343px */
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    padding: 11px 0 11px 30px;
    letter-spacing: 2px;
}

div#navibar div.box.blue h1 {
    background-color: #588099;
}

div#navibar div.box.yellow h1 {
    background-color: #ffc80b;
}

div#navibar div.box a {
    float: left;
    width: 313px; /* 343px */
    border-bottom: 1px solid #ffffff;
    color: #57585a;
    text-decoration: none;
    padding: 10px 0 10px 30px;
}

div#navibar div.box a:hover {
    background: transparent url(/gfx/bg_href_white.png) no-repeat 10px 13px;
    color: #ffffff;
}

div#navibar div.box.blue a,
div#navibar div.bigbox.blue a {
    background-color: #aec8d9;
}

div#navibar div.box.blue a:hover,
div#navibar div.bigbox.blue a:hover {
    background-color: #94acbe;
}

div#navibar div.box.yellow a,
div#navibar div.bigbox.yellow a {
    background-color: #ffedbb;
}

div#navibar div.bigbox.yellow a {
    padding: 10px 64px 10px 10px;
}

div#navibar div.box.yellow a:hover,
div#navibar div.bigbox.yellow a:hover {
    background-color: #ffd868;
}

div#navibar div.bigbox {
    float: left;
    width: 686px;
}

div#navibar div.bigbox.blue {
    background-color: #ffc80b;
}

div#navibar div.bigbox.yellow {
    background-color: #588099;
}

div#navibar div.bigbox h1 {
    width: 540px; /* 570px */
    border-right: 1px solid #ffffff;
}

div#navibar div.bigbox.blue h1 {
    background-color: #588099;
}

div#navibar div.bigbox.yellow h1 {
    background-color: #ffc80b;
}

div#navibar div.bigbox a {
    float: left;
    color: #57585a;
    text-decoration: none;
    padding: 10px 22px 10px 10px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    width: auto;
}

div#navibar div.bigbox.blue a.last,
div#navibar div.bigbox.yellow a.last {
    border-right: none;
    padding: 10px 26px 10px 10px;
}

div#navibar div.bigbox.yellow a.last {
    padding: 10px 66px 10px 10px;
}

div#navibar div.submenu {
    float: left;
    position: relative;
}

div#navibar div.submenu ul {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 37px;
    left: 0;
}

div#navibar div.submenu ul li {
    margin: 0;
    padding: 0;
    float: left;
    background: none;
    background-color: #aec8d9;
}

div#navibar div.submenu ul li a {
    width: 190px;
    float: left;
    border: none;
    white-space: nowrap;
    padding: 10px;
}

div#navibar div.yellow div.submenu ul li a {
    width: 130px;
}

/*
** infobox
**/

div#leftdata div.infobox {
    border-top: 15px solid #ffffff;
    float: left;
    background-color: #58809a;
    color: #ffffff;
    width: 284px; /* 304px */
    padding: 10px;
}

div#leftdata div.infobox p {
    padding: 0;
}

div#leftdata div.infobox p span {
    float: right;
    font-weight: bold;
}

div#leftdata a {
    background: transparent url(/gfx/bg_href_blue.png) no-repeat 0 3px;
    float: left;
    width: 284px; /* 304px */
    padding: 0 0 0 20px;
    text-decoration: none;
    color: #0066a8;
    margin: 10px 10px 5px 10px;
}

div#leftdata a:hover {
    text-decoration: underline;
}

/*
** snavi
**/

div.snavi {
    float: left;
    width: 610px;
    margin: 0 0 20px 0;
}

/*
** table
**/

table {
    width: 100%;
    margin: 15px 0;
}

table th {
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    padding: 5px;
    background-color: #abbed3;
}

table td {
    vertical-align: top;
    text-align: left;
    padding: 5px;
}

table tr.bgcolor {
    background-color: #d3e0e9;
}

/*
**
**/

dl {
    float: left;
    width: 610px;
    margin: 15px 0 0 0;
}

dl.download.mbottom {
    margin: 15px 0;
}

dl.download dt {
    float: left;
    width: 45px;
    margin: 0 0 15px 0;
}

dl.download dd {
    float: left;
    width: 565px;
    margin: 0 0 15px 0;
}

dl.download.mbottom dt,
dl.download.mbottom dd {
    margin: 0;
}

dl.vendors dt.title,
dl.vendors dd.title {
    background-color: #abbed3;
    font-weight: bold;
}

dl.vendors dd.title {
    border-left: 1px solid #e5ecf2;
    width: 439px;
}

dl.vendors dt {
    float: left;
    width: 150px; /* 160px */
    padding: 5px;
}

dl.vendors dd {
    float: left;
    width: 440px; /* 450px */
    padding: 5px;
}

/*
** hozamszamlalo
**/

div.hozam {
    float: left;
    clear: both;
}

div.hozam div.line {
    clear: both;
    float: left;
    margin: 10px 0 0 0;
    width: 500px;
}

div.hozam div.line.yellow div {
    width: 8px;
    height: 8px;
    margin: 4px 10px 4px 0;
    background: #ffcc00;
    float: left;
}

div.hozam div.line.blue div {
    width: 8px;
    height: 8px;
    margin: 4px 10px 4px 0;
    background: #0030ff;
    float: left;
}

div#placeholder {
    background-color: #dee6ee;
    width: 90px;
    height: 265px;
    float: left;
}

div#placeholder.diagram {
    width: 600px;
    height: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: none;
}

div#legend {
    background-color: #dee6ee;
    width: 300px;
    height: 265px;
    float: left;
}

div#legend td.legendColorBox div {
    float: left;
}

div.befektetes {
    float: left;
    background-color: #165189;
    color: #ffffff;
    padding: 5px;
    height: 255px;
    margin: 0;
    width: 190px;
}

div.befektetes p {
    margin: 0 0 20px 0;
}

div.befektetes p span {
    float: right;
    color: #ddcf40;
}

div#inbar {
    float: left;
    clear: both;
    width: 2px;
    height: 8px;
    margin: 10px 0 0 0;
    background: #ffc000;
}

div#outbar {
    float: left;
    clear: both;
    width: 2px;
    height: 8px;
    margin: 10px 0 0 0;
    background: #0030ff;
}

/*
** pager
**/

div.pager {
    clear: both;
    float: left;
    width: 610px;
    text-align: center;
    margin: 10px 0;
}

div.pager a {
    padding: 0 3px;
}

/*
** headers
**/

h1{
    font-weight: bold;
	font-size: 18px;
	color: #005983;
}

h2{
	font-size: 16px;
	color: #015a84;
    margin: 15px 0 0 0;
}

/*
** links
**/

a {
    color: #0069a3;
    line-height: 16px;
}

a:hover {
    text-decoration: none;
}

/*
** lists
**/

ul {
	list-style-type: none;
	margin: 10px 0 5px 15px;
	padding: 0;
}

ul li {
	list-style-type: none;
    background: transparent url(/gfx/bg_href_blue.png) no-repeat 0 3px;
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
    line-height: 16px;
}

ul.download {
    float: left;
    clear: both;
	margin: 0 0 20px 45px;
    width: 565px;
}

/*
** paragraph, formats
**/

p {
    padding: 10px 0 5px 0;
    line-height: 16px;
}

/*
** additional
**/

.relative { position: relative; }
.clear { clear: both; }
.marked { font-weight: bold; }
.fleft { float: left; }
.fright { float: right; }
.tleft { text-align: left; }
.tcenter { text-align: center; }
.tright { text-align: right; }
.aleft { text-align: left; }
.acenter { text-align: center; }
.aright { text-align: right; }
.nowrap { white-space: nowrap; }
span.sIFR-alternate { display: none; }


form {
    padding: 0;
    margin: 0;
}

form.formEmail label {
    float: left;
    clear: both;
    width: 115px;
    padding: 9px 0 0 0;
    text-align: left;
    font-weight: normal;
}

form.formEmail label.big {
    width: 170px;
}

form.formEmail label.width {
    width: 455px;
    padding: 9px 0;
}

form.formEmail label.marked {
    font-weight: bold;
}

form.formEmail input,
form.formEmail textarea {
    float: left;
    padding: 0;
    margin: 7px 7px 0 7px;
    width: 326px;
    border: none;
    background: transparent;
    color: #000000;
}

form.formEmail textarea {
    margin: 7px;
    width: 441px;
    height: 66px;
    overflow: auto;
}

form.formEmail input.send {
    background: #588099 url(/gfx/bg_href_white.png) no-repeat 10px 12px;
    float: left;
    clear: both;
    width: 130px;
    border: none;
    cursor: pointer;
    margin: 5px 0 0 0;
    padding: 10px 10px 10px 30px;
    color: #ffffff;
    font-weight: bold;
}

form.formEmail input.send.calc {
    margin: 5px 0 0 170px;
}

div.input {
    background: transparent url(/gfx/bg_input.gif) no-repeat center center;
    float: left;
    width: 340px;
    height: 30px;
    margin: 0 0 5px 0;
    position: relative;
}

div.input.textarea {
    background: transparent url(/gfx/bg_textarea.gif) no-repeat center center;
    width: 455px;
    height: 80px;
}

div.input span.text {
    background-color: #588099;
    float: left;
    height: 14px;
    padding: 0 5px;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    position: absolute;
    top: 8px;
    right: -5px;
}

div.input.textarea span.text {
    top: 33px;
}

/*
Stylish Select 0.4.1 - $ plugin to replace a select drop down box with a stylable unordered list
http://scottdarby.com/

Copyright (c) 2009 Scott Darby

Requires: jQuery 1.3 or newer

Dual licensed under the MIT and GPL licenses.

*/
.stylish-select ul.newList {left: -9999px;}
ul.newList * {margin: 0; padding: 0;}
ul.newList a {text-decoration: none; display: block; cursor: pointer; -moz-outline-style: none; outline: none;}
ul.newList {margin: 0; padding: 0; list-style: none; position: absolute; left: 0; overflow: auto; z-index: 9999;}
.newListSelected {float: left;}
.newListSelected span, ul.newList li a {display: block;}
ul.newList li a:focus {-moz-outline-style: none;}
.selectedTxt {overflow: hidden;}
.newListSelHover, .newListSelFocus {cursor: pointer; -moz-outline-style: none; outline: none;}
.newListOptionTitle ul {margin: 0;}

.newListSelected {
	background: transparent url(/gfx/bg_select.gif) no-repeat scroll left top;	
	margin-bottom: 5px;
    margin-right: 5px;
}
.newListSelected div {
	background: transparent url(/gfx/bg_select_more.gif) no-repeat scroll right top;
}
.newListSelected {
	color: #000000;
}
ul.newList {
	background-color: #fafaf6;
	border: 1px solid #ebebeb;
}
.newListHover {
	background: #94acbe!important;
}
.hiLite {
	background: #aec8d9!important;
	color: #57585a!important;
}
.hiLite:hover {
    color: #57585a;
}
.newListSelected {	
	height: 30px;	
	padding: 0;
	width: 110px;
	z-index: 999;
}
.newListSelected div {
	display: block;	
	font-size: 13px;
	padding: 0 25px 0 7px;
	text-align: left !important;
	width: 78px;
	height: 30px;
	line-height: 30px;
	z-index: 999;
}
ul.newList {
	list-style: none;
	color: #000000;
	min-width: 110px;
	top: 0;
	left: 0;
	height: auto;
	overflow: auto;	
	text-align: left!important;
	position: absolute;
	z-index: 9999;	
}
ul.newList li {
	line-height: 19px;	
	background: none;
	padding: 0;
	margin: 0;
}
ul.newList li a {
	font-size: 13px;
	padding: 3px 5px;
	line-height: 19px;
    color: #000000;
}
.newListHover {
	cursor: pointer;
	-moz-outline-style: none;
	outline: none;
}
.newListSelHover {
	cursor: pointer;
	-moz-outline-style: none;
	outline: none;
}
.newListSelHover, .newListSelFocus {
	background-position: auto;
}




