body {
	background-color: #799042;
	background-image:url(/images/bg.jpg);
	background-position:top;
	background-attachment:fixed;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
* {
	padding:0px;
	margin:0px;
}
#main {
	position:absolute;
	z-index:1;
	width:100%;
}
#header {
	width:821px;
	height:207px;
	background-image:url(/images/header.png);
	margin-left: auto;
	margin-right: auto;
}
#menu {
	margin-left:auto;
	margin-right:auto;
	width: 821px;
}
#menu div {
	float:left;
}
#menu img {
	border:none;
}
#menu_elvalaszto {
	width:821px;
	margin-left:auto;
	margin-right:auto;
}
#content {
	background-image:url(/images/content_bg.png);
	width:821px;
	margin-left: auto;
	margin-right: auto;
}
#inner_content {
	background-image:url(/images/karpatok_bg.jpg);
	background-repeat:no-repeat;
	width:771px;
	margin-left:10px;
	min-height:578px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
	padding-top: 15px;
}
#inner_content h1 {
	font:Tahoma;
	font-size:22px;
	font-variant:small-caps;
	padding-top:15px;
	padding-bottom:5px;
	padding-right:5px;
	font-weight: normal;
	letter-spacing: 3px;
}
#inner_content .datum {
	text-align:right;
	color: #637534;
	font: Arial;
	font-size: 9px;
	display: block;
	padding-bottom: 10px;
}
#inner_content p {
	text-align:justify;
	text-indent:5px;
	margin-bottom:8px;
}
#inner_content .elvalaszto {
	padding-top:10px;
	margin-bottom:10px;
	display:block;
	text-align:center;
	padding-left: 165px;
}
#inner_content a:link, #inner_content a:active, #inner_content a:visited {
	text-decoration:underline;
	color:#464600;
}
#inner_content a:hover {
	text-decoration:none;
	font-weight:bold;
}
#footer {
	background-image:url(/images/footer.png);
	width:821px;
	height:27px;
	padding-top:7px;
	text-align: center;
	color:#fffec4;
	margin-left: auto;
	margin-right: auto;
}
#footer a:link, #footer a:active, #footer a:visited {
	color:#fffec4;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
