/* 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,pre {
	color: #423d3b;
	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(back.jpg) repeat left top scroll;
	overflow: hidden;
}

.container {
	
}

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

.main_page .top {
	height: 758px;
}

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

.top_c,.mid_c,.bot_c {
	position: relative;
}

.top_d {
	background: transparent url(top_2.jpg) no-repeat center 182px scroll;
}

.Xbot_c {
	overflow: hidden;
	height: 200px;
	position: relative;
}

.Xbot_d {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.mid {
	
}

a {
	color: #746652;
}

h1 {
	color: #676259;
	font-size: 40px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 40px;
	margin-bottom: 20px;
	text-align: left;
	XXXtext-shadow: 0 1px 1px #555555;
	XXXtext-transform: uppercase;
	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;
	margin-top: 0px;
}

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

.cop {
	color: #333333;
	font-size: 17px;
	left: 25px;
	position: absolute;
	bottom: 10px;
}

.en {
	color: #888;
	font-size: 12px;
	left: 25px;
	position: absolute;
	bottom: 28px;
}

.en a {
	color: #777777;
}

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

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

.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;
}

.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 70px 0px;
	overflow: auto;
}

.prog .term_lister_001 .one_term,.prog .term_show_001 .one_term {
	margin: 0px 0px 33px 0px;
}


.term_lister_001 h2,.term_lister_001 h2 a,.term_show_001 h1,.page_i_show h1
	{
   color: #676259;
    font-size: 45px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1.1em;
    margin: 0 0px 16px 0;
}

.prog .term_lister_001 h2, .prog .term_lister_001 h2 a
	{
  color: #676259;
    font-size: 27px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 1.1em;
    margin: 0 10px 1px 0;
}

.term_lister_001 h1 {
	border-left: 6px solid;
	display: block;
	font-size: 19px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 7px;
	line-height: 1em;
	margin: 0 0px 40px;
	padding-left: 6px;
	text-align: left;
	text-transform: uppercase;
}

.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 {
	color: #746652;
	font-size: 30px;
	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: #746652;
	font-size: 18px;
	line-height: 1.6em;
	margin: 20px 10px 20px 0;
	font-weight: normal;
}

.term_show_001 .showdb {
	XXcolor: #746652;
	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 0px 8px 0;
	XXXoverflow: hidden;
}

.prog .term_lister_001 .leirshort {
	margin: 0 0px 0px 0;
	XXXoverflow: 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 {
	display: block;
	margin: 0px 0 10px 0;
}

.term_lister_001 .bovebben {
	clear: both;
	display: block;
	font-size: 22px;
	font-style: italic;
	margin: 6px 0 5px;
}

.prog .term_lister_001 .bovebben {
	font-size: 20px;

margin: 0px 0 5px;
}

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

.comm_i_list {
	background: transparent url(ik_kerdo.jpg) no-repeat top left scroll;
}

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

.comm_i_list .comment .fej {
	
}

.comm_i_list .comment .iro {
	display: block;
	font-size: 22px;
}

.comm_i_list .comment .created {
	display: block;
	font-size: 12px;
	margin-bottom: 3px;
}

.comm_i_list .comment .tartalom {
	font-size: 15px;
	font-style: italic;
}

.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 {
	border-top: 2px dashed #534b40;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	overflow: hidden;
}

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

.galeria_i_show_dir .v001 li {
    display: block;
    float: left;
    height: 249px;
    margin: 0 15px 10px 0;
    width: 208px;
}

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

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

.slide_galeria {
	overflow: hidden;
}

.share_i_show {
	background: transparent url(ik_repulo.jpg) no-repeat top left scroll;
	text-align: left;
}

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

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

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

.share_i_show .sh_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 .sh_twitter a {
	display: block;
	height: 22px;
	padding-left: 27px;
	padding-top: 3px;
	text-decoration: none;
}

.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 {
	background: transparent url(ik_hozz.jpg) no-repeat top left scroll;
}

.term_i_commlis .nev {
	color: #423D3B;
	font-size: 16px;
}

.term_i_commlis .txt {
	font-size: 16px;
	color: #746652;
}

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

.term_i_commlis .bov {
	color: #423D3B;
	font-size: 16px;
	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: #746652;
	font-size: 13px;
	text-align: left;
	line-height: 1.2em;
}

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

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

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

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

.fbook {
	background: transparent url(ik_face.jpg) no-repeat top left scroll;
}

.forum_lister .one_term {
	margin: 0px 0px 20px 0px;
}

.forum_lister .cim {
	 font-size: 27px;
    line-height: 1.2em;
}

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

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

.forum_lister li {
	Xbackground: url("lidisz5.jpg") no-repeat scroll left 5px transparent;
	Xpadding-left: 20px;
}

.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;
}

.term_i_commlis,.lastapro,.fbook,.infobox,.prgakt,.level,.twitter,.share_i_show,.comm_i_list, .world
	{
	margin-bottom: 40px;
margin-top:20px;
	padding-left: 170px;
	padding-top: 30px;
	min-height: 140px;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 15px;
}

.lastapro {
	background: transparent url(ik_hird.jpg) no-repeat top left scroll;
}

.infobox {
	background: transparent url(ik_info.jpg) no-repeat top left scroll;
}

.prgakt {
	background: transparent url(ik_ora.jpg) no-repeat top left scroll;
}

.level {
	background: transparent url(ik_level.jpg) no-repeat top left scroll;
}

.twitter {
	background: transparent url(ik_twitt.jpg) no-repeat top left scroll;
}
.world {
	background: transparent url(ik_world.jpg) no-repeat top left scroll;
}


.hozzl_box {
	border: 1px dashed;
	margin: 0 10px 50px;
	padding: 10px;
}

.hozznew_megj {
	font-size: 12px;
	margin-bottom: 10px;
}

.hozzcim {
	font-size: 35px;
}

.comm_i_list textarea {
	width: 280px;
	background-color: transparent;
}

.comm_i_list input {
	background-color: transparent;
}

.box_tovabb {
	font-size: 19px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.2em;
}

.lastapro .one_term a{
	color:#423D3B;
}



.lastapro .leirshort {
	
}

.cim {
	
}

.dattol,.helyszin, .hol {
	color: #746652;

}
.helyszin {

	padding: 0 0 10px 0px;
}

.lastcomm .one_term,.lastapro .one_term,.prgakt .one_term {
	margin: 0px 0px 15px 0px;
}

.lastcomm a,.lastapro a,.prgakt a {
	display: block;
	line-height: 1.2em;
	text-decoration: none;
}

.prgakt .cim{
	color: #423D3B;
}
.prgakt .dattol{
	color: #746652;
}
.lastcomm a:hover,.lastapro a:hover,.prgakt a:hover {
	text-decoration: underline;
}

.lastcomm  li,.lastapro  li,.prgakt li {
	Xbackground: transparent url("lidisz5.jpg") no-repeat 0px 2px;
	Xpadding-left: 20px;
	line-height: 12px;
	   margin-bottom: 20px;
}

.apro_lister .kep {
	float: left
}

.apro_lister .apro_txt {
	overflow: hidden;
	padding-left: 10px;
}

.apro_lister .apro_txt .datum , .apro_lister .apro_txt .iranyar{
	color: #746652;
font-style: italic;
}

.apro_info {
	font-size: 12px;
	line-height: 1.2em;
}

.apro_info p {
	margin-bottom: 0px;
}

.apro_info h4 {
	font-weight: bold;
	margin-top: 8px;
}

.apro_adatok span {
	display: block;
	font-size: 11px;
	font-style: italic;
	line-height: 1em;
}

.apro_gomb {
	margin: 20px 0px 20px 0px;
	display: block;
	font-size: 16px;
}

.apro_telep,.apro_elerh,.apro_iranyar {
	width: 230px;
	background-color: transparent;
}

.apro_szoveg {
	width: 250px;
	height: 150px;
	background-color: transparent;
}
.apro_cim {
	font-size:38px;
}

.mid_d_le{
	overflow:hidden;
}


.forum_info {
	font-size: 12px;
	line-height: 1.2em;
}

.forum_info p {
	margin-bottom: 0px;
}

.forum_info h4 {
	font-weight: bold;
	margin-top: 8px;
}

.forum_adatok span {
	display: block;
	font-size: 11px;
	font-style: italic;
	line-height: 1em;
}

.forum_gomb {
	margin: 20px 0px 20px 0px;
	display: block;
	font-size: 16px;
}

.forum_tbx {
	width: 230px;
	background-color: transparent;
}

.forum_szoveg {
	width: 250px;
	height: 150px;
	background-color: transparent;
}
.forum_cim {
	font-size:38px;
}

.comm_info p{
line-height: 1.2em;
margin-bottom: 10px;
}

.apronew {
    overflow:auto;
}

.apronew .kiskep{
    float:left;
margin-right:10px;
 border: 2px solid #E1E1E1;
}


.apronew .kivonat{
    overflow:hidden;
display: block;
    margin-top: 10px;
}
