@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 1007px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}

#header {
	width: 1007 px;
	height: 116 px;
	background:url(design/fejlec.jpg);
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

#anim {
	padding-left:16px;
	background:url(design/hatter2.gif);
	background-repeat:repeat-y;
}

#mainContent {
background:url(design/hatter.gif);
background-repeat:repeat-y;
padding-left: 50px;
padding-right: 50px;
padding-top:30px;
padding-bottom:0px;
}

#fmenu {
	height: 35px;
	background:url(design/fmenu.gif);
	padding-left: 250px;
	text-align: center;
	color:#FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#footer {
	width: 1007 px;
	height: 116 px;
	background:url(design/footer.gif);
	margin-top: -21px;
    padding: 0px;
}

#menu, #menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}

#menu a:link, #menu a:active, #menu a:visited {
  border:  none;
  display: block;
  color: #ffffff;
  font: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  width: 150px;
  text-decoration: none;
  text-align:center;
}
#menu a:hover {
  background: #e4e9f0 none repeat scroll 0% 50%;
  color: #000000;
  font-size: 11px;
  width: 150px;
}

#menu a.fmenu:hover {
background:none;
color: #FFFFFF;
width: 104px;
text-align:center;
}

#menu li {
  background:url(design/gomb.gif);
  background-repeat:no-repeat;
  width: 100px;
  height: 35px;
  margin: 0;
  padding: 0;
  float: left;
  line-height: 35px;
  text-align: center;


}
#menu li ul {
  border: 1px solid #ff0000;
  margin: 0;
  margin-top:-1px;
  padding: 0;
  float: left;
  position: absolute;
  left: -999em;
  font: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 21px;
  text-align: center;
  width: 150px;
}
#menu li ul li {
  width: 150px;

  background: #000000 none repeat scroll 0% 50%;
  float: none;
  display: block;
  text-align: center;
}
#menu li:hover ul, #menu li.sfhover ul {
  left: auto;
  display: block;
}

img.floatLeft {
  margin: 15px 40px 15px 15px;
  float: left;
}

img.floatRight {
  margin: 15px;
  float: right;
}
img.floatdobozLeft {
  margin: 0px 15px;
  float: left;
}
img.floatdobozRight {
  margin: 0px 15px;
  float: right;
  }
  
  div.figure_left {
  margin: 0px 20px 5px 5px;
  float: left;
  width: auto;
  height: auto;
}
div.figure_right {
  margin: 0px 5px 5px 20px;
  float: right;
  width: auto;
  height: auto;
}
div.figure_right p {
  margin: 10px;
  text-align: center;
  font-style: italic;
  font-size: 14px;
  font-family: "Times New Roman",Times,serif;
  text-indent: 0;
  padding-left: 10px;
  padding-right: 10px;
}
div.figure_left p {
  margin: 10px;
  text-align: center;
  font-style: italic;
  font-size: 14px;
  font-family: "Times New Roman",Times,serif;
  text-indent: 0;
  padding-left: 10px;
  padding-right: 10px;
}

h1 {
	background: transparent url(design/csik.gif) no-repeat left bottom;
	font:Arial, Helvetica, sans-serif;
	color:#0a95b0;
	padding: 0px 1px;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
}

h1.cim {
	background: transparent url(design/csik2.gif) no-repeat left bottom;
	font:Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#FFFFFF;
	padding: 0px 10px;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
}