html, body, div, span, td, ul, li, p, h2, h3, h4, dl, dd, label, form{ 
	-moz-box-sizing:border-box;box-sizing:border-box;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font: 13px arial,verdana,helvetica,sans-serif;		
	color: #4B4A4A;
	word-wrap: break-word;	
}

input, button {
	font-size: 12px;	
	padding-top:1px; 	
	padding-bottom:1px; 
  vertical-align: middle; 	
}

html, body{
  height:100%;
}

p{		
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 12px;  	
}

h1{
	font-size:16px;		
	font-weight:bold;
	text-decoration:none;	
}

select, textarea, .login_input, .search_input, .input_long, .input_small, .input_file {
	font: 12px arial,verdana,helvetica,sans-serif;
	color: #4B4A4A;
  -moz-box-sizing:border-box;box-sizing:border-box;  
  vertical-align: middle;    
  margin-top: 1px;   
  margin-bottom: 1px;  
 	padding-top:0px;
  padding-bottom: 0px;
  padding-left:2px;
  padding-right:2px;
  background-color: #F3F5F6;
  border: 1px #B2BCC4 solid;
}

select{
	padding: 0px;
}

.button {
  font: 12px arial,verdana,helvetica,sans-serif;
  border: 1px #A7ADB1 solid;
  background-color: #ECEFF1;   
  background-image: url('../images/button_bg.gif');
  color: #444444;  
  height: 20px;
  margin-top: 1px;   
  margin-bottom: 1px;  
 	padding-top:0px;
  padding-bottom: 0px;
  padding-left:2px;
  padding-right:2px;  
}

.button:disabled {
	color: #999999;	
  background-color: #EFEFEF;
  border: 1px #AAAAAA solid;
}

a{ 
 font-family: arial,verdana,helvetica,sans-serif;		
 color: #222222;
 font-weight: bold;
 text-decoration: underline; 
}

img{
	border:0px;
	margin: 0px;	
	padding: 0px;
}

.img_button{
	margin: 0px;	
	padding: 0px;
	border: 0px;	
	width:48px; 
	height:21px;		
	background-color: #ffffff;
	vertical-align: middle;
}

.areainput {
  padding: 5px;
  width: 380px;
  height: 140px;
}



/* Oldal szerkezete */


.lap{	
	margin-top:5px;
	margin-left:5px;	
	float:left;
	width:976px;
	height:100%;	
}


.middle{
	float:left;
	display:inline;
	width:100%;	
	background-color:#FFFFFF;	
	margin-bottom: 0px;
}

.bottom_stripe{
	clear:both;
	float:left;
	display:block;  
  position:relative; bottom: 0px;	
	width:100%;
	height:50px;	
	background: url('../images/bottom_line_bg.gif')  repeat-x top left;	
}

.bottom_content{
  margin-top: 20px;
}

.main_part{		
	float:left;	
	display:inline;
	width: 709px;
	background-color:#11FFFF;	
}


.site_header{	
	float:left;	
	display:inline;
	position:relative;
	top:0px;
	left:0px; 	
	margin-left:0px;	
	margin-bottom:  2px;
	margin-right: 6px;
	border-top-width: 0px;
	width:100%;
}

.header_middle{
  float:left;
  margin-top:8px;
  margin-left:17px;
  /margin-left:14px;
}

.whatsthis_link{	  
  display:block;
  text-align:right;
  padding-right:7px;
  padding-top:15px;
  /*
  float: right;
  */
}

div.whatsthis_link a{
  font-size:12px;	
  text-decoration: underline;
  color: #4B4A4A;
  font-weight: normal;
}

.header_today{
	float:left;	
	display: block;
	padding-left:7px;
	padding-top:15px;
	font-size:12px;
}

.header_right{
	float:left;
  margin-top:8px;
  margin-left:18px;
}

.top_normal_banner{
	float:left;
	display: inline;	
	margin: 0px;
	margin-left: 8px;
	margin-top: 4px;
	margin-bottom: 5px;
}

.left_col{	
	float:left;		
	width:162px;
	margin:0px;	
	text-align: center;
}

.right_col{	
	float:right;	
	width:265px;	 
	margin-left:0px;	
}
	
.content{	
  float:left;	 	 
	width:548px;
	text-align: center;
	overflow: hidden;	
}

.inner_content{	
	padding-left: 5px;
	padding-right: 5px;
}


/* END Oldal szerkezete  */



/* Login Box */

.login_box{				
	text-align: left;	
	width:250px;	
	margin-top:0px;
	margin-right:5px;
	margin-bottom:5px;	
	padding-bottom: 5px;
	padding-top: 0px;
	padding-left: 0px;	
}

.login_label {
	text-align: right;
	float: left;
	display: block;
	margin-right:2px;	
	margin-top:2px;	  	
	height: 16px;
	width:100px;
}
	
.login_input {	
	font: 12px arial,verdana,helvetica,sans-serif;
	color: #4B4A4A; 
  width: 122px; 	  
  height: 20px;
  margin-top:2px;  
  margin-bottom:2px;  
  padding-left:7px;
  padding-top:4px;
  padding-right: 6px;
  background: url('../images/input_login_bg.gif') no-repeat top left;  
  border: 0 none;
}

#login_button{	
	margin-left: 102px;
	margin-top: 5px;	
	margin-bottom: 1px;
	width: 61px;
	height: 23px;
}


#reg_link { 
 float:none; 
 display:inline;
 margin-left:0px; 
 font-weight: bold; 
 font-size:12px;
 text-decoration: none; 
}

#reg_link:hover{	
  text-decoration: underline; 
}

#forgpas_link { 
 float:none; 
 display:inline;
 margin-left:0px; 
 font-weight: normal; 
 font-size:12px;
 text-decoration: none; 
}

#forgpas_link:hover{	
  text-decoration: underline; 
}


.userfuncs_menu { 
 margin-top: 3px;
 margin-bottom: 1px; 
}

.dot_logged_menu { 
  float: left;
  display: block;
  width: 4px;
  height: 4px;
  margin-top: 6px;
  margin-left:3px;
  margin-right:6px;
  vertical-align: top;  
}

.logged_link { 
 text-decoration: none; 
 font-size:13px;	
 font-weight:bold;
 color: #4B4A4A; 
}

.logged_link:hover { 
 text-decoration: underline;
}

.search_box{	
  margin-left:9px;	
}

.search_input {	 
  font: 12px arial,verdana,helvetica,sans-serif;
	color: #4B4A4A;
  width: 146px; 	  
  height: 20px;
  margin-top:2px;
  padding-left:7px;
  padding-top:4px;
  padding-right: 23px;
  background: url('../images/input_search_bg.gif') no-repeat top left;  
  border: 0 none;
  vertical-align: middle;
}

#search_button{	
  /margin-left: 5px; 
	width:26px; 
	height:25px;		
	vertical-align: middle;
}

/* END Login Box */


/* Bal menü */

.left_menu{		
	text-align:left;	
	width:162px;	
}

.menu_nyito{	
	width: 162px;
	height: 33px;
	display:block;		
	background-image: url('../images/menu_nyito.gif');
	background-repeat: repeat;	
}

.menu_nyito_content{
	display:block;	
	width: 162px;	
	padding-top: 13px;
	padding-left: 24px;
	font-size:14px;	
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
}

.menu_nyito_content:hover{
	font-weight:bold;
}


.left_menu_cat_left_border{	
	width: 8px;	
	height: 26px;
	float: left;
	background-image: url('../images/menu_left_border.gif');
	background-repeat: repeat;
}

.left_menu_cat_right_border{	
	width: 8px;	
	height: 26px;
	float: left;
	background-image: url('../images/menu_right_border.gif');
	background-repeat: repeat;
}

.left_menu_norm_left_border{	
	width: 8px;	
	height: 25px;
	float: left;
	background-image: url('../images/menu_left_border.gif');
	background-repeat: repeat;
}

.left_menu_norm_right_border{	
	width: 8px;	
	height: 25px;
	float: left;
	background-image: url('../images/menu_right_border.gif');
	background-repeat: repeat;
}

.left_menu_categ{		
	width: 162px;	
	background-image: url('../images/menu_cat_bg.gif');
	background-repeat: repeat;
}

.menu_cat{	
	width: 162px;
	height: 25px;
}

.menu_normal{	
	width: 162px;
	height: 24px;
}

.menu_cat_content{
	float: left;	
	width: 146px;
	height: 25px;
	font-size:12px;	
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;	
}

#menu_normal_content{	
	height: 25px;
	background-image: url('../images/menu_normal.gif');
	background-repeat: repeat;
}

#menu_cat_legfrissebb{	
	height: 24px;
	background-image: url('../images/menu_legfrissebb1.gif');
	background-repeat: repeat;
}

.menu_cat_link{
	display:block;
	padding-top: 2px;
	padding-bottom: 7px;
	padding-left: 16px;
	font-size:14px;	
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;	
}

.menu_cat_link:hover{
	font-weight:bold;	
	background-image: url('../images/menu_cat_selected_bg.gif');
}

#menu_cat_legfrissebb_link:hover{
	background-image: none;
}

.menu_normal_link{
	display:block;
	width: 146px;
	padding-top: 2px;
	padding-bottom: 7px;
	padding-left: 16px;
	font-size:14px;	
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
}

.menu_normal_link:hover{
	font-weight:bold;
}

.menu_separ{
	display:block;	
	width: 146px;
	height: 1px;
	background-image: url('../images/menu_separ.gif');
	background-repeat: repeat;
}

.menu_normal_last{	
	width: 162px;
	height: 30px;
	clear: both;
	display:block;		
	background-image: url('../images/menu_normal_last.gif');		
}

.menu_normal_last_content{
	display:block;
  width: 162px;	
	padding-top: 2px;
	padding-left: 24px;	
	font-size:14px;	
	font-weight:normal;
	text-decoration:none;
	color:#FFFFFF;
}

.menu_normal_last_content:hover{
	font-weight:bold;
}


.menu_bottom{	
	color:#4B4A4A;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;	
	font-size: 12px;
	font-weight: normal;
}

.menu_bottom:hover{
  text-decoration: underline;
}	

.left_banner{		
	width:100%;	
	margin:auto;
	
	margin-bottom:5px;
	text-align: center;		
}

/* END Bal menü */


/* Jobb menü */

.right_content{	
	width:100%;	
	margin:auto;	
	text-align: center;
	margin-top: 0px;	
}


.right_banner{
	width:100%;	
	margin:auto;
	
	margin-bottom:5px;
	text-align: center;				
}

.right_label{	
	margin:auto;
	height:33px; 
	width: 266px;
	text-align: left;	
	display: block;		
}

.right_box{		
	margin:auto;
	margin-bottom:10px;	
	text-align: left;	
	width:266px;
	background-image: url('../images/right_box_bg.gif');
	background-repeat: repeat-y;
}

.right_box_content{
	padding: 5px;	
	padding-left:18px;
	padding-right:18px;
  background-image: url('../images/right_box_content_bg.gif');	
  background-repeat: no-repeat;
}



/* END Jobb menü */


/* Blokkok */


/* Keretek */

.categ_view{		
	float:left;	
	text-align: left;
	width:589px;			
		
	margin-bottom:5px;	
	padding:0px;
	border: 1px solid #EAD3BB;
	background-color:#FFFFFF;		
}


.user_view{		
	float:left;	
	clear: both;
	text-align: left;	
	width:528px;	
  margin-left:10px;  
  margin-top:10px;		
	margin-bottom:5px;	
}

.main_post_block{		
	float:left;	
	clear: both;
	text-align: left;	
	width:528px;	
  margin-left:10px;  
  margin-top:10px;		
	margin-bottom:5px;
}

.content_empty_border{		
	float:left;	
	clear: both;
	text-align: left;	
	width:537px;	
  margin-left:5px;
	margin-bottom:5px;	
}


/* END Keretek */


/* Vita */

.main_wita_head_block{		
	float:left;	
	text-align: left;
	width:548px;
}

.top_label{
}

.wita_head_quest_box{
	width:548px;
	background-image: url('../images/akt_vita_bg_top.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.wita_head_quest_box_content{
	margin-left:11px;
	width: 526px;
	background-color: #FDF8E5;
}

.wita_head_cim{	
	display:block;		
	width:365px;
	margin-left: 12px;	
	padding-top: 13px;						
			
}

div.wita_head_cim a{
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;	
}


div.wita_head_cim a:hover{		
  text-decoration:underline; 
}

.wita_head_question{
	display:block;			
	width:365px;		
	margin-left: 12px;	
	margin-top:6px;	
	margin-right:5px;	
	margin-bottom:10px;	
  min-height: 30px;
  color: #000000;			
}

div.wita_head_question p{
	margin:0px;
	padding:0px;
}

.wita_img_top_border{	
	background: url('../images/wita_pic_top.gif') repeat-x top left;
	float:left;	
}

.wita_img_bottom_border{	
	background: url('../images/wita_pic_bottom.gif') repeat-x bottom left;	
	float:left;
}

.wita_head_img{
	float:right;
	width:140px;		
	background: url('../images/wita_pic_left1.gif') repeat-y top left;	
}

.wita_head_img_inner{
	margin-left:6px; 
	padding-right:6px;
	margin-top:10px; 
	background: url('../images/wita_pic_right1.gif') repeat-y top right;
}


.wita_szavaz{			
	display:block;	
	width:381px;	
	margin-top:5px;	
	margin-right:5px;	
	
}

.wita_szavaz_box{	
	width:381px;	
	height:36px;	
	min-height:36px;		
	background-image: url('../images/yesno_bg.gif');
	background-repeat: no-repeat;
}

#wita_vote_button_yes{	
  margin-top: 4px;  
  width: 47px;
  height: 27px;  
  margin-left: 158px;
}

#wita_vote_button_no{	
  margin-top: 4px;  
  width: 47px;
  height: 27px; 
  margin-left: 34px;
}

.voting_and_velemeny{
	float:left;
	display: inline;
	width: 548px;	
	margin-top:7px;
}



.top_yes_box{			
	float:left;
	display:inline;
	width:216px;
	margin-left:10px;		
}

.top_no_box{			
	float:left;
	display:inline;
	width:216px;
  margin-left:16px;			
}

.top_text_box{		
	float:left;	
	width:216px;
	font-size:12px;		
  background: url('../images/top_velemeny_bg.gif') repeat-x top left;
	height: 112px;	
}

.top_text_box_content{
  padding:8px;
  padding-top: 4px;
}

.top_text{  
	padding-top: 0px;	
	padding-bottom: 0px;	
	margin-top: 4px;	
	font-size:12px;	
  height: 62px;
}

.author_wita_top{
	font-size:12px;		
	font-weight:bold;	
	text-decoration:none;	
	color: #000000;
}

#top_tovabb{	
  font-size:11px;	
  display: block;
	clear: both;		
	color: #000000; 
	text-decoration: none;
  vertical-align: text-top;	
  padding-top: 0px;
  margin-top: 0px;
}

.top_tovabb_img{
  vertical-align: text-top;	
  padding-top:0px;
}

.top_wc_date{
	font-size:11px;
}

.vote_display{			
	float:right;	
	display:inline;	
	clear: right;	
	text-align: justify;		
	width:80px;
	margin-left:3px;	
	margin-top:0px;	 
  font-size: 11px;
}

.vote_box_link{	
	font-size:11px;	
	vertical-align: bottom;
	margin:0px;
	margin-left: 2px;
	margin-right: 2px;
}

.vote_col_withnum{
	width:30px;					
	float:left;
	display:inline;	
	margin-left: 5px;
	margin-bottom: 4px;
}

.vote_num{  
  margin-left: 2px;  
  font-size: 11px;
}	

.vote_comm_number{ 
  margin-top: 3px; 
  margin-left: 18px;  
  font-size: 11px;
}	

.vote_column{		
	width: 17px;
	text-align:center;
	display:block;	
	height:86px;
	background-repeat: repeat;
	margin-bottom: 2px;
}

#yes_percent{	
	color:#003300;	
	font-size: 14px;
	font-weight: bold;
}

#no_percent{
	color:#990000;	
	font-size: 14px;
	font-weight: bold;
}

.separator_wita_bottom{
  clear: both;
  margin-left: 10px;
  margin-top: 10px;
  float:left;	
  width: 527px;
  height: 12px;
  background: url('../images/separator_line.gif') repeat-x top left;  
}

.wita_comment_yes{			
	float:left;
	width:537px;	
	margin-top:3px;	
	margin-bottom:3px;			
	margin-left:0px;
	color:#FFFFFF;
}

.wita_comm_yes_title{			
  width:537px;
	background: url('../images/label_witacomm_yes.gif') no-repeat top left;
	padding: 2px 2px 4px 12px; 
	color:#FFFFFF;
	font-size: 10px;
}

.wita_comment_no{			
	float:left;
	width:537px;	
	margin-top:3px;	
	margin-bottom:3px;			
	margin-left:0px;
	color:#FFFFFF;
}

.wita_comm_no_title{
  width:537px;
	background: url('../images/label_witacomm_no.gif') no-repeat top left;
	padding: 2px 2px 4px 12px; 
	color:#FFFFFF;
	font-size: 10px;
}

#wita_egyetert_button{
	width: 71px;
	height: 21px;	
}

.comment_form{				
	padding: 5px;	
}

.comment_text{
  font-size: 13px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 5px;
	padding-bottom: 5px;	
	overflow:hidden;
  background: url('../images/comment_bg.gif') repeat-y top left;	
}

.comment_text_content{
  width: 509px;
  overflow:hidden;
}

.comment_text p{ 
	margin-top: 0px;
	margin-bottom: 0px;
}

.comm_author{	
	font-family:tahoma,arial,sans-serif;
	font-size:12px;		
	font-weight: bold;	
	text-decoration:none;
	color:#FFFFFF;		
}

.comm_date{	
	color:#FFFFFF;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
	margin-bottom: 3px;
}

.pc_mod_icon{
	float:right; 
	margin-right:9px;
	margin-top: 1px;
}

.wc_mod_icon{
	float:right; 
	margin-right:9px;
	margin-top: 1px;
}

.post_mod_icon{
	float:right; 
	margin-right:10px;
	margin-top: 3px;
}

.add_fav_post_icon{
	float:right; 
	margin-right:12px;
	margin-top: 3px;
}



.w_c_votebox{
  margin-top: 3px;
	display: block;
	text-align: right;
}


.wita_comm_votes{	
	display: inline;		
	padding: 2px 7px 0px 7px; 
	color:#4B4A4A;
	font-size: 11px;
}

.wita_comm_button {	
	display:inline;	
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  height: 18px;
  width: 73px;
  padding-bottom: 2px;
  margin-top: 5px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #CCCCCC; 
  border-top: 1px #9C5F41 solid;
  border-right: 1px #9C5F41 solid;
  border-bottom: 1px #9C5F41 solid;
  border-left: 1px #9C5F41 solid;
}

.arch_wita_table{
  width: 230px;      
}

.awt_tr{ 
  
}

.awt_dot_td{
  width: 9px;
  padding-bottom: 5px;
  vertical-align: top;
}

.awt_title_td{
  width: 152px;
  padding-left: 1px;
  padding-bottom: 5px;
  vertical-align: top;  
}
    
.fresh_post_title_td{ /* Friss cikk címe*/
  padding-left: 1px;
  padding-bottom: 2px;
  vertical-align: top;  
  overflow:hidden;
}

.fresh_pc_short_div{
  width: 200px; 
  overflow:hidden;
  word-wrap: break-word; 
}

.fresh_pc_short_link{
  font-size:12px;
  font-weight: normal;
  text-decoration: none; 
  overflow:hidden;   
  word-wrap: break-word;
}

.fresh_pc_short_link:hover{  
  text-decoration: underline;
}

.fresh_post_short_link{  
  font-size: 12px;
  text-decoration: none;
  color:#4F6173;
}

.fresh_post_short_link:hover{  
  text-decoration: underline;
}

.fresh_post_link{  
  font-size: 13px;
  text-decoration: none;
  color:#4F6173;
}

.fresh_post_link:hover{  
  text-decoration: underline;
}

.fresh_post_tovabb{
  font-size:11px;	
  text-decoration: none;	
}
.fresh_post_tovabb:hover{
  text-decoration: underline;
}

.fresh_pc_link{
  font-size:12px;
  font-weight: normal;
  text-decoration: none;  
  color: #4B4A4A;
}

.fresh_pc_link:hover{  
  text-decoration: underline;
}

.fresh_pc_text{	
  padding-left: 1px;
	padding-top: 7px;		
	padding-bottom: 5px;
	font-size:12px;
	line-height:16px;	
	overflow:hidden;	
}

.awt_dot{
  float: left;
  display: block;
  width: 4px;
  height: 4px;
  margin-top: 6px;
  /*margin-right:6px;*/
  vertical-align: top;  
}

.awt_yes_td{
  text-align: right;
  font-size:12px;
  font-weight: bold;
  color:#1C7E30;  
  vertical-align: top;
}

.awt_no_td{
  text-align: right;
  font-size:12px;
  font-weight: bold;
  color:#AA2238;  
  vertical-align: top;
}

.archwitlink{
  font-size: 12px;
  color: #4B4A4A;
  text-decoration: none;
  vertical-align: top;
}

.archwitlink:hover{
  text-decoration: underline;
}

.awt_tovabb{
  font-size:11px;	
  text-decoration: none;	
}
.awt_tovabb:hover{
  text-decoration: underline;
}

.wita_arch_head_cim{	
	font-size:16px;		
	text-decoration:none;
	color:#222222;
}

.wita_arch_link_div{
	padding-bottom:10px;
	margin-bottom:10px;
  margin-left: 5px;
	width:527px;	
	border-bottom: 2px dotted #AAAAAA;
}

.wita_arch_text{	
	padding-top: 4px;		
	padding-bottom: 4px;
	line-height:16px;	
	color:#000000;
}

#wa_yes_percent{
	font-weight: bold;
	font-size: 15px;
	color: #1C7E30; 
}

#wa_no_percent{
	font-weight: bold;	
	font-size: 15px;
	color: #AA2238;
}

.wa_tovabb{
  font-size:11px;	
  text-decoration: none;	
}
.wa_tovabb:hover{
  text-decoration: underline;
}

/* END Vita */

/* Címlap Postok */

.main_post{			
	float:left;
	display:inline;	
	width:255px;
	margin-left: 0px;
	margin-bottom: 20px;
	min-height:180px;
}

#main_post_right{
	float:right;
	width:255px;
}


.main_post_text{ 
  margin: 0px;
	padding-top: 8px;	
	padding-bottom: 9px;	
	font-size:12px;
	text-align: justify;
	overflow:hidden;			
}

#float_right{
	float:right;
}

.main_post_categ_cim{
	width: 135px;
  height: 30px;	
	padding-top: 2px;
	padding-left: 8px;
	background: url('../images/main_post_categ_bg.gif') no-repeat top left;	
}

div.main_post_categ_cim a{	
  display: block;
  width: 120px;
	font-family: verdana,arial,sans-serif;	
	font-size:13px;		
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;		
}

.main_post_cim{
	margin-top: 0px;
	margin-bottom:  0px;
}

div.main_post_cim a{	
  text-decoration: none;
	font-size:14px;
  color:#000000;
}

.main_post_subcat{	
	margin-top: 2px;	
	margin-bottom: 5px;
	font-size: 11px;
	color: #4B4A4A;
}



div.main_post_cim a:hover{		
  text-decoration:underline;
}

/* END Címlap Postok */

/* Jobboldali legfrissebb postok */

.fresh_post_short{
	margin-top: 2px;
	margin-bottom: 2px;
}

div.fresh_post_short a{	
  text-decoration: none;
	font-size:14px;
  color:#000000;
}

/* END Jobboldali legfrissebb postok */


/* Kategória nézet*/

.post_pager{			
	float:left;
	display:block;	
	margin-left:5px;
  /margin-left:2px;	
	margin-bottom:5px;		
	margin-top:5px;	
	padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;	
	width:527px;
	height: 22px;
	background: url('../images/pager_bg.gif') no-repeat top left;
}

div.post_pager img{
  vertical-align: middle;
  /margin-top: 3px;
}

.pager_arrow{ 
  margin-left: 5px;
  margin-right: 5px;   
}


.pager{ 
 font-weight: bold;
 font-size:11px;
 vertical-align: text-bottom; 
 color: #444444;
}

.pager_sep{
 color: #BDBEBE;
 font-weight: normal;
 font-size:11px;	 
 vertical-align: text-bottom; 
}

.pager_act{ 
 color: #DD334F;
 font-weight: bold;
 font-size:11px;	 
 vertical-align: text-bottom; 
}

.no_pager{	
  clear: both;  
  margin-left: 5px;   
  margin-top: 10px;   
  /margin-top: 4px; 
  margin-bottom:5px;
  float:left;	
  width: 527px;
  height: 12px;
  background: url('../images/separator_line.gif') repeat-x top left;
}

.pager_main{
	float: left;
	text-align: center; 	
	display: inline; 
	width: 350px;
}

.pager_ord_div{
	margin-top: 2px;
  /margin-top:0px;	
}

.pager_ord{
	font-size: 11px;
	font-weight: bold;
	vertical-align: text-bottom; 
	color: #888888;	
}

#pager_ord_inactive{
	color: #4F4F4F;	
	text-decoration: none;
}

#pager_ord_first{
	float: left; 
	padding-left: 2px;	
}

#pager_ord_last{
	float: right; 
	padding-right: 2px;
}

.category_title{	
	font-size:14px;		
	font-weight:bold;
	text-decoration:none;
	float:left;
	display:block;	
	width:537px;
	height: 38px;
	-moz-box-sizing:border-box;box-sizing:border-box;
	padding: 12px 0px 1px 12px;
	color:#FFFFFF;	
	background-color: #A46D52;
	background: url('../images/label_categ.gif') no-repeat top left;	 	
}

.cat_subcat{			
	float:left;
	display:block;			
	width:244px;			
	margin-top:2px;
	margin-right:5px;	
	margin-left:10px;  		
	margin-bottom:0px;	
	padding-top: 3px;
	padding-bottom: 3px;
	font-size:11px;
	text-decoration:none;	
}

#cat_subcat_insubcat{
	width:350px;
}


#cat_subcat_overline{	
	border-top: 2px dotted #BBBBBB;
  padding-top: 6px;	
}

.cat_subcat_sep{			
	float:left;		
	width:10px;		
	height:42px;	
}

.subcat_cim{	
	display: block;	
	font-size:14px;		
	font-weight:bold;
	text-decoration:none;
	color:#658B5D;
	margin-bottom: 2px;	
}

.subcateg_cim:hover{	
	color:#FFEFCE;	
}

.post_count{
	color:#808080;
	font-size: 11px;
}

.cat_post_short{			
	float:left;
	display:inline;
	text-align: left;	
		
	padding-bottom:10px;
	margin-bottom:10px; 
  margin-left: 5px;		
	width:520px;		
	overflow: hidden;	
	border-bottom: 2px dotted #BBBBBB;
	
}

.cat_post_cim{	
	padding-top: 0px;		
	padding-bottom: 2px;
}

div.cat_post_cim a{
	font-size:16px;		
	text-decoration:none;
	color:#4F6173;
}

div.cat_post_cim a:hover{		
	text-decoration:underline;	
}

.cat_post_text{	
	padding-top: 7px;		
	padding-bottom: 5px;
	font-size:12px;
	line-height:16px;	
	overflow:hidden;	
}

.cat_post_text a{	
	color: #656565;	
}

.cat_subcat_link{
  font-size: 11px;
	text-decoration:none;
	color:#757575;	
	font-weight: normal;	
}

.cat_subcat_link_dark{
	text-decoration:underline;
	color:#444444;	
	font-weight: normal;	
}

.post_vote_avg{
  clear: both;
  float: left;
	display: inline;
	text-decoration:none;
	color:#4F6173;	
	font-size:16px;
	font-weight: bold;
	vertical-align: bottom;	
}

.post_votes{	
	text-decoration:none;
	font-size:12px;
	color:#000000;
	font-weight: normal;		
	margin-top: 3px;
	float: left;
	display: inline;
	vertical-align: bottom;
}

/* END Kategória nézet */

/* Post nézet */

.post{			
	float:left;
	display:inline;
	padding-top:10px;
	margin-right:0px;
	margin-left:5px;
	margin-bottom:5px;				
	width:525px;
	padding-left: 5px;
	padding-right: 12px;
	border-top: 2px dotted #D9D9D9;
	overflow: hidden;
	font-size: 14px;
  line-height: 20px;
	color:#222222;
}

.post_text{	
	padding-top: 10px;		
	padding-bottom: 0px;
	overflow:hidden;
	font-size: 14px;
	line-height: 20px;
	color:#222222;
}

.post_text p{	
  font-size: 14px;
	line-height: 20px;
	margin-top: 3px;
	margin-bottom: 15px; 	
	color:#222222;
}

.post_text div{
  font-size: 14px;
  line-height: 20px;
  color:#222222;
}	

.post_text a{	
  font-size: 14px;
	color: #555555;	
}

.post_text ul{	
  font-size: 14px;
  line-height: 20px;
  color:#222222;
	margin-left: 15px;	
	margin-bottom: 10px;
}

.post_text li{	
  font-size: 14px;
  line-height: 20px;
  color:#222222;
  margin-bottom: 5px;
}

.post_cim{	
	padding-top: 0px;		
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:16px;		
	font-weight:bold;
	text-decoration:none;
	color:#4F6173;
}

.post_cim a{
	font-size:16px;		
	font-weight:bold;
	text-decoration:none;	
	color:#4F6173; 
}

.author{	
  padding-left: 1px;
	word-wrap:normal;	
	font-size:12px;		
	font-weight: bold;		
	text-decoration:none;	
	color:#4B4A4A;		
}

.post_date{
	display: inline;
	text-decoration:none;	
	color:#4B4A4A;
	font-weight: normal;
	font-size: 11px;	
}

.post_comment{			
	float:left;
	width:537px;	
	margin-top:3px;	
	margin-bottom:3px;			
	margin-left:0px;
	color:#FFFFFF;
}

.post_comm_title{		
  width:537px;
	background: url('../images/label_postcomm.gif') no-repeat top left;
	padding: 2px 2px 4px 12px; 
	color:#FFFFFF;
	font-size: 10px;
}

.separator_post_bottom{
  clear: both;  
  margin-left: 5px;     
  margin-top: 10px;  
  float:left;	
  width: 527px;
  height: 12px;
  background: url('../images/separator_line.gif') repeat-x top left;  
}

/* END Post nézet */

/* Űrlapok */

.input_label {
	text-align: right;
	float: left;
	display: block;
	margin-right:10px;	
	margin-top:1px;	
	height: 20px;
	width:150px;
	font-size:12px;		
}

.input_label2 {
	display: inline;
	margin-right:3px;
	font-size:12px;		
}


.input_small {		
  height: 18px;
  vertical-align: middle;
  width: 150px;  
}

.input_infotext {	
	font-size:10px;  
}

.input_long {	
  height: 20px;
  vertical-align: top;
  width: 200px;  
}

.input_charcount {	  
  width: 250px;
  background-color: #FFFFFF;  
  border: 1px #FFFFFF solid;
  color: #555555;
}

.input_charcount:readonly {	  
  width: 250px;
  background-color: #FFFFFF; 
  border: 1px #FFFFFF solid;
  color: #555555;
}

.input_file {	
  height: 20px;
  vertical-align: top;
  width: 200px; 
}

.input_combo {	
  height: 16px;
  vertical-align: top;    
}
/* END Űrlapok */


/* Bejelentkezett nézet */

.normal_table {
  margin-left: 6px;
	width: 522px;
	border: 1px solid #CCCCCC;	
}

table.normal_table a{
	color: #555555;	
}


table.normal_table td{
	padding: 5px;
	font: 11px verdana,arial,helvetica,sans-serif;
}

/* END Bejelentkezett nézet */


/* Regisztráció */

#reg_button{	
	margin-left: 102px;
	margin-top: 2px;
}

.reg_link {
 float: left; 
 width: 57px;
 height: 17px;
 color:#555555;
 margin-left:17px;
 font-weight: lighter;
 font-family:arial,sans-serif;
 text-decoration: underline;
 font-size:11px;
}
	

/* END Regisztráció */


/* Faq */

.faq_question{		
	display: block;
	margin-top: 10px;
	border-top: 2px dotted #CCCCCC;
	padding-top: 10px;	
}

.faq_answer {
	margin-top: 3px; 
}

.faq_end {
	margin-top: 10px;
	border-top: 2px dotted #CCCCCC; 
}
	

/* END Faq */


/* Cikk írás */


.categ_combo {
  height: 20px;  
  width: 200px;
}


/* END Cikk írás */



/* END Blokkok */

/* Hasznos */



.horiz_sep{	
	display:block;
	height:3px;		
	background: #11FFFF;
}

.float_left{
	float:left;
	display: inline;
}

.float_right{
	float:right;
	display: inline;	
}

.block_float{
	float: left;
	display:block;		
	background: #CCCBBB;
}

.float_left_img{
	float:left;
	display: inline;	
}

.right{
	text-align:right;	
}

.right_inline{
	float: right;
	display: inline;
}


.tovabb{
  font-size:11px;	
  text-decoration: none;
	display:block;
	text-align:right;
	float: right;
	padding-left: 1px;
  margin-top: 4px;	
}

.clearboth { 
	display:block;
	clear: both; 	
	height:1px;	
}

.paratlan{
	background-color: #F7F7F7;
	padding: 5px;
	color: #000000;
}

.error_div{
	background-color: #F2F2F2;
	padding: 5px;
	margin: 5px;
	color: #FF0000;
}

.hp_div{
	display:none;
	visibility: hidden;
}

.paros{
	background-color: #E9E9E9;
	color: #000000;
}

.dot_line_575{			
	float:left;
	display:inline;	
	margin-top:5px;					
	margin-bottom:5px;					
	width:575px;	
	border-top: 2px dotted #D9D9D9;
}

/* END Hasznos */


/* Képek */

.w_img{	
	text-align:center;
	border: 1px solid #CCCCCC;	
}

.post_img{		
	border: 1px solid #888888;
	margin-right: 6px;
	margin-bottom: 6px;
}

.post_img_medium{		
	border: 1px solid #888888;
	margin: 6px;
}

.post_img_small{		
	border: 1px solid #888888;
	margin-right: 6px;
	margin-bottom: 6px;
}

.post_plus_img{
	text-align:center;
	border: 1px solid #888888;
	margin:0px;	
}

.post_plus_img_name{		
	border: 1px solid #E0E0E0;
	border-top: 0px;
	text-align:center;
	margin:0px;	
	background-color: #F0F0F0;
	font-size: 11px;
	padding: 2px;	
	margin-bottom: 10px;
	color: #696969;
}

.wita_arch_img{			
	border: 1px solid #999999;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
}

.post_plus_vid{		
	margin:1px;
}

.post_plus_vid_name{
	text-align:center;
	margin:0px;
	font-size: 11px;
	padding: 2px;
	max-width: 421px;	
	margin-bottom: 15px;
	color: #696969;
}

/* END Képek */
