/* Saját text css
 * SEO miatt h1-ek..
 * ------------------------------------------------------------- */

/*
 kék: 213c75
 világos szürke: c8c7c7
*/
/*=========================\[ általános h-k]/======================*/

p.h-1,
p.h-2,
p.h-3,
p.h-4,
p.h-5,
p.h-6 {
	color:#3e3e3e;
	margin:0 0 16px 0;
	display:block;
}


p.h-1 {
	  margin-bottom: 20px;
	  font-size: 26px;
	  line-height: 26px;
}

p.h-2 {
	  font-size: 24px;
	  line-height: 26px;
}

p.h-3 {
	  font-size: 20px;
	  line-height: 26px;
}

p.h-4 {
	  font-size: 16px;
	  line-height: 26px;
}

p.h-5 {
	  font-size: 14px;
	  line-height: 26px;
}



/*=========================\[ h-k ]/======================*/


h1,
h2,
h3,
h4,
h5,
h6 {
	color:#3e3e3e;
	margin:0 0 16px 0;
	display:block;
}

h1 {
	  margin-top: 20px;
	  margin-bottom: 20px;
	  font-size: 26px;
	  line-height: 26px;
}

h2 {
	  font-size: 24px;
	  line-height: 26px;
}

h3 {
	  font-size: 20px;
	  line-height: 26px;
}

h4 {
	  font-size: 16px;
	  line-height: 26px;
}

h5 {
	  font-size: 14px;
	  line-height: 26px;
}



/*=========================\[ általános ]/======================*/

.uppercase {
	text-transform:uppercase;
	 }
.justify {
	text-align:justify;
	}

.display-block {
	display:block;
	}	
	
hr.vonal {
	width: 770px;
	margin: 10px 0 5px 20px;
	border-style: none none dotted;
	border-bottom: 2px dotted #CCCCCC;
}


.bold {
	font-weight:bold;
}

.line-through {
	text-decoration:line-through;
	}
	
.text-align-right {
	text-align:right;
}
.right-bold {
	font-weight:bold;
	text-align:right;
}


.center-text {
	text-align:center;
}

.center-div {
	position:relative;
	width:99%;
	margin:0 auto;
}
	
.right-text {
	text-align:right;
}

.right-bold {
	font-weight:bold;
	text-align:right;
}

.right-float {
	float:right;
	}

.left-float {
	float:left;
	}
.clear {
	clear:both;
	}

p.m10, span.m10 {
	font-size:10px;
	}
p.m11, span.m11 {
	font-size:11px;
	}
p.m12, span.m12 {
	font-size:12px;
	}

p.m13, span.m13 {
	font-size:13px;
	}

p.m14, span.m14 {
	font-size:14px;
	}

p.m15, span.m15 {
	font-size:15px;
	}

p.m16, span.m16 {
	font-size:16px;
	}

p.m17, span.m17 {
	font-size:17px;
	}


p.m18, span.m18 {
	font-size:18px;
	}

p.m19, span.m19 {
	font-size:19px;
	}

p.m20, span.m20 {
	font-size:20px;
	}

p.m21, span.m21 {
	font-size:21px;
	}

p.m22, span.m22 {
	font-size:22px;
	}

p.m23, span.m23 {
	font-size:23px;
	}

p.m24, span.m24 {
	font-size:24px;
	}
p.m25, span.m25 {
	font-size:25px;
	}
p.m26, span.m26 {
	font-size:26px;
	}
p.m27, span.m27 {
	font-size:27px;
	}
p.m28, span.m28 {
	font-size:28px;
	}
p.m29, span.m29 {
	font-size:29px;
	}
p.m30, span.m30 {
	font-size:30px;
	}
p.m31, span.m31 {
	font-size:31px;
	}


/*sötétét kék*/
.color-1 {
	color:#213c75;
}
/*világos szürke*/
.color-2 {
	color:#c8c7c7;
}

.color-3 {
	color:#a2a2a2;
}

.color-4 {
	color:#eaeaea;
}

.red {
	color:#cf040a;
	}
.white {
	color:#fff;
	}
	
.black {
	color:#000;
	}



.logo-szoveg {
	font-size:42px;
	color:#00adef;
	}