h1	{ 
	font-family: Trebuchet MS, Trebuchet, Tahoma, Arial, Helvetica; 
	font-size: 18pt;
	color: #4a9002;
}

h2	{
	font-family: Trebuchet MS, Trebuchet, Tahoma, Arial, Helvetica; 
	font-size: 16pt; 
	color: #4a9002;
}

h3	{ 
	font-family: Trebuchet MS, Trebuchet, Tahoma, Arial, Helvetica; 
	font-size: 14pt;
	color: #4a9002;
}

h4	{
	font-family: Trebuchet MS, Trebuchet, Tahoma, Arial, Helvetica; 
	font-size: 12pt; 
	color: #4a9002;
}

.negyes		{font-family: Trebuchet MS, Trebuchet, Tahoma, Arial, Helvetica; font-size: 14pt; }
.harmas		{font-family: Trebuchet MS, Trebuchet, Tahoma, Arial, Helvetica; font-size: 12pt; }
.kettes		{font-family: Trebuchet MS, Trebuchet, Tahoma, Arial, Helvetica; font-size: 10pt; }
.egyes		{font-family: Trebuchet MS, Trebuchet, Tahoma, Arial, Helvetica; font-size: 8pt; }


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

a:visited	{
	color: #f96800;
	text-decoration: underline;
}

a:hover	{
	color: #4a9002;
	text-decoration: underline;
}


/*  kezdolapi boxok - hosting  */

div.box_hosting {
	width: 175px; 
	background-image: url(data/images/box_hosting_bg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	display: block;
	float: left;
	margin: 3px; 
}

div.box_hosting p {
	margin-left: 4px; 
	margin-right: 4px; 
	font-family: Trebuchet MS, Trebuchet, Tahoma, Arial, Helvetica;
	font-size: 8pt; 
}

div.box_hosting p.price {
	color: #4a9002;
	font-size: 14pt; 
	font-weight: bold;
	text-align: center; 
}

div.box_hosting div.label {
	display: block;
	width: 175px;
	height: 25px;
	background-image: url(data/images/box_hosting_label.gif);
}
div.box_hosting div.label p {
	color: #4a9002;
	font-size: 12pt; 
	font-weight: bold;
	text-align: center; 
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
}

div.box_hosting a.order {
	display: block;
	width: 175px;
	height: 25px;
	background-image: url(data/images/box_hosting_megrendeles.gif);
}

div.box_hosting a.order:hover {
	background-image: url(data/images/box_hosting_megrendeles2.gif);
}


/*  kezdolapi boxok - domainreg */



div.box_dreg {
	width: 235px; 
	background-image: url(data/images/box_dreg_bg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	display: block;
	float: left;
	margin: 3px; 
}

div.box_dreg p {
	margin-left: 4px; 
	margin-right: 4px; 
	font-family: Trebuchet MS, Trebuchet, Tahoma, Arial, Helvetica;
	font-size: 8pt; 
}

div.box_dreg div.label {
	display: block;
	width: 235px;
	height: 25px;
	background-image: url(data/images/box_dreg_label.gif);
}

div.box_dreg div.label p {
	color: #4a9002;
	font-size: 12pt; 
	font-weight: bold;
	text-align: center; 
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
}

div.box_dreg a.order {
	display: block;
	width: 235px;
	height: 25px;
	background-image: url(data/images/box_dreg_ar.gif);
	color: white; 
	font-family: Trebuchet MS, Trebuchet, Tahoma, Arial, Helvetica;
	font-size: 12pt; 
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

div.box_dreg a.order:hover {
	background-image: url(data/images/box_dreg_ar2.gif);
	color: white;
	text-decoration: none;
}


/*  kezdolapi boxok - hirek */

div.box_hirek1 {
	width: 360px; 
	background-image: url(data/images/box_hirek_bg1.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	display: block;
	float: left;
	margin: 2px; 
}

div.box_hirek1 p {
	margin-left: 4px; 
	margin-right: 4px; 
	font-family: Trebuchet MS, Trebuchet, Tahoma, Arial, Helvetica;
	font-size: 10pt; 
}

div.box_hirek1 div.label {
	display: block;
	width: 360px;
	height: 30px;
	background-image: url(data/images/box_hirek_label1.gif);
}

div.box_hirek1 div.label p {
	color: #4a9002;
	font-size: 12pt; 
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 4px 0px 4px;
	padding: 2px; 
}


/*  kezdolapi boxok - hirek kicsi */

div.box_hirek2 {
	width: 175px; 
	background-image: url(data/images/box_hirek_bg2.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	display: block;
	float: left;
	margin: 2px; 
}

div.box_hirek2 p {
	margin-left: 4px; 
	margin-right: 4px; 
	font-family: Trebuchet MS, Trebuchet, Tahoma, Arial, Helvetica;
	font-size: 8pt; 
}

div.box_hirek2 div.label {
	display: block;
	width: 175px;
	height: 30px;
	background-image: url(data/images/box_hirek_label2.gif);
}

div.box_hirek2 div.label p {
	color: #4a9002;
	font-size: 9pt; 
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 4px 0px 4px;
	padding: 3px; 
}


/* bal oldali dobozok */


div.leftbox {
	width: 200px; 
	overflow: hidden;
	background-color: #e1e3c0;
	color: black; 
	display: block;
}

div.box_aktualis p {
	margin: 3px 3px 3px 3px;
}


/* form fields */

.input {
  font-family: Tahoma, Verdana, Arial, Helvetica;
  font-size: 9pt; 
  color: #4d4d4d;
  background-color: white;
  border: 1px solid #4d4d4d;
  margin: 2px 2px 2px 2px;
  padding:  2px 2px 2px 2px;
}

.select {
  font-family: Tahoma, Verdana, Arial, Helvetica;
  font-size: 9pt; 
  color: #4d4d4d;
  background-color: white;
  border: 1px solid #4d4d4d;
  margin: 2px 2px 2px 2px;
  padding:  2px 2px 2px 2px;
}

.button {
  font-family: Tahoma, Verdana, Arial, Helvetica;
  font-weight: bold;
  font-size: 8pt; 
  color: white;
  background-color: #f96800;
}



div.lablec {
	width: 930px;
	height: 22px;
	background-image: url(/2009/data/images/foot_bg.gif); 
	background-repeat: repeat-x;
	text-align: right;
	color: white;
	overflow: hidden;
}

div.lablec p {
	font-family: Trebuchet MS, Trebuchet, Tahoma, Arial, Helvetica;
	font-size: 8pt; 
	margin: 3px 10px 0px 0px;
	padding: 0px; 
}


div.lablec a {
	color: white;
	text-decoration: none;
}

div.lablec a:hover {
	color: white;
	text-decoration: none;
}

/* hasznos holmik javascript helyett */

a.tovabb_link {
	display: block;
	width: 55px;
	height: 12px;
	background-image: url(data/images/button_tovabb.gif);
}

a.tovabb_link:hover {
	background-image: url(data/images/button_tovabb2.gif);
}
