body {
  height: 100%;
  margin: 0px;
  padding: 0px;
/*  background-color: #767676; */
  background-image: url(../images/layout/background-bottom-2.jpg);
  background-position: 0px 0px;
  background-repeat: repeat-x;
  font-family: Arial, Verdana, sans-serif;
  line-height: 140%;
  font-size: 12px;
  text-align: center;
  color: #5d5d5d;
}
html>body body {
  min-height: 100%;
}
.container {
  height: 100%;
}
html>body .container {
  height: auto;
  min-height: 100%;
}
.fixed-container {
  width: 889px;
  margin:0px auto;
  text-align: left;
}
.wrapper-left {
  float: left;
  width: 857px;
  background-image: url(../images/layout/background-cont-left.jpg);
  background-position: 0px 191px;
  background-repeat: repeat-x;
}
.wrapper-right {
  float: left;
  width: 32px;
}
p.flag {
  margin: 0px;
  padding: 0px;
  margin-top: 65px;
  margin-left: 12px;
}
.wrapper-left-bg-border {
  background-image: url(../images/layout/background-cont-border.jpg);
  background-position: 639px 0px;
  background-repeat: repeat-y;
}
.wrapper-cont-left {
  float: right;
  width: 639px;
}
.wrapper-cont-border {
  float: right;
  width: 218px;
  background-image: url(../images/layout/logo.jpg);
  background-repeat: no-repeat;
}
html>body .wrapper-cont-border {
  min-height: 100px;
}
.background-top {
  height: 85px;
  background-image: url(../images/layout/background-top.png);
  background-repeat: repeat-y;
}
.menu {
  height: 28px;
  background-image: url(../images/layout/background-menu-bottom.jpg);
  background-position: 0px 26px;
  background-repeat: no-repeat;
}
.menu-inner {
  height: 28px;
  background-image: url(../images/layout/menu-bg.jpg);
  background-repeat: repeat-x;
}
.menu-clearer {
  clear: both;
  height: 47px;
/*  visibility: hidden; */
  border: 0px;
  margin: 0px;
  padding: 0px;
  background-image: url(../images/layout/head_top.jpg);
  background-repeat: repeat-x;
}
.headline {
  height: 31px;
/*  background-image: url(../images/layout/headline-bg-2.jpg);
  background-repeat: repeat-x; */
  background-image: url(../images/layout/head_bottom.jpg);
  background-repeat: repeat-x;
}
/* html>body .headline {
  height: 31px;
} */
h2.headline-h2 {
  padding: 0px;
  margin: 0px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.cont-inner-wrap {
  height: 300px;
}
html>body .cont-inner-wrap {
  height: auto;
  min-height: 300px;
}
.footer {
  clear: both;
  text-align: left;
  white-space: nowrap;
}
p.footer-p {
  margin: 0px;
  padding: 0px;
  padding-top: 7px;
  color: #5d5d5d;
  font-size: 12px;
  white-space: nowrap;
  padding-bottom: 2px;
}
.logo-link {
  margin-top: 36px;
  margin-left: 52px;
  height: 156px;
}
.content-border {
  margin-left: 18px;
  margin-right: 18px;
}
