 /* --- általános beállítások --- */

 body {
 	background: url(../images/bg-main.png) #2d57ad;
 	color: #000000;
 	font: normal 9pt arial narrow,arial,verdana,helvetica;
 	scrollbar-base-color: #1435a2;
 	margin: 0px;
 }

 body.white {
 	background: #ffffff;
 	color: #ffffff;
 	font: normal 9pt arial narrow,arial,verdana,helvetica;
 	scrollbar-base-color: #ffffff;
 	margin: 0px;
 }

 a {
 	font-weight: bold;
 }

 input {
 	font: normal 10pt arial narrow,arial,verdana,helvetica;
 	background-color: #fff4c6;
 }

 select {
 	font: normal 10pt arial narrow,arial,verdana,helvetica;
 	background-color: #fff4c6;
 	scrollbar-base-color: #fdda3c;
 }

 textarea {
 	font: normal 10pt arial narrow,arial,verdana,helvetica;
 	background-color: #fff4c6;
 	scrollbar-base-color: #fdda3c;
 }

 /* --- szövegrész beállítások --- */

 .header {
  	font: normal bold 14pt arial narrow,arial,verdana,helvetica;
 	color: #a00000;
 }

 .title {
 	font: normal bold 13pt arial narrow,arial,verdana,helvetica;
 	color: #0000a0;
 }

 .text {
 	font: normal 10pt arial narrow,arial,verdana,helvetica;
 	color: #000080;
 }
 .note {
 	font: normal 9pt arial narrow,arial,verdana,helvetica;
 	color: #000080;
 }
 .note {
 	font: normal 9pt arial narrow,arial,verdana,helvetica;
 	color: #000080;
 }
 .small {
 	font: normal 8pt arial narrow,arial,verdana,helvetica;
 	color: #000080;
 }

 .red {
 	font: bold 10pt arial narrow,arial,verdana,helvetica;
 	color: #ff0000;
 }

 .redi {
 	font: italic 10pt arial narrow,arial,verdana,helvetica;
 	color: #ff0000;
 }

 /* --- táblázatok beállításai --- */

 .border {
 	border: 1px solid #000060;
 }

 .rowname {
 	background: #000080;
 	height: 24px;
 	font: normal 13pt arial narrow,arial,verdana,helvetica;
 	color: #ffffff;
 }

 .rowhead {
 	background: #fed020;
 	height: 18px;
 	font: normal 10pt arial narrow,arial,verdana,helvetica;
 	color: #000080;
 }

 .row1 {
 	background: #c6f4ff;
 	height: 18px;
 	font: normal 10pt arial narrow,arial,verdana,helvetica;
 	color: #000080;
 }

 .row2 {
 	background: #fff4c6;
 	height: 18px;
 	font: normal 10pt arial narrow,arial,verdana,helvetica;
 	color: #000080;
 }

 .rowfoot {
 	background: #2d57ad;
 	height: 18px;
 	font: normal 9pt arial narrow,arial,verdana,helvetica;
 	color: #000080;
 }

 .rowred {
 	background: #e00000;
 	height: 24px;
 	font: bold 10pt arial narrow,arial,verdana,helvetica;
 	color: #ffffff;
 }

 .rowinverse, .rowinv {
 	background: #000080;
 	height: 18px;
 	font: normal 10pt arial narrow,arial,verdana,helvetica;
 	color: #ffffff;
 }

 /* --- egyéb beállítások --- */

 .button {
 	font: bold 10pt arial narrow,arial,verdana,helvetica;
 	background-color: #ff0000;
 	border: 0px none;
 	border-style: none none none none;
 	color: #ffffff;
 }

 .calc {
 	font: normal 9pt arial narrow,arial,verdana,helvetica;
 	color: #000080;
 }

 .copy {
 	font: normal 8pt arial narrow,arial,verdana,helvetica;
 	color: #000080;
 }

 .info {
 	font: normal 8pt arial narrow,arial,verdana,helvetica;
 	color: #000080;
 }

 .hmenu {
 	background: url(../images/bg-hmenu.png);
 }

 .vmenu {
 	background: url(../images/bg-vmenu.png);
 }

 .vright {
 	background: url(../images/bg-vright.png);
 }

 /* --- eof --- */
