/* #4E4E4E  ~ sötétszürke --> body, p, td, div
   #377B6E  ~ kékeszöld  --> lead, title
*/   


body, p, td, div {
	font-family: Tahoma;
	font-size: 11px;
	color: #4E4E4E;
}

a {
	color: #ED4511;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.title {
	font-family: Tahoma;
	font-size: 13px;
	color: #377B6E;
	font-weight: bold;
}
.lead {
	font-family: Tahoma;
	font-size: 11px;
	color: #377B6E;
	font-weight: normal;
}
.allasfocim {
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	font-weight: bold;
	color: #377B6E;
	padding-left: 36px;
}
.allasalcim {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #377B6E;
	font-weight: normal;
	padding-left: 36px;
}
.menu {
	height: 25px;
	width: 175px;
	background-image: url(images/menu_back.gif);
	color: #e44913;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 12px;
}
.menu a, .menu a:visited, .menu a:active {
	color: #e44913;
	text-decoration: none;
}
.menu a:hover {
	color: #757575;
	text-decoration: none;
}
.subMenu {
	height: 31px;
	width: 175px;
	background-image: url(images/submenu_back.gif);
	color: #757575;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-decoration: none;
	padding-left: 15px;
}
.subMenu a, .subMenu a:visited, .subMenu a:active {
	color: #757575;
	text-decoration: none;
}
.subMenu a:hover
{
	color: #e44913;
	text-decoration: none;
}
.blokk {
	border: #B5B5B5 1px solid;
	background-image: url(images/box_background.gif);
	background-repeat: repeat-y;
}
.inputBox {
	font-family: Tahoma;
	font-size: 11px;
	height: 18px;
	width: 130px;
	border: #EB4815 1px solid;
}
.button {
	height: 18px;
	background-color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	border: #EB4815 1px solid;
	color: #EB4815;
}
.dev-h1 {
	font-size: 13px;
	font-weight: bold;
}
.dev-h2 {
	font-size: 12px;
	font-weight: bold;
}
.dev-h3 {
	font-weight: bold;
}
.kerdes {
	color: #377B6E;
	font-style: italic;
}

.szoveg {
	font-family: Tahoma;
	font-size: 11px;
	color: #4E4E4E;	text-align: justify;}

.ad_block {
	text-align: justify;
	padding-bottom: .5em;
}
/* UL szerű hanging indent a > jellel kezdődő bekezdésekhez vagy bármi máshoz, FZs 2009.szep.22. */
.h_ul {
	text-indent: -13px;
	padding-left: 13px;
}

