html { overflow-y: scroll; }
body { margin: 0; padding: 0; background: #dcdcdc; color: #000; text-align: center; }
body, td { font-family: Arial, Verdana, sans-serif; font-size: 12px; line-height: 150%; }
input, select, textarea { font-family: Arial, sans-serif; font-size: 12px; border: 1px solid #333; padding: 1px 2px; }
img { border: 0; }
p { margin: 5px 2px; padding: 0; }
a:link, a:visited { text-decoration: none; color: #Fe1c20; }
form { display: inline; }
h1, .form_title { font-size: 24px; font-weight: bold; text-transform: uppercase; margin: 0; padding: 5px 0; }

h2{ font-family: Helvetica, Verdana, sans-serif; }
p { font-family: Verdana, Helvetica, sans-serif;
    text-align: justify; }

/*.success { margin: 0 40px; padding: 2px; background: #0F0; color: #FFF; font-weight: bold; }*/
.failure { margin: 0 40px; padding: 2px; background: #F00; color: #FFF; font-weight: bold; }
.required { font-weight: bold; }
.error { color: #F00; }
.clear { clear: both; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
img.left { float: left; }
img.right { float: right; }


.success, .error { margin: 10px; padding: 8px 10px 10px 28px; max-width: 500px; }
.success { display: block;  background: #CDEFA6; border: 1px solid #9BCC54; color: #648434; }
.error { display: /*inline-*/block; background: #FFD5D5; margin: 3px; padding: 5px; border: 1px solid #FFACAD; color: #CF3738; }


/*
#kat_tree {
	 text-align: left;
}

#kat_forms form{
	display: block;
}
*/

/* ==== Tollal.hu ====*/

p { margin: 0; padding: 0; }

a { outline: 0 none; }

img { outline: 0 none;}

input { outline: 0 none; }


body {
	background: #DCDCDC url(/images/mainbg.png) repeat-y scroll center 0;
}	

/* ==== container_shadow ====*/
#container_shadow {	
	/*
	width: 1052px;
	margin:0 auto;
	background: url(/images/mainbg.png) repeat-y;
	*/
}

#container {
	width: 980px;
	margin: 0 auto;
	height: 100%;
}

/* ==== header ====*/
#header {
	position: relative;
	width: 980px;
	height: 391px;
	background: url(/images/header_bg.png) no-repeat;
}

#logo {
	width: 176px;
	height: 108px;
	/*background: url(/images/tollal_logo.png) no-repeat;*/
	z-index: 2;
	position: absolute;
	top: 30px;
	left: 55px;
}

#logo a{
	width: 176px;
	height: 108px;
	background: url(/images/tollal_logo.png) no-repeat;
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
}

#plume {
	width: 687px;
	height: 146px;
	background: url(/images/plume.png) no-repeat;
	/*z-index: 3;*/
	position: absolute;
	top: 10px;
}

#date_n_namedays{
	position: absolute;	
	top: 60px;
	right: 30px;
}

/* ==== news ====*/
#news {
	width: 313px;
	height: 69px;
	background: url(/images/news_bg.png) no-repeat;
	z-index: 2;
	position: absolute;
	top: 80px;
	right: 25px;
}

#news_content{
	position: relative;
}

/* ==== slider ====*/
#slider{
	position: absolute;
	left:50px;
	top:20px;
	width: 190px;
	text-align: left;
	color: #000;
	font-size: 10px;
}

#news_act{
	position: absolute;
	left:50px;
	top:3px;
	color: #000;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 

	width: 696px;
	height: 37px;
	overflow: hidden;
	line-height : 120%;
}

#slider li a{ 
	color: #000;
	font-size: 10px;
}

a#prevBtn, a#nextBtn {
	cursor: pointer;	
	display: block;	
	position: relative;
	text-indent: -9999px;
	width: 34px;
	height: 45px;
	z-index: 5;
	
}

a#prevBtn {
	background: url(/images/button_news_prev_off.png) no-repeat;
	position: absolute;
	left:10px;
	top:10px; 
}

a#nextBtn {
	background: url(/images/button_news_next_off.png) no-repeat ;
	position: absolute;
	right:10px;
	top:10px;
}

a:hover#prevBtn {background: url(../images/button_news_prev_on.png) no-repeat ;}
a:hover#nextBtn {background: url(../images/button_news_next_on.png) no-repeat ;}


a#startBtn, a#stopBtn {
	cursor: pointer;	
	display: block;	
	position: relative;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	
}


a#startBtn {
	background: url(/images/button_news_play.png) no-repeat ;
	position: absolute;
	right:50px;
	top:10px;
}
a#stopBtn {
	background: url(/images/button_news_pause.png) no-repeat ;
	position: absolute;
	right:50px;
	top:35px;
}


/* ==== menu ====*/
#menu {
	display: block;
	margin: 0px auto;
    padding: 150px 0px 0px 0px;
    width: 930px;
    height: 43px;
    background: url(/images/menu_bg.png) no-repeat center bottom;
    z-index: 2;
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu li {
    float: left;
    margin: 0;
    padding: 0;
    font-size: 18px; 
}

#menu li a:link, #menu li a:visited {
    display: inline-block;
    color: #000;
    text-decoration: none;
    padding: 5px 0px 0px 0px;
    margin: 0px 15px 0px 15px;
    border: none;
}

#menu li a:hover, #menu li a:active {
    color: #9e1c20;
    border-bottom: solid 6px #9e1c20;
}

#menu li.button_forum{
	width: 114px;
    height: 44px;
	background: url(/images/menu_blue_bg.png) no-repeat center top;
}

#menu li.button_forum a:link, #menu li.button_forum a:visited {
	color: #fff;	
}

#menu li.button_forum a:hover, #menu li.button_forum a:active {
    border-bottom: solid 6px #fff;
}

.forum_vissza_a_cikkhez{
	font-size:14px;
	margin:30px auto;
	text-align:center;
	display: block;
}

/* ==== seeded ==== */
#seeded {
	margin: 0px auto;
    padding: 0px 30px 15px 30px;
    background: transparent;    
}

#seeded_left{
	float:left;
	height:180px;
	padding-right:10px;
	width:530px;
}

#seeded_right{
	width: 370px;
	float:left;
}
#seeded_right_top{
	height: 90px;
	margin-bottom: 5px;
}
#seeded_right_bottom{
	height: 90px;
}

#seeded_left img{
	border: 1px solid #000;
	width: 251px;
	height: 181px;
	float:left;
	margin: 0px 5px 0px 0px;
	padding:0;
}

#seeded_left h2{
	color: #9e1c20;
	font-size: 18px;
	margin: 0px 0px 7px 0px;
	padding:0;
	text-align:left;
	line-height:110%;
}

#seeded_left p{
	color: #000;
	font-size: 14px;
	text-align:left;
	margin: 0;
	padding:0;
	line-height:130%;
	word-wrap: break-word;
	font-weight: bold;
}

#seeded_right_top img,
#seeded_right_bottom img{
	border: 1px solid #000;
	width: 101px;
	height: 74px;
	float:left;
	margin: 0px 5px 10px 0px;
	padding:0;
}

#seeded_right_top h2,
#seeded_right_bottom h2{
	color: #9e1c20;
	font-size: 11px;
	margin: 0px 0px 7px 0px;
	padding:0;
	text-align:left;
	line-height:110%;
}

#seeded_right_top p,
#seeded_right_bottom p{
	color: #000;
	font-size: 11px;
	text-align:left;
	margin: 0;
	padding:0;
	line-height:110%;
	word-wrap: break-word;
}

/* ==== content ==== */
#content{
	position: relative;
	color: #000;
	background: #f0f0f0;
}

#content #shadow{
	position: absolute;
	width: 980px;
	height: 27px;
	top: 0px;
	left: 0px;
	background: transparent url(/images/shadow.png) repeat-x;
	/*z-index: 3;*/
}

/* ==== left_side ==== */
#left_side{
	width: 212px;
	float:left;
}

/* ==== main ==== */
#main{
	width: 550px;
	float:left;
	background: url(/images/content_bg.png) no-repeat center top;
	z-index: 10;
	margin-top: -12px;
	position:relative;
	padding: 35px 0px 20px 0px;
	color: #000;
	min-height: 665px;
}


#main_content{
	width: 490px;
	padding:0 30px;
	text-align: justify;
	margin: 25px 0;
}

#main_content h2{
	text-align: left;
	color: #9e1c20;
}

#main_content_img{
	text-align: center;
	margin: 5px 0;
}

#main_content_lead_text{
	font-weight: bold;	
}

#main_content_text{
	
}

/* ==== right_side ==== */
#right_side{
	width: 215px;
	float: left;
}

/* ==== left menu ====*/
.left_menu{}

.left_menu_content{	
	padding: 15px 0 0 5px;
	width: 211px;
	background: url(/images/slidemenu_bg.png) repeat-y;
}

.left_menu_bottom{
	width: 211px;
    height: 41px;
	background: url(/images/slidemenu_bottom.png) no-repeat;
}


.left_menu_content ul {
	text-align: left;
    list-style: none;
    margin: 0;
    padding: 0px;
}


.left_menu_content ul.down{
    margin-top: 20px;
}

.left_menu_content li {
    margin: 0;
    padding: 0;
    font-size: 10px; 
    font-weight: bold; 
    /*background: url(/images/slidemenu_white_line.png) no-repeat left bottom;*/
}

.left_menu_content li a:link, .left_menu_content li a:visited {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    border: none;
    padding: 0px 0px 0px 15px;
    background: url(/images/slidemenu_white_line.png) no-repeat left bottom;
    
}

/*NEM UL LI-SEN*/
.left_menu_content a:link, .left_menu_content a:visited {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    border: none;
    padding: 0px 0px 0px 15px;
    font-size: 12px; 
    font-weight: bold;
    background: url(/images/slidemenu_white_line.png) no-repeat left bottom;
    
}
.left_menu_content a:link.child, .left_menu_content a:visited.child {
	/*color: #F00;*/
	font-weight: normal;
	background: none;
	padding-left: 30px;
}

.left_menu_content li a:hover, .left_menu_content li a:active {}



/* ==== banners ====*/
#banner_top {}
#banner_bottom {}
#banner_left, #banner_right {
	margin-top: 10px;
}


/* ==== footer ====*/
#footer {
	margin: 0px auto;
    padding: 0px;
    width: 980px;
    height: 150px;
    background: #FFF url(/images/footer_line.png) no-repeat top center;
    text-align: center;
    position: relative;
	    
}

#footer a:link, #footer a:visited {
	margin: 0px 10px;
	font-size: 12px;
	color: #777777; 
}

/* ==== search ====*/

#search_box{
	margin: 10px 0px 0px 10px;
}
.search_input{
	width: 99px;
	height: 25px;
	border: 0px solid;
	background: transparent url(/images/input_search.png) no-repeat;
	padding: 7px 0 0 15px;
	font-size: 10px;
	color: #787878;
}

.search_button{
	/*display: block;*/
	width: 35px;
	height: 18px;
	border: 0 solid;
	background: url(/images/button_search.png) no-repeat;
	text-indent: -9999px;
	color: #fff;
	outline: 0 none;
	cursor: pointer;
	margin-left: -15px;	
}

#search_full{
	display: block;
}
	

/* ==== egymu ===== */
.egy_mu{		
}
.egy_mu .main_content_cim{}

.egy_mu .main_content_lead_img_contener{
	float:left;
	/*height:102px;*/
	margin:0 10px;
	width:102px;
	text-align:center;
}

.egy_mu .main_content_lead_text_contener{

}

.egy_mu .main_content_lead_img{
	border: 1px solid #000;
	/*float: left;*/
	
}
.egy_mu .main_content_text{
	/*margin-top: 10px;
	min-height: 80px;*/
}

.mu_spacer{
	display: block;
	margin-top: 20px;
}

.egy_mu_footer{
	position: relative;
	height:20px;
	display:block;
}
.egy_mu_footer .main_content_datum{
	color: #696969;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.egy_mu_footer a.main_content_szerzo{
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #999;
}

#hirlista_box{
	margin: 5px auto;
}

.egy_hir p{
	margin: 5px 0px;
}

/* ==== uploaded_files ==== */

#uploaded_files{
	margin: 10px 0;
}
.uploaded_file {
	display: block;
	width: 150px;
	float:left;
}
.uploaded_file img{
	display: block;
	width: 140px;
	height: 140px;
}
.uploaded_file a {
	display: block;
	color: #000;
    text-decoration: none;
    padding: 0px;
    margin: 10px 0;
    border: none;
    padding: 0px;
    font-size: 12px;
}

tr#s_kep1{
	background: #ccc;
}
#s_kep2{
	background: #ccc;
}
#s_kep3{
	background: #ccc;
}
#s_kepfeltoltes_button_text{
	background: #ccc;
}

#s_kepfeltoltes_figyelmeztetes{
	background: #ccc;
	color: red;
}

#kepfeltoltes_button{
	display: block;
	width: 161px;
	height: 18px;
	color: #fff;
	border: 0 solid;
	background: url(/images/long-button.png) no-repeat;
	cursor: pointer;
	margin-top: 10px;
}

#mu_feltoltes_submit_button{
	display: block;
	width: 161px;
	height: 18px;
	color: #fff;
	border: 0 solid;
	background: url(/images/long-button.png) no-repeat;
	cursor: pointer;
	margin: 10px 0px 0px 67px;
}

#mu_feltoltes.table{}

#mu_feltoltes .form {
border-collapse:collapse;
}

#s_reg_feltetel a{
	color: #9e1c20;
}

/* ==== profile ===== */

#user_profile{
	margin: 40px 0px 0px 0px;
}

#user_profile table{
	margin: 0px 0px 30px 0px;
}

.profile_img img{
	width: 100px;
	height: 100px;
	
}

.profile_data{
	width: 100px;
	text-align: right;
	color: #9e1c20;
	font-weight: bold;
	vertical-align:top;
	margin-right: 10px;
	display: block;
}

.profile_value{
	text-align: left;
	width: 300px;
	vertical-align:top;
}

.profile_value a{
	display: block;
	color: #999;
}

/* mufeltoltes_success */
#mufeltoltes_success{
	margin-top: 20px;
	position: relative;
	min-height:1px;
}

.mufeltoltes_success_left{
	position: absolute;
}

.mufeltoltes_success_left a{
	color: #Fe1c20;
}


.mufeltoltes_success_right{
	position: absolute;
	right: 0px;
}

.mufeltoltes_success_right a{
	color: #Fe1c20;
}


/* ==== pager ====*/
.pager{
	text-align: center;
	font-size: 15px;
	margin-top: 15px;
}


/* ==== tarsalgo ====*/
.tarsalgo {
	font-size: 12px;
	color: #000;
}

.headline h1 {
	color:#9E1C20;
	line-height:100%;
	margin:20px;
	text-align:center;
}

.topicinfo {
	background:#DDDDDD;
	margin:5px;
	padding:8px;
	font-size:11px;
	text-align:left;
}

.topicinfo a{
	/*display:block;*/
	font-size: 14px;
	color: #9e1c20;
	font-weight: bold;
}

#topic_create{}
#topic_create h1{
}
#topic_create p{
}

/*postok*/
.paging{
	text-align: center;
}
#video_nav{
	margin:5px;
}

#video_nav a{
	display: inline-block;
}

.post{
	background:#DDDDDD;
	margin:5px;
	padding:8px;
	font-size:11px;
}

.puinfo{
	font-size:14px;
	font-weight:bold;
}

.pbody{}

.pinfo{
	color:#444444;
}

.ptext{
	font-size:12px;
	border-top:1px solid #555555;
}

.ptools{}


/*forum*/

#newpost{

}


/*newtopic*/
#topic_create {
	/*background: #ddd;*/
	padding: 5px;
	margin: 15px;
	
}

#topic_create h1{
	color: #9E1C20;
	font-size: 16px;
	
}

#topic_create p{
	font-size: 10px;
}

#newtopic{
}

#newtopic .form_title{
	color: #9E1C20;
	font-size: 16px;
	text-align: center;	
}

#newtopic_submit_button{
	display: block;
	width: 161px;
	height: 18px;
	color: #fff;
	border: 0 solid;
	background: url(/images/long-button.png) no-repeat;
	cursor: pointer;
	margin: 10px 0px 0px 105px;
}

/*newpost*/
#newpost{
}

#newpost_submit_button{
	display: block;
	width: 161px;
	height: 18px;
	color: #fff;
	border: 0 solid;
	background: url(/images/long-button.png) no-repeat;
	cursor: pointer;
	margin: 10px 0px 0px 80px;
}

#newpost .form_title{
	color: #9E1C20;
	font-size: 16px;
	text-align: center;
}

#s_previous{
	background:#DDDDDD;
}

#previous blockquote{
	font-style: italic; 
}


/* ==== login ==== */

#error_login {

}

#error_login h1{
	font-size: 14px;
	color: #999;
	font-weight: normal;
	margin-top: 20px;
}

#error_login p{
	font-size: 12px;
}

#error_login table{
	padding-top: 10px;
}

#error_login #s_email{
	margin-left: 40px;
}


#error_login #email{
	width: 128px;
}

#reminderform form{
	margin-left: 40px;
}


#reminderform_submit_button{
	display: block;
	width: 161px;
	height: 18px;
	/*margin-left: 125px;*/
	color: #fff;
	border: 0 solid;
	background: url(/images/long-button.png) no-repeat;
	cursor: pointer;
}


/*user.php/profile*/
#user_profile{
	font-size: 12px;
}

#user_profile td{
	height: 12px;
}

#profile_submit_button{
	display: block;
	width: 161px;
	height: 18px;
	/*margin-left: 125px;*/
	color: #fff;
	border: 0 solid;
	background: url(/images/long-button.png) no-repeat;
	cursor: pointer;
}


#register_default{}

#register_default h1{
	font-size: 14px;
	color: #999;
	font-weight: normal;
	margin-top: 20px;
	
}
#register_default p{
	font-size: 12px;
}

#register_default_active {
	line-height:200%;
}

#register_default #email{
	width: 138px;
	padding: 0px;
}


#registration_submit_button{
	display: block;
	width: 161px;
	height: 18px;
	margin-left: 125px;
	color: #fff;
	border: 0 solid;
	background: url(/images/long-button.png) no-repeat;
	cursor: pointer;
}

#nlsubscribe table{
	margin-left: 40px;
}
#nlsubscribe thead{
	display:none;
}

#nlsubscribe #email{
	width: 128px;
}

#nlsubscribe #nlsubscribe_submit_button{
	display: block;
	width: 161px;
	height: 18px;
	/*margin-left: 125px;*/
	color: #fff;
	border: 0 solid;
	background: url(/images/long-button.png) no-repeat;
	cursor: pointer;
}


#register_default_ok h1{
	font-size: 14px;
	color: #999;
	font-weight: normal;
	margin-top: 20px;
}

#register_default_ok p{
	font-size: 12px;
}



/* ==== 7even ====*/
#logo_7even{
	position: absolute;
	right: 70px;
	bottom: 30px;
	margin: 0px;
    padding: 0px;  
    text-align: right;
    line-height: 90%; 
}

#logo_7even a:link, #logo_7even a:visited {
	font-size: 9px;
	color: #777777; 
}

#javasolt_bongeszok{
	position:absolute;
	right:30px;
	top:45px;
}

#sharing{  }
#sharing .fb{ margin:2px; float:left; display:block; background:url(/images/icon-facebook.png) left top no-repeat; width:16px; height:16px; }
#sharing .tw{ margin:2px; float:left; display:block; background:url(/images/icon-twitter.png) left top no-repeat; width:16px; height:16px; }
#sharing .iw{ margin:2px; float:left; display:block; background:url(/images/icon-iwiw.png) left top no-repeat; width:16px; height:16px; }
