
* {
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	cursor: default;
	text-shadow: #ccc 0px 0px 5px;
}
body {
	background: #ccc;
	color: #2a3845;
	font: normal 12px/1.6em Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
a, a:visited, a:link, a > * {
	background: none;
	color: #658b3b;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	background: none;
	color: #a43b55;
	text-decoration: none;
	font-weight: bold;
}
a > img{
	cursor: pointer;
}
h1 {
	border-bottom: 1px solid #efece7;
	color: #658b3b;
	font: normal 20px Georgia, serif;
	margin: 0px 0px 10px 0px;
	padding-bottom: 10px;
}
h1 > small{
	font-size: 14px;
}
h2 {
	border-bottom: 1px solid #efece7;
	color: #658b3b;
	font: normal 17px Georgia, serif;
	margin: 20px 0 10px;
	padding-bottom: 10px;
}
h3 {
	color: #658b3b;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	padding-top: 5px;
}
ul {
	list-style: disc;
	margin: 0 0 10px 40px;
	padding: 0;
}
.box {
	background: #cce2b3;
	border: 1px solid #f0e9eb;
	padding: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px #888;
	box-shadow: #888 0px 0px 10px;
}
.box > h2{
	border: 0px;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.box > p{
	padding-bottom: 5px;
}
.box > img{
	float: left;
	margin: 0 4px 0 0;
	border: 2px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.box > .clear{
	clear: left;
}
.box > p > a, .box > p > a:visited{
	color: #a43b55;
}
.box > p > a:hover{
}
.box > ol{
	list-style-type: upper-roman;
	color: #658b3b;
	padding-left: 30px;
}
#wrapper {
	border-left: 1px solid #f0e9eb;
	border-right: 1px solid #f0e9eb;
	border-bottom: 1px solid #f0e9eb;
	margin: 0 auto;
	width: 790px;
	background: #fff;
	box-shadow: #888 0px 0px 10px;
	-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px #888;
}
#header {
	margin-bottom: 0 1px;
}
#bg {
	background: url(images/bg.gif) repeat-x;
	height: 36px;
}
#nav {
	background: #658b3b;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	padding: 10px 3px;
	position: fixed;
	text-align: center;
	width: 784px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	box-shadow: #444 0px 0px 10px;
	-moz-box-shadow: 0 0 10px #444;
	-webkit-box-shadow: 0 0 10px #444;
}
#nav a:visited, #nav a:link {
	color: #fff;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
}
#nav a:hover {
	background-color: #fff;
	color: #658b3b;
	padding: 3px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 0px 10px #93c35d;
	-moz-box-shadow: 0 0 10px #93c35d;
	-webkit-box-shadow: 0 0 10px #93c35d;
}
#nav > a > img{
	border: 0;
}
#main-content {
	margin: 0 auto;
	padding-top: 50px;
}
#logo {
	width: 440px;
	margin: 0 auto 25px auto;
/*
	margin-bottom: 25px;
*/
	border: 1px solid #ccc;
	padding: 8px;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: #ccc 0px 0px 10px;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
}
.logotxt1 {
	color: #658b3b;
	font: normal 34px Georgia, serif;
}
.logotxt2 {
	color: #93c35d;
	font: normal 34px Georgia, serif;
}
#left-column {
	padding: 0 30px 30px;
}
#left-column > p{
	padding-bottom: 7px;
	margin-left: 10px;
	text-align: justify;
}
#left-column > p >  img{
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#left-column > h3{
	border-left: 2px solid #658b3b;
	padding: 2px 0 2px 5px !important;
}
#right-column {
	float: right;
	width: 270px;
}
#footer {
	clear: both;
}
.sidebar {
	background: url(images/shadow.jpg) no-repeat top;
	margin: 0 auto;
	padding: 10px 25px;
	width: 218px;
}

#lang{
	margin-top: 10px;
	text-align: center;
}
#lang > a > img{
	border: 0px;
}
.gallery{
	text-align: center;
}
.gallery > a{
	width: 231px;
}
.gallery > a > img{
	float: none;
}
.oldalsav{
	width: 440px;
	float: left;
}
.oldalsav > p{
	margin-left: 0 !important;
}
.label{
	font-weight: bold;
}
.nevjegy{
	text-align: center;
	margin: 20px 0 10px 0;
}
.nevjegy > h1{
	border: 0px;
	font-size: 26px;
	margin: 0;
	padding: 0;
}
.nevjegy > h2{
	border: 0px;
	margin: 0;
	padding: 0;
}
.lotpictures{
}
.lotpictures > a{
	margin: 6px;
	float: left;
	height: 185px;
}
.table{
	display: table;
	width: 100%;
}
.table-row{
	display: table-row;
}
.table-cell{
	display: table-cell;
	text-align: center;
	padding-bottom: 10px;
}
.email{
	unicode-bidi:bidi-override;
	direction: rtl;
}

