.hasznos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 0px 0px 10px;
	padding: 0px;
/*	text-align: justify;*/
	display: block;
	width: 470px;
	color: #000000;
}
.hasznos p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
/*	text-align: justify;*/
}
.hasznos h1 {
	margin: 0px 0px 10px 0px;
	color: #B068AF;
	font-size: 18px;
}
.hasznos h2 {
	margin: 0px;
}
.hasznos h3 {
	margin: 0px 0px 10px 0px;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 1px #000000;
}
.h3kicsi {
	font-size: 12px;
}
.nagycim {
	font-size: 22px;
	font-weight: bold;
}
.kiscim {
	font-size: 16px;
	font-weight: bold;
}
.hasznos_kep {
	display: block;
	margin: 8px;
	padding: 1px;
	border: 1px solid #B73000;
}
.kep {
	display: table-row;
	vertical-align: middle;
	text-align: center;
	float: left;
	padding: 0px;
	border: solid 1px #0066FF;
	width: 116px;
	height: 116px;
}
.kep img {
}

#outer {
	height: 116px;
	width: 116px;
	overflow: hidden;
	position: relative;
	display:block;
	float:left;
/*	border: solid 1px #009933;*/
}
#outer[id] {
	display: table;
	position: static;
}
#middle {
	position: absolute;
	top: 50%;
	text-align:center;
	width: 116px;
} /* for explorer only*/
#middle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
	text-align:center;
	width: 116px;
}
#inner {
	position: relative;
	top: -50%;
	text-align:center;
	width: 116px;
} 
optional: #inner[id] {
	position: static;
	text-align:center;
	width: 116px;
}

.szoveg {
	padding: 15px;
	text-align:justify;
}

.szoveg H1 {
	height: 30px;
	background-color: #D27475;
	background-image:url(h1.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	border-bottom: solid 2px #A14C4D;
	padding: 12px 0px 0px 10px;
	font-size:16px;
	color:#FFFFFF;
	text-align: left;
}

.szoveg H2 {
/*	height: 23px;*/
	background-color: #ECA2A3;
	background-image:url(h2.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	border-bottom: solid 1px #A14C4D;
	padding: 7px 0px 7px 10px;
	font-size:14px;
	color:#000000;
	text-align: left;
}