/*==========
// General
==========*/
html{
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
	width: 100%;
}
html, body{
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 15px;
	line-height: 22px;
	margin: 0;
	color: #453b23;

	width: 100%;
}

.mn_body{
	overflow: hidden;
	position: relative;
	background: #fff url(/images/bg.jpg) 50% 0 repeat
}

.body_wrap{

}

table{
	font-size: 15px;
	line-height: 22px;
	margin: 0px;
	color: #453b23;
	text-decoration: none;
}

.content{
	color: #464343;
}

p{
	padding: 6px 0px;
	margin:0;
}
h1, h2, h3, h4, h5, h6{
	margin: 17px 0px 8px 0px;
	padding: 0;
	font-weight: normal;
	line-height: normal;
}
h1{
	font-size: 24px;
	color: #a7320c;
	font-weight: bold;
	font-style: italic;
}
h2{
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #527463;
}
h3{
	font-size: 20px;
	font-weight: 700;
	font-style: italic;
	color: #a7320c;
}
h4{
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #527463;
}
h5{
	font-size: 120%;
}
h6{
	font-size: 110%;
}
a img{
	border: 0px;
}

hr{
	border: 0;
	color: #c9c7b9;
	background: url('/images/hr1.png');
	height: 13px;
	width: 100%;
	text-align: left;
	margin: 16px 0;
}
a{
	font-style: italic;
	font-weight: bold;
	color: #a7320c;
	text-decoration: underline;
	outline: 0;
}
a:hover, a:active{
	text-decoration: underline;
	outline: 0;
}
a.editpage:link, a.editpage:visited, a.editpage:active, a.editpage:hover{
	font-size: 10px;
	font-weight: 600;
	color: #444;
	text-decoration: none;
}
.editpage img{
	width: 30px !important;
	height: 27px !important;
}

.cl{
	clear: both;
	display: block;
}

.fck_img_class01{
	padding: 3px;
	border: 1px #dce7cb solid;
	background: #fff;
	margin: 0 0 12px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fck_img_class02{
	margin: 8px;
}
.fck_table_class01{
	border-collapse:separate;
	border-spacing: 1px;
}
.fck_table_class01 td, .fck_table_class01 th{
	vertical-align: top;
	padding: 3px;
	border: 1px #eee solid;
}
.fck_table_class02{
	border-collapse:separate;
	border-spacing: 1px;
}
.fck_table_class02 td, .fck_table_class02 th{
	vertical-align: top;
	padding: 3px;
}

.kapcs_mail_area{
	min-width: 333px;
	min-height: 232px;
}


/*==========
// Left
==========*/
.mn_aside{
	max-width: 640px;
	margin: auto;
}
@media only screen and (min-width: 980px){
	.mn_aside{
		width: 299px;
		margin: 0;
	}

	.mn_aside.stp{
		margin-top: -160px;
	}

	.mn_aside.sub{
		margin-top: -72px;
	}
}
@media only screen and (min-width: 1200px){
	.mn_aside{
		float: left;
	}
	.mn_aside.stp{
		margin-top: -179px;
	}

	.mn_aside.sub{
		margin-top: -72px;
	}
}

.mn_aside_menu{
	display: none;
}

@media only screen and (min-width: 980px){
	.mn_aside_menu{
		display: block;
		width: 100%;
		padding: 121px 0 0 63px;
		background: url(/images/side_menu_bg_sub.jpg) no-repeat top left;
		height: 510px;
		margin: 0 0 40px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.mn_aside.stp .mn_aside_menu{
		background: url(/images/side_menu_bg_medium.jpg) no-repeat top left;
	}
}

@media only screen and (min-width: 1200px){
	.mn_aside.stp .mn_aside_menu{
		background-image: url(/images/side_menu_bg.jpg);
	}
}

.mn_aside_menu .menu_l_1,
.mn_aside_menu .menu_l_1_hover{
	width: 170px;
	display: block;
}

.mn_aside_banners .logo_cont{
	background: #fff;
	margin: 0 auto 8px;

	padding: 10px;
	border: 1px solid #dcd9c4;
	border-radius: 0.3em;
	
	-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (min-width: 980px){
	.mn_aside_banners .logo_cont{
		width: 250px;
	}
}

.toggle_menu{
    width: auto;
    height: 40px;
    line-height: 42px;
    float: right;
    padding: 0 16px;
    padding-right: 44px;
    margin: 20px 0 0 10px;
    cursor: pointer;
    position: relative;
    border: 2px solid #fff;
    background: rgba(0,0,0,0.2);
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


@media only screen and (min-width: 980px){
	.toggle_menu{
		display: none;
	}
}

.toggle_menu:after{
    content: '';
    display: block;
    clear: both;
}

.toggle_menu .text{
    display: none;
}


@media only screen and (min-width: 540px){
	.toggle_menu .text{
		display: block;
		font-weight: 700;
	    color: #fff;
	    float: left;
	    margin-right: 20px;
	    text-transform: uppercase;
	}
}

.toggle_menu .icon{
    display: block;
    width: 36px;
    height: 20px;

    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    z-index: 6;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.toggle_menu .line,
.toggle_menu .icon:before,
.toggle_menu .icon:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background: #fff;

    bottom: 0;
    top: 0;
    margin: auto;
}

.toggle_menu .icon:before,
.toggle_menu .icon:after{
    -webkit-transition: -webkit-transform .2s, left .2s;
    -o-transition: -o-transform .2s, left .2s;
    transition: transform .2s, left .2s;
}

.toggle_menu .icon:before{
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
}

.toggle_menu .icon:after{
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
}

.toggle_menu .line{
    -webkit-transition: background .1s;
    -o-transition: background .1s;
    transition: background .1s;
}

.toggle_menu.active .line{
    background-color: transparent !important;
}

.toggle_menu.active .icon:after{
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

.toggle_menu.active .icon:before{
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.logo_cont div{
	margin: auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.logo_cont img{
	display: block;
	margin: auto;
}

.mn_nav_wrap{
	display: none;
}

@media not screen and (min-width: 980px){
	.mn_nav_wrap{
		display: block;
		position: absolute;
		top: 106px;
		width: 180px;
		padding: 4px;
		right: -190px;

		z-index: 60;
		background: #e03905;
	}

	.mn_nav_wrap.active{
		right: 0px;
	}

	.mn_nav{
		margin: 0;
		padding: 0;
	}

	.mn_nav li{margin: 0;padding: 0;display: block;}
	.mn_nav li:first-child{display: none;}

	.mn_nav .menu_l_text_1{
		margin: 0;
		padding: 6px 8px;
		color: #ecebdc;
		display: block;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		text-decoration: none;
	}

	.mn_nav li:last-child .menu_l_text_1{border: 0;}
}


#umvp {
	width: 225px;
	height: 74px;
	background: url("/images/umvp.jpg") no-repeat 0% 0%;
}

#umvp:hover {
	background-position: 0% 100%;
}

#vercse {
	width: 134px;
	height: 62px;
	background: url("/images/vercse.jpg") no-repeat 0% 0%;
}

#vercse:hover {
	background-position: 0% 100%;
}

#leader {
	width: 104px;
	height: 104px;
	background: url("/images/leader.jpg") no-repeat 0% 0%;
}
#leader:hover {
	background-position: 0% 100%;
}

.mn_aside .menu_l_text_1{
	display: block;
	margin: 0px;
	padding: 5px 0;
	font-size: 15px;
	line-height: 1.1;
	cursor: pointer;

	text-align: left;
	padding-left: 6px;
	color: #ecebdc;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}

.mn_aside .menu_l_text_1:hover{
	background-color: rgb(77, 19, 0);
	background-color: rgba(77, 19, 0, 0.54);
	text-decoration: none;
}


/*==========
// News
==========*/
.hir_nyito_table{
	width: 100%;
	margin-top: 16px;
}

.hir_nyito_table iframe{
	max-width: 100%;
}

.hir_nyito_table img,
.hir_nyito_table tbody,
.hir_nyito_table tr{
	width: 100%;
}

.hir_nyito_bev img{
	width: auto;
	height: auto;
}

.hir_nyito_table td{
	width: 100%;
	padding: 0px;
}

.hir_nyito_table .item{
	position: relative;
	margin-bottom: 32px;
}

@media only screen and (min-width: 1200px){
	.hir_nyito_table .item_sub .fck_img_class01{
		width: 50%;
		float: left;
		margin-right: 1.5%;
	}
}

.hir_nyito_table .editpage{
	position: absolute;
	top: 6px;
	right: 6px;
}

.hir_nyito_cim, .hir_nyito_cim2, a.hir_nyito_cim, a.hir_nyito_cim:hover{
	text-decoration: none;
	display: block;
	font-size: 15px;
	padding: 8px 12px 8px 8px;
	margin: 0 0 6px;
	background: #fcfcfb;
	border: 1px #dcd9c4 solid;
	color: #527463;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 1px 1px 8px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 8px rgba(0,0,0,.2); 
	box-shadow: 1px 1px 8px rgba(0,0,0,.2);
}
.hir_nyito_cim2{
	float: none;
}
a.hir_nyito_cim h3{
	margin: 0px;
}

.hir_nyito_bev{
	overflow: hidden;
}
.hir_nyito_bev h4{
	padding:0px; margin: 0px;
}

.hir_kep_td{width: 1%;}
.hir_kep_td img{
	background: #fff;
	padding: 4px;
	border: 1px solid #da3705;
}

.hir_link{font-size: 13px;}
.hir_full_table{width: 100%;}
.hir_full_table img{max-width: 100%;height: auto !important;}
.hir_full_table td{padding: 0px;}
.hir_full_table h3{float: left;}
.hir_full_table h3.hir_nyito_cim2{float: none;}
.hir_full_table .editpage{float: right;}
td.hir_full_bev{font-weight: bold;padding-left: 20px;}

.hir_full_table iframe{
	max-width: 100%;
}

@media not screen and (min-width: 660px){
	.hir_full_table tbody,
	.hir_full_table tr,
	.hir_full_table td,
	.hir_full_table{
		width: 100%;
		display: block;
	}

	td.hir_full_bev{padding-left: 0;}
}


/*==========
// Startpage
==========*/
#start_left{
	margin: auto;
	max-width: 640px;
	margin-bottom: 40px;
}

#start_left h4{
	font-size: 20px;
	font-weight: bold;
	color: #527463;
	font-style: italic;
}

.start_social{
	margin-top: 10px;
}


@media only screen and (min-width: 980px){
	#start_left{
		float: right;
		width: 640px;
		margin-bottom: 0;
	}
	#start_right{
		float: right;
		width: 640px;
		margin-top: 170px;
	}
}

@media only screen and (min-width: 1200px){
	#start_left{
		margin-right: 14px;
		float: right;
		width: 490px;
	}
	#start_right{
		float: right;
		width: 366px;
		margin-top: 0;
	}
	.start_social{
		margin-top: -100px;
	}
}

#start_ablak{
	width: 100%;
	height: 180px;
	margin-bottom: 40px;
	border-radius: 8px;
	overflow: hidden;
	

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#start_ablak .iframe{
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 380px){
	#start_ablak{
		width: 366px;
		height: 358px;
		padding: 38px 37px 37px 34px;
		margin: auto;
		background: url(/images/window.jpg) 50% 0 no-repeat;
	}
}

@media only screen and (min-width: 660px){
	#start_ablak{
		width: 640px;
		height: 303px;
		background: url(/images/window_horizontal.jpg) top left no-repeat;
		padding: 35px 40px 32px 37px;
	}
}

@media only screen and (min-width: 980px){
	#start_ablak{
		width: 100%;
		height: 303px;
		background: url(/images/window_horizontal.jpg) top left no-repeat;
		padding: 35px 40px 32px 37px;
	}
}

@media only screen and (min-width: 1200px){
	#start_ablak{
		padding: 38px 37px 37px 34px;
		background-image: url(/images/window.jpg);
		height: 358px;
	}
}

#start_about_us{
	display: none;
}

@media only screen and (min-width: 1200px){
	#start_about_us{
		display: block;
		margin-left: 20px;
		margin-top: 40px;
	}
}


#start_about_us h4{
	font-size: 20px;
	font-weight: bold;
	color: #527463;
	font-style: italic;
	padding-left: 15px;
}
#start_about_us_text{
	font-size: 12px;
	line-height: 18px;
	color: #453b23;
	background: #F8F8F5;
	padding: 15px;
	margin-bottom: 10px;

}
#start_about_us a{
	padding-left: 15px;
	font-size: 12px;
}



/*==========
// More styles
==========*/
#sidetitle h1 {
	font-size: 20px;
	font-weight: bold;
	color: #527463;
	font-style: italic;
}

.container{
	position: relative;
	margin: auto;
	width: 96%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (min-width: 980px){
	.container{
		width: 980px;
		padding: 0 10px;
	}
}

@media only screen and (min-width: 1200px){
	.container{
		width: 1200px;
	}
}

.mn_header .container{height: 100%;}
.mn_header{
	height: 106px;
	background: #6f452e url(/images/header_bg_small.jpg) 5px 0 repeat-x;
	margin-bottom: 20px;
}

.mn_header.stp{
	margin-bottom: 180px;
}

@media only screen and (min-width: 540px){
	.mn_header.stp{
		margin-bottom: 303px;
	}
}

@media only screen and (min-width: 980px){
	.mn_header.stp{
		height: 314px;
		margin-bottom: 32px;
		background: url(/images/stp_header_bg_medium.jpg) 50% 0 repeat-x;
	}

	.mn_header{
		background: url(/images/head_bg.jpg) 50% 0 repeat-x;
		margin-bottom: 32px;
		height: 234px;
	}
}


@media only screen and (min-width: 1200px){
	.mn_header.stp{
		background-image: url(/images/stp_header_bg.jpg);
		height: 352px;
	}
	.mn_header{
		background-image: url(/images/head_bg.jpg);
	}
}


.mn_header .banner{
	display: block;
	margin: auto;
	width: 100%;
	height: 180px;
	background: url(/images/stp_banner_small.jpg?0130) 50% 0 no-repeat;
	position: absolute;
	top: 100%;

	-webkit-background-size: contain;
	background-size: contain;
	display: none;
}

.mn_header .banner.stp{
	height: 180px;
	display: block;
}

@media only screen and (min-width: 540px){
	.mn_header .banner.stp{
		height: 303px;
	}
}

@media only screen and (min-width: 980px){
	.mn_header .banner.stp{
		height: 100%;
		background: url(/images/stp_banner_medium.jpg?0130) 50% 0 no-repeat;
	}
	.mn_header .banner{
		height: 100%;
		background: url(/images/sub_banner_medium.jpg?0130) 50% 0 no-repeat;
		position: relative;
		top: 0;
		display: block;

		-webkit-background-size: auto;
		background-size: auto;
	}
}

@media only screen and (min-width: 1200px){
	.mn_header .banner.stp{
		background-image: url(/images/stp_banner.jpg?0130);
	}

	.mn_header .banner{
		background: url(/images/sub_banner.jpg?0130) 50% 0 no-repeat;
	}
}

.mn_header .logo{
	display: block;
	width: 130px;
	height: 90px;

	position: absolute;
	top: 0;
	left: 8px;
	z-index: 60;
}

@media only screen and (min-width: 980px){
	.mn_header .logo{
		width: 260px;
		height: 150px;
		top: 33px;
		left: 8px;
	}
}


.mn_header .phone,
.mn_header .email{
	display: none;
}

@media not screen and (min-width: 980px){
	.mn_header .phone,
	.mn_header .email{
		display: block;
		width: 40px;
		height: 40px;
		border: 2px solid #fff;
		float: right;
		margin-top: 20px;
		margin-left: 10px;
		position: relative;
		background: rgba(0,0,0,0.2);
	}

	.mn_header .phone svg,
	.mn_header .email svg{
		fill: #fff;

		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
}


#mn_top {
	padding: 0px;
	margin: 0px;

}

#mn_top a img {
	border: 0px;
}

#top1 {
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	position: absolute;
	top: 153px;
	left: 95px;
}

#top1 a, #top1 a:hover{
	padding: 0px;
	margin: 0px;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	text-decoration: none;
}

#mn_top2 {
	width: 930px;
	height: 33px;
	text-align: left;
}

#mn_hmenu {
	width: 930px;
	height: 40px;
	text-align: left;
	background: url(/images/menu_h.gif) no-repeat;
}

#informations {
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: left;
	padding-left: 67px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #ecebdc;
}

.mn_center {
	background: url(/images/down_container_bg.png) 50% 0 no-repeat;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
	min-height: 460px;
}

@media only screen and (min-width: 980px){
.mn_center {
		float: right;
		width: 632px;
		margin-top: 30px;
	}
}

@media only screen and (min-width: 1200px){
	.mn_center {
		width: 830px;
		margin-top: 0;
	}
}

#mn_right {
	width: 224px;
	vertical-align: top;
	text-align: center;
	padding-bottom: 20px;
	float: right;
}

#mn_right_div {
	vertical-align: top;
	width: 224px;
	overflow: hidden;
	text-align: right;
	padding-bottom: 30px;
}

#mn_bottom {
	position: relative;
	height: 270px;
	margin-top: 60px;
	color: #fff;
}

#mn_bottom .container{
	width: 100%;
	padding: 0;
}

@media only screen and (min-width: 980px){
	#mn_bottom {
		background: url(/images/footer_bg.jpg) top center;
	}
}

@media only screen and (min-width: 1020px){
	#mn_bottom .container{
		width: 1020px;
	}
}

#btm1 {
	position: relative;

	background: url(/images/bottom_bg.jpg) no-repeat top center;
	height: 270px;
}

#btm2 {
	position: absolute;
	left: 10px;
	bottom: 5px;
	font-size: 11px;
	text-align: center;

	background: rgba(10, 10, 0, 0.4);
	border-radius: 20px;

	height: 35px;
	line-height: 35px;
	padding: 0 10px;

	-webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);

}

#btm3 {
	position: absolute;
	right: 10px;
	bottom: 0;
	text-align: left;
}

#btm3 a {
	text-decoration: none;
	font-size: 11px;
	color: #b6b6b6;
}

@media only screen and (min-width: 980px){
	#btm2 {
		left: 50px;
	}
	#btm3 {
		right: 50px;
	}
}


.login_button_back,
.login_button {
	background: url(/images/button_bg.png) no-repeat right top;
	height: 62px;
	line-height: 63px;
	border: 0px;
	text-align: left;
	padding-left: 10px;
	padding-right: 68px;
	font-size: 15px;
	color: #a7320c;
	font-weight: bold;
	font-style: italic;
	cursor: pointer;
	text-decoration: none;
}

.login_button_back:hover,
.login_button:hover{
	text-decoration: none;
}

.error {
	padding-left: 20px;
	background: url(/images/error.png) no-repeat left center;
	color: #FF0000;
}

.oldalkuldes_tablazat {
	width: 100%;
}

#kapcs_mail_table {
	width: 100%;
	text-align: left;
}

.kapcs_mail_col1 {
	text-align: right;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #453b23;
}

.kapcs_mail_field {
	width: 328px;
	height: 56px;
	background: url(/images/input_bg.png) no-repeat left top;
	border: 0px;
	padding-left: 20px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #A7320C;
	padding-right: 20px;
}

.kapcs_mail_area {
	width: 332px;
	height: 225px;
	background: url(/images/textarea_bg.png) no-repeat top left;
	border: 0px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #A7320C;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
}

#kapcs_mail_submit_div {
	text-align: center;
}

.req_field {
	color: #ff0000;
}

#sitemap {
	width: 80%;
}


/*==========
// Forum
==========*/
.forum_temakor_lista_head {
    text-align: center;
    font-size: 11px;
    height: 30px;
}
.forum_tema_lista_head {
    text-align: center;
    font-size: 11px;
    height: 30px;
}
.forum_temakorlista {
    background: #fff;
    border: 1px solid #b9cce1; 
    width: 100%;
    padding: 5px;
}
.forum_temalista {
    background: #fff;
    border: 1px solid #b9cce1; 
    width: 100%;
    padding: 5px;
}
a.temakor_lista:link, a.temakor_lista:active, a.temakor_lista:visited, a.temakor_lista:hover {
    font-size: 14px;
    text-decoration: none;
}
.forum_tema {
    font-size: 14px;
    font-weight: bold;
    color: #365e8e;
}
.forum_hozzaszolaslista {
    width: 100%;
    padding: 5px;
}

.forum_textarea {
	width: 332px;
	height: 225px;
	background: url(/images/textarea_bg.png) no-repeat top left;
	border: 0px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #A7320C;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
}
a.replylink:link, a.replylink:active, a.replylink:visited {
    font-size: 11px;
    text-decoration: none;
}
a.replylink:hover {
    font-size: 11px;
    text-decoration: underline;
}
.elozmeny_link {
    color: #4f7bcd;
    font-size: 11px;
    cursor: pointer;
}
.forum_message {
    /* fenti szoveg a forum fejlecben */
    font-size: 11px;
}
.reply_div {
    display: none;
    float:right;
    width:85%;
    border: 1px #d2c6b8 solid;
    font-size: 11px;
    color:#7a705f;
}

.hozz_head {
    height: 20px;
}
.hozz_datum {
    float:right;
    font-size: 11px;
}
.hozz_text_1 {
    background: #fff;
    font-size: 14px;
}
.hozz_text_2 {
    font-size: 14px;
}
.hozz_text_inner {
    padding: 10px;
    overflow: hidden;
}
.hozz_foot_1 {
    text-align: right;
    background: #fff;
}
.hozz_foot_2 {
    text-align: right;
}
.moderated {
    font-size: 11px;
    color: #7a705f;
}



/*==========
// Gallery
==========*/
/*	Gallery Tabs	*/
#gal_title {
    font-family: "Trebuchet MS", Tahoma, sans-serif;
    color: #a7320c;
    font-size: 20px;
    font-weight: bold;
	font-style: italic;

    width: 591px;
    margin: 6px;
    height: 15px;
    padding: 7px 10px 8px 10px;
    text-align: left;
}
#gal_path {
    font-size: 11px;
    color: #a7320C;
    font-weight: bold;

    line-height: 26px;
    padding: 0px 10px 0px 10px;
    width: 591px;
    margin: 6px;
}
#gal_path a:link,
#gal_path a:visited,
#gal_path a:active {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
#gal_path a:hover {
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}
#gal_tab {
    background: #f0f0f0;
}
#gal_detailed_tab {
    background: #dedede;
    padding: 5px;
    color: #ff0000;
    border: 1px #cecece solid;
}
#gal_list_tab {
    background: #dedede;
    padding: 5px;
    color: #ff0000;
    border: 1px #cecece solid;
}
#gal_thumbnails_tab {
    background: #dedede;
    padding: 5px;
    color: #ff0000;
    border: 1px #cecece solid;
}

/*	Detailed view	*/
#gallery_detailed .galeria_table {
	width: 100%;
    max-width: 500px;
    border: 1px #afafaf solid;
    border-bottom: 0px;
}
#gallery_detailed .galeria_dir_td {
    text-align: center;
    vertical-align: middle;
    background: #dedede;
    padding: 5px;
    border-bottom: 1px #afafaf solid;
}
#gallery_detailed .gal_img_lista {
    background: #fff;
    padding: 5px;
    border: 1px #cecece solid;
}
#gallery_detailed .gal_folder_lista {
    background: #fff;
    padding: 5px;
    border: 1px #cecece solid;
}
#gallery_detailed .galeria_td_txt {
    vertical-align: top;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px #afafaf solid;
}
#gallery_detailed .galeria_td_txt a:link,
#gallery_detailed .galeria_td_txt a:visited,
#gallery_detailed .galeria_td_txt a:active {
    font-size: 14px;
    text-decoration: none;
    color: #dd3000;
    font-weight: bold;
}
#gallery_detailed a.gal_dir_title:hover {
    text-decoration: underline;
    color: #aa2000;    
}
#gallery_detailed .gal_img_date {
    color: #afafaf;
    font-size: 10px;
}
#gallery_detailed .gal_dir_enter {
    text-align: right;
}
#gallery_detailed .gal_dir_enter a:link,
#gallery_detailed .gal_dir_enter a:visited,
#gallery_detailed .gal_dir_enter a:active {
    font-size: 11px;
    color: #dd3000;
}
#gallery_detailed .gal_dir_enter a:hover {
    font-size: 11px;
    color: #aa2000;
}
#gallery_detailed .galeria_img_td {
    text-align: center;
    vertical-align: middle;
    background: #dedede;
    padding: 5px;
    border-bottom: 1px #afafaf solid;
}
#gallery_detailed .gal_img_title {
    font-size: 14px;
    text-decoration: none;
    color: #dd3000;
    font-weight: bold;
}

/*	List view	*/
#gallery_list .galeria_table {
    width: 100%;
    border: 0px;
    border-spacing: 1px;
}
#gallery_list .galeria_table tr {
/*
    background: #f1f2dc;
*/
    border: 1px #ece8cd solid;
}
#gallery_list .galeria_table tr td table tr:hover {
    background: #d9d5ad;
}
#gallery_list .galeria_table tr td table tr:hover td {
    color: #393a25;
}
#gallery_list .galeria_table tr:hover td a:link,
#gallery_list .galeria_table tr:hover td a:visited,
#gallery_list .galeria_table tr:hover td a:hover,
#gallery_list .galeria_table tr:hover td a:active {
}
#gallery_list .galeria_dir_td {
    width: 100px;
    text-align: center;
    vertical-align: middle;
    padding: 1px;
}
#gallery_list .gal_img_lista {
    padding: 1px;
    border: 1px #da3705 solid;
}
#gallery_list .gal_folder_lista {
    background: #fff;
    padding: 1px;
    border: 1px #da3705 solid;
}
#gallery_list .gal_dir_title {
    text-align: left;
}
#gallery_list .gal_dir_title a,
#gallery_list .gal_dir_title a:link,
#gallery_list .gal_dir_title a:visited,
#gallery_list .gal_dir_title a:active,
#gallery_list .gal_dir_title a:hover {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	color: #a7320c;
	font-size: 20px;
	font-style: italic;
    text-decoration: none;
    font-weight: bold;
}
#gallery_list .gal_img_date {
    color: #a1a278;
    font-size: 10px;
    width: 100px;
}
#gallery_list .galeria_img_td {
    text-align: center;
    vertical-align: middle;
    background-color: #f1f2dc;
    padding: 1px;
    width: 100px;
}
#gallery_list .gal_img_title {
    font-size: 12px;
    text-decoration: none;
    color: #393a25;
    font-weight: bold;
    text-align: left;
}

/*	Thumbnails view	*/
#gallery_thumbnails .galeria_table {
	width: 100%;
    max-width: 621px;
    border: 0px;
    border-spacing: 0;
}

#gallery_thumbnails a{
    color: #393a25;
}
#gallery_thumbnails .galeria_dir_td {
    width: 240px;
    height: 240px;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}
#gallery_thumbnails .gal_img_lista {
    background: #fff;
    padding: 4px;
	border: 1px solid #da3705;
}
#gallery_thumbnails .gal_folder_lista {
    background: #fff;
    padding: 1px;
    border: 1px #cecece solid;
}
#gallery_thumbnails .gal_dir_title {
    border-bottom: 1px #afafaf solid;
}
#gallery_thumbnails .galeria_dir_td a:link,
#gallery_thumbnails .galeria_dir_td a:visited,
#gallery_thumbnails .galeria_dir_td a:active {
    font-size: 12px;
    text-decoration: none;
    color: #393a25;
    font-weight: bold;
}
#gallery_thumbnails .gal_dir_title a:hover {
    text-decoration: underline;
    color: #393a25;    
}
#gallery_thumbnails .gal_img_date {
    color: #afafaf;
    font-size: 10px;
    border-bottom: 1px #afafaf solid;
    width: 100px;
}
#gallery_thumbnails .gal_img_td {
    /*width: 286px;*/
    /*height: 130px;*/
    text-align: center;
    vertical-align: top;
}
#gallery_thumbnails .gal_img_title {
    font-size: 12px;
    text-decoration: none;
    color: #393a25;
    font-weight: bold;
}

/* Mobile Gallery */
@media not screen and (min-width: 600px){
	#gallery_thumbnails .galeria_table,
	#gallery_thumbnails tbody,
	#gallery_thumbnails tr,
	#gallery_thumbnails td{
		display: block;
	}

	#gallery_thumbnails .galeria_table{
		overflow: hidden;
	}

	#gallery_thumbnails .gal_img_lista{
		width: 100%;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#gallery_thumbnails .gal_img_td{
		float: left;
		padding: 0;
		width: 29%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
}

@media not screen and (min-width: 450px){
	#gallery_thumbnails .gal_img_td{
		float: left;
		padding: 0;
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;

	}

	#gallery_thumbnails .gal_img_td:nth-child(2n){
		margin-right: 0;
	}
}

#gallery_detailed .gal_no_items {
    color: #ff0000;
    text-align: center;
    width: 100%;
    border-bottom: 1px #afafaf solid;
}
#gallery_list .gal_no_items {
    color: #ff0000;
    text-align: center;
    width: 100%;
    border-bottom: 1px #afafaf solid;
}
#gallery_thumbnails .gal_no_items {
    color: #ff0000;
    text-align: center;
    width: 100%;
}
.gal_pager_div {
    font-size: 11px;
    color: #00388b;
    font-weight: normal;
    margin: 0 0 1em;
    overflow: hidden;
    clear: both;
}

#gal_pager_prev_list, #gal_pager_prev_thumb{
	float: left;
	display: block;
	background: url(/images/gal_pager_prew_bg.png) no-repeat left top;
	width: 145px;
	height: 62px;
	text-align: left;
	padding-left: 70px;
}
#gal_pager_next_list, #gal_pager_next_thumb{
	float: right;
	display: block;
	background: url(/images/gal_pager_next_bg.png) no-repeat left top;
	width: 196px;
	height: 62px;
	text-align: left;
	padding-left: 5px;
}
.gal_pager{
	line-height: 62px;
    font-size: 15px;
    color: #a7320c !important;
    font-weight: bold;
	font-style: italic;
    text-decoration: none;
}
.gal_pager:hover {
    text-decoration: underline;
}