@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(design/fhatter3.gif);
	background-repeat:repeat-x;
	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: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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 {
  margin: 0px;
  padding: 0px;
  height: 153px;
  width: 980px;
  overflow: hidden;
}

#logo {
  /*margin: 10px;*/
  float: left;
  height: 156px;
  vertical-align: bottom;
  margin-top: 0px;
}

#fmenu 
{
	height: 39px;
	background:url(design/fmenu.gif);
	text-align: center;
	color:#FFFFFF;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 841px;
	overflow: hidden;
	margin-top: -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: #000000;
  font: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  width: 150px;
  text-decoration: none;
  text-align:center;
}
#menu a:hover {
  background: #e4e9f0 none repeat scroll 0% 50%;
  color: #000000;
  font-size: 12px;
  width: 150px;
}

#menu a.fmenu:hover {
background:none;
color: #FFFFFF;
width: 104px;
text-align:center;
}

#menu li {
  background: url(design/menuelv.gif) right top no-repeat;
  width: 140px;
  height: 35px;
  margin: 0;
  margin-right: -8px;
  float: left;
  line-height: 35px;
  text-align: center;


}
#menu li ul {
  border: 1px solid #000000;
  margin: 0;
  margin-top:-1px;
  padding: 0;
  float: left;
  position: absolute;
  left: -999em;
  font: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  width: 150px;
}
#menu li ul li {
  width: 150px;
  background: #d5c906 none repeat scroll 0% 50%;
  float: none;
  display: block;
  text-align: center;
}
#menu li:hover ul, #menu li.sfhover ul {
  left: auto;
  display: block;
}


#magyarterkep{
  float: left;
  height: 350px;
  vertical-align: bottom;
  margin-top: -10px;
  margin-left: -20px;
}

#partner {
  margin-left: 510px;
  margin-top: -380px;
  float: left;
  vertical-align: bottom;
  color: #d5c906;
  text-align: left;
  font-size: 12px;
  color: #000000;
}

#cim {
  margin-left: 30px; 
  float: left;
  width: 500 px;
  text-align: center;
  font-size: 18px;
  color: #d5c906;
  height: 186px;
}

#telefon {
  font-weight: bold;
  margin-right: 150px;
  vertical-align: bottom;
  color: #d5c906;
  text-align: right;
  font-size: 26px;
  color: #d5c906;
}

#tartalom{
  background: #FFFFFF url(design/szoveghatter.gif);
  background-repeat: repeat-y;
  color: #d5c906;
  text-align: justify;
  padding-right: 170px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
}

#terkep{
  background: #FFFFFF;
  background-repeat: repeat-y;
  color: #000000;
  text-align: justify;
  padding-right: 170px;
  padding-left: 20px;
  padding-top: 20px;
  overflow: hidden;
}

#munkak{
  width:850px;
  background: #FFFFFF url(design/munkahatfels.gif);
  background-repeat: no-repeat;
  margin-top: 1 px;
}

#munka{
  width:846px;
  background: #FFFFFF url(design/munkahat.gif);
  background-repeat: repeat-y;
  margin-top: -4px;
  overflow: hidden;
}

h2 {
  padding: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin: 0px;
}

div.center{
  text-align: center;
  margin-top: -20px;
  }
  
img.floatleft{
  float: left;
  margin: 10px;
}

img.floatright{
  float: right;
  margin: 10px;
}

div.fmenu{
  width: 260px;
  float: left;
  margin: 10px;
}

h1 {
  text-align: center;
  color: #d5c906;
  font-size:  24px;
}

ul {
  margin: 0px;
  padding-left: 17px;
  
}

