/*
h1			{font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 18pt; font-weight: bold; color: maroon; }
h2			{font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 16pt; font-weight: bold; color: maroon; }
h3			{font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 14pt; font-weight: bold; color: maroon; }
h4			{font-family: Tahoma, Verdana, Arial, Helvetica; font-size: 12pt; font-weight: bold; color: maroon; }

h1.cikk	{
	color: black;
	font-style : italic;
	margin-top: 0px; 
}
h2.cikk	{
	color: black;
	font-style : italic;
	margin-top: 0px; 
}
h3.cikk	{
	color: black;
	font-style : italic;
	margin-top: 0px; 
}
h4.cikk	{
	color: black;
	font-style : italic;
	margin-top: 0px; 
}
*/


.harmas	{font-family: Arial, Helvetica, Sans-serif; font-size: 12pt; }
.kettes	{font-family: Arial, Helvetica, Sans-serif;  font-size: 10pt; }
.egyes	{font-family: Arial, Helvetica, Sans-serif;  font-size: 8pt; }
.egyes-mini	{font-family: Verdana, Arial, Helvetica, Sans-serif; font-size: 7pt; }
.egyes-feher	{font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;  font-size: 8pt; color: white; }

a			{color: maroon; text-decoration: none; }
a:visited	{color: maroon; text-decoration: none; }
a:hover		{color: red; text-decoration: underline; }

a.feher			{color: white; text-decoration: none; }
a.feher:visited	{color: white; text-decoration: none; }
a.feher:hover		{color: cyan; text-decoration: underline; }

.input {
  font: normal 8pt Verdana, Arial, Helvetica;
  border: 1px;
  border-style: double; 
  padding: 2; 
}

.input-mini {
  font: normal 9px Verdana, Arial, Helvetica;
  border: 1px;
  border-style: double; 
  padding: 2; 
}

.textarea {
  font: normal 8pt Verdana, Arial, Helvetica;
  border: 1px;
  border-style: double; 
  padding: 2; 
}

.select {
  font: normal 8pt Verdana, Arial, Helvetica;
  border: 1px;
  border-style: double; 
  padding: 2;
}

.button {
  font: bold 8pt Verdana, Arial, Helvetica;
  color: white;
  background-color: maroon;
  padding: 0;
}


.rbutton {
  font: bold 8pt Verdana, Arial, Helvetica;
  color: white;
  background-color: red;
  padding: 0;
}

.gbutton {
  font: bold 8pt Verdana, Arial, Helvetica;
  color: white;
  background-color: #00AA00;
  padding: 0;
}

.bbutton {
  font: bold 8pt Verdana, Arial, Helvetica;
  color: white;
  background-color: navy;
  padding: 0;
}

