body {
  margin: 0;
  background-color: #000;
}
.imgLeft {
  margin-right: 50px;
  width: 460px;
  float: left;
}
.imgRight {
  width: 430px;
  float: left;
}
.header {
  padding-top: 50px;
}
h1, p {
  color: #fff;
}
.welcome h1 {
  color: #ffffff;
  font-size: 32px;
  font-weight: normal;
  line-height: 32px;
  text-align: left;
  text-decoration: none;
}
p.info {
  color: #969696;
  font-family: arial, sans-serif, tahoma, verdana;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  text-align: left;
  text-decoration: none;
  margin-bottom: 30px;
}
p.adress {
  color: #ffffff;
  font-family: arial, sans-serif, tahoma, verdana;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  text-align: left;
  text-decoration: none;
  margin: 0;
}
p.adress:first-child {
  font-weight: bold;
}
p.mail {
  color: #969696;
  font-family: arial, sans-serif, tahoma, verdana;
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  text-align: left;
  text-decoration: none;
  margin-top: 30px;
}
.footer {
  border-top: 1px solid #dc0000;
  clear: both;
  padding-top: 15px;
}
.footerText {
  color: #565656;
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 9px;
  font-weight: normal;
  line-height: 14px;
  text-align: left;
  text-decoration: none;
  margin: 0 0 0 20px;
}
.mail a:hover {
  color: #dc0000;
  cursor: pointer;
  text-decoration: underline;
}
.welcome {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
}
.welcome h1 {
  margin: 15px 0 10px 0;
}
