﻿body {
	margin-top: 49px;
	padding: 0;
	background: url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
}
input, textarea {
	background: #FFFFFF url(images/input.gif) repeat-x;
	border-top: 1px solid #A3A3A3;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
	color: #333333;
	padding: 3px;
}
input[type="radio"], input[type="checkbox"] {
	background: none;
	border: 0;
}
input[type="submit"], input[type="reset"] {
	padding: 5px;
}
input[type="submit"] {
	font-weight: bold;
}
h1, h2, h3 {
	color: #559106;
}
h1 {
	font-size: 30px;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	font-weight: normal;
}
ul, ol {
	margin: 0 0 2em 0;
	font-size: 13px;
}
p, h1, h2, hr {
	margin: 5px;
	line-height: normal;
}
a:link {
	color: #4E8006;
}
a:hover, a:active {
	text-decoration: none;
	color: #4E8006;
}
a:visited {
	color: #4E8006;
}
img {
	border: none;
}
img.left {
	float: left;
	margin-right: 15px;
}
img.right {
	float: right;
	margin-left: 15px;
}
/* Form */
form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
legend {
	display: none;
}
input, textarea, select {

	font-size: 13px;
	color: #333333;
}
/* Header */
#header {
	width: 860px;
	height: 52px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat left top;
}
/* Menu */
#menu {
	float: left;
	height: 54px;
}
#menu ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
	line-height: normal;
}
#menu li {
	display: block;
	float: left;
}
#menu a {
	display: block;
	float: left;
	margin-right: 0px;
	padding: 15px 10px;
	text-decoration: none;
	font: 15px;
	color: #FFFFFF;
}
#menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#menu .current_page_item a {
	color: #FFFFFF;
	text-decoration: underline;
}
/** LOGO */
#logo-wrap {
	width: 860px;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	background: url(images/img03.jpg) no-repeat left top;
	clear: both;
}
#logo {
	width: 780px;
	height: 180px;
	padding: 10px 20px 10px 20px;
	margin: 0 auto;
	background: url(images/fejlec.jpg) no-repeat left top;
}
#logo h1 {
	font-size: 30px;
	color: white;
}
#logo h2 {
	color: white;
}
#logo>#floating { /*display:table for Mozilla & Opera*/
	display:table;
	position:static;
}
#floating { /*for IE*/
	height:100%;
	position:relative;
}
#floating div { /*for IE*/
	position:absolute;
	top:50%;
}
#floating>div { /*for Mozilla and Opera*/
	display:table-cell;
	vertical-align:middle;
	position:static;
}
#floating div div {
	position:relative;
	top:-50%;
}
/* Page */
#page {
	width: 850px;
	margin: 0 auto;
	clear: both;
}
/* Content */
#content {
	float: right;
	width: 590px;
	background: url(images/img10.jpg) no-repeat left top;
	padding: 15px;
	min-height: 50px;
}
/* Post */
.post {
	padding: 15px 15px;
}
.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.post h1 {
}
.post h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	background: url(images/img09.jpg) no-repeat left top;
	font-size: 18px;
	color: #DADADA;
}
.post .entry {
	padding: 0 15px;
}
.post .meta {
	padding: 15px 0 30px 0;
	border-top: 1px dotted #D1D1D1;
}
.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}
.post .meta .byline {
	float: left;
}
.post .meta .links {
	float: right;
}
.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(images/img11.gif) no-repeat left center;
}
.post .meta .comments {
	padding-left: 22px;
	background: url(images/img12.gif) no-repeat left center;
}
.post .meta b {
	display: none;
}
/* Sidebar */
#sidebar {
	float: left;
	width: 225px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px;
}
#sidebar li ul {
}
#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(images/img08.jpg) no-repeat left 50%;
}
#sidebar h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	margin-bottom: 10px;
	background: url(images/img07.jpg) no-repeat left top;
	font-size: 18px;
	color: #DADADA;
}
#sidebar h3 {
	margin-top: 10px;
	margin-left: 5px;
	font-size: 13px;
}
/* Boxes */
.box1 {
	padding: 20px;
}
.box2 {
	color: #BABABA;
}
.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}
.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited {
	color: #EDEDED;
}
/* Footer */
#footer-wrap {
	width: 860px;
	height: 64px;
	margin: 0 auto;
	background: url(images/img04.jpg) no-repeat left top;
}
#footer {
	margin: 0 auto;
	height: 64px;
	min-height: 64px;
	padding: 0;
}
html > body #footer {
	height: auto;
}
#footer p {
}
#legal {
	clear: both;
	padding-top: 10px;
	text-align: center;
	color: #999999;
	font-size: 12px;
}
/* MODUULOK */
.szavazas {
	margin: 0;
	padding: 0;
	border: 0;
	width: 180px;
	height: 210px;
	background-color: white;
}
.hirlevel {
	margin: 0;
	padding: 0;
	border: 0;
	width: 180px;
	height: 145px;
	background-color: white;
}
.kepleiras {
	text-align: center;
	font-size: 13px;
	margin-bottom: 10px;
}
.kepleiras a {
	color: #1f1b13;
	text-decoration: none;
}
.kepleiras a:hover {
	color: #1f1b13;
	text-decoration: underline;
}
.galeria {
	text-align: center;
}
.galeria img {
	border: 1px solid #CCC;
	padding: 5px;
	background-color: white;
}
.galeria a img:hover {
	border: 1px #666666 solid;
}
.kozep {
	text-align: center;
}
.bal {
	text-align: left;
}
.jobb {
	text-align: right;
}
.urlap {
	background-color: white;
	border: 1px #cccccc solid;
}
.urlap_cim {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 10px;
}
.v_ujbejegyzes {
	background-color: white;
	border: 1px #CCCCCC solid;
}
.v_bejegyzes {
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	background-color: #eeeeee;
	border: 1px #CCCCCC solid;
}
.v_cim {
	font-size: 16px;
	text-align: center;
}
.v_gomb {
	background-color: white;
	border: 1px gray solid;
	margin: 0px;
}
.oldalak {
	text-align: center;
}
.oldalak a {
	color: black;
	text-decoration: none;
}
.oldalak a:hover {
	text-decoration: underline;
}
.v_sikertelen {
	color: red;
	border: 2px red solid;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin: 10px;
}
.lista {
	height: 15px;
	min-width: 15px;
	padding: 5px;
	margin: 5px;
	background-color: #E4E4E4;
	float: left;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
}
.lista:hover {
	background-color: #CCCCCC;
	color: white;
}
.lista-aktiv {
	height: 14px;
	min-width: 14px;
	padding: 5px;
	margin: 5px;
	background-color: #E4E4E4;
	border:1px #CCCCCC solid;
	font-weight: bolder;
	color: black;
	float: left;
	text-align: center;
	font-size: 12px;
}
.lista a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}
.wblink {
	margin: 0 auto 0 auto;
	text-align: center;
	font-size: 11px;
	margin-top: 10px;
}
.wblink a {
	color: gray;
	text-decoration: none;
}
.wblink a:hover {
	color: gray;
	text-decoration: underline;
}
