h1,h2,h3,h4,h5,h6 {
  padding: 0;
  margin: 0;
}


body {
  margin: 0;
  background-color: #fff;
  background: url(images/background.gif) repeat-x;
  font-family: Arial, Helvetica, sans-serif;
}

/* #allSite {
  width: 1070px;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}  */

#layout { width: 980px; }

#head {
  width: 1070x;
  height: 204px;
  background: url(images/002.gif) no-repeat;
}


h1 {
  color: #fff;
  padding: 15px 0 0 250px;
  font-size: 50px;
}

h2 {
  color: #fff;
  /* margin-top: -35px; */
  padding: 0 0 0 300px;
  font-size: 21px;
}

h3 {
  font-size: 13px;
}

h4 {
  font-size: 11px;
}


#tartalom {
  font-size: 12px;
}


#menu {
  width: 270px;
  height: 400px;
  float: left;
  display: block;
}

#menu a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  display: block;
}

#menu a:hover {
  color: #8e868b;
  text-decoration: underline;
}

#menu ul {
  list-style-type: none;
  list-style: none;
}

#menu li {
  padding: 10px 0 0 0;
}

#szoveg {
  width: 350px;
  float: left;
  border-left: 1px solid #8e868b;
  padding: 0 0 0 35px;
}


#szoveg a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

#szoveg a:hover {
  color: #8e868b;
  text-decoration: underline;
}

#image {
  margin: 30px 0 0 20px;
/*  width: 250px; */
  float: left;
}

#image2 {
  
}


.clearer {
  clear: both;
}

#footer {
  padding: 50px 0 0 0;
  font-size: 11px;
  text-align: center;
}

#footer a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

#footer a:hover {
  color: #8e868b;
  text-decoration: underline;
}

#footer ul {
  list-style-type: none;
  list-style: none;
  font-size: 9px;
}

#footer li {
  margin-right: 10px;
  padding: 0 0 0 0;
  display: inline;
}



