@import url(http://fonts.googleapis.com/css?family=Lato);
@charset "UTF-8";
body{
background-image: url(./styles/background2.jpg);
background-repeat: no-repeat;  
background-position: top;  
background-attachment: fixed;  
background-color: #64676e;
}
#container {
	position: relative;
    width: 1000px;
	height: auto;
	/* min-height: 3000px; */
    margin: 0 auto;
    background-image: url(./styles/metal.jpg);
	border-radius: 25px 1px;
	}
h1 {
	margin-bottom: 10px;
	margin-top: 18px;
	padding: 0;
	font-family: sans-serif;
	background-image: url(./styles/metal.jpg);
	text-align:center;
	color:#000000;
	border-bottom: 4px solid #000000;
	border-radius: 25px 25px;
	width: 800px;
	margin-left: 100px;
	}
h2 {
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: arial;
	}
.elso {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 700px;
	height: 530px;
	overflow: hidden;
    background-size: cover;
    background-position: center;
    background-image: url(Kepek/P1040215.JPG);
	box-shadow: 10px 10px 2px #888888;
	}
.masodik {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 816px;
	height: 612px;
	overflow: hidden;
    background-size: cover;
    background-position: center;
    background-image: url(Kepek/P1030261.JPG);
	box-shadow: 10px 10px 2px #888888;
	}
.harmadik {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 816px;
	height: 612px;
	overflow: hidden;
    background-size: cover;
    background-position: center;
    background-image: url(Kepek/P1030678.JPG);
	box-shadow: 10px 10px 2px #888888;
	}
.negyedik {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 816px;
	height: 612px;
	overflow: hidden;
    background-size: cover;
    background-position: center;
    background-image: url(Kepek/P1030680.JPG);
	box-shadow: 10px 10px 2px #888888;
	}
.otodik {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 816px;
	height: 612px;
	overflow: hidden;
    background-size: cover;
    background-position: center;
    background-image: url(Kepek/P1030681.JPG);
	box-shadow: 10px 10px 2px #888888;
	}
.hatodik {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 816px;
	height: 612px;
	overflow: hidden;
    background-size: cover;
    background-position: center;
    background-image: url(Kepek/P1030683.JPG);
	box-shadow: 10px 10px 2px #888888;
	}
.hetedik {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 25px;
	width: 816px;
	height: 612px;
	overflow: hidden;
    background-size: cover;
    background-position: center;
    background-image: url(Kepek/P1030706.JPG);
	box-shadow: 10px 10px 2px #888888;
	}
#csoportkep {
	position: absolute;
	top: 75px;
	left: 325px;
	width: 600px;
	height: 600px;
	background: url(./styles/csoportkep.JPG);
	background-repeat:no-repeat;
    background-size:cover;
	box-shadow: 10px 10px 2px #888888;
}
#gebaude {
	position: absolute;
	background: url(./styles/kep.JPG);
	background-size: cover;
	width: 550px;
	height: 400px;
	left: 400px;
	margin-bottom: 30px;
	top: 550px;
	box-shadow: 10px 10px 2px #888888;
	}
#footer{
	position: relative;
	bottom:0;
	width: 100%;
	height:80px;   /* Height of the footer */
	background-image: url(./styles/metal2.jpg);
	font-family:Bernard MT Condensed;
	border-top: 5px solid #000000;
	border-radius: 25px 1px;
	}
footer #first {
	margin-left: 20px;
	width:550px !important;
	float:left;
	font-size:13px;
}
footer #first a {
	color: #000000;
	font-family:Bernard MT Condensed;
	}
footer #second {
	color: #000000;
	float:right;
	text-align:right;
	width:300px !important;
	font-size:13px;
	line-height:18px;
	margin-right: 20px;
}
/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  position: relative;
  border-radius: 25px 1px;
}
#cssmenu a {
  line-height: 2;
  padding: 6px 15px;
  text-align: center;
}
#cssmenu a:hover {
  text-shadow: 1px 1px #ffffff;
}
#cssmenu {
  float:left;
  top: 25px;
  width: 250px;
  margin-bottom: 50px;
}
#cssmenu > ul > li {
  cursor: pointer;
  border-bottom: 1px solid #4c4e53;
}
#cssmenu > ul > li:last-child {
  border-bottom: 1px solid #3e3d3c;
}
#cssmenu > ul > li > a {
  font-size: 15px;
  display: block;
  color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background: #64676e;
  background: -moz-linear-gradient(#64676e 0%, #4c4e53 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #64676e), color-stop(100%, #4c4e53));
  background: -webkit-linear-gradient(#64676e 0%, #4c4e53 100%);
  background: linear-gradient(#64676e 0%, #4c4e53 100%);
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
  background: #55584e;
  background: -moz-linear-gradient(#55584e 0%, #bfc3b3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #55584e), color-stop(100%, #bfc3b3));
  background: -webkit-linear-gradient(#55584e 0%, #bfc3b3 100%);
  background: linear-gradient(#55584e 0%, #bfc3b3 100%);
  color: #ffffff;
  text-shadow: 0 1px 1px #b2b2b2;
}
#cssmenu > ul > li.has-sub > a:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  border: 5px solid transparent;
  border-left: 5px solid #ffffff;
}
#cssmenu > ul > li.has-sub.active > a:after {
  right: 14px;
  top: 12px;
  border: 5px solid transparent;
  border-top: 5px solid #4e5800;
}
/* Sub menu */
#cssmenu ul ul {
  padding: 0;
  display: none;
}
#cssmenu ul ul a {
  background: #efefef;
  display: block;
  color: #797979;
  font-size: 15px;
}
#cssmenu ul ul li {
  border-bottom: 1px solid #c9c9c9;
}
#cssmenu ul ul li.odd a {
  background: #e5e5e5;
}
#cssmenu ul ul li:last-child {
  border: none;
}
#map-id {
		position: absolute;
		height: 400px;
		width: 600px;
		left: 350px;
		top: 80px;
		box-shadow: 10px 10px 2px #888888;
        }
#info1 {
		padding: 0;
		margin-top: 0;
		font-weight: bold;
		}
#info2 {
	  padding: 0;
	  margin: 0;
	  }
#kapcsolat_szoveg {
				position: relative;
				margin-top: 150px;
				width: 400px;
				margin-bottom: 50px;
				}
#kapcsolat_szoveg p {
					font-weight: bold;
					font-family: sans-serif;
					margin-left: 20px;
					}
#kapcsolat_szoveg a {
					font-family: sans-serif;
					margin-left: 20px;
					}