body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: silver;
	margin: 0;
	padding: 0;
	color: #001100;
	height: 100%;
	text-align: justify;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
	list-style-type:square;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}

h1 {
	color: #550000;
	font-size: 32px;
	font-weight: 800;
	text-align: center;
	background-color: rgba(250,220,255,.2);
	border-radius: 60px;
	box-shadow: 0 -3px 4px #444,
				0  3px 4px #444;
	line-height: 45px;
}

h2 {
	font-size: 22px;
	margin-top: 50px;
	text-align: left;
}

h3 {
	font-size: 22px;
	float: left;
	margin-top: 25px;
}

h4 {
	font-size: 18px;
}

h5 {
	text-align:center;
}

a img {
	border: none;
}

p {
	padding-left: 30px;
	padding-right: 30px;
}

a:link {
	color: #660000;
	text-decoration: none;
}

a:visited {
	color: #660000;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: none;
	color: #fff;
}

.container {
	width: 960px;
	margin: 0 auto;
	background-image: url(../images/bg_yellow.gif);
	box-shadow: 3px 3px 4px #444,
				-3px -3px 4px #444;
	z-index: 1;
}

.header {
	background-color: rgb(210,210,210);
	height: 20px;	
	box-shadow: 0 3px 4px #444;
	font-size: 14px;
	font-weight: 400;
	text-align: right;
}

.header img {
	float: right;
	margin-top: 1px;
	margin-left: 8px;
	margin-right: 12px;
	height: 18px;
	width: 40px;
	border-radius: 8px;
}

.navbar {
	float: left;
	width: 240px;
	padding-bottom: 10px;
	z-index: 3;
}
.content {
	position: static;
	min-height: 1600px;
	padding: 10px 0;
	width: 680px;
	margin-left: 25px;
	margin-right: 15px;
	float: left;
	background-color: rgba(0,145,0,.4);
	z-index: 3;
	box-shadow: 6px 0 4px #444,
				-6px 0 4px #444;
}

.content ul, .content ol { 
	padding: 0 35px 25px 50px; 
}

.separator{
	height: 1px;
	color: rgb(102,102,102);
	background: rgb(102,102,102);
	border-bottom: 1px solid rgb(51,51,51);
}

.logo {
	float: left;
	top: 20px;
}

.logo img {
	height: 330px;
	width: 240px;
	margin-top: 10px;
	margin-left: 10px;
	border-radius: 30px;
	box-shadow: 6px 0 4px #444,
				-6px 0 4px #444,
				0 6px 4px #444,
				0 -6px 4px #444;
}

.contact {
	text-align: left;
	float: left;
	width: 240px;
	height: 260px;
	margin-top: 18px;
	margin-left: 10px;
	border-radius: 30px;
	box-shadow: 6px 0 4px #444,
				-6px 0 4px #444,
				0 6px 4px #444,
				0 -6px 4px #444;
	background-color: #FFF;
	background-color: rgba(240,240,240,.70);
	color: #330000;
	font-weight: 600;
	text-align: center;
}

.contact li {
	list-style: none;
	padding: 8px;
}

.footer {
	padding: 10px 0;
	background-color: rgba(255,102,0,.5);
	position: relative;
	clear: both;
	box-shadow: 0 -3px 4px #444;
	text-align: center;
}

.menu {
	position: static;
	width: 240px;
	margin-left: 10px;
	margin-top: 360px;
	border-radius: 40px;
	box-shadow: 6px 0px 4px #444,
				-6px 0px 4px #444;
}

.menu ul {
	list-style: none;
	color: #003300;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 2em;
	font-weight: 600;
}

.menu ul li {
	background-color: rgba(255,102,0,.5);
	padding-left: 30px;
	cursor: pointer;	
}

.menu ul li.caption {
	cursor: default;
}

.menu ul li a:hover, .menu ul li a:focus, .menu ul li a:active, .menu ul li a:visited {
	color: #660000;
	text-decoration: none;
}

.menu ul li.last {
	box-shadow: 0 6px 4px #444;
	border-radius: 0 0 50px 50px;
}

.menu ul li.first {
	box-shadow: 0 -6px 4px #444;
	border-radius: 50px 50px 0 0;
	color: #660000;
}

.menu ul li.item:hover, .menu ul li.last:hover,  .menu ul li.first:hover {
	background-color: rgb(255,102,0);
}

.menu ul li#active {
	background-color: rgba(0,123,0,.4);
	color: #000;
	cursor: default;
}

.menu ul li#active a {
	color: #000;
}

#gallery {
	margin-top: 20px;
	margin-left: 12px;
}

.popUp {
	position:absolute;
	background-color:#eeeeee;
	width:650px;
	top: 200px;
	z-index: 9002;
	box-shadow: 0px 0px 20px #000;
	border-radius: 35px;
}

.type {
	position: relative;
	width: 500px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	margin-bottom: 10px;
	background-color: rgba(250,220,255,.2);
	border-radius: 50px;
	box-shadow: -3px -3px 4px #444,
				3px  3px 4px #444;
	color: #000;
}

/*.type:hover {
	cursor: pointer;
	background-color: rgba(250,220,255,.5);
}*/

.type img {
	float: left;
	height: 80px;
	width: 120px;
	border-radius: 50px;
}

#blanket {
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}

.szabad {
	color: #fff;
	font-weight: 800;
}

.eladva {
	color: #440000;
	font-weight: 800;
}

.adat {
	color: darkgreen;
}

.gallery {
	width: 600px;
	margin: auto;
}

.gallery img {
	height: 170px;
	width: 170px;
	background-color: rgba(250,220,255,.2);
	border-radius: 50px;
	box-shadow: -3px -3px 4px #444,
				3px  3px 4px #444;
}

.gallery img:hover {
	cursor: pointer;
}

.leftimg {
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	border-radius: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.rightimg {
	float: left;
	margin-left: 10px;
	margin-right: 5px;
	border-radius: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.centerimg {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.imgpopup {
	position: absolute;
/*	width: 75%;
	height: 75%;*/
	z-index: 9008;
}