body, html {
	background-color: #6C2700;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #582812;
	background-image:url(fohatter.jpg);
	background-position: center center;
}


body, html {
	scrollbar-face-color: #D16B35;
	scrollbar-highlight-color: #B35929;
	scrollbar-shadow-color: #673318;
	scrollbar-arrow-color: #673318;
	scrollbar-track-color: #D88153;
}

.kenyer {
	font-size: 10px;
}

#scroller {
	z-index: 2;
	left: 0px;
	overflow: auto;
	width: 100%;
	position: absolute;
	top: 0px;
	height: 100%;
	padding:0px;
	margin:0px;
}

#container {
	width: 932px;
	height: 550px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -466px;
	margin-top: -275px;
	background-image: url(kozephatter.jpg);
}

#logo {
	position:absolute;
	width: 180px;
	height: 130px;
	z-index: 1;
	left: 23px;
	top: 29px;
}

#menu {
	position:absolute;
	width:126px;
	height:266px;
	z-index:10;
	left: 48px;
	top: 166px;
}

#lapat {
	position:absolute;
	width: 932px;
	height: 90px;
	z-index: 4;
	left: 0px;
	top: 460px;
}

#tartalom_hatter {
	position:absolute;
	width: 695px;
	height: 460px;
	max-width: 695px;
	max-height: 460px;
	z-index: 5;
	left: 209px;
	top: 23px;
	background-image: url(tartalomhatter.jpg);
	background-repeat: repeat;
	overflow: none;
	visibility: visible;
}

#tartalom {
	position:absolute;
	width: 695px;
	height: 458px;
	max-width: 695px;
	max-height: 460px;
	z-index: 6;
	left: 210px;
	top: 24px;
	overflow: auto;
	color: #FFFFFF;
	padding: 0px;
}

.tartalom_szoveg {
	padding: 10px;
	text-align:justify;	
}

h1 {
	font-size: 14px;
	font-weight: bold;
	background-color: #8F4218;
	text-align: left;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	width: auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #4A0700;
}
h4 {
	font-size: 11px;
	font-weight: lighter;
	text-align: justify;
	text-indent: 25px;
}
.kep_bal {
	background-color: #8F4218;
	margin: 6px;
	padding: 6px;
	float: left;
	border: 1px solid #4A0700;
}
.kep_jobb {
	background-color: #8F4218;
	margin: 6px;
	padding: 6px;
	float: right;
	border: 1px solid #4A0700;
}

