@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(bg_body.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
	color: #FFFFFF;
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #9B9B9B;
	font-size: 1em;
	padding-bottom:50px; /*Infosav miatt*/
}
/*div {
	font-size: 10px;
}*/

a:link, a:visited {
	color: #848484;
	text-decoration: none;
}
a:hover {
	color: #E1E1E1;
}
a.active {
	color: #CCCCCC;
}

/* Eltávolítás: az idegesítő egér nélküli navigációhoz kellő keretek a linkek körül*/
img { border: none; } 
a { outline: none; }


/*alsó bar*/
#bottombar {
	color: #E6E6E6;
	font-weight: bold;
	font-size: 0.8em;
	/*font-size: 15px;*/
	/*font-size: 150%;*/
	text-align: right;
	display:inline;
	position: fixed;
	bottom: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background: #000000;
	width: 100%;
	left: 0px;
	padding: 0px; /*kiváltottam táblázattal*/
}
#bottombar form{
	display:inline;
}
#bottombar div{
	display:inline;
	float: left;    /*IE7 nem birja*/
}
#bottombar a{
	display:inline;
/*	float: right;*/
	padding-right: 10px;
}
#bottombar table{
	border-width:0px;
	border-color: white;
	width: 100%;
}


/*Navigációs bar*/
#navigation {
	color: #464646;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 25px;
	font-size: 1.2em;
	vertical-align: bottom;
	text-align: center;
	position: relative;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 5%;
	width: 95%;
	line-height: 120%;
}



#navigation div{
	display: inline;
}
#navigation h6{ /* Az IEmod szövegrész betűkészlete*/
	font-size: 0.6em;
	display: inline;
	left: 1%;
	color: #CCCCCC;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	margin: 0;
	list-style-type: none;
	display: inline;
	float: left;
}
#navigation a,#navigation a:link,#navigation a:visited {
	color: #848484;
	display: inline;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-decoration: none;
}
#navigation li a:link, #navigation li a:visited {
	color: #848484;
}
#navigation li a:hover {
	background-color: #000000;
	color: #CACACA;
}
#navigation li a.active {
	color: #000000;
	background-color: #CCCCCC;
}

/* Másodlagos menu*/
.almenu {
	color: #464646;
	font-weight: bold;
	font-size: 0.75em;
	vertical-align: top;
	position: relative;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.almenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.almenu li {
	display: inline;
	margin: 0;
}
.almenu a {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-right: 1%;

}
.almenu li a:link, .almenu li a:visited {
	color: #848484;
	text-decoration: none;
}
.almenu li a:hover {
	color: #E1E1E1;
}
.almenu li a.active {
	color: #CCCCCC;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}


/* Képek rendezői */
#kepkeret {
	margin-top: 50px;
	margin-left: 50px;
	margin-right: 50px;
}
#kepkeret .thumbnail a img {
	border: 5px solid #1B1B1B;
	width: 100px;
	height: 100px;
	margin: 10px;
}

#kepkeret .thumbnail a:hover img {

	height: 120px;
	width: 120px;
	margin: 0px;
}

#kepkeret .thumbnail {
	width: 100px;
	text-align: left;
	display: inline;
	overflow: hidden;
	border: 0px;
	* margin: -2px;

}


/* Szüréshez használt cimkék*/
#nav_cimkek {
	margin: 3%;
}
#osszes_cimke_div {
	font-size: 2em;
	text-align: center;
}
#osszes_cimke_div .M0 {
	font-size: 0.4em;
}
#osszes_cimke_div .M1 {
	font-size: 0.5em;
}
#osszes_cimke_div .M2 {
	font-size: 0.6em;
}
#osszes_cimke_div .M3, #osszes_cimke_div .M4 {
	font-size: 0.7em;
}
#osszes_cimke_div .M5, #osszes_cimke_div .M6 {
	font-size: 0.8em;
}
#osszes_cimke_div .M7, #osszes_cimke_div .M8{
	font-size: 0.9em;
}


.cimkek {
	color: #464646;
	font-weight: bold;
	font-size: 0.75em;
	text-align: left;
}
.cimkek a {
	padding-right: 5px;
	padding-left: 5px;

}



/* Hirek Stilusgyüjtemény*/
.stilus_hirek p {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	margin: 5px;
}
.stilus_hirek h1 {
	font-weight: 100;
	color: #888888;
	font-size: 36px;
	margin-bottom: 50px;
	text-decoration: none;
}
.stilus_hirek h2 {
	font-weight: 100;
	color: #666666;
	text-transform: none;
	margin-bottom: 0px;
	margin-top: 50px;
}
.stilus_hirek h3 {
	font-weight: 100;
	color: #666666;
	font-size: 14px;
}
.stilus_hirek h4 {
	color: #666666;
	font-size: 0.8em;
}
.stilus_hirek a:link, .stilus_hirek a:visited {
	color: #D1D1D1;
}
.stilus_hirek p span {
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.stilus_hirek_nomargin h2 {
	font-weight: 100;
	color: #666666;
	text-transform: none;
	margin-bottom: 0px;
	margin-top: 0px;
}

#hirek {
	height: 100%;
}

#rolunk , #teszt{
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}


#hirek_tomb {
	width: 50%;
	height: 80%;
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: center;
	vertical-align: bottom;
}
#hirek_tomb_belso {
	padding-right:10%;
}
#hirek_tomb_belso h4 {
	color: #848484;
}
#hirek_tomb iframe {
	position: absolute;
	bottom: 0px;
	right: 10px;
	height: 90%;
	width: 90%;
}
#hirek_kepek {
	width: 45%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	position: absolute;
	bottom: 0px;
	text-align: center;
	height: 80%;
	left: 0px;
}

#info_popup_inner, #ie_popup_inner, #Link_popup_inner  {
	padding:50px;
}
#facebook_popup_inner {
	text-align: center;
}
#facebook_popup_inner iframe{
	background-color: #FFFFFF;
	margin:1px;
}
#blogok {
	height: 100%;
}
#blogok_belsokeret {
	position: absolute;
	width: 99%;
	height: 82%; /* EZzel méretezz!!!*/
/*	top: 100px;*/
	bottom: 1px;
}

#blogok iframe {
	width: 100%;
	/*z-index: -1;*/
	height: 100%;
	position: absolute;
	bottom: 25px;
	height: 100%;
}


#ujkepek {
	text-align: left;
	padding: 20px;
	padding-left: 15%;
	padding-top: 5%;
}
.frisskepek {
	padding-bottom: 10px;
	color: #666666;
	font-weight: 600;
	text-transform: none;
	font-size: 14px;
	height: 80px;
}
.frissképek_ikon img {
	height: 70px;
	width: 70px;
}

.frissképek_ikon {
	margin-right: 7px;
	height: 71px;
	width: 71px;
	overflow: hidden;
	float: left;
}


.frissképek_adat {
	overflow: hidden;
	width: 60%;
	text-align: center;
}






#hirek_cimsor {
	text-align: center;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#fejlesztes {
	padding-left: 50px;
}
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}

.tt span{ display: none; }
/*background:; ie hack, something must be changed in a for ie to execute it*/
.tt:hover{ z-index:999; color: #aaaaff; background:;}
.tt:hover span.tooltip{
	display:block;
	position:absolute;
	left:50%;
	padding: 1px 0 0 0;
	width:400px;
	color: #FFFFFF;
	text-align: center;
	font-size: 0.6em;
}
#vetitesgomb {
	color: #FFFFFF;
}

#infosav {
	text-align: center;
	border: 0px solid #555555;
	vertical-align: middle;
	background-color:#000000;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
	padding: 15px;
}
.stilus_infosav h1, .frissképek_adat   h1 {
	color: #CCCCCC;
	font-size: 0.9em;
	display: inline;
}
.stilus_infosav h2, .frissképek_adat   h3 { /*H2 foglalt a nomargin miatt*/
	color: #777777;
	font-size: 0.8em;
	display: inline;
}
.stilus_infosav h3  {
	color: #666666;
	font-size: 0.7em;
	display: inline;
}
#infosav h3, #infosav h4, #infosav h5, #infosav h6 {
	margin: 0px;
}
#infosav table,#infosav td, #infosav tr {
	padding: 0px;
	border: 0px solid #555555;
	margin: 0px;
}
#infosav table {
	width: 240px;
}

.opacity_30 {
	/* for IE */
	filter:alpha(opacity=30);
	/* CSS3 standard */
	opacity:0.3;
	position: absolute;
}
.opacity_50 {
	/* for IE */
	filter:alpha(opacity=50);
	/* CSS3 standard */
	opacity:0.5;
	position: absolute;
}
.opacity_70 {
	/* for IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
	opacity:0.7;
	position: absolute;
}

#ikongombok img {
	width: 20px;
	height: 20px;
	
}
#ikongombok {
	line-height: 25px;
}
