@charset "utf-8";
body {
	font: 12px Arial;
	background: #ded2b2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.outer_content {
	width: 935px;
	margin-top: 5px;
	padding: 10px;
	float: left;
}

.footer {
	float:left;	
}

.menu {
	width:955px;
	height:17px;
	background:#F8F8F8;
	background-repeat: repeat-x;
	border-top: 1px solid #7c6f52;	
}

.menu table {
	border-collapse:collapse;
	width:955px;
	border: 1px solid #7c6f52;
}

.menu table td {
	border: 1px solid #7c6f52;
	text-align: center;
	font: Arial;
	font-weight: bold;
	color: #4f4942;
}

.menu table td a {
	color: #4f4942;
	text-decoration: none;
}

.header {
	width:955px;
	height: 95px;
}

.gallery_menu {
	width:955px;
	height:256px;
	max-height:256px;
	background-image: url('../../images/feliratkozas.jpg');
	background-repeat:no-repeat;
	padding-left: 335px;
	color:#FFFFFF;
	font: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight:bold;
	text-shadow:inherit;
	letter-spacing: 2px;
}

.gallery_menu ul li, .gallery_menu ul li a {
	color: #fefaef;
	font: Arial;
	font-size: 12px;
	text-decoration: none;
	list-style-type: square;
	padding-top: 5px;
	
}

#kijelolt {
	color: #c09f44;
}

.inner_content {
	background-color: #fefaef;
	background-image: url('../image/content_background.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 5px;
	float: left;
	width: 927px;
}

.leftpanel {
	width: 190px;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 0px;
	float:left;
}

.leftpanel1 {
	width: 190px;
	border: 1px solid #c4ab68;
	padding:5px;
	margin: 0px 0px 10px 0px;
}

legend {
	color: #c4ab68;
}

.leftpanel2 {
	width: 190px;
	border: 1px solid #c4ab68;
	padding:5px;
}

.gallery_title {
	font-size: 14px;
	color: #443927;	
	width: 100%;
	text-transform: uppercase;	
}

.gallery_title a {
	color: #443927;	
	text-decoration: none;	
}

.gallery_pages {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;	
}

.gallery_pages a {
	color: #443927;
	text-decoration: none;	
}

.gallery_pictures {
	float:left;	
	clear:both;
}

.gallery_picture {
	width: 140px;
	height: 120px;
	float: left;
	border: 1px solid #675d4d;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;	
	text-align:center;
	vertical-align: middle;
}

.gallery_picture img {
	border: none;
	vertical-align: middle;
}
