html, body {
  padding: 0;
  margin: 0;
  height: 100%;
}

body, div, p, h1, h2, h3, ul, ol, li, span, a, table, td, form, textarea, input {
  font-family: Arial, sans-serif;
}

body {
  font-size: 12px;
  background-color: #FFFFFF;
  background-image: url('/images_layout/bg_body.jpg');
  background-repeat: repeat-x;
  background-position: top center;
  text-align: center;
  padding: 0;
  margin: 0;
}
body.SubBackground {
  background-image: url('/images_layout/bg_body_subs.jpg');
}

div {
  padding: 0;
  margin: 0;
}
p {
  padding: 0;
  margin: 0;
  text-align: justify;
}

/*.................................... Layout ....................................*/
.printinfo {
  display: none;
}

div.siteBox {
  min-height: 100%;
}
div.sitePositioning {
  width: 936px;
  margin: auto;
  text-align: left;
  position: relative;
}

div.leftbox {
  width: 576px;
  float: left;
}
div.rightbox {
  width: 270px;
  float: right;
}
div.cleaner {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  height: 0px;
  padding: 0;
  margin: 0;
  border: none;
}


div.header {
  height: 108px;
}
div.logo {
  width: 343px;
  float: left;
  margin-top: 32px;
}
div.naviBox {
  height: 36px;
  margin-left: -9px;
  margin-right: -9px;
}
div.naviSub {
  height: 90px;
}


/*................ Content-Bereich ..............*/
div.Content {
  color: #767975;
  line-height: 1.4em;
  text-align: justify;
  padding-bottom: 162px;
}

div.contentNews {
  font-size: 11px;
  line-height: 1.4em;
  text-align: justify;
  padding-top: 4px;
}

div.rightInfo {
  color: #767975;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 2px solid #767975;
  border-bottom: 2px solid #CCCCCC;
  margin-top: 50px;
}
/*................ Content-Bereich ..............*/

div.siteFooter {
  height: 126px;
  position: relative;
  margin-top: -126px;
  background-color: #2F302F;
  background-image: url('/images_layout/bg_bottom.jpg');
  background-repeat: repeat-x;
  background-position: top center;
}

div.copyright {
  color: #767975;
  font-size: 11px;
}


/*.................................... Layout ....................................*/