@charset "utf-8";

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* FONTOK. */
@font-face {
	font-family: "Open Sans";
    src: url(open-sans-regular.ttf) format("truetype");
}

@font-face {
    font-family: "Open Sans Semibold";
    src: url(open-sans-semibold.ttf) format("truetype");
}

@font-face {
    font-family: "Century Gothic Normal";
    src: url(century-gothic-normal.ttf) format("truetype");
}

@font-face {
    font-family: "Century Gothic Bold";
    src: url(century-gothic-bold.ttf) format("truetype");
}

@font-face {
    font-family: "Segoe";
    src: url(segoeui.ttf) format("truetype");
}

body {
	font-family: "Open Sans";
	font-size: 18px;
	line-height:22px;
	color: #000000;
}

/* SZINEK - nem kell php-vel betenni őket

#EAECEB - fejléc világos szürke
#CECDCA - sötét szürke
#654321 - barna
#FFFF99 - sárga
#009900 - zöld
#090909 - fekete = betűszín és minden ami fekete
#C40B06 - piros, sötétebb
#F33505 - piros, világosabb (telefonszám / jel)

*/

/* Ez a fő sárga GOMB / LINK designja */
.magas30 {
	line-height: 30px;
	height: 30px;
	width: 98%;
	font-size: 13px;
}

.magas33 {
	line-height: 33px;
	height: 33px;
	width: 98%;
	font-size: 15px;
}

.magas41 {
	line-height: 41px;
	height: 41px;
	width: 98%;
	font-size: 17px;
}

.magas44 {
	line-height: 44px;
	height: 44px;
	width: 98%;;
	font-size: 19px;
}

.magas50 {
	line-height: 50px;
	height: 50px;
	width: 98%;;
	font-size: 21px;
}

.magas55 {
	line-height: 55px;
	height: 55px;
	width: 98%;
	font-size: 23px;
}

.magas58 {
	line-height: 58px;
	height: 58px;
	width: 98%;
	font-size: 25px;
}

.magas66 {
	line-height: 66px;
	height: 66px;
	width: 98%;
	font-size: 30px;

}

.magas73 {
	line-height: 73px;
	height: 73px;
	width: 98%;
	font-size: 33px;
}

.magas80 {
	line-height: 80px;
	height: 80px;
	width: 98%;
	font-size: 35px;
}

.a-button{
	background: #e7e9ec;
	border-radius: 5px;
	border-style: solid;
	border-width: 2px;
	cursor: pointer;
	display: inline-block;
	padding: 0;
	text-align: center;
	text-decoration: none!important;
	vertical-align: middle;
	font-family: "Open Sans Semibold", Helvetica,Arial,sans-serif;
	box-shadow: 4px 4px 2px #DDDFE1;
	border-color: #a88734 #9c7e31 #846a29;
	letter-spacing: 0.5px;
}
.clr {
	clear:both;
}

.inaktiv {
	background-color: #CCC;
}

.a-button .a-button-inner {
	background: #eff0f3;
	background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec);
	background:linear-gradient(to bottom,#f7f8fa,#e7e9ec)
}

.a-button:hover .a-button-inner{
	background: #e0e3e8;
	background: -webkit-linear-gradient(top,#e7eaf0,#d9dce1);
	background: linear-gradient(to bottom,#e7eaf0,#d9dce1);
}

.a-button:active .a-button-inner{
	box-shadow: 0 1px 2px rgba(0,0,0,.2) inset;
	background-color: #e7e9ec;
	background-image: none
}

.a-button:active .a-button-inner {
	background-color: #dcdfe3;
}

.a-button:active,.a-button:active:hover{
	border-color: #adb1b8 #a2a6ac #a2a6ac;
	text-transform: underline;
	background-color:none;
}

.a-button:hover{
	border-color: #a2a6ac #979aa1 #82858a;
	box-shadow: 1px 1px 2px 0px #ADAFB4;
	text-decoration: underline;
	box-shadow: 0px 0px 0px #ffffff;
}

.a-button-inner{
	display: block;
	position: relative;
	overflow: hidden;
	box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
	border-radius: 2px;
	vertical-align: middle;
}

.a-button a{
	color: #8D1013;
	font-weight: bold;
	text-decoration: none!important;
	padding-left: 21px;
	padding-right: 21px;
	vertical-align: middle;
}

.a-button:hover a{
	padding-left: 21px;
	padding-right: 21px;
	vertical-align: middle;
	color: #F2EFB0;
	text-decoration: underline;
	background-color:none;
}

.a-button+.a-button{margin-left:.385em}

.a-button-primary{
	background: #f0c14b;
	overflow: hidden;
}

.a-button-primary .a-button-inner{
	background: #f3d078;
	background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
	background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
}

.a-button-primary:hover .a-button-inner{
	background: linear-gradient(to bottom, #409324, #2D6718);
}

.a-button-primary:active .a-button-inner{
	background-color: #f0c14b;
	background-image: none
}

.a-button-primary:hover {
	border-color: #368943 #368943 #368943;
	text-decoration: underline;
	background-color:none;
}

.a-button-primary.a-button-focus,.a-button-primary:focus,.a-button-primary:hover,.a-button-primary:hover:active{
	border-color: #61A00A;
	text-decoration: underline;
}

.a-button-primary:active{border-color:#a88734 #9c7e31 #9c7e31}

.a-button-primary .a-button-inner{box-shadow:0 1px 0 rgba(255,255,255,.4) inset}


