@charset "utf-8";
/* Fazekasno apartman */
/* Magnet-x 2000 Kft. */
/* 2009               */

body {
	background: #a96f3f url(../images/bg.jpg) repeat-x;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	text-align: justify;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #a35e24;
}
a:hover { 
	color: #9c8d81;
}


/* Blocks */
#container {
	background: url(../images/content_bg.jpg);
	width: 884px;
	margin: 0 auto;
}
#head {
	background: url(../images/head.jpg) no-repeat;
	height: 199px;
}
	#head h1 {
		display: none;
	}
#sidebar {
	float: left;
	width: 290px;
}
	.box {
		width: 235px;
		margin-left: 56px;
	}
		.box ul {
			margin: 0;
			padding: 0;
			text-align: center;
			width: 235px;
			list-style: none;
			background: url(../images/box_bg.jpg) repeat-y;
		}
			.box ul li {
				margin: 0;
				padding: 0;
			}
				.box ul li a {
					display: block;
					background-repeat: no-repeat;
					text-indent: -30000px;
					background-position: top center;	
					height: 35px;
					width: 172px;
					margin: 0 auto;
				}
					.box ul li a:hover {
						background-position: bottom center;	
					}
		.box h4 {
			display: block;
			text-align: center;
			background: url(../images/box_head.jpg);
			height: 50px;
			text-indent: -30000px;
			margin: 0;
		}
			.box h4.first_box_head {
				background: url(../images/f_box_head.jpg) no-repeat;
				height: 78px;
			}
			.box h4.szallas {
				background: url(../images/box_head_szallas.jpg) no-repeat;
			}
			.box h4.orseg {
				background: url(../images/box_head_orseg.jpg) no-repeat;
			}
		.box .box_bottom {
			background: url(../images/box_bottom.jpg) no-repeat;
			height: 79px;
		}
#content {
	width: 480px;
	margin-left: 290px;
	padding: 10px 90px 10px 20px;
}
	#content h2 {
			display: block;
			height: 45px;
			text-indent: -30000px;
			margin: 25px 0 0 0;	
			background-repeat: no-repeat;
	}
	.gallery {
		width: 480px;	
	}
		.gallery ul {
			margin: 0; 
			padding: 0; 
			list-style: none; 
		}
			.gallery ul li {
				margin: 10px;
				float: left;
			}
	
#footer_bg {
	clear: both;
	background: url(../images/content_footer.jpg) no-repeat bottom;	
}
#footer {
	background: url(../images/footer.jpg) no-repeat;
	height: 99px;
	clear: both;
}
	#footer p {
		display: none;
	}	
