@charset "utf-8";
/* CSS Document */

body { 
	top: 0px;
	margin: 0px;
	padding: 0px !important;
	width: 100% !important;
	height: 100% !important;
	font-size: 14px; 
	background-color: rgba(239,221,179,1);
	background-image: url("/images/bgjustice.png");
	background-repeat: no-repeat;
    background-position: center top;
	background-attachment: fixed;
}

.border { width:960px; margin:auto; }
.header { width:100%; margin:auto; background:rgba(243,243,243,0.3); }
.logo { margin:10px;  }
.menu { width:100%; margin:auto; }
.menufixed { position: fixed; top: 0px; z-index:1000; width:960px;}
.contentframe { width:958px;  min-height: calc(100% - 150px); position:absolute; margin:0px; border:1px solid #F3F3F3;}
.contentframefixed { top:150px; }
.content { width:940px;   margin:10px; padding-bottom:40px; text-align:justify;}
.footer { width:938px; margin:auto; background:#F3F3F3; position: absolute;  bottom: 0px; padding:10px; line-height:20px; } 
.picture { margin-right:10px; margin-bottom:10px; border: 1px solid #F3F3F3; padding: 10px; }
.portre { width:130px; }
#fli_elerhetoseg { visibility:hidden; }
#li_elerhetoseg { visibility:visible; }

@media only screen and (max-width: 1024px) {

.border { width:100%; margin:auto; }
.contentframe { width:100%;  min-height: calc(100% - 150px); position:absolute; margin:0px; border:0px solid #F3F3F3;}
.content { width:calc(100% - 20px);   margin:10px; padding-bottom:40px;}
.footer { width:calc(100% - 20px); margin:auto; background:#F3F3F3; position: absolute;  bottom: 0px; padding:10px; line-height:20px; } 
.portre { width:110px; }
#fli_elerhetoseg { visibility:hidden; }
#li_elerhetoseg { visibility:visible; }
}
		

@media only screen and (max-width: 360px) {
.portre { width:90px; }	
#li_elerhetoseg { visibility:hidden; }
#fli_elerhetoseg { visibility:visible; }

}




/* menubar */

#menu-bar {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  height: 26px;
  line-height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  box-shadow: 0px 0px 0px #FCFCFC;
  -webkit-box-shadow: 0px 0px 0px #FCFCFC;
  -moz-box-shadow: 0px 0px 0px #FCFCFC;
  background: #ABABAB;
 /* border: solid 1px #6D6D6D; */
  position:relative;
  z-index:999;
}
#menu-bar li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  position: relative;
  list-style: none;
}
#menu-bar a {
  font-weight: bold;
  font-family: arial;
  font-style: normal;
  font-size: 14px;
  color: #E7E5E5;
  text-decoration: none;
  display: block;
  padding: 6px 10px 6px 10px;
  margin: 0;
  margin-bottom: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  text-shadow: 1px 1px 0px #000000;
}
#menu-bar li ul li a {
  margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
  background: #0399D4;
  background: linear-gradient(top,  #EBEBEB,  #A1A1A1);
  background: -ms-linear-gradient(top,  #EBEBEB,  #A1A1A1);
  background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#A1A1A1));
  background: -moz-linear-gradient(top,  #EBEBEB,  #A1A1A1);
  color: #444444;
 /* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
 */ text-shadow: 1px 1px 1px #FFFFFF;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu-bar ul a:hover {
  background: #0399D4 !important;
  background: linear-gradient(top,  #04ACEC,  #0186BA) !important;
  background: -ms-linear-gradient(top,  #04ACEC,  #0186BA) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#04ACEC), to(#0186BA)) !important;
  background: -moz-linear-gradient(top,  #04ACEC,  #0186BA) !important;
  color: #FFFFFF !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 1px 1px 0px #FFFFFF;
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul {
  background: #DDDDDD;
  background: linear-gradient(top,  #FFFFFF,  #CFCFCF);
  background: -ms-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
  background: -moz-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  display: none;
  margin: 0;
  padding: 0;
  width: 185px;
  position: absolute;
  top: 30px;
  left: 0;
  border: solid 1px #B4B4B4;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-box-shadow: 2px 2px 3px #222222;
  -moz-box-shadow: 2px 2px 3px #222222;
  box-shadow: 2px 2px 3px #222222;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:10px 0px 10px 15px;
  color:#424242 !important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul li:first-child > a {
  border-top-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
}
#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar {
  display: inline-block;
}
  html[xmlns] #menu-bar {
  display: block;
}
* html #menu-bar {
  height: 1%;
}