/* ----------------------------------- Találatok lap -------------------------------------------------*/

/*	display: block; */
/*	display: none; */

DIV.notfound_header {
	display: block; 
	font-size: 12px;
}
DIV.found_header {
	display: block;
	font-size: 12px;
/*	display: none; */
}

/*  Találatok lap linkek 1-2-3-4-Következő */
DIV.found_nav{
	text-align : center;
	display: block;
	font-size: 12px;
/*	display: none; */
}

/*  Megtalált szó  */
SPAN.found_word {
	text-decoration : underline;
}

DIV.search2{
/*	font-size : smaller; */
	text-align : center;
}

/*  Találatok bal oszlop (link az eredeti helyre) */
.t-colfound {
	width: 40px;
	text-align: center;
	vertical-align: top;
}

TD.td-found {
	width: 40px;
	text-align: left;
	vertical-align: top;
}

/*új gombok, rakd be oda, ahol a helye van!*/

.gomb2{
	font-size: 11px;
	font-weight: bold;
	border-style: none;
	vertical-align: top;
	background-image: url(/pic/keres2.gif); width: 56px; height:18px;
	color: #ffffff;
}

.gomb3{
	font-size: 11px;
	font-weight: bold;
  color: #ffffff;
	vertical-align: top;
	border-style: none;
	background-image: url(/pic/keres3.gif); width: 110px; height:18px;
	background-repeat: no-repeat;
}

.gomb4{
	font-size: 11px;
	font-weight: bold;
  color: #003366;
	border-style: none;
	background-image: url(pic/keres4.jpg); width: 110px; height:16px;
	background-repeat: no-repeat;
}

.alap{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

.alapv{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
}

.feherv{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.focim{
text-align: left;
font-weight: bold;
background : White;
font-size: 14px;
color: #003366;
border-bottom-color: #003366;
border-bottom: 1px solid;
}


