.header{  
  height: 364px;
  position: relative;
  float: left;
  width: 777px;
}
.header div.kereso{
  position: absolute;
  top: 35px;
  right: 30px;
  width: 300px;  
  height: 150px;
}
.header div.kereso h1{
  font-size: 34px;
  font-weight: bold;
  font-style: italic;
  color: #4395ed;
  float: left;
  margin-left: 20px;
}
.header div.kereso h2{
  margin-top: 7px;
  margin-left: 15px;
  font-weight: bold;
  font-style: italic;
  color: #4395ed;
  float: left;
  width: 180px;
}
.header div.kereso input{
  float: left;
  clear: left;
  border: 0px;
  margin-left: 20px;
  margin-top: 8px;
  background: #4395ed;
  height: 20px;
  width: 180px;
  color: #fff;
}
.header div.kereso select{
  float: left;
  clear: left;
  border: 0px;
  margin-left: 20px;
  margin-top: 8px;
  background: #4395ed;
  height: 20px;
  width: 180px;
  color: #fff;
}
.header div.kereso input.submit{
  clear: none;
  font-weight: bold;
  float: right;
  height: 49px;
  margin-top: 13px;
  margin-left: 0px;
  margin-right: 20px;
  width: 73px;
  background: URL("../../Static/Images/keres.jpg") top left no-repeat;
}
.header a.reszletes{
  font-weight: bold;
  margin-left: 40px;
  margin-top: 10px;
  float: left;
}


.menu{	      
  position: absolute;
  bottom: 0px;
  left: 20px;
  font-family: Trebuchet MS;
  font-size: 15px;
}
.menu ul{
	line-height: 40px;
}
.menu ul li{  
  display: inline;
}
.menu ul li:first-child{ 
}
.menu ul li a{
  color: #fff;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}
.menu ul li a:hover{
  background: #4395ed;
  background: rgba(67, 149, 237, 0.5);
}
