<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,button,select {
    margin:0;
    padding:0;
    font-family: Segoe UI, Trebuchet Ms, Verdana, Arial, sans-serif;
    color: #003f62;
    line-height: 10pt;
}
/*
table {
    border-collapse:collapse;
    border-spacing:0;
}
*/
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;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}

body {
    margin: 0 auto;
    text-align: center;
}

#page {
    margin: 0 auto;
    text-align: left;
    width: 960px;
}

#content {
    width: 960px;
}

#header {
   /* height: 80px; */
    background-color: #003f62;
}

    #header_left {
        width: 462px;
        margin: 34px 0px 0px 18px;
        float: left;
        display: inline;
    }

    #header_right {
        width: 462px;
        margin: 23px 18px 0px 0px;
        float: left;
        text-align: right;
        display: inline;
    }

    a.header {
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
    }

    a.header:hover {
        text-decoration: underline;
    }

#topmenu1 {
    height: 34px;
    background-color: #e0e8ec;
}

#topmenu1_content {
    padding: 11px 18px 0px 18px;
}

#topmenu2 {
/*    height: 34px;*/
    height: 60px;
    background-color: #bfcfd8;
    padding: 0px;
    margin: 0px;
}

#topmenu2_content {
    padding: 11px 18px 0px 18px;
}

li.topmenu2 {
    float: left;
    margin-right: 40px;
    margin-bottom: 10px;
/*    position: relative;*/
}
/*
ul.topmenu {
    display: none;
    position: absolute;
    left: -10px;
    top: 14px;
    width: 215px;
    background-color: #e0e8ec;
    padding: 10px;
    margin: 0px;
    float: left;
    border: 1px solid white;
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

ul.topmenu li {
    margin-left: 10px;
    margin-bottom: 8px;
}

ul.topmenu li.last {
    margin-bottom: 0px;
}

ul.topmenu li.first {
    margin-left: 0px;
    list-style-type: none;
    font-weight: bold;
    font-size: 12px;
}
*/
#left {
    width: 100px;
    background-color: #888888;
    float: left;
}

#middle {
    width:960px;
    background-color: #ffffff;
    float: left;
}

#middle_content {
    padding: 20px;
}

#right {
    width: 100px;
    background-color: #888888;
    float: left;
}

#footer {
    /*height: 34px;*/
    background-color: #003f62;
}

    a.footer {
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
    }

    a.footer:hover {
        text-decoration: underline;
    }

#footer_content {
    color: #ffffff;
    padding: 11px 18px 0px 18px;
}

.clear {
    clear: both;
}

hr {
    height: 1px;
    background-color: red;
    color: red;
    border-top: 0px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 12pt;
    font-weight: bold;
    border-bottom: 1px solid #bfcfd8;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

h2 {
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 10px;
}

h3 {
    font-size: 8pt;
    font-weight: bold;
}

a {
    text-decoration: underline;
    color: #880000;
}

a.hover {
    text-decoration: none;
}

.w100 {
    width: 95%;
}

.w50 {
    width: 50%;
}

.w45 {
    width: 46%;
}

fieldset {
    padding: 10px;
}

fieldset.fekete {
    border: 1px solid #000000;
}

fieldset.kek {
    border: 1px solid #bfcfd8;
}

legend {
    padding: 0px 5px 0px 10px;
    color: #000000;
    margin-left: 10px;
}

tr {
    vertical-align: top;
}

td {
    padding: 5px;
}

td.bal {
    width: 35%;
    /* padding-top: 7px; */
}

td.jobb {
    width: 75%;
}

textarea {
    border: 1px solid #BFCFD8;
    width: 200px;
    height: 100px;
    padding: 3px 4px 0px 4px;
}

textarea.small {
    border: 1px solid #BFCFD8;
    width: 100px;
    height: 50px;
    padding: 3px 4px 0px 4px;
}

textarea.big {
    border: 1px solid #BFCFD8;
    width: 400px;
    height: 300px;
    padding: 3px 4px 0px 4px;
}

input.text {
    border: 1px solid #BFCFD8;
    width: 200px;
    padding: 3px 4px 0px 4px;
}

input.text_small {
    border: 1px solid #BFCFD8;
    width: 100px;
    padding: 3px 4px 0px 4px;
}

input.text_tiny {
    border: 1px solid #BFCFD8;
    width: 30px;
    padding: 3px 4px 0px 4px;
}

input.text_big {
    border: 1px solid #BFCFD8;
    width: 400px;
    padding: 3px 4px 0px 4px;
}

select {
    border: 1px solid #BFCFD8;
}

button, input.submit {
    border: 1px solid #bfcfd8;
    background-color: #e0e8ec;
    padding: 2px 4px 0px 4px;
    vertical-align: middle;
}

.formuzenet {
    color: #cc4444;
	font-size: 12px;
	font-weight: 600;
}

.felkover {
    font-weight: bold;
}

table.felsorolas {
    background-color: #ffffff;
    width: 100%;
}

table.felsorolas th {
    padding: 10px;
    background-color: #cccccc;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

table.felsorolas td {
    padding: 5px;
    background-color: #eeeeee;
}

table.felsorolas td.szamlahonap {
    background-color: #dddddd;
    font-weight: bold;
    font-size: 12pt;
}

table.felsorolas2 {
    background-color: #ffffff;
    width: 100%;
}

table.felsorolas2 th {
    padding: 10px;
    background-color: #cccccc;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

table.felsorolas2 td {
    padding: 10px;
    background-color: #eeeeee;
}

table.felsorolas2 td.inaktiv {
    padding: 10px;
    background-color: #ff7670;
}

table.felsorolas2 td.partnerreszletek {
    background-color: #ffffff;
}

ul {
    padding: 12px;
    list-style-type: square;
}

#middle_content p {
    margin-bottom: 10px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.text_center {
    text-align: center;
}

.fillszurke {
    background-color: #eeeeee;
}

.hidden {
    display: none;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.kiemelt_piros {
    color: #880000;
}

.kiemelt_zold {
    color: #008800;
}

.lapozo {
    margin-top: 20px;
    text-align: center;
}

.lapozo .elozo {
    margin-right: 20px;
}

.lapozo .kovetkezo {
    margin-left: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mr10 {
    margin-right: 10px;
}

.ml10 {
    margin-right: 10px;
}

.tr {
    text-align: right;
}

div.topmenu3 {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 10px 10px 0px 10px;
    background-color: #eee;
    overflow: hidden;
	text-align: left;
}

ul.topmenu3 {
    margin: 0px 0px 0px 20px;
    padding: 0px;
}

ul.topmenu3 li {
    float: left;
    margin-right: 40px;
    margin-bottom: 10px;
}

button.eszamla,a.eszamla {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width:250px;
    height:30px;
    font-size:16px;
    font-weight:bold;
    margin-right:30px;
    cursor:pointer;
}

button.eszamla_inaktiv {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width:250px;
    height:30px;
    font-size:16px;
    font-weight:bold;
    margin-right:30px;
    cursor:pointer;
}

button.eszamla_selected {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width:250px;
    height:30px;
    font-size:16px;
    font-weight:bold;
    margin-right:30px;
    background-color:#FF972F;
    cursor:pointer;
}


.container{
	background-color: white;
}

.tooltip.bottom .tooltip-inner{
	width:310px !important;
	padding:3px 8px;
	color:#fff;
	text-align:center;
	background-color:#245973;
	border-radius:5px
}

#nav_online_bekotes{
	display: none;
	position: fixed;
	bottom: 0;
	width: 80.2%;
	background: #85b998;
	z-index: 1000;
	color: white;
	font-size: 15px;
	line-height: 1.4;
	padding: 15px;	
	height: 150px;
}

.navadaterror {
    color: Maroon;
}

.naverrorinput {
    border: 1px solid Maroon!important;
}

.btn-bhs {
  background-color: #e30410;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.btn-bhs:hover {
  background-color: #c1090b;
}

.btn-bhs:active {
  background-color: #9d0e04;
}

.btn-bhs span {
	color: white !important;
}

@media (max-width: 575.98px) {
	.bg-info {
		display: none;
	}
}</pre></body></html>