body{
  background-size: cover;
  background-image:url("hatter.jpg")
}
div.menu{
  top:0px;
  width:100%;
  height:5%;
  position:fixed;
  text-align: center;
}
div.header{
  background-image: url("fejlec.png");
  background-repeat: no-repeat;
  background-position: center; 
  background-size: 100% 100%;
  width:85%;
  height:30%;
  margin: auto;
 
}
div.tartalom{
 background-color:white;
 width:85%;
 height:100%;
 position: center; 
 margin: auto;
 border: 1px solid grey;
}

div.jobb{
    float:right;
    margin-right:10%;
    margin-top: -43%;
 }

div.bal{
  margin-right:50%;

}


p{
 background-color:#CCCCCC;
 font-size:120%;
 
 }

td.cim{
 text-shadow: 0 -1px #000, 1px 0 #000, 0 1px #000, -1px 0 #000;
 color:white;
 background-image: url("menu.png"); 
 text-align: center;    
}

a{
 color:white;
}

img {
    display: block;
    margin: auto;
    width: 70%;
}

 
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    
     text-shadow: 0 -1px #000, 1px 0 #000, 0 1px #000, -1px 0 #000;
    background-image: url("menu.png");
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}


li a:hover {
    background-color: #111;
    background-image: url("hmenu.png");
}

table.aloldal{
 background-color:white;

}

form{
  align: center;
}




