body {
	background: #CDC4B2 url(../images/bg.gif);
	margin: 0;
	padding: 0;
	color: #41474b;
	font-family: Tahoma;
	font-size: 13px;
}
a:link, a:visited {
	color: #BD5617;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
	color: #7f3a10;
}
a:link img, a:visited img {
	border-color: #0079CA;
}
a:focus img, a:hover img, a:active img {
	border-color: #568A9E;
}
#container {
	width: 977px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background: url(/images/top.gif) no-repeat center bottom;
	padding-bottom:1px;
}
#tartalom {
	background: url(/images/center.gif) repeat-y center center;
	padding: 0 15px;
}
#footer {
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #333333;
	background:url(/images/bottom.gif) no-repeat center top;
	height: 57px;
	margin-bottom: 10px;
	margin-left:1px;
}
*html #footer {
	margin-left:0px;
}
*+html #footer {
	margin-left:0px;
}
#footer p {
	padding-top:16px;
}
p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2 {
	font-size: 21px;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 5px;
	color: #BD5617;
	background:#d9d9d9;
	display:block;
}
h3 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin:0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
form {
	margin: 0;
	padding: 0;
}
label {
	line-height: 20px;
}

input, select {
	font-size: 13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.button, a.button {
	background: #DBD4C1;
	border: 1px solid #9D947A;
	color:#504A3A;
	padding: 0px 4px;
	margin-top: 4px;
}
a.button {
	font-size: 13px;
	padding: 1px 7px;
}
a.button:hover, a.button:focus {
	font-size: 13px;
	color:#FFFFFF;
}
.button:hover, .button:focus {
	background: #9D947A;
	border: 1px solid #9D947A;
	color:#FFFFFF;
}
.button:visited {
	color:#FFFFFF;
}
.inputbox {
	padding: 2px;
	border: 1px solid #DBD4C1;
	background: #FFFFFF url(/images/input_bg.gif) repeat-x left top;
}
.inputbox:hover, .inputbox:focus {
	border: 1px solid #9D947A;
}
#tabs {
	float:right;
	font-weight:bold;
	margin:0 0 15px 0;
	font-size:12px;
	letter-spacing: 1px;
}
#tabs ul {
	list-style:none;
	margin:25px 10px 0 0;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	display:block;
	margin:5px 0;
  padding:1px 10px;
	color:#2c160e;
	text-decoration:none;
	text-align:right;
}
#tabs a:hover, #tabs a.active_menu {
	background:#9d947a;
	color:#FFFFFF;
	text-decoration:none;
}
#logo {
	float:left;
	margin-top:15px;
}
#keret {
	background:#ececec;
}
#szoveg {
	padding:5px 10px;
}
.swf {
	float:left;
	margin-right:-3px;
}
.prev a {
	text-indent:-9000px;
	width: 68px;
	height: 60px;
	display:block;
	background:url(/images/left_arrow.png);
	position:absolute;
	right:68px;
	bottom:0;
	cursor:pointer;
}

.next a {
	text-indent:-9000px;
	width: 68px;
	height: 60px;
	display:block;
	background:url(/images/right_arrow.png);
	position:absolute;
	right:0;
	bottom:0;
	cursor:pointer;
}



/* Begin Gallery */
.thumb {
	margin: 2px;
	border: 1px solid #D9D9D9;
	width:140px;
	float: left;
	text-align: center;
	background:#FFF;
	padding-bottom:2px;
}
.thumb img{
	display: inline;
	margin: 5px 5px 0 5px;
}
.thumb a img{
	border: 0;
}
.thumb a:hover img {
	border: 0;
}
.photo_title {
	text-align: center;
	font-weight: normal;
	width:145px;
	margin: 0 auto;
	font-size:11px;
} 
/* End Gallery */



/* Begin clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}  /* for IE/Mac */

*html .clearfix {
	zoom: 1;     				/* triggers hasLayout */
	display: block;     /* resets display for IE/Win */
}
.clear {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* End clearfix */


