/* BODY tagok */
body, html {
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #000;
	font-size: 11px;
	font-family: Verdana;
	text-align: justify;
}

/* A tagok */
a {
	color: #999040;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* IMG tagok */
img {
	padding: 2px;
	border: 2px solid #999040;
}

img.ikon {
	margin-right: 2px;
	padding: 0px;
	border: 0px;
	vertical-align: middle;
}

/* DIV tagok */
div {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#main {
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#top {
	width: 800px;
	height: 125px;
	float: left;
	background: url(../images/header.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#center {
	width: 800px;
	height: 100%;
	float: left;
	background: url(../images/bg_mainbody.gif);
	background-position: bottom right;
	background-repeat: repeat-y;
}

#mainbody {
	width: 800px;
	height: 100%;
	min-height: 529px;
	float: left;
	background: url(../images/bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#bottom {
	width: 800px;
	height: 50px;
	float: left;
	background: url(../images/bg_bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

div.text {
	width: 630px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	background-color: #FFF;
}

/* P tagok */
p {
	width: auto;
	height: auto;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	line-height: 18px;
}

#bottom p, a {
	padding-right: 20px;
	text-align: right;
	line-height: 30px;
	color: #988D7B;
	background-color: transparent;
}

/* Hr tagok */
hr {
	height: 2px;
	margin: 0px;
	padding: 0px;
	border: 1px dotted #DDD;
}

/* H1-H6 tagok */
h1 {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	color: #999040;
	background-color: transparent;
	font-size: 22px;
	font-family: Georgia;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	height: 43px;
	line-height: 50px;
}

h1:first-letter {
	font-size: 26px;
}

h2 {
	color: #999040;
	font-size: 15px;
	font-family: DejaVu Sans;
	margin-top: 20px;
	margin-bottom: 10px;
}

h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}


/* Lapozas */
div.paginator_top {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

div.paginator_bottom {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}

/* Felsomenu */
#menu {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 85px;
	margin-bottom: 0px;
	padding: 0px;
	padding-left: 20px;
	height: 34px;
	line-height: 34px;
	display: block;
	background: url(../images/bg_menu.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
}

#top ul {
	width: auto;
	margin: 0px;
	padding: 0px;
	height: 34px;
	line-height: 34px;
	list-style: none;
}

#top ul li {
	width: auto;
	float: left;
}

#top ul li a {
	margin-top: 7px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	font-size: 13px;
	font-family: Georgia;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #FBB039;
	background-color: transparent;
	text-decoration: none;
	border-left: 1px solid #FBB039;
	line-height: 20px;
}

#top ul li a.first {
	border: 0px;
}

#top ul li a:first-letter {
	font-size: 17px;
}

#top ul li a:hover, #top ul li a#active_menu1 {
	color: #FFF;
	background-color: transparent;
}