body,html
{
	width: 100%;
	height: 100%;
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, sans-serif;
	background-image: url('/pic/bg.jpg');
}

#main
{
  width: 780px;
  position: relative;
  left: 50%;
  margin-left: -390px;
  border: 1px solid #aaa;
  background-color: #fff;
  margin-top: 10px;
}
  #head h1
  {
    text-align: center;
    padding: 0px;
    margin: 10px 0px 10px 0px;
    font-size: 24px;
  }

  #kep
  {
    background-image: url('/pic/head2.jpg');
    background-repeat: no-repeat;
    height: 160px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  
    #motto
    {
      font-size: 18px;
      color: #fff;
      position: relative;

      left: 200px;
    }

#menu
{
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-bottom: 1px dotted #eee;
}
  #menu a
  {
    color: #3c6626;
    text-decoration: none;
    padding: 10px;
  }
  
  #menu a:hover
  {
    color: #82B651;
  }

#footer
{
  border-top: 1px solid #eee;
  height: 32px;
  font-size: 12px;
  padding: 5px;
  text-align: center;
  color: #aaa;
}

a
{
  color: #336699;
  text-decoration: none;
  outline: none;
}

a:hover
{
  text-decoration: underline;
}

/*   formázás */

.content
{
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.content h1
{
  
}

#cleanweb
{
  font-size: 11px;
  text-align: center;
  padding-bottom: 5px;
}
  #cleanweb a
  {
    color: #aaa;
  }
/* ............ */





