body {
	background:url(../images/grd.jpg) repeat-x 0px -40px;
	color:#000;
	font-family:/*'Corbel', 'Candara', */Arial, Helvetica, sans-serif; /* Corbel és Candara a Vista és Windows 7 miatt van ott */
	font-size:12px;
	line-height:140%;
}
a, a:visited {
	color:#0D608A;
}
a:hover {
	color:#000;
	text-decoration:none;
}

/* divek */
/* itt vannak a fő elrendezésért felelől divek stílusai */

#container {
	/* background:#fff; */
	margin:0 auto;
	padding:0px 10px 0px 10px;
	width:960px;
}
#header {
	background:/* #eee */ url(../images/header.png) no-repeat /*17px*/ 0px 17px;
	height:80px;
	/* margin-top:10px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px; */
}
#content {
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
}
#index_col_1 {
	width:468px;
}
#index_col_2 {
	width:218px;
}
#index_col_3 {
	width:234px;
}

#article_col_1 {
	width:566px;
}
#article_col_2 {
	width:234px;
}
#article_col_3 {
	width:120px;
}
#tabella_col_1 {
	width:800px;
}
#tabella_col_2 {
	width:120px;
}
#footer {
	background:#eee;
	border-top:1px solid #dadada;
	clear:both;
	overflow:hidden;
	height:80px;
	/*-moz-border-radius:2px;
	-webkit-border-radius:2px;*/
}
#footer p {
	font-size:10px;
	line-height:120%;
	margin-top:10px;
	text-align:center;
}

/* menürendszer */
#menuContainer {
	background:#000;
	height:40px;	
}
.menuItem {
	display:block;
	float:left;
}
.menuItem a:link, .menuItem a:visited {
	color:#FFFFFF;
	display:block;
	padding:12px 10px 11px 10px;
	text-decoration:none;
}
.menuItem a:hover {
	background:#295062;
}
.menuItem a.dropDown {
	background-image:url(../images/bullet_arrow_down.png);
	background-position:100% 55%;
	background-repeat:no-repeat;
	padding-right:20px;
}
.menuItem a.dropDown:hover {
	background-color:#295062;
}
.menuItem:hover {
	background:#295062;
}
.menuItem:hover .subMenu {
	visibility:visible;
}
.subMenu {
	background:#295062;
	min-width:120px;
	position:absolute;
	visibility:hidden;
	z-index:10000;
}
.subMenuItem {
	display:block;
}
.subMenuItem a:hover {
	background:#000;
}
.selected {
	background-color:#295062;
}

/* keresés */
.search_form {
	position:absolute;
}
.search_form input.text {
	border:1px solid #B1B1B1;
	color:#343434;
	font-family:/*'Corbel', 'Candara', */Arial, Helvetica, sans-serif;
	font-size:12px;
	height:14px;
	margin:8px 5px 0px 0px;
	padding:4px;
	width:165px;
}

/* főhír */
#main_title {
	background:#295062;
}
#main_title_nav {
	background:#295062;
	height:256px;
	margin-left:390px;
	position:absolute;
	text-align:center;
	width:68px;
	z-index:100;
}
#main_title_nav img {
	margin:5px 5px 0 5px;
}
.main_element h3 {
	margin-bottom:0px;
}
.main_element img {
	width:390px;
}
.main_element div {
	background:#295062;
	color:#fff;
	display:block;
	padding:3px 5px 8px 5px;
	width:458px;
}
ul#gallery img {
	width:468px;
}

/* minibox */
/* ezek a hírdobozok és az alhírek építőelemei */
.minibox {
	float:left;
	margin:0px 0px 10px 0px;
	width:149px;
}
.middlebox {
	margin:0px 10px 10px 10px;
	width:150px;
}
.minibox a {
	display:block;
	margin:5px 0 5px 0;
}
.minibox img {
	width:149px;
}
.middlebox img {
	width:150px;
}

/* linklisták */
.linklist {
}
.linklist li {
	background:transparent url(../images/list_img.gif) no-repeat scroll 0 50%;
	padding-left:15px;
	list-style-position:inside;
	margin-bottom:5px;
}
.linklist li a {
}

/* képlista */
.imglist {
	background:#eee;
	margin-bottom:5px;
	overflow:hidden;
	padding:0 0 5px 0;
}
.imglist li {
	margin:5px 0 0 0;
	padding:0 5px 0 5px;
}
.imglist li a {
	border:0px;
	display:block;
	height:40px;
	overflow:hidden;
	width:208px;
}

/* szavazás */
table.poll td {
	text-align:left;
	vertical-align:middle;
}
table.poll_question {
	font-weight:bold;
	background:#eee;
}
table.poll td.btn_radio {
	width:13px;
}
table.poll td.btn_radio input {
	margin:0px;
}
.result span {
	display:block;
	background:#eee url(../images/comment_grd.jpg) repeat-x -50px;
	padding:5px 0px;
	overflow:visible;
}
.lastresult span {
	margin-bottom:10px;
}
.vote {
	background:#eee;
	text-align:right;
}
.vote input {
	font-family:/*'Corbel', 'Candara', */Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* tabulált listák */
.tab_nav {
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
	margin-top:-7px;
	overflow:hidden;
	padding-bottom:3px;
}
.tab_nav li {
	display:block;
	float:left;
	margin-right:5px;
	margin-left:5px;
}
.tab_nav li a.current {
	color:#000;
	text-decoration:none;
}

/* blokkok */
/* általános blokkok, linkek, h3, táblázatok, stb. - jQuery is beleszól */
a.main_title {
	color:#fff;
	text-decoration:none;
	font-size:18px;
}
a.title {
	font-weight:bold;
}
a.list_title {
	color:#0d608a;
}
a.list_title:hover {
	color:#000;
}
h3.box a {
	color:#fff;
}
h3 {
	font-size:14px;
	text-transform:uppercase;
	padding:5px 0 5px 0;
	margin-bottom:10px;
}
h3.box {
	background:#295062 url(../images/h3.png) repeat-x;
	color:#fff;
	margin-top:10px;
	padding:5px;
	clear:both;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
h3.border {
	margin-top:5px;
	border-bottom:1px solid #ccc;
	padding:5px 5px 4px 0px;
}
h3.big_title {
	font-size:24px;
	text-transform:none;
	padding-top:0px;
}
h3.list_heading {
	border-top:1px solid #ccc;
	clear:both;
	padding-top:10px;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:10px;
	text-transform:none;
}
h3.h3_first {
	margin-top:0px;
}
h4 {
	font-size:18px;
	font-weight:normal;
	margin-top:-10px;
	margin-bottom:10px;
}
p {
	margin:0px;
}
table {
	width:100%;
}
table td {
	padding:5px;
}
table th {
  padding:0px 5px 5px 5px;
}
#tabella_col_1 h3 {
  margin-bottom:5px;
}
.block_1 {
	border-right:1px solid #ccc;
	padding-right:9px;
	float:left;
}
.block_2 {
	margin-left:10px;
	margin-right:10px;
	float:left;
}
.block_3 {
	border-left:1px solid #ccc;
	padding-left:9px;
	float:left;
}

/* hirdetések */
.ad_120_240 {
	clear:both;
	width:120px;
	height:240px;
	background:#ccc;
	margin-bottom:10px;
}
.ad_120_600 {
	clear:both;
	width:120px;
	height:600px;
	background:#ccc;
	margin-bottom:10px;
}
.ad_218_100 {
	clear:both;
	width:100%;
	height:100px;
	background:#ccc;
	width:218px;
	margin:0 auto;
	margin-top:10px;
}
.ad_234_60 {
	clear:both;
	width:234px;
	height:60px;
	background:#ccc;
	margin-top:10px;
}
.ad_468_60_article {
	padding:10px 0 10px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:0 0 10px 0;
	text-align:center;
}
.ad_468_60 {
	clear:both;
	width:468px;
	height:60px;
	background:#ccc;
	margin-top:10px;
}
.clear {
	clear: both;
}

/* hírlevél, hírsms */
/* hozzászólások */
.newsletter_form .subscribe_input {
	width:100%;
	border:none;
	border:0px;
	font-family:'Corbel', 'Candara', Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:10px;
}
.newsletter_form span {
	display:block;
	clear:both;
}
.newsletter_form .submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	float:right;
}
.newsletter_form .subscribe_input {
	margin-right:10px;
	width:214px;
}
.newsletter {
	margin-top:10px;
}
.newsletter_text {
	background:#eee url(../images/comment_grd.jpg) repeat-x 100% 100%;
	overflow:hidden;
	padding:10px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
#newsletter_infolink {
	background:url(../images/question-balloon.png) no-repeat;
	display:block;
	float:left;
	margin:4px 0 0 0;
	padding:0 0 0 20px;
}

/* eseménynaptár */
.entryList li table td {
	padding:0 0 3px 0;
}
