
body {
	width:auto;
	margin: 11px 0 0 0;
	padding: 0;
	background: #ffffff url(images/header.gif) repeat-x;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #444;
	line-height:38px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #000000;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #976d25;
	text-decoration: underline;
}

a:hover {
	color: #574320;
	text-decoration: none;
}

.mobilelink {
	border:1px solid #F93;
	padding:1px 8px;
	margin:1px;
	background-color:#FFC;
}
.mobilelink:hover {
	background-color:#FC3;
}

/* Header */
#header {
	width: 800px;
	height: 110px;
	margin: 0 auto;
	background: url(images/img2.jpg) no-repeat;
}

#header * {
	text-decoration: none;
	text-align: left;
	color: #000000;
}

#header h1 {
	padding-top: 20px;
	font-size: 3em;
}

#header h2 {
	font-size: 0.8em;
}

#kereso {
	float:right;
	width:200px;
	text-align:right;
}

/* Menu */

#menu {
	width: 800px;
	height: 35px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	width: auto;
	height: 21px;
	background: #342117 url('images/menu.gif') top left repeat-x;
	display: block;
	float: left;
	margin-right: 5px;
	margin-top:5px;
	text-align: center;
	padding: 4px 4px 0 4px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu li a:hover {
	background: #342117 url('images/hover.gif') top left repeat-x;
	color: #fffdc6;
}

#navigation {
	font-size:14px;
}
/* Content */

#content {
	width: 800px;
	margin: 0 auto;
}

#content h1 {
	font-size: 1.4em;
	padding-bottom: 15px;
}

#content h2 {
	background: #ffffff url('images/sidebar-header.gif') top left no-repeat;
	height: 34px;
	color: #fff;
	padding: 0.5em 0.5em 0em 1.0em;
	position: relative;
	margin-right: -1.6em;
	font-size: 1.1em;
}

#content a {
	border:1px solid #F93;
	padding:1px 8px;
	margin:1px;
	background-color:#FFC;
}

#content a:hover {
	background-color:#FC3;
}

#content h3 {
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: 12pt;
	color: #555555;
	padding-top: 15px;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: square inside;
	font-size:15px;
}

#content blockquote {
	padding-left: 1em;
	margin-bottom: 1.5em;
	border-left: solid 7px #b8c2cd;
}

#content blockquote p {
	margin-bottom: 0em;
}

/* Footer */
#footer_w {
	width:100%;
	height: 70px;
	background: url(images/footer.gif) repeat-x;
}
#footer {
	width:800px;
	margin:auto;
	padding: 5px 0 0 0;
	height: 65px;
	color: #fff;
	background: url(images/footer.gif) repeat-x;
}

#footer p {
	text-align: center;
	font-size: 14pt;
	padding-top: 10px;
}

#footer a {
	color: #e8e0d9;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}