@font-face { 
	font-family: LoveYaLikeASister; src: url('../LoveYaLikeASister.ttf'); 
} 
body{
	color: #2d2d2d;
	font-size: 14px;
	line-height: 22px;
	background-image: url('../kepek/bgnoise.gif');
	font-family: 'Open Sans', Times New Roman ,sans-serif;
}
h1{
	color: #84b72e;
	font-size: 22px;
	text-shadow: -1px -1px 1px #d2d2d2;
	font-family: LoveYaLikeASister, sans-serif;
}
h2{
	font-size: 14px;
	font-weight: normal;
}
ul{
	list-style: none;
	color: #2d2d2d;
	padding-left: 0px;
	font-size: 14px;
	font-family: 'Open Sans', Times New Roman ,sans-serif;
}
#befoglalo{
	margin: auto;
	width: 1000px;
	margin-top: 0px;
}
#fejlec h1{
	font-size: 25px;
	line-height: 100px;

}
#fejlec{
	padding-top: 0px;
	margin-bottom: 10px;
}
#logo{
	width: 400px;
	box-shadow: -3px -3px 6px #d2d2d2;
}
#kepbg{
	float: left;
	width: 220px;
	height: 188px;
	background-image: url('../kepek/kep_bg2.png');
}
#kepbg img{
	top: 16px;
	left: 30px;
	z-index: -1;
	opacity: 0.9;
	width: 152px;
	position: relative;
	filter: alpha(opacity=90);
}
#tartalom {
	padding: 0px;
	width: 1000px;
	position:relative;
}
#baloldal{
	float: left;
	width: 500px;
}
#jobboldal{
	float: right;
	width: 500px;
}
#ajandek{
	width: 500px;
}
.lista{
	color: #6faa2b;
	font-weight: bold;
}
#form{
	padding: 10px;
	border-radius: 10px;
	border: 2px solid #c8c8c8;
	-webkit-border-radius: 10px;
}
#form h1{
	margin-left: 40px;
}
.gomb{
	width: 400px;
	height: 100px;
	text-align: center;
	margin-top: 10px;
	margin-left: 20px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #91c358), color-stop(1, #6faa2b) );
	background:-moz-linear-gradient( center top, #91c358 5%, #6faa2b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#91c358', endColorstr='#6faa2b');
	background-color:#91c358;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:white;
	font-size:40px;
	font-weight:bold;
	padding:10px 24px;
	text-decoration:none;
	line-height: 45px;
	text-shadow: none;
}.gomb:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6faa2b), color-stop(1, #91c358) );
	background:-moz-linear-gradient( center top, #6faa2b 5%, #91c358 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6faa2b', endColorstr='#91c358');
	background-color:#6faa2b;
}.gomb:active {
	position:relative;
	top:1px;
}