/* CSS Document */
/* MINDENRE VONATKOZIK - body, link... */
body {
	background-color: #BEBEA8;
	margin: 0px;
	font-family: "Garamond";	
}
p{
	font-size: 16px;			//Admin szövegszerkesztője miatt kell
}

a:link {text-decoration: none;
	color: #6D302F!important;}
a:active {text-decoration: none;
	color: #6D302F!important;}
a:visited {text-decoration: none;
	color: #6D302F!important;}
a:hover {text-decoration: none;
	color: #000000!important;}

/* KÉPEK */
img {
	border: 0px;
}
/*a:hover img {
	filter:alpha(opacity=50);
	opacity: 0.5;
}*/

/* ŰRLAPOK */
input        { 
	background-color: #ffffff;
	border: 1px solid #000000;  
	font-size: 14px; 
	font-weight: bold;
	font-family: "Times New Roman";
}
input:hover  { 
	border: 1px solid #483e32;
	background-color: #9d9d7d;
}
input:focus  { 
	background-color: #483e32;
	border: 1px solid #F5C625;
	color: white; 
}

/* HÁTTÉR */
.bgvbal {
	background-image:   url(./x_html/x_bgvb.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}
.bgvjobb {
	background-image:   url(./x_html/x_bgvj.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}
.lent_ev {
	width: 157px;
	float: left;
	background-color: #483e32;
	color: #BEBEA8!important;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
}
.lent {
	width: 612px;
	float: left;
	background-color: #000000;
	color: #BEBEA8!important;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
}
.lent a {
	color: #BEBEA8!important;
}
.lent a:active {
	color: #BEBEA8!important;
}
.lent a:visited {
	color: #BEBEA8!important;
}
.lent a:hover {
	color: #6D302F!important;
}

/* FACEBOOK */
.facebook {
	vertical-align: middle;
	line-height: 30px;
	float: left;
	padding-left: 5px;
}

.facebook_box {
	display: none;
}

/* AKTUÁLIS, HÍREK */
.hir_cim {
	font-family: "Garamond";
	padding: 3px 0px 3px 0px;
	font-size: 16px;
	font-weight: bold;
}
.hir_lead {
	padding: 0px 0px 0px 0px;
	font-family: "Garamond";
	font-size: 15px;
}
.hir_datum {
	padding: 3px 0px 3px 0px;
	font-family: "Garamond";
	font-size: 13px;
	text-align: right;	
	border-bottom: 1px dashed black;
}
.hir_cim_kicsi {
	font-family: "Garamond";
	padding: 1px 0px 1px 0px;
	font-size: 14px;
}
.hir_datum_kicsi {
	padding: 1px 0px 1px 0px;
	font-family: "Garamond";
	font-size: 12px;
	text-align: right;
}

/* SZÖVEGFORMÁZÁS */
.kiemel {
	background-color: #F5C625;
	display: inline;
}	
.cim {
	background-image:  url(./x_html/x_cim.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 2px;
	color: black;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.oldalcim {
	color: #000000;
	font-size: 17px;
	font-weight: bold;
	text-decoration: underline;
}

.text {
	font-size: 16px;
}
.text_kicsi {
	font-size: 14px;
}
.text_dolt {
	font-size: 16px;
	font-style: italic;
}
.text_dolt_b {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.text_piros {
   	font-size: 16px; 
  	color: #cc0000;
}
.text_nagy {
	font-size: 16px;
	font-weight: bold;
}
.text_nagy_kozep {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.text_nagy_piros {
  	color: #cc0000;
   	font-size: 16px; 
	font-weight: bold;
}
.text_nagyobb {
	font-size: 20px;
	font-weight: bold;
}

/* TÁBLAFORMÁZÁS */
.table_kiemelt {
	padding: 2px 0px 2px 0px;
   	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid black;
}
.table_kiemelt_kicsi {
	padding: 0px 0px 0px 0px;
   	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid black;
}
.table_fejlec {
	background-color: #483e32;
	color: #BEBEA8; 
   	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.table_fejlec_alahuzott {
	background-color: #483e32;
   	font-size: 16px;
	font-weight: bold;
	font-family: "Garamond";
	color: #BEBEA8; 
	text-align: center;
	text-decoration: underline;
}
.table_fejlec_bal {
	background-color: #483e32;
	color: #BEBEA8;
    	font-size: 16px;
	font-weight: bold;
	font-family: "Garamond";
}

.table {
	background-color: #9d9d7d;
	color: #000000; 
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	font-family: "Garamond";
	text-decoration: none;
}
.table_kozep {
	background-color: #9d9d7d;
	font-size: 16px;
	font-family: "Garamond";
	color: #000000;
	text-align: center;
	text-decoration: none;
}
.table_nagy {
	background-color: #9d9d7d;
   	font-size: 16px;
	font-weight: bold;
	font-family: "Garamond";
	color: #000000; 
	text-decoration: none;
}
.table_nagy_kozep {
	background-color: #9d9d7d;
   	font-size: 16px;
	font-weight: bold;
	font-family: "Garamond";
	color: #000000; 
	text-decoration: none;
	text-align: center;
}
.table_vonal {
	background-image:   url(./x_html/x_vonal1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}