@charset "utf-8";
/* CSS Document */
body{font-family: "trebuchet ms", trebuchet, sans-serif;  
       font-size: 13px;  
        margin:0 auto 0 auto;  
         padding: 0 0 0 0;  
         background:#866236;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.szoveg{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
color:#f8e5a0;
padding:20px;
}

hatter {
background-image:url(images/bg.jpg);
background-position:center;
background-repeat:repeat-y;
width:auto;
height:auto;
}

.header {
width:750px;
height:161px;
margin:0 auto 0 auto;
background:url(images/css_01.png);
background-repeat:no-repeat;
background-repeat:no-repeat;
}

.kitolt{
border-bottom:none ;
background-color:#2e1f11;
margin:0 auto 0 auto;
width:750px;
height:auto;
}

.footer {
background-image:url(images/css_04.png);
margin:	0 auto 0 auto;
background-repeat:no-repeat;
width:750px;
height:219px;
}

#menu1 {
  width:400px;
  padding:0px; 
  margin:0 auto 0 auto; 
  list-style-type:none;
  }
#menu1 li {
  float:left;
  width:100px;
  border:0px solid #fff; 
  }
#menu1 a {
  display:block;
  width:100px;
  color:#cc9957; 
  background:#;
  text-align:center; 
  padding:20px 0; 
  text-decoration:none; 
  float:left; 
  }
#menu1 a:hover {
  color:#fff; 
  background:#866236;
  }
