@import "header.css";	/* HEADER CSS */
@import "content.css";	/* SZÖVEGES TARTALOM CSS */
@import "footer.css";	/* FOOTER CSS */
@import "ajanlo.css";
@import "belepes.css";
/*@import "blog.css";*/
/*@import "esemeny.css";*/
@import "felhasznalo_adatok.css";
@import "galeria.css";
@import "oldalterkep.css";
@import "reminder.css";
@import "nyito.css";
@import "belso.css";
/*@import "ddmainMenu.css";	/* DROP DOWN MENÜ CSS */
@import "bloks.css";	/* CALCUNOS BLOKKOK CSS */
@import "menu.css";	/* MENÜ CSS */

/* Base */
html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	/*width: 990px;*/
	/*margin: 0 auto;*/
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #545454;
	text-align: justify;
}
td {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #545454;
	text-align: justify;
}
form { 
	display: inline; 
}
img { 
	border: 0; 
}
a {
	color: #000099;
}

.clear { 
	clear: both; 
	font-size: 1px; 
	height: 1px; 
}
h3.pagetitle span { 
	display: none; 
}
.figyelmeztetes {
	font-weight: bold;
}
* html input.base { margin: -1px 0px -1px 0px; }
/* /Base */


/* Links */
a {
	color: #00A4;
	text-decoration: none;
} 
a:hover {
	color: #00A4;
	text-decoration: underline;
}
.small { 
	font-size: 10pt; 
} 
.small:hover { 
	font-size: 10pt; 
}
.big { 
	font-size: 12pt; 
} 
.big:hover { 
	font-size: 12pt; 
}
/* /Links */


/* /Forms */
.button_kereses {
  width: 14px;
  height: 13px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  margin-top: 0px;
  margin-left: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-image: url(../images/keres_button_bg.gif);
  border-top: 0px #A8ABB2 solid;
  border-right: 0px #A8ABB2 solid;
  border-bottom: 0px #A8ABB2 solid;
  border-left: 0px #A8ABB2 solid;
}

.input_kereses {
  font-family: arial;
  font-size: 7pt;
  font-weight: normal;
  color: #565B55;
  height: 16px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 2px;
  vertical-align: top;
  width: 107px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  /*background-image: url(images/keres_input_bg.gif);*/
  border-top: 1px #A8ABB2 solid;
  border-right: 1px #A8ABB2 solid;
  border-bottom: 1px #A8ABB2 solid;
  border-left: 1px #A8ABB2 solid;
}



