/* -- reset CSS -- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* -- reset CSS -- */



body{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f0f9fd;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 1.2em;
	text-align: justify;
}
a {
	text-decoration: none;
	color: #0076a3;
}
a span {
    display:none;
}
a.tovabb {
	background-image: url(img/btn_tovabb.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 20px;
	width: 50px;
	float: right;
	clear: left;
}
.gomb   {
	color:#FFF;
	height: 20px;
	margin: 0 0 0 10px;
	cursor:pointer;
	background-color: #5aa1bf;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	display: block;
	text-align: center;
}
.gomb:hover   {
	color:#3D809C;
	background-color: #BCE9FC;
}
.regBtn  {
	height: 24px;
	text-align: center;
	width: 170px;
	margin: 0 auto 10px auto;
	display: block;
	background-image: url(img/btn_wide.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 24px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
.link {
	font-style:italic;
	text-decoration: none;
	color: #0076a3;

}
ol {
	padding-left:15px;
}
h1  {
	font-size: 28px;
	color: #0076a3;
	line-height: 44px;
	clear: right;
	margin-bottom: 10px;
}
h2  {
	font-weight: bold;
	color: #0076a3;
	font-size: 14px;
	line-height: 120%;
}
#page {
	height: 100%;
	width: 100%;
	background-image: url(img/bg_page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	margin: 0 auto;
	width: 980px;
	overflow: auto;
	padding: 0;
}
#header {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 350px;
	width: 980px;
	position: relative;
}
#header #flash {
	float: left;
	height: 310px;
	width: 980px;
}
#header #flash2 {
	float:left;
	height:600px;
	position:absolute;
	right:10px;
	top:130px;
	width:320px;
}
#header #menu {
	float: left;
	height: 40px;
	width: 980px;
}
#menu ul li {
	float: left;
	height: 30px;
	padding: 10px 35px 0 35px;
	list-style-type: none;
}
#menu ul li a {
	line-height: 30px;
	color: #3a86a3;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 0 1px 0 #fff;
}
#menu ul li a:hover {
	color: #74bdd9;
}
#wrapper {
	float: left;
	width: 938px;
	border: 1px solid #57a4c1;
	padding: 20px;
	background-color: #FFF;
	background-image: url(img/bg_wrapper.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#wrapper #content {
	float: left;
	width: 600px;
	border-right: 1px solid #bde9fd;
	margin: 0;
	padding: 0 20px 0 0;
}
#content .contentBar {
	float: left;
	width: 279px;
}

#content img.imgRight{
	float: right;
	padding: 5px;
	/*border:1px solid #0076A3;*/
	margin: 0px 0px 5px 5px;
	}

#content ul{
	margin-left: 15px;
}

#content ul li{
	line-height: 18px;
}



#regBox form {
	float: left;
}
#regBox form input {
	background-color: #f0f9fd;
	border: 1px solid #B6D8E4;
	width: 145px;
	float: left;
	margin-bottom: 10px;
}
#regBox form label {
	width: 60px;
	display: block;
	text-align: right;
	float: left;
	margin: 0 5px 5px 0;
	line-height: 20px;
}
#regBox form br {
	clear: left;
}
#regBox form  .belepes   {
	background:white url(img/btn_belepes.gif) no-repeat left top;
	height:20px;
	width:50px;
	margin: 0 0 0 10px;
	cursor:pointer;
	border: none;
}
#regBox form  .kilepes   {
	background:white url(img/btn_kilepes.gif) no-repeat left top;
	height:20px;
	width:50px;
	margin: 0 0 0 10px;
	cursor:pointer;
	border: none;

}

#regBox form .gomb   {
	color:#FFF;
	margin: 0 0 0 10px;
	cursor:pointer;
	background-color: #5aa1bf;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#regBox #belepesForm{
	width:279px;
}
.siteForm form {
	float: left;
}
.siteForm input, textarea {
	background-color: #f0f9fd;
	border: 1px solid #B6D8E4;
	width: 250px;
	float: left;
	margin-bottom: 10px;
	border-color: #B6D8E4;
}
.siteForm label {
	width: 150px;
	display: block;
	text-align: left;
	float: left;
	margin: 0 5px 5px 0;
	line-height: 20px;
}
.siteForm .elkuld   {
	background:white url(img/btn_elkuld.gif) no-repeat left top;
	height:20px;
	width:50px;
	margin: 0 0 0 10px;
	cursor:pointer;
	border: none;

}

label.error{
	width: auto;
	color: #FF0000;
	margin-left: 5px;
}

.siteForm br {
	clear: left;
}
#wrapper #sideBar {
	float: right;
	width: 300px;
}
#forum ul li {
	float: left;
	list-style-type: none;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	background-color: #f0f9fd;
	border-bottom: 1px solid #B6D8E4;
	border-right: 1px solid #ffffff;
	margin-bottom: 2px;
}
#forum ul li a {
	font-weight:bold;
}
#forum .comment {
	float:left;
	width:598px;
	margin-bottom: 10px;
	border: 1px solid #B6D8E4;

}
#forum .comment .comment_head{
	float:left;
	width:593px;
	background-color: #bde9fd;
	border-bottom: 1px solid #B6D8E4;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	color: #0076a3;
}
#forum .comment .comment_p{
	float:left;
	width:578px;
	padding: 10px;
	background-color: #f0f9fd;
	border-top: 1px solid #ffffff;
}
#forum .pager{
	float:right;
}


#footer {
	clear: both;
	height: 300px;
	width: 980px;
	font-size: 11px;
	background-image: url(img/logok.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
#footer a{
	height: 60px;
	float: left;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin-bottom:20px;
}



