body {
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  font-family: 'PT Sans', serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.2;  
}

html {
  height: 100.5%;
}

.clear {
  clear: both;
}

.wrapper {
  width: 998px;
  background-image: url(../p/bg_content.png);
  margin-left: -499px;
  left: 50%;
  position: absolute;
}

.borderBottom {
  position: absolute;
  bottom: 0px;
  margin-bottom: -7px;
}

.naviWrapper {
  height: 45px;
  background-image: url(../p/border_points.png);
  background-position: bottom;
  background-repeat: repeat-x;
  width: 978px;
  margin-left: 10px;
}

.naviWrapper .logo {
  margin-top: 26px;
  margin-left: 20px;
  border: 0px;
}

.naviWrapper ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: right;
}

.naviWrapper ul li {
  float: left;
  display: block;
  padding: 18px 25px 0px 24px;
  padding: 18px 22px 0px 23px\9
}

.naviWrapper ul li a {
  text-decoration: none;
  display: block;
  font-weight: bold;
  font-size: 13px;
  color: #000000;
  letter-spacing: 2px;
}

.naviWrapper ul li a:hover {
  color: #d40000;
}

.naviWrapper ul li.active {
  background-image: url(../p/navi_active.png);
  background-position: top center;
  background-repeat: no-repeat;
}

.naviWrapper ul li.active a {
  color: #d40000;
}

.naviWrapper ul li ul {
  display: none;
  position: absolute;
}

.naviWrapper ul li.active ul {
  display: block;
}

.naviWrapper ul li.active ul li {
  float: left;
  display: block;
  padding: 18px 25px 0px 0px;
}

.naviWrapper ul li.active ul li a {
  color: #000000;
}

.naviWrapper ul li.active ul li a:hover {
  color: #d40000;
}

.naviWrapper ul li.active ul li a.active {
  color: #d40000;
}

.content {
  margin: 80px 30px 100px 35px;
}

#imageContainer {
  -moz-pacity: 1;
  opacity: 1;
  filter:alpha(opacity=100);
  position: relative;
  z-Index: 5;
}

#lastImage {
  position: absolute;
  top: 0px;
  z-Index: 0;
}


.content .left {
  float: left;
  width: 460px;
  margin-right: 35px;
  position: relative;
  overflow: hidden;
  border: 1px solid #FFFFFF;
}


.content .right {
  float: left;
  width: 430px;
  font-size: 13px;
  line-height: 1.5em;
}

.content .right h1 {
  margin: 0px 0px 5px 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 17px;
}

.content .right h2 {
  margin: 0px 3px 0px 3px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 15px;
  float: left;
}

.content .right a {
  color: #0077b1;
  text-decoration: none;
}

.content .right a:hover {
  color: #0077b1;
  text-decoration: underline;
}

.content .right .h2Klammer {
  font-weight: bold;
  font-size: 20px;
  float: left;
}



.footer {
  background-image: url(../p/border_points.png);
  background-position: top;
  background-repeat: repeat-x;
  padding: 15px 10px 15px 25px;
  color: #333333;
  position: absolute;
  bottom: 0px;
  width: 943px;
  margin-left: 10px;
}

.footer .copyright {
  float: left;
}

.footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: right;
}

.footer ul li {
  float: left;
  display: block;
  padding: 0px 10px 0px 10px;
  border-right: 1px solid #333333;
}

.footer ul li.last {
  border: none;
}

.footer ul li a {
  text-decoration: none;
  display: block;
  color: #333333;
}


