html {
    margin: 0;
    padding: 0;
}

form {
    margin: 0;
    padding: 0;
    display: inline;
}


.header {
	font-family: "Harlow Solid Italic";
	font-size: 24pt;
}

a img {
    border: 0;
}

a.rid {
	color: White;
}

textarea { overflow: auto; }

.images {
	border: 0;		/* inset				*/
}

html, td, th {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10pt;
}

table tr.odd,
table tr.odd {
    background-color: #E5E5E5;
    text-align: left;
}

table tr.even,
table tr.even {
    background-color: #d5d5d5;
    text-align: left;
}

/* mutat.php oldalra */

.rtitle {	/* recept neve				*/
	font-family: Tahoma, Verdana;
	font-size: 20px;
	font-weight: bolder;
}

.htitle, .elkmodja {	/* hozzávalók szöveg		*/
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bolder;
}

.hmennyi, .hcim {	/* hozzávalók-mennyiség	*/
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: White;
}

.hcim {
	color: Black;
	font-weight: bolder;
	text-shadow: 5px 5px 3px White;
}

.hanyag {	/* hozzávalók-anyag		*/
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: White;
}

.descr, .vagy {		/* elkészítés				*/
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: White;
}


.ktitle {	/* kalóriatartalom		*/
	font-family: Tahoma, Verdana;
	font-weight: normal;
	font-size: 12px;
}

.ttitle {	/* elkészítési idő		*/
	font-family: Tahoma, Verdana;
	font-weight: normal;
	font-size: 12px;
}

.popup {
	border:  groove;
	border-color: Red;
	background-color: Red;
	font-family: Tahoma, Verdana;
	font-size: 10pt;
	color: White;
	visibility: hidden;
	position:absolute;
	z-index:10;
}

p.vagy {
	font-size: 9px;
}