
/*****************************
* szerkezet szerinti tagolás *
******************************/

@import url("style_menu_-1.css");
@import url("style_menu_-1_ff.css");
@import url("style_menu_-1_ie.css");
@import url("style_menu_-1_opera.css");
@import url("style_menu_-1_safari.css");

@import url("style_menu_0.css");
@import url("style_menu_0_ff.css");
@import url("style_menu_0_ie.css");
@import url("style_menu_0_opera.css");
@import url("style_menu_0_safari.css");


/* ---------- INIT ---------- */

/* font */
html, 
body, 
form, 
input, 
select, 
fieldset, 
table {
	font-size: 12px; 
	font-family: Tahoma, Verdana, Arial; 
	color: #000000; 
	text-align:justify;
	line-height:20px;
}

body {
	behavior: url("csshover.htc");
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
pre, 
code { font-size: 12px; }

/* margin */
html, 
body, 
form, 
fieldset, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
p, 
pre, 
blockquote, 
ul, 
ol, 
li, 
dl, 
address {
	margin: 0px; 
	padding: 0px; 
}

/* LIST */
ul, 
ol {list-style: none; }


/* LINK */

a:link,
a:visited,
a:active,
a:hover {
	color:#a70909;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img,
:link img,
:visited img,
:active img,
:hover img {
	border: none;
}

/* CLEAR */
div.clear, 
span.clear {
	clear: both;  
}

#top_bg {
	width: 100%;
	background: #A1896B;
	height: 130px;
}

/* ---------- CONTAINER ---------- */
#container {
	width:962px;
	margin: 0 auto;
	border-style:solid;
	border-color:white;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:0px;
	border-top-width:0px;
	background-color:white;
}

#wrapper {  
	background-image: url(images/bg_line.jpg);
	background-repeat:repeat-y;
	background-position: 209px 200px;
}

/* ---------- HEAD ---------- */
#header {
	width: 100%;
}

.head_top_row {
	height:18px;
	background-color:#bf0b0b;
} 

.head_middle_row {
	height:48px;
} 
 
/* ---------- NAV BAR ---------- */ 
#nav { 
	height: 43px;
	background-image: url(images/nav_bg.jpg);
	background-repeat:repeat-x;
}

#menu_top {	
	width:680px;
	float:left;
	height:43px;
}

a.menu-top-a:link, a.menu-top-a:visited, a.menu-top-a:active{
	color:#4f4f4f;
	font-size:12px;
	font-weight:bold;
}

a.menu-top-a:hover{
	color:#a70909;
	text-decoration: none;
}

#search {	
	width:270px;
	float:left;
	background-image:url(images/search_bg.jpg);
	background-repeat:no-repeat;
	background-position:60px 0px;
	height:43px;
}

.search_text {
	color:#a70909;
	font-size:12px;
	font-weight:bold;
	padding-top:16px;
}

.search_text_input {
	border-style:none;
	border-width:0px;
	margin-left:45px;
	margin-right:10px;
	width:100px;
	font-size:9px;
	line-height:10px;
}

.button{
	cursor:pointer;
}

#menu_right { 
	overflow:hidden;
}

#menu_top ul {
	list-style-type: none;
}
#menu_top li {
	float: left;	
	text-align: center;	
	padding-left:35px;	
	padding-top:16px;
	background-image: url(images/top_menu_li_bg.jpg);
	background-repeat:no-repeat;
	background-position: 20px 0px;
	height:43px;
}

#menu_right li {
	float: left;	
	text-align: center;	
	width:150px;
	padding-top:0px;		
	padding-left:5px;		
	height:43px;
	overflow:hidden;
}

/* ---------- LEFT BAR---------- */

#left { 
	float:left;
	width: 200px; 
	min-height:100px;
}

/* ---------- RIGHT BAR ---------- */

#right {
	float:right;
	width:133px;
	min-height:200px;
	margin-right:1px;
	padding-top:5px;
	/*display:none;*/
}

.box {
	margin:5px;
}

.box .box_title {
	background-image: url(images/box_title_bg.jpg);
	background-repeat: repeat-x;
	font-size:12px;
	color:#790603;
	font-weight:bold;
}

.box .box_middle {
	font-size:9px;
	color:#021130;
	border-style:solid;
	border-color:#820707;
	border-width:1px;
	padding:10px;
	background-image:url(images/box_middle_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

.box .box_middle_2 {
	font-size:9px;
	color:#021130;
	border-style:solid;
	border-color:#820707;
	border-width:1px;
	padding:0px;
	background-image:url(images/box_middle_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

/* ---------- MAIN ---------- */

#main {
	width: 620px;
	float: left;
}

#news {
	display:block;
	height:260px;
	width:762px;
	float:left;
}

#main #content_title {
	margin-left: 9px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	height: 42px;
	font-size: 18px;
	display:block;
	background: url(images/title_bg_almenu.jpg);
	background-repeat: repeat-x;
/*	border: 1px solid red;*/
}

.print_cim {
	font-size: 18px;
}

#main #content {
	padding: 15px;
	display:block;
}

#main #content_2 {
	display:block;
}

#main #icon_print {
	padding: 20px;
	display:block;
	text-align: right;
}

/* ---------- FOOT ---------- */

#footer {
	position: relative;  
	height: 224px;
	background: url(images/footer_bg.jpg) no-repeat;
} 

#footer_text {
	position: absolute;
	width: 310px;
	height: 120px;
	top: 50px;
	left: 500px;
	color: white;
}

a.footer_menu:visited,a.footer_menu:link,a.footer_menu:active {
	color:white;
	font-size:10px;
	margin-right:10px;  
}

a.footer_menu:hover{
	color:#fcc505;  
}

a.footer_link:visited,a.footer_link:link,a.footer_link:active {
	color:#fcc505;
	font-size:11px;
	margin-right:10px;  
}

a.footer_:hover{
	color:#fcc505;  
}

.input_subscribe {
	background-image:url(images/input_bg.jpg);
	background-repeat:no-repeat;
	float:left;
	width:110px;
	height:25px;
	padding-top:6px;
	padding-left:8px;
}

.input_subscribe_5 {
	background-image:url(images/input_bg_3.jpg);
	background-repeat:no-repeat;
	float:left;
	width:180px;
	height:25px;
	padding-top:6px;
	padding-left:8px;
}

.input_subscribe_2 {
	background-image:url(images/input_bg_2.jpg);
	background-repeat:no-repeat;
	float:left;
	width:80px;
	height:25px;
	padding-top:6px;
	padding-left:8px;
}

.input_subscribe_3 {
	background-image:url(images/button_base.jpg);
	background-repeat:no-repeat;
	width:94px;
	height:23px;
	padding-top:3px;
	text-align: center;
}

.input_subscribe_4 {
	background-image:url(images/button_base_2.jpg);
	background-repeat:no-repeat;
	width:160px;
	height:23px;
	padding-top:3px;
	text-align: left;
}

.login_button {
	border: none;
	background: none;
	font-weight: bold;
	font-size: 9px;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 90px;
	text-align: center;
}

.login_button_2 {
	border: none;
	background: none;
	font-weight: bold;
	font-size: 8px;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 150px;
	text-align: center;
}

.input_subscr {
	width:60px;
	font-size:9px;
	color:black;
	border:0px;
	line-height:10px;
}

.subscribe_left {
	width:40px;
	float:left;
	font-size: 10px;
}

.news_boxes {
	width:307px;
	float:left;
	padding:0px;
	margin:0px;
}

.news_boxes .box .title {
	background-image:url(images/news_title_bg.jpg);
	background-position:-20px 0px;
	height:20px;
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 10px;
	font-weight: bold;
}

.news_boxes .online_match .title {
	background-image:url(images/news_title_middle_bg.jpg);
	background-repeat:repeat-x;
	height:24px;
	font-size:11px;
	color:#790603;
	font-weight:bold;
}

.td_bg_28 {
	background-image:url(images/news_title_middle_bg.jpg);
	background-repeat:repeat-x;
	background-position:  bottom;
	height:24px;
	font-size:11px;
	color:#790603;
	font-weight:bold;
	padding-left: 10px;
}

.news_boxes .box .content {
	padding:6px;
	height:60px;
}

.news_boxes .box {
	background-color:#f0efef;
	padding:0px;
	margin:0px;
	margin-top:5px;
	margin-bottom:10px;
}

.news_boxes .box .content img {
	border-style:solid;
	border-width:4px;
	border-color:white;
}

.match_title_right {
	background-image:url(images/box_title_right_img.jpg);
	background-repeat:no-repeat;
	background-position:right 1px;
}

.online_match {
	padding-top:10px;
	margin:0px;
}

.online_match .title .text {
	padding-left:15px;
}

.online_match .content {
	padding:0px;
	margin:0px;
}

.forum_list {
	width:300px;
	background-image: url(images/forum_list_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height:59px;
	padding-top:3px;
	padding-bottom:4px;
}

.forum_list_title {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-align: left;
	line-height: 15px;
}

.forum_list_pic {
	width:90px;
	float:left;
}

.forum_list_content {
	font-size: 11px;
	line-height: 15px;
}

.news_boxes_date {
	text-align:right;
	font-size:9px;
	color:#970905;
	padding-right:10px;
	font-style: italic;
}

.menu_div {
	background-image:url(images/menu_bg.jpg);
	background-repeat:no-repeat;
	color: black;
	height:20px;
	padding-left:10px;
	font-weight:bold;
	cursor:pointer;
}

.news_a {
	float:left;
	width:222px;
	height:233px;
}

.news_b {
	float:left;
	width:176px;
	height:208px;
	background-image:url(images/team_match_bg.jpg);
	background-repeat:no-repeat;
	font-size:18px;
	color:white;
	font-weight:bold;
	padding-top:25px;
	text-align:center;
}

.news_b_top {
	height:65px;
/*	border: 1px solid red;*/
}

.news_b_middle {
	height:70px;
	color:black;
	font-size:18px;
}

.news_b_bottom {
	height:0px;
}

.news_c {
	float:left;
	width:363px;
	height:232px;
	color:white;
}

.news_list {
	clear: both;
	background-image: url(images/forum_list_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-top:5px;
	padding-right:15px;
	padding-bottom:5px;
	font-size:10px;
	color:#474747;
/*	border: 1px solid red;*/
	line-height: 14px;
	height: 70px;
	text-align: left;
}

.clearer {
	clear: both;
}
.news_list_date{
	font-size:9px;
	font-style: italic;
	color:#970905;
	text-align:right;
}

#galery_div {
	padding:10px;
	background-color:black;
	-moz-opacity:.40;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	width: 342px; 
	height:35px;
	cursor:pointer;
}

#galery_div .title {
	font-size:16px;
	font-weight:bold;
}

#galery_div .content {
	font-size:12px;
}

.first_page_bg {
	background-image:url(images/first_page.jpg);
	background-repeat:no-repeat;
	width:998px;
	height:615px;
	margin:auto;
}

/******************************************************************************/

.szavazas_szoveg, .szoveg {
	font-size: 10px;
}

.page_text, .print_szoveg {
	font-size: 12px; 
	font-family: Tahoma, Verdana, Arial; 
	color: #000000; 
	text-align:justify;
	line-height:18px;
}

.box_text {
	font-size:9px;
	color:#021130;
}

.footer_edit {
	background-color: 051B4C;
	font-size: 12px; 
	font-family: Tahoma, Verdana, Arial; 
	color: #FFFFFF; 
	text-align:justify;
	line-height:18px;
}

.news_cim a {
	font-size: 14px;
	font-weight: bold;
}

.news_text {
	text-align: justify;
}

.news_date {
	font-size: 9px;
	font-style: italic;
}

.news_full_title {
	font-size: 18px;	
}

#news_pager_div {
	font-size: 11px;
}

a.news_pager {
	font-size: 11px;
}

.news_2_title {
	color: #FFFFFF;
	font-weight: bold;
}

.news_2_content {
	font-size: 11px;
	line-height: 15px;
	height: 70px;
	padding: 5px;
}

.news_intro {
}

.login_text {
	font-size: 9px;
}

.login_error {
	font-size: 9px;
	color: red;
}

.loginbox_link {
	font-size: 9px;
}

.forumhead {
	font-weight: bold;
	font-size: 11px;
}

.post_reply_table {
	font-size: 11px;
	font-style: italic;
}

#menu_-1_wrapper {
	width:490px;
	float:left;
}

#menu_right_wrapper {
	background-image:url(images/menu_right_bg.jpg);
	width:472px;
	height:43px;
	float:left;
}

#footer_wrapper {
	text-align:right;
	padding-top:200px;
	padding-right:150px;
}

#bottom_wrapper {
	padding-top:10px;
	padding-left:15px;
}


.color2 {
	background-color: #a70909;
	color: white;
}

.color2 a {
	color: white;
}

.oldalcim {
	font-size: 15px;
	font-weight: bold;
}

.oldalcim_2 {
	font-size: 12px;
	font-weight: bold;
}

.oldalcim_link {
	font-weight: bold;
}

.button_ok{
	border: 1px solid #CBCBCB;
	background-color: #eaeaea;
	padding: 2px;
	cursor: pointer;
}

.box_middle table, #content table {
/*	border: 1px solid #D5D5D5;*/
	border-color: #D5D5D5;
	border-style: solid;
}

.box_middle table tr td, #content table tr td {
	border: none;
/*	padding: 0px;
	margin: 0px;*/
}

.box_middle .quiz_table {
	border: none;
	border-width: 0px; 
}

#header_flash {
	width: 962px; 
	height: 194px;
}

.forum_line {
	border-top: 1px dotted #a70909;
	margin-top: 8px;
	padding-bottom: 5px;
}


.forum_table {
	border: 1px;
}

.forumhead {
	background-color: #e4e4e4;
	padding: 3px;
}

.forumrow {
	padding: 2px;
}

.forumrow_1 {
	padding: 2px;
	background-color: #efefef;
	font-size: 11px;
}

.forumrow_2 {
	padding: 2px;
	background-color: #e9e9e9;
	font-size: 11px;
}
/*
img {
	border-color: #a70909;
	border-style: solid;
}
*/

/*
table .szoveg {
    border: 1px solid red;
}
*/

#content table {
    border: none;
}

