html, body {
  padding: 0;
  margin: 0;
  font-family: Helvetica;
  font-size: 14px;
}
a {
  text-decoration: none;
  color: white;
}
h1 {
  color: #cbcbcb;
  font-size: 30px;
}
#Wrapper {
  background: url('../images/bg.png') no-repeat top;
  width: 100%;
  min-height: 100%;
}
#Header {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
#Logo {
  float: left;
}
#Menu {
  float: right;
  color: white;
  font-weight: bold;
}
#Menu span, #FooterMenu span {
  margin: 0px 10px 0px 10px;
}
#HeaderLine {
  background: url('../images/bg_vilagoskek_repeat.jpg') repeat-x;
  clear: both;
  height: 84px;
}
#Body {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#FooterMenu {
  background: url('../images/footer_top_repeat.jpg') repeat-x;
  background-color: black;
  width: 100%;
  height: 55px;
  line-height: 45px;
  text-align: center;
  color: #bbbbbb;
  font-weight: bold;
}
#FooterMenu a {
  color: #bbbbbb;
}
#Footer {
  background-color: #606060;
  color: #bbbbbb;
  height: 140px;
  width: 100%;
}
#Slider {
  border: 3px solid #e3e3e3;
  outline: 1px solid #bdbdbd;
  box-shadow: 0px 15px 20px 0px rgba(50, 50, 50, 0.75);
}
#Slider_container {
  position: absolute;
  left: 50%;
  margin-left: -350px;
  top: 150px;
  width: 700px;
  height: 350px;
  z-index: 5;
}
#MainContent {
  margin-left: auto;
  margin-right: auto;
  padding: 80px 65px 20px 65px;
  text-align: justify;
  position: relative;
  line-height: 1.5;
  width: 1000px;
  margin-top: 382px;
  box-sizing: border-box;
  top: 1px;
  border: 1px solid transparent;
}
#MainContent:before {
    box-shadow: -15px 0 15px -15px rgba(150, 150, 150, 0.5) inset;
    content: " ";
    height: 100%;
    left: -15px;
    position: absolute;
    top: 0;
    width: 15px;
}
#MainContent:after {
    box-shadow: 15px 0 15px -15px rgba(150, 150, 150, 0.75) inset;
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    right: -15px;
    width: 15px;
}
#Ribbon {
  position: absolute;
  top: -11px;
  left: -11px;
  float: left;
  width: 74px;
  height: 75px;
  background: url('../images/slide/szalag.png');
  z-index: 1;
}
#Offer {
  position: absolute;
  width: 206px;
  height: 56px;
  background: url('../images/slide/slider_belogo.png');
  z-index: 1;
  top: -8px;
  right: 35px;
}
#Content {
  position: relative;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 1.5;
  text-align: justify;
  font-size: 12px;
  color: #666666;
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
  padding: 10px 65px 25px 65px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Button {
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  background-color: #3074bf;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: white;
  border: 2px solid white;
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  display: inline-block;
  padding: 0px 14px 0px 14px;
  cursor: pointer;
}
#Contact_container {
  overflow: auto;
  display: table;
  width: 100%;
}
.Contacts {
  border-left: 2px solid #61d2e4;
  display: table-cell;
  padding-left: 20px;
}
.Contacts span {
  display: inline-block;
  width: 50px;
  font-weight: bold;
}
.Contacts strong {
  font-size: 18px;
}
.Contacts_title {
  margin: 5px 0px 5px 0px;
}
#Contact_offer {
  background: url("../images/kapcsolat_ajanlatkeres.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 142px;
  position: absolute;
  right: 35px;
  top: -7px;
  width: 248px;
  z-index: 1;
  text-align: center;
}
#gmap_canvas {
  height:550px;
  width:900px;
  border-radius: 5px;
  margin-top: 15px;
}
#gmap_canvas img{
  max-width: none!important;
  background:none!important;
}
.FormInput {
  font-family: Helvetica;
  margin: 0;
  border: 7px solid #E4E4E4;
  background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%);
  width: 335px;
  height: 30px;
  border-radius: 10px;
  padding-left: 18px;
  font-weight: bold;
  color: #666666;
}
.FormDiv {
  padding-left: 40px;
  margin-bottom: 10px;
}
.FormHeader {
  color: #A9A9A9;
  font-weight: bold;
  font-size: 24px;
  margin-top: 25px;
  padding-left: 45px;
  text-align: justify;
  margin-bottom: 15px;
}
#References td {
  font-weight: bold;
}
#Form span:first-child {
  font-weight: bold;
}
#Form select {
  height: 45px;
}
.FormLabel span:first-child {
  display: inline-block;
  width: 35%;
  text-align: right;
  margin-right: 40px;
}
.FormLabel {
  margin-bottom: 15px;
}
.FormTable {
  display: table
}
.FormTable span {
  display: table-cell;
  vertical-align: middle;
}
.FormTable span:first-child {
  text-align: right;
  width: 35%;
}
.FormTable span:last-child {
  padding-left: 40px;
  text-align: left;
  width: 65%;
}
#Example {
  width: 20px;
  height: 20px;
  border: 1px solid #E4E4E4;
  display: inline-block;
  border-radius: 5px;
}