body
{
	margin: 0px 0px 0px 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #4d1f00;
	background-image: url(../../images/bg.png);
	/*border: 1px solid #00FF00;*/
}

A:link
{
	COLOR: #CC6600;
	TEXT-DECORATION: none;
	font-weight: normal;
}

A:visited 
{
	COLOR: #CC6600;
	TEXT-DECORATION: none;
	font-weight: normal;
}
A:active 
{
	COLOR: #CC6600;
	font-weight: normal;
}
A:hover 
{
	COLOR: #CC6600;
	TEXT-DECORATION: none;
	font-weight: bold;
}

.font_normal
{
	color: #b44800;
}

.text_center
{
	text-align: center;
}

.fr
{
	float: right;
}

.cl
{
	clear: both;
}

#container
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	height: 496px;
	background-image: url(../../images/header.png);
	background-repeat: no-repeat;
}

/*
 *		» STATISTIC
 */
#header #statistic
{
	color: #c9861d;
	float: right;
	margin-right: 55px;
	margin-top: 5px;
	/*border: 1px solid #FF0000;*/
}

#header #statistic #statistic_table td
{
	text-align: right;
	padding-left: 5px;
}
/*		END OF -==[ STATISTIC ]==-	*/


/*
 *		» MENU
 */
#header #mainmenu
{
	position: relative;
	top: 177px;
	height: 112px;
	/*border: 1px solid #FF0000;*/
	/*line-height: 112px;*/
	vertical-align: bottom;
	width: 685px;
}

#header #mainmenu .menu_button_img
{
	border-right: 2px solid #4d1f00;
	padding-right: 4px;
}

#header #mainmenu #main_menuholder
{
	width: 685px;
	font-size: 16px;
	height: 112px;
	vertical-align: bottom;
	text-align: center;
	color: #da8f03;
}

#header #mainmenu #main_menuholder td
{
	vertical-align: bottom;
	padding-bottom: 20px;
	color: #4d1f00;
}

#header #mainmenu #main_menuholder td:hover
{
	color: #da8f03;
}

#header #mainmenu #main_menuholder a
{
	/*color: #4d1f00;*/
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}

#header #mainmenu #main_menuholder a:hover
{
	text-decoration: none;
	color: #da8f03;
}

/* menuitem: news */
#header #mainmenu #main_menuholder #menuitem_news:hover
{
	background-image: url(../../images/menu/menu_01.png);
}
/* menuitem: team */
#header #mainmenu #main_menuholder #menuitem_team:hover
{
	background: url(../../images/menu/menu_02.png) no-repeat;
}
/* menuitem: forum */
#header #mainmenu #main_menuholder #menuitem_forum:hover
{
	background: url(../../images/menu/menu_03.png) no-repeat;
}
/* menuitem: awards */
#header #mainmenu #main_menuholder #menuitem_awards:hover
{
	background: url(../../images/menu/menu_04.png) no-repeat;
}
/* menuitem: gallery */
#header #mainmenu #main_menuholder #menuitem_gallery:hover
{
	background: url(../../images/menu/menu_05.png) no-repeat;
}
/* menuitem: sponsors */
#header #mainmenu #main_menuholder #menuitem_sponsors:hover
{
	background: url(../../images/menu/menu_06.png) no-repeat;
}
/* menuitem: contact */
#header #mainmenu #main_menuholder #menuitem_contact:hover
{
	background: url(../../images/menu/menu_07.png) no-repeat;
}
/* menuitem: about */
#header #mainmenu #main_menuholder #menuitem_about:hover
{
	background: url(../../images/menu/menu_08.png) no-repeat;
}

/*
 *		» BANNERS
 */
#sponsors_banner
{
	width: 570px;
	height: 95px;
	/*border: 1px solid #FF0000;*/
	position: relative;
	top: 180px;
	left: 120px;
}



/*
 *		» LOGIN
 */
#header #login
{
	/*border: 1px solid #FF0000;*/
	float: right;
	position: relative;
	top: 180px;
	width: 250px;
	height: 150px;
	clear: both;
}

#header #login #login_button
{
	width: 87px;
	height: 25px;
	position: relative;
	top: 9px;
	left: 119px;
}

#header #login #box_username
{
	position: relative;
	top: 9px;
	left: 42px;
}

#header #reg_button
{
	display: block;
	width: 88px;
	height: 20px;
	position: relative;
	top: 30px;
	left: 25px;
}

#header #lostpw_button
{
	display: block;
	width: 100px;
	height: 28px;
	position: relative;
	top: 10px;
	left: 75px;
}

#header #lostpw_button_logged
{
	display: block;
	width: 100px;
	height: 28px;
	position: relative;
	top: 38px;
	left: 75px;
}

#header #login #box_username input[type=text]
{
	background:transparent;
	width:165px;
	/*border: 1px solid #FFFF00;*/
	border: none;
	color: #ffc674;
	font-family: Tahoma;
}

#header #login #box_password
{
	position: relative;
	top: 20px;
	left: 74px;
}

#header #login #box_password input[type=password]
{
	background:transparent;
	width:128px;
	/*border: 1px solid #FFFF00;*/
	border: none;
	color: #ffc674;
	font-family: Tahoma;
}
/*		END OF -==[ LOGIN ]==-		*/


/*
 *		» CONTENT
 */
#content
{
	vertical-align: top;
	float: left;
	width: 1000px;
}

#leftsidecontainer
{
	float: left;
	width: 775px;
}

#content .box
{
	background-color: #ffc674;
	border: 1px solid #7a4600;
	border-top: none;
	min-height: 300px;
}

#content .btop
{
	border-top: 1px solid #7a4600;
}

#content .col_1
{
	width: 382px;
	float: left;
}

#content .col_2
{
	/*width: 370px;*/
	width: 382px;
	float: right;
	/*margin-left: 15px;*/
}

#content .col_3
{
	width: 215px;
	float: right;
}

#content .col_big
{
	width: 775px;
}	
/*		END OF -==[ CONTENT ]==-		*/



/*
 *		» TOPHEADER
 */
#topheader
{
	height: 30px;
	line-height: 30px;
	background-color: #151515;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #FF6600;
}

#topheader #topheader_content
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	color: #FF6600;
}

#topheader #topheader_content a:hover
{
	font-weight: normal;
	text-decoration: underline;
}

#topheader #topheader_content .username
{
	color: #FFCC00;
}

/*
 *		» FOOTER
 */
#footer
{
	height: 70px;
	background-color: #151515;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	border-top: 1px solid #FF6600;
}

#footer #footer_content
{
	padding-top: 10px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer #footer_content a:hover
{
	font-weight: normal;
	text-decoration: underline;
}
/*		END OF -==[ CONTENT ]==-		*/






/*
 *		» OTHER
 */
.page_not_found
{
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid #FF6600;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: 50px;
}


/*
 *		» NEWS
 */
.newsbox
{

}

.newsbox_title
{
	background-image: url(../../images/hirek/news.png);
	height: 76px;
	width: 382px;
}

.newsbox_pic
{
	margin: 8px;
	margin-left: 25px;
	margin-top: 0px;
	/*background-color: #000000;*/
	/*width: 300px;*/
	height: 68px;
}

.newsbox_content
{
	margin: 8px;
}

.newsbox_content_title
{
	margin-bottom: 2px;
	line-height: 25px;
	vertical-align: top;
	max-height: 70px;
	overflow: hidden;
}

.newsbox_content_title_text
{
	color: #b44800;
	font-family: 'Microsoft Sans Serif';
	font-weight: normal;
	margin-top: 0px;
	border-bottom: 1px solid #FF9933;
	padding-bottom: 4px;
}

.newsbox_content_title_sequence
{
	 width: 90px;
	 height: 35px;
	 line-height: 17px;
	 vertical-align: top;
	 display: inline-block;
	 margin-left: 5px;
	 float: right;
	 margin-right: 5px;
	 font-size: 12px;
	 font-weight: bold;
	 overflow: hidden;
}

.newsbox_content_title_t_box
{
	/*height: 35px;*/
	line-height: 25px;
	max-height: 54px;
	overflow: hidden;
	vertical-align: top;
	display: inline-block;
	margin-left: 5px;
	width: 220px;
	float: left;
}

.newsbox_content_main
{
	margin-left: 10px;
	overflow: hidden;
}

.newsbox_calendar
{
	float: right;
	background-image: url(../../images/hirek/naptar.png);
	width: 68px;
	height: 69px;
	margin-left: 3px;
	text-align: center;
}

.newsbox_calendar_year
{
	color: #FFFFFF;
}

.newsbox_calendar_day
{
	font-size: 30px;
	font-family: Arial;
	font-weight: bold;
}

.newsbox_footer
{
	background-image: url(../../images/hirek/elvalaszto.png);
	background-repeat: no-repeat;
	height: 79px;
	margin-bottom: 20px;
}

.newsbox_footer_stat
{
	position: relative;
	top: 22px;
	left: 240px;
	width: 138px;
}

.newsbox_footer_td
{
	color: #ffc674;
	width: 82px;
}


.events_title
{
	background-image: url(../../images/wars.png);
	height: 76px;
	width: 382px;
}

/*
 *		» EVENTS
 */
#eventbox_upcbox
{
	margin: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 90px;
	border-bottom: 2px solid #303030;
	background-image: url(../../images/next.png);
	background-repeat: no-repeat;
	background-position: left;
}

#eventbox_fnsbox
{
	margin: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 90px;
	background-image: url(../../images/last.png);
	background-repeat: no-repeat;
	background-position: right;
}

#eventbox_upcbox #events_upcoming
{
	float: right;
	width: 200px;
}

.row_dark
{
	background-color: #f0ba6d;
}

#eventbox_upcbox #events_upcoming table td
{
	border-bottom: 1px solid #bf9457;
}

#eventbox_fnsbox #events_finished
{
	width: 180px;
}

#eventbox_fnsbox #events_finished .event_row_dark
{
	background-color: #f0ba6d;
}

#eventbox_fnsbox #events_finished table td
{
	border-bottom: 1px solid #bf9457;
}

#eventbox_fnsbox #events_finished table td img
{
	 margin-right: 5px;
}

/*
 *		» ARCHIVE
 */
#elvalaszto
{
	width: 347px;
	height: 64px;
	background-image: url(../../images/sima_elvalaszto.png);
	background-repeat: no-repeat;
}

#archive
{
	width: 350px;
	height: 113px;
	background-image: url(../../images/archivum.png);
	background-repeat: no-repeat;
}

#e-sport
{
	background-image: url(../../images/e-sport.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#e-sport #e-sport_content
{
	margin: 15px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-top: 22px;
}

#e-sport #e-sport_content .e-sport_row
{
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	width: 300px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
}

.elvalaszto_viewall
{
	background-image: url(../../images/luk1.png);
	background-position: right;
	background-repeat: no-repeat;
	width: 370px;
	height: 53px;
	line-height: 53px;
	vertical-align: middle;
	color: #ffc674;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

#digestive
{
	background-image: url(../../images/digestive.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#digestive #digestive_content
{
	margin: 15px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-top: 22px;
}

#digestive #digestive_content .digestive_row
{
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
}


/*
 *		» SPONSORS
 */
#sponsor_head
{
	background-image: url(../../images/sponsors/head.png);
	width: 215px;
	height: 67px;
}

#sponsor_main
{
	background-image: url(../../images/sponsors/main.png);
	width: 214px;
	height: 82px;
}

#sponsor_support
{
	background-image: url(../../images/sponsors/support.png);
	width: 214px;
	height: 82px;
	margin-bottom: 100px;
}

#sponsor_partner
{
	background-image: url(../../images/sponsors/partner.png);
	width: 214px;
	height: 82px;
	margin-bottom: 150px;
}




/*
 *		» ARCHIVE
 */
#archive_box
{
	
}

#archive_content
{
	padding: 35px;
	padding-top: 45px;
	background: url(../../images/arch_news.png) no-repeat top left;
}

#archive_content_e-sport
{
	padding: 35px;
	padding-top: 45px;
	background: url(../../images/e-sport.png) no-repeat top left;
}

#archive_content_digestive
{
	padding: 35px;
	padding-top: 45px;
	background: url(../../images/digestive.png) no-repeat top left;
}

#downloads
{
	margin: 15px;
}

#downloads table td
{
	width: 250px;
}

#downloads_pic
{
	background: url(../../images/downloads.png) no-repeat top left;
	height: 113px;
}

#downloads a:hover
{
	font-weight: normal;
	text-decoration: underline;
}



/*
 *		» NEWS
 */
#news_extend
{
	/*
	background-image: url(../../images/archivum.png);
	background-repeat: no-repeat;
	background-position: top left;
	*/
}

#news_extend .news_extend_calendar
{
	background-image: url(../../images/hirek/naptar.png);
	text-align: center;
	width: 68px;
	height: 69px;
	float: left;
}

#news_extend #news_extend_content
{
	padding: 35px;
	padding-top: 20px;
	/*margin-top: 15px;*/
	padding-bottom: 0px;
	margin-bottom: 20px;
	/*background: url(../../images/arch_news.png) no-repeat top left;*/
}

#news_extend #news_extend_content #news_extend_cat
{
	background-color: #000000;
	width: 300px;
	height: 68px;
	float: left; 
}

#news_extend #news_extend_content #news_extend_name
{
	height: 69px;
	width: 320px;
	vertical-align: top;
}

#news_extend #news_extend_content #news_extend_name_style
{
	border-bottom: 1px solid #FF9933;
	color: #b44800;
	font-family: 'Microsoft Sans Serif';
	font-weight: normal;
	font-size: 20px;
}

#news_extend #news_extend_content #news_extend_text
{
	margin-left: 25px;
	margin-top: 10px;
}

#news_extend #news_extend_extend
{
	margin-left: 40px;
	margin-bottom: 20px;
	margin-right: 20px;
}

#news_extend #comments_container
{
	margin: 15px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #ffb851;
	background-color: #e9a442;
	width: 500px;
}

#news_extend #new_comment_title
{
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Microsoft Sans Serif';
}

#news_extend #answer
{
	height: 16px;
	line-height: 16px;
	background-color: #666666;
	padding: 2px;
	padding-left: 10px;
	color: #FFFFFF;
}

#news_extend .comment_box
{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #ffb851;
	background-color: #e9a442;
	margin-bottom: 15px;
}

#news_extend .commentbox_header
{
	background: url(../../images/luk1.png) no-repeat top right;
	height: 53px;
	padding: 8px;
}

#news_extend .comment_id
{
	float: left;
	margin-left: 80px;
	font-size: 12px;
	font-weight: bold;
	color: #151515;
	background-color: #ffc674;
	border: 2px solid #ffb851;
	padding: 1px;
}

#news_extend .comment_username
{
	float: left;
	margin-left: 5px;
	font-size: 14px;
	font-weight: bold;
}

#news_extend .answer_box
{
	margin: 10px;
	margin-top: 0px;
	padding-top: 10px;
	border-top: 2px solid #ffb851;
	overflow: hidden;
	width: 480px;
}

#news_extend .answer_box_content
{
	margin-left: 15px;
	height: 16px;
	line-height: 16px;
	background-color: #666666;
	padding: 2px;
	padding-left: 10px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

#news_extend #news_extend_spacer
{
	background: url(../../images/sima_elvalaszto.png) no-repeat top left;
	height: 64px; text-align: center;
}

/*
 *		» REGISTER
 */
#register
{

}

#register #register_content
{
	width: 500px;
	margin: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 138px;
	border: 2px solid #ffb851;
	/*background-image: url(../../images/bg.png);*/
	/*background-image: url(../../images/tabla.png);*/
	background-color: #FFFF99;
}

#register #register_content table td
{
	padding-bottom: 5px;
}

#register #register_content input[type=text]
{
	width: 200px;
	font-family: Tahoma;
	font-size: 11px;
	/*background-image: url(../../images/textbox_bg.png);
	background-position: -1px -1px;
	width: 170px;
	height: 20px;*/
}

#register #register_content input[type=password]
{
	width: 200px;
	font-family: Tahoma;
	font-size: 11px;
}

#register #register_content .reg_title
{
	width: 260px;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: 2px;
}

#register #register_content .reg_title_content
{
	border-bottom: 1px solid #404040;
}

#register #register_content .reg_input
{
	
}

#register #register_content .reg_error_msg
{
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: normal;
}

/*
 *		» PROFILE
 */
#profile_content
{
	width: 600px;
	border: 2px solid #ffb851;
	background-color: #FFFF99;
	margin: 15px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#profile_content table td
{
	padding-bottom: 5px;
}

#profile_content input[type=text]
{
	width: 250px;
	font-family: Tahoma;
	font-size: 11px;
	/*background-image: url(../../images/textbox_bg.png);
	background-position: -1px -1px;
	width: 170px;
	height: 20px;*/
}

#profile_content input[type=password]
{
	width: 250px;
	font-family: Tahoma;
	font-size: 11px;
}

#profile_content .profile_title
{
	width: 300px;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: 2px;
}

#profile_content .profile_title_content
{
	border-bottom: 1px solid #404040;
}

#profile_content .profile_input
{
	
}

#profile_content .profile_error_msg
{
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: normal;
}

#profile_content .profile_value
{
	background-image: url(../../images/bg.png);
	padding: 2px;
	width: 250px;
	border: 2px solid #FFFFCC;
	min-height: 12px;
}




#team_content
{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #ffb851;
	background-color: #FFFF99;
	background-image: url(../../images/bg.png);
	margin-bottom: 50px;
}

#awards_content
{
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #ffb851;
	background-color: #FFFF99;
	margin-bottom: 50px;
	background-image: url(../../images/bg.png);
}

#awards_content #aw_thead
{
	font-color: #151515;
	font-weight: bold;
}

#awards_content table td
{
	text-align: center;
}

#awards_content #aw_thead td
{
	border-bottom: 1px solid #151515;
	height: 30px;
}

#awards_content .awtrow
{
	height: 20px;
}

.contact_input
{
	width: 200px;
}