@charset "utf-8";

body {
	background-image: url(../ikon/fooldalarnyek.png);
	background-repeat: repeat-x;
  background-color: #FFFFFF;
  margin-top: 0px;
  margin-bottom: 0px;
}
A:link     {text-decoration: none;}
A:visited  {text-decoration: none;}
A:active   {text-decoration: none;}

#kontenerfejlec {
	position: relative;
	top: 0px;
 	width: 960px;
 	height: 200px;
 	margin-right: auto;
  margin-left: auto;
 	z-index: 3;
}

#kontener {
	position: relative;
	width: 940px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	z-index: 2;
}

#kontenerlablec {
	position: relative;
	width: 100%;
	height: 365px;
	top: -365px;
	clear: both;
	z-index: 1;
	background-color: #0069b4;
}

#loading {
  position:absolute;
	height: 20px;
	top: 1px;
	visibility: hidden;
}
