body {
	background-image: url("image/bg_body_paci.jpg");
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}

.main_fo {
	height: 100%;
	bottom: 0px;
	margin: 0px;
	border-bottom-style: none;
}

.main_footer {
	width: 768px;
	height: 34px;
	margin-bottom: 0px;
	padding-top: 0px;
	text-align: center;
	text-transform: capitalize;
	font-weight: bolder;
	font-size: small;
	color: #854517;
	background-image: url("image/footer.gif");
	background-repeat: repeat-x;
	background-position: top;
	background-color:#e9ac73;
	margin: 0px;
}

.menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	display: block;
	color: #854517;
	font-weight: normal;
	height: 24px;
	margin: 0px;
	padding: 4px;
	vertical-align: top;
	position: relative;
	
}

.menu a:hover {
	color: #E8AD73;
	background-color: #854517;
	display: block;
	text-decoration: none;
	height: 22px;
	margin: 0px;
	padding: 4px;
	vertical-align: text-top;
	position: relative;
}

.almenu a {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color: #ECBF95;
	margin: 0px;
	padding: 2px;
	vertical-align: top;
	position: relative;
	
}

.almenu a:hover {
	color: #CA8F55;
	text-decoration: none;
	height: 15px;
	margin: 0px;
	padding: 4px;
	vertical-align: text-top;
	position: relative;
}

.szmenu a {
	text-decoration: none;
	color: #CA8F55;
	
}

.szmenu a:hover {
	color: #CA8F55;
	text-decoration: none;
}

.right {
	width: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}

.cimsor {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#C3884E;
	position:relative;
	font-style: normal;
	margin-top:0px;
	vertical-align:top;
}

.tartalom {
	min-height: 500px;
	padding: 0px;
	font-size:14px;
	font-family: Arial;
	color:#ECBF95;
	text-align: justify;
	vertical-align: middle;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
min-height: 500px;
padding: 0px;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
/*z-index: 0;*/
color: #ECBF95;
text-decoration:none;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
text-decoration:none;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #CA8F55;
padding: 0px;
left: 100px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 180px;
left: 300px; /*position where enlarged image should offset horizontally */

}
