@charset "iso-8859-2";
/* CSS Document */

body {
	background:#727272 url(images/bg_1.jpg);
	margin:0;
	padding:0;
	font-family:Helvetica, Verdana, Geneva, sans-serif;
}
#wrapper {
	width:840px;
	margin:0px auto;
	padding:0;
	background-color: #FFF;/*#FEFDF5;*/
	border: 2px solid #FFF;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background-image: url(images/wrapper_bg.jpg);
	background-repeat: repeat-y;
}
#header {
	background-image: url(images/header_bg.jpg);
	width: 840px;
	height: 153px;
	margin:0 auto;
	background-repeat: repeat-x;
	background-position: left top;
}
#header h1 {
	padding:30px 10px 0px 10px;
	margin:0;
	font-size:28px;
	color: #FFF;
	text-shadow: 3px 3px 3px #000;
}
#left {
	float:left;
	width:180px;
}
#main {
	float:right;
	width:650px;
	font-size:14px;
}
#main h2 {
	text-align:center;
}
#footer {
	clear:both;
	text-align:center;
	background-color:#191919;
	color:#626262;
	font-size: 13px;
	line-height: 20px;
}
#footer a {
	color: #9DD119;
	text-decoration:none;
}
#menu {
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu li {
	display:inline;
}
#menu a {
	display:block;
	background:#F5F5F5;
	border-bottom:1px dotted #9DD119;
	color:#7C7C7C;
	text-decoration:none;
	padding:4px;
}
#menu a:hover {
	color:#474847;
}

.tablecen {
	margin: 10px auto;
	width:80%;
}
.tablecen caption {
	font-weight:800;
}
.tablecen td {
	width:50%;
}
.kozgyules {
	margin: 10px auto 10px auto;
	width:80%;
}
.kozgyules td {
	padding:4px;
}

