/* CSS RESET v1.0 | 20080212 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	background: #fff;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12
	{
	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1 {
	width: 60px;
}

.container_12 .grid_2 {
	width: 140px;
}

.container_12 .grid_3 {
	width: 220px;
}

.container_12 .grid_4 {
	width: 300px;
}

.container_12 .grid_5 {
	width: 380px;
}

.container_12 .grid_6 {
	width: 460px;
}

.container_12 .grid_7 {
	width: 540px;
}

.container_12 .grid_8 {
	width: 620px;
}

.container_12 .grid_9 {
	width: 700px;
}

.container_12 .grid_10 {
	width: 780px;
}

.container_12 .grid_11 {
	width: 860px;
}

.container_12 .grid_12 {
	width: 940px;
}

/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_1 {
	padding-left: 80px;
}

.container_12 .prefix_2 {
	padding-left: 160px;
}

.container_12 .prefix_3 {
	padding-left: 240px;
}

.container_12 .prefix_4 {
	padding-left: 320px;
}

.container_12 .prefix_5 {
	padding-left: 400px;
}

.container_12 .prefix_6 {
	padding-left: 480px;
}

.container_12 .prefix_7 {
	padding-left: 560px;
}

.container_12 .prefix_8 {
	padding-left: 640px;
}

.container_12 .prefix_9 {
	padding-left: 720px;
}

.container_12 .prefix_10 {
	padding-left: 800px;
}

.container_12 .prefix_11 {
	padding-left: 880px;
}

/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1 {
	padding-right: 80px;
}

.container_12 .suffix_2 {
	padding-right: 160px;
}

.container_12 .suffix_3 {
	padding-right: 240px;
}

.container_12 .suffix_4 {
	padding-right: 320px;
}

.container_12 .suffix_5 {
	padding-right: 400px;
}

.container_12 .suffix_6 {
	padding-right: 480px;
}

.container_12 .suffix_7 {
	padding-right: 560px;
}

.container_12 .suffix_8 {
	padding-right: 640px;
}

.container_12 .suffix_9 {
	padding-right: 720px;
}

.container_12 .suffix_10 {
	padding-right: 800px;
}

.container_12 .suffix_11 {
	padding-right: 880px;
}

/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .push_1 {
	left: 80px;
}

.container_12 .push_2 {
	left: 160px;
}

.container_12 .push_3 {
	left: 240px;
}

.container_12 .push_4 {
	left: 320px;
}

.container_12 .push_5 {
	left: 400px;
}

.container_12 .push_6 {
	left: 480px;
}

.container_12 .push_7 {
	left: 560px;
}

.container_12 .push_8 {
	left: 640px;
}

.container_12 .push_9 {
	left: 720px;
}

.container_12 .push_10 {
	left: 800px;
}

.container_12 .push_11 {
	left: 880px;
}

/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_1 {
	left: -80px;
}

.container_12 .pull_2 {
	left: -160px;
}

.container_12 .pull_3 {
	left: -240px;
}

.container_12 .pull_4 {
	left: -320px;
}

.container_12 .pull_5 {
	left: -400px;
}

.container_12 .pull_6 {
	left: -480px;
}

.container_12 .pull_7 {
	left: -560px;
}

.container_12 .pull_8 {
	left: -640px;
}

.container_12 .pull_9 {
	left: -720px;
}

.container_12 .pull_10 {
	left: -800px;
}

.container_12 .pull_11 {
	left: -880px;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
	/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

body {
	color: #615d5c;
	font-family: Georgia,Constantia,
             "Lucida Bright",
             LucidaBright,
             "DejaVu Serif",
             "Bitstream Vera Serif",
             "Liberation Serif",
             
             serif;
	font-size: 16px;
	text-align: left;
	width: 100%;
	line-height: 1.6em;
}

.hatter {
	background: transparent url(hatter.jpg) repeat left top scroll;
	overflow: hidden;
}

.top {
	background: url("top_1.jpg") no-repeat scroll center top transparent;
	bottom: 0;
	height: 458px;
	overflow: visible;
	top: 0;
}

.top_c,.top_d {
	overflow: visible;
	height: 100%;
}

.mid {
overflow:hidden;	
}

.top_c {
	position:relative;
}

.mid_hlp {
	
}

.bot {
	background: transparent url(bottom.jpg) no-repeat center top scroll;
	height: 100px;
	overflow: hidden;
}

.bot_c {

	height: 100%;
	position: relative;
	
}

.cop {
	 color: #333333;
    font-size: 17px;
    left: 333px;
    position: absolute;
    top: 66px;
}


.en {
	  color: #888;
    font-size: 12px;
    left: 264px;
    position: absolute;
    top: 46px;
}

.en a {
	color: #777777;
}

.part {
	position: absolute;
	top: 20px;
	left: 29px;
	font-size: 10px;
	color: #888;
}

.part a {
	font-size: 11px;
	color: #777;
}

a {
	color: #4C4C4C;
}

h1 {
	color: #DA3A23;
    font-size: 36px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1.1em;
    margin: 0 10px 20px 0;
    text-align: left;
    width: 100%;

}

h2,h3 {
	font-size: 29px;
	font-weight: normal;
	line-height: 1.1em;
	margin: 35px 10px 10px 0;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 13px;
	font-weight: normal;
	margin-top: 10px;
}

.page_i_show {
	text-align: left;

}

.page_i_show p {
	margin-bottom: 10px;
}

.nivoSlider {
	position: relative;
}

.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 60;
	display: none;
}

/* The slices in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 50;
	height: 100%;
}

/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #000;
	color: #fff;
	opacity: 0.8; /* Overridden by captionOpacity setting */
	width: 100%;
	z-index: 89;
}

.nivo-caption p {
	padding: 5px;
	margin: 0;
}

.nivo-caption a {
	display: inline !important;
}

.nivo-html-caption {
	display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 99;
	cursor: pointer;
}

.nivo-prevNav {
	left: 0px;
}

.nivo-nextNav {
	right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position: relative;
	z-index: 99;
	cursor: pointer;
}

.nivo-controlNav a.active {
	font-weight: bold;
}

/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */
#slider {
	XXX-moz-box-shadow: 0px 0px 10px #333;
	XXX-webkit-box-shadow: 0px 0px 10px #333;
	XXXbox-shadow: 0px 0px 10px #333;
	position: relative;
	width: 600px; /* Change this to your images width */
	height: 330px; /* Change this to your images height */
	background: url(images/loading.gif) no-repeat 50% 50%;
}

#slider2, #slider3 {
	XXX-moz-box-shadow: 0px 0px 10px #333;
	XXX-webkit-box-shadow: 0px 0px 10px #333;
	XXXbox-shadow: 0px 0px 10px #333;
	position: relative;
	width: 600px; /* Change this to your images width */
	height: 450px; /* Change this to your images height */
	background: url(images/loading.gif) no-repeat 50% 50%;
}

#slider, #slider2, #slider3 a {
	border: 0;
	display: block;
}

#slider img, #slider2 img, #slider3 img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.slider_keret, .slider2_keret, .slider3_keret {
	padding: 10px;
	position: relative;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 3px #333;
	-webkit-box-shadow: 0px 0px 3px #333;
	box-shadow: 0px 0px 3px #333;
	background-color: #fff;
}

.slider_keret2, .slider2_keret2, .slider3_keret2 {
	padding-bottom: 40px;
	position: relative;
	background: transparent url(slide_arny.png) repeat center bottom scroll;
}

.nivo-controlNav {
	position: absolute;
	left: 47%;
	bottom: -30px;
}

.nivo-controlNav a {
	display: block;
	width: 10px;
	height: 10px;
	background: url(bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}

.nivo-controlNav a.active {
	background-position: -10px 0;
}

.nivo-directionNav a {
	display: block;
	width: 32px;
	height: 34px;
	background: url(arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}

a.nivo-nextNav {
	background-position: -32px 0;
	right: 10px;
}

a.nivo-prevNav {
	left: 10px;
}

.fooldal_szoveg {
	position: relative;
	margin-top: 20px;
}

.kapcs {
	margin: 50px 10px 10px 10px;
	padding: 0px 10px 0px 10px;
	border-left: 10px solid #aaa;
	float: left;
	width: 300px;
	margin-right: 100px;
}

.kapcs_cim {
	font-size: 33px;
}

.urlap_i_show {
	text-align: left;
	background: url("uzen.jpg") no-repeat scroll 45px top transparent;
	overflow: visible;
	height: 515px;
	position: relative;
}

.urlap_i_show input {
	width: 80%;
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	outline: medium none;
	position: absolute;
	width: 171px;
}

.urlap_i_show textarea {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	outline: medium none;
	position: absolute;
	width: 171px;
	height: 99px;
	font-size: 12px;
}
.urlap_i_show .gomb {
  background: url("gombok.png") no-repeat scroll -207px top transparent;
    height: 55px;
    left: 103px;
    position: absolute;
    top: 373px;
    width: 171px;
}
.urlap_i_show .nev {
	left: 98px;
	top: 135px;
}

.urlap_i_show .mail {
	left: 98px;
	top: 224px;
}

.urlap_i_show .tel {
	left: 98px;
	top: 180px;
}

.urlap_i_show .uzenet {
	left: 98px;
	top: 269px;
}


.hirek,.prg,.lastc,.xclub {
	background: transparent url(box_2.jpg) repeat-y left top scroll;
	overflow: hidden;
}

.prg .v001 {
	background: transparent url(box_1_es.jpg) no-repeat left top scroll;
}

.lastc .v001 {
	background: transparent url(box_1_fo.jpg) no-repeat left top scroll;
}

.hirek .v001 {
	background: transparent url(box_1_hi.jpg) no-repeat left top scroll;
}

.xclub .v001 {
	background: transparent url(box_1_xk.jpg) no-repeat left top scroll;
}

.hirek .v003,.prg .v003,.lastc .v003,.xclub .v003 {
	padding: 95px 40px 65px 40px;
}

.hirek .v002,.prg .v002,.lastc .v002,.xclub .v002 {
	background: transparent url(box_3.jpg) no-repeat left bottom scroll;
	overflow: hidden;
}

#menu .haut {
	background-image: url("../images/bg/menu/bordures.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-left: 10px;
}

#menu .bas {
	background-image: url("../images/bg/menu/bordures.png");
	background-position: 0 100%;
	background-repeat: no-repeat;
	padding: 55px 0;
}

#menu ul {
	background-image: url("../images/bg/menu/milieu.png");
	background-position: 0 0;
	background-repeat: repeat-y;
	font-weight: bold;
	margin-right: 10px;
	text-transform: uppercase;
}

.lapozo {
	clear: both;
	margin-bottom: 30px;
}

.lapozo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.lapozo ul li {
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	display: inline;
	margin: 1px 1px 1px 0;
	padding: 0;
}

.lapozo ul li a {
	background-color: #777;
	border: 1px solid #333;
	color: #FFFFFF;
	padding: 5px;
	text-decoration: none;
}

.lapozo ul li a:hover {
	background-color: #aaa;
	color: #FFFFFF;
	text-decoration: none;
}

.lapozo span {
	background-color: #FFFFFF;
	border: 1px solid #333;
	color: #333;
	padding: 8px;
}

.lapozo .fst,.lapozo .prv,.lapozo .nxt,.lapozo .lst {
	padding: 5px;
}

.header {
	position: relative;
	width: 100%;
	background-color: #021635;
	top: 0;
	left: 0;
	z-index: 1000;
}

.slide {
	
}

#slideshow {
	height: 550px;
	position: relative;
	width: 1400px;
	top: 0;
	left: 0;
}

.leiras {
	
}

.kontrol_w1 {
	z-index: 500;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	background: transparent url(he_hatter.png) repeat 0 0 scroll;
	position: relative;
	top: 0;
	left: 0;
}

.kontrol {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 975px;
	top: 0;
	left: 0;
}

.footer {
	font-family: Helvetica, sans-serif;
	overflow: hidden;
	width: 100%;
	color: #3abeef;
	background-color: #1e2e47;
	padding-top: 80px;
	background: url("hatter.png") repeat-x scroll center top #1e2e47;
}

.footer  a {
	color: #3abeef;
}

.footer .sitemap .szint1 a {
	XXXfont-weight: bold;
	text-transform: uppercase;
	font-size: 19px;
	letter-spacing: 0.2em;
}

.footer .sitemap .szint2 a {
	XXXfont-weight: normal;
	color: #2580a6;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0em;
	background: url("lidisz.png") no-repeat scroll right center transparent;
	padding: 0 18px 0 0;
}

.footer .sitemap .last a {
	background: none;
}

.footer a {
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer .sitemap .szint1 {
	display: block;
	margin: 0px 0px 15px 0px;
	float: left;
	clear: both;
	text-align: left;
	width: 100%;
}

.footer .sitemap .szint2 {
	text-align: left;
	display: block;
	float: left;
	margin: 6px 9px 0px 0px;
}

.footer .twfollow {
	position: absolute;
	right: 0px;
	top: 60px;
	text-align: right;
}

.footer .twfollow a {
	display: block;
}

.footer .twfollow p {
	margin-bottom: 4px;
}

.term_lister_001,.term_show_001,.comm_i_list,.infobox,.page_i_show {
	text-align: left;
}

.term_lister_001 a,.term_show_001 a {
	text-decoration: none;
}

.term_lister_001 .one_term,.term_show_001 .one_term {
	margin: 0px 0px 50px 0px;
	overflow: auto;
}





.term_lister_001 small {
	font-size: 11px;
	margin-left: 5px;
}

.term_lister_001 .leirshort,.term_show_001 .leirlong,.page_i_show {
	XXXfont-size: 15px;
	line-height: 1.4em;
}

.term_show_001 .leirlong h2,.page_i_show h2 {
	XXXcolor: #998759;
	font-size: 27px;
	line-height: 1.1em;
	margin: 35px 10px 10px 0;
	font-weight: normal;
}

.term_show_001 .leirlong p,.page_i_show p,.page_i_show a {
	margin: 0 0 15px 0;
}

.term_show_001 .szerzo {
	XXcolor: #998759;
	font-size: 18px;
	line-height: 1.6em;
	margin: 20px 10px 20px 0;
	font-weight: normal;
}

.term_show_001 .showdb {
	XXcolor: #998759;
	font-size: 14px;
	line-height: 1.6em;
	margin: 10px 10px 10px 0;
	font-weight: normal;
}

.page_i_show small {
	margin: 0 20px 0px 0px;
	color: #939393;
	font-size: 10px;
	display: block;
	font-family: Helvetica, sans-serif;
	letter-spacing: 0em;
	text-transform: uppercase;
}

.term_lister_001 .leirshort {
	margin: 0 10px 8px 0;
	overflow: hidden;
}

.term_show_001 .leirlong {
	margin: 0px 0px 20px 0px;
}

.term_lister_001 .thum,.term_show_001 .thum {
	float: left;
}

.term_lister_001 .thum img,.term_show_001 .thum img {
	border: 6px solid #FFFFFF;
	display: block;
	margin: 0 10px 10px 0;
}

.term_lister_001 .bovebben {
 color: #DA3A23;
    display: block;
    font-size: 19px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.1em;
    margin: 3px 10px 20px 0;
    text-align: left;
    width: 100%;
}

.term_lister_001 .szerzo {
	margin: 0 0 5px 3px;
	color: #939393;
	font-size: 11px;
	display: block;
	font-family: Helvetica, sans-serif;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.comm_i_list {
	margin: 45px 15px 10px 15px;
}

.comm_i_list .kommcim {
	font-size: 30px;
	color: #998759;
	margin: 0 0 10px 0px;
}

.comm_i_list .hozzcim {
	font-size: 30px;
	color: #998759;
	margin: 15px 0px 10px 0px;
}

.comm_i_list .hozzkuld {
	display: block;
	margin-bottom: 20px;
}

.comm_i_list .comment .fej {
	
}

.comm_i_list .comment .iro {
	float: left;
	font-size: 22px;
	color: #66604f;
	margin-bottom: 15px;
}

.comm_i_list .comment .created {
	float: right;
	font-size: 13px;
	color: #66604f;
}

.comm_i_list .comment .tartalom {
	clear: both;
	font-size: 15px;
	color: #66604f;
}

.comm_i_list .comment .vez {
	margin: 0px 10px 0px 0px;
	float: left;
}

.comm_i_list .comment .vezerlo {
	padding: 5px 5px 5px 5px;
	overflow: auto;
}

.comm_i_list .comment,.comm_i_list .commir {
	background: none repeat scroll 0 0 transparent;
	border: 2px solid #999282 !important;
	line-height: 1.6em;
	margin: 20px 0 0;
	padding: 10px;
	text-align: left;
	-moz-border-radius: 8px 8px 8px 8px;
	XXX-moz-box-shadow: 0 0 10px #000000;
}

.comm_i_list .figy {
	color: #8A7A50;
	font-size: 12px;
}

.hirek .tov,.xclub .tov,.prg .tov,.lastc .tov {
	color: #8A7A50;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: -1px;
	width: 100%;
}

.hirek span,.xclub span,.prg span,.lastc span,.infobox {
	color: #727272;
	font-size: 13px;
}

.prg .dattol {
	color: #998759;
	display: block;
	font-size: 12px;
	padding: 0 0 0 10px;
}

.hirek .cim_keret,.xclub .cim_keret,.prg .cim_keret,.lastc .cim_keret,.infobox p
	{
	display: block;
	margin: 3px 0px 8px 0px;
	line-height: 1em;
}

.hirek .cim_keret:hover,.xclub .cim_keret:hover,.prg .cim_keret:hover,.lastc .cim_keret:hover
	{
	text-decoration: underline;
	color: #727272;
}

.hirek .one_term,.xclub .one_term,.prg .one_term,.lastc .one_term {
	margin: 0px 0px 0px 0px;
}

.infobox .bovebben {
	margin: 0px 0px 5px 0px;
	color: #d52233;
	display: block;
	clear: both;
	font-style: italic;
	font-size: 16px;
}



.share_i_show p {
	font-size: 12px;
}

.share_i_show .iwiw {
	margin: 10px 0px 0px 10px;
}

.share_i_show .facebook {
	margin: 10px 0px 0px 10px;
}

.share_i_show .facebook iframe {
	height: 100%;
}

.share_i_show .twitter {
	margin: 10px 0px 0px 10px;
	background: transparent
		url(http://twitter-badges.s3.amazonaws.com/t_small-a.png) no-repeat
		left top scroll;
}

.share_i_show .twitter a {
	display: block;
	height: 22px;
	padding-left: 27px;
	padding-top: 3px;
	text-decoration: none;
}

.hirek li,.xclub li,.prg li {
	padding-left: 12px;
	background: transparent url(lidisz2.gif) no-repeat left 8px scroll;
}

.PDS_Poll {
	margin-top: 50px
}

.pds-pd-link {
	display: none !important;
}

.cyc_nfo {
	position: absolute;
	bottom: 10px;
	width: 960px;
	margin-left: 0px;
	left: 50px;
	text-align: left;
}

.cyc_nfo_cim {
	background: transparent url(trp_gr.png) repeat 0 0 scroll;
	font-size: 45px;
	color: #d52233;
	line-height: 1em;
	margin-bottom: 5px;
	padding: 4px 13px 7px 13px;
	display: inline;
	float: left;
	XXXmargin-right: 300px;
}

.cyc_nfo_txt {
	background: transparent url(trp_rd.png) repeat 0 0 scroll;
	font-size: 16px;
	color: #e5e2d5;
	line-height: 1em;
	margin-bottom: 10px;
	padding: 9px 16px 9px 16px;
	display: inline;
	float: left;
	clear: both;
	XXXmargin-right: 600px;
}

.term_i_commlis a {
	display: block;
	margin: 0px 0 0 0;
	text-decoration: none;
	color: #727272;
	font-size: 13px;
	text-align: left;
	line-height: 1.2em;
}

.term_i_commlis li {
	background: transparent url("lidisz2.gif") no-repeat 0px 5px;
	padding-left: 12px;
	line-height: 12px;
	width: 206px;
	margin-bottom: 5px;
}

.term_i_commlis .nev {
	color: #222222;
	font-size: 13px;
}

.term_i_commlis .txt {
	font-size: 13px;
	color: #727272;
}

.term_i_commlis .dat {
	color: #222222;
	font-size: 13px;
	display: block;
}

.term_i_commlis .bov {
	color: #998759;
	font-size: 13px;
	display: block;
	background: url("nyil.gif") no-repeat scroll 0 4px transparent;
	padding: 0 0 0 13px;
}

.tweet {
	display: block;
	margin: 3px 0 8px;
	text-decoration: none;
	color: #727272;
	font-size: 13px;
	text-align: left;
	line-height: 1.2em;
}

.tweet li {
	background: url("lidisz2.gif") no-repeat scroll left 5px transparent;
	padding-left: 12px;
	margin: 3px 0 8px;
}

.tweet .tweet_time {
	color: #222222;
	font-size: 13px;
}

.tweet a {
	color: #998759;
	font-size: 13px;
	background: url("nyil.gif") no-repeat scroll 0 4px transparent;
	padding: 0 0 0 13px;
}

.tweetbott {
	margin: -38px 0 35px 33px;
	font-size: 12px;
}

.fbook {
	margin-left: 33px;
}

.forum .one_term {
	margin: 0px 0px 10px 0px;
}

.forum .cim {
	font-size: 17px;
}

.forum .gomb {
	clear: both;
	color: #81724B;
	font-size: 16px;
	font-style: italic;
	margin: 0 0 5px;
}

.forum .temanyito {
	font-size: 14px;
}

.forum li {
	padding-left: 12px;
	background: transparent url(lidisz2.gif) no-repeat left 10px scroll;
}

.ujtema {
	background: none repeat scroll 0 0 transparent;
	border-top: 4px dashed #E1E1E1;
	margin: 40px 0px 40px 0px;
	padding: 5px;
	text-align: left;
	overflow: hidden;
}

.ujtema .figy {
	font-size: 12px;
	line-height: 1em;
}

.ujtema input {
	width: 300px;
	display: block;
}

.ujtema textarea {
	width: 300px;
	height: 200px;
}

.ujtema h3 {
	margin-top: 20px;
}

.ujtema h4 {
	font-size: 13px;
	font-weight: normal;
	margin-top: 10px;
}

.mikor,.hol {
	font-size: 17px;
	font-weight: italic;
	display: block;
	margin: 2px 0px 2px 10px;
	color: #81724B;
}

.kepek img {
	border: 5px solid #FFFFFF;
}

textarea,input {
	background-color: transparent;
}

.galeria_i_show_dir .v001 li {
	float: left;
	height: 265px;
	margin: 0 10px 10px 0;
	width: 300px;
}

.galeria_i_show_dir .v001 .even {
	margin-right: 0px;
}

.galeria_i_show_dir {
	text-align: center;
	overflow: hidden;
}

.galeria_i_show_dir .cim {
	font-size: 15px;
	line-height: 1em;
}

.galeria_i_show_dir .also {
	margin-top: 3px;
}

.ajanlo img{
width:280px;
}

.ajanlo li .one_term {
overflow:hidden;
}

.ajanlo h3{
font-size: 18px;
    margin: 0 0 0 10px;
    padding: 0;
  font-style: italic;
}

.ajanlo .bovebben{
display: block;
    font-size: 15px;
    margin: 2px 0 0 10px;
    padding: 0;
}
.ajanlo .one_term{
margin-bottom:20px;
}
.ajanlo .one_term .thum{
float:none;
}

.box_tovabb{
color: #DA3A23;
    display: block;
    font-size: 19px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.1em;
    margin: 3px 10px 20px 48px;
    text-align: left;
    width: 100%;
}
.ajanlo .one_term .thum img{
float:none;
margin:0px;
padding:0px;
}

.term_show_001 p a {
    text-decoration: underline
}