
body {
  background-image: url(../sys_pictures/body_bg.jpg);
  background-repeat: repeat-x;
  background-position: top left;
  background-color: #0e1f38;
  margin: 0px;
  padding: 0px;
}
div.center {
  width: 1000px;
  height: auto;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -500px;

}
div#bg1 {
  background-image: url(../sys_pictures/header_bg_1.jpg);
}
div#bg2 {
  background-image: url(../sys_pictures/header_bg_2.jpg);
}
div#bg3 {
  background-image: url(../sys_pictures/header_bg_3.jpg);
}
div#bg4 {
  background-image: url(../sys_pictures/header_bg_4.jpg);
}
div#bg5 {
  background-image: url(../sys_pictures/header_bg_5.jpg);
}
div#bg6 {
  background-image: url(../sys_pictures/header_bg_6.jpg);
}
div.header {
  width: 1000px;
  height: 138px;
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  float:left;
}
div.main {
  width: 1000px;
  height: auto;
  background-image: url(../sys_pictures/main_bg.jpg);
  background-repeat: repeat-y;
  background-position: top left;
  display: block;
  float:left;
  padding-bottom: 21px;
}
h1.cim{
  display: block;
  float: left;
  text-align: right;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  color: white;
  width: 290px;
  height: 20px;
  margin-left: 15px;
  margin-top: -48px;
}
div.szoveg {
  display: block;
  float: left;
  width: 290px;
  height: auto;
  background-image: url(../sys_pictures/text_bg.png);
  background-repeat: repeat;
  background-position: top left;
  margin-left: 14px;
  margin-bottom: 20px;
  text-align: justify;
  font-family: Arial;
  font-size: 12px;
  color: #0e1f38;
  margin-top: -16px;
}
div.szoveg p {
  margin: 13px;

}
div.szoveg p a{
  text-decoration: none;
  color: #0e1f38;
}


div.footer {
  width: 1000px;
  height: 426px;
  background-image: url(../sys_pictures/footer_blue.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  float:left;
}
div.footer_text{
  display: block;
  float: right;
  text-align: right;
  font-family: Arial;
  font-size: 12px;
  color: white;
  margin-right: 85px;
  margin-top: 10px;
}
div.footer_text a{
  color: white;
}
div.fb_like {
  margin-left: 87px;
  margin-top: 12px;
  width: 600px;
  display:block;
  float: left;
}

div.main .fb_iframe_widget{
  display: block;
  float: left;
  margin-left: 76px;
  margin-top: 13px;
  background-image: url(../sys_pictures/like_bg.png);
  background-repeat: repeat;
  background-position: 0 0;
  background-color: white;
  padding-top: 3px;
  padding-left: 3px;
}

div.menu {
  width: 504px;
  border-bottom: 1px solid white;
  display: block;
  float:left;
  margin-top: 121px;
  margin-left:  75px;
  _height: 17px;
  _overflow: hidden;
}
div.menu a.menu_elem{
  color: white;
  font-family: Arial;
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  font-size: 14px;
}
div.menu a:hover{
  color: #0e1f38;
  background-color: #d7e2ea;
}
div.menu a#first{
  padding-left: 7px;
}
div.menu a#last{
  padding-right: 5px;
}
div.contact_form{
  width: 549px;
  display: block;
  float: left;
  margin-left: 74px;
  margin-top: 19px;
}
h1.cim.contact{
  margin-top: 12px;
}
div.szoveg.contact{
  margin-top: 0px;
}

input.comment {
  display: none;
}

table.contact_form {
  width: 530px;
}
table.contact_form td.label{
background-color: #0e1f38;
  font-family: Arial;
  font-size: 13px;
  color: white;
  text-align: right;
  padding-right: 10px;
  padding-top: 4px;
  width: 100px;
}
table.contact_form input{
  width: 100%;
}
table.contact_form textarea{
  width: 100%;
  height: 150px;
}
table.contact_form input.submit_button {
  width: 100px;
  border: 1px solid white;
  background-color: #0e1f38;
  font-family: Arial;
  font-size: 13px;
  color: white;
  margin-left: 20px;
}
span.form_alert_bad {
  background-color: white;
  color: red;
  font-family: Arial;
  font-size: 13px;
  width: 504px;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
}
span.form_alert_good {
  background-color: #0e1f38;
  color: white;
  font-family: Arial;
  font-size: 13px;
  width: 504px;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
}
div.plusone{
  display: block;
  float: left;
  margin-top: 8px;
}


