* {
  margin: 0;
  padding: 0;
}
body {
  background-image: url(../images/body-rep.jpg);
  background-repeat: repeat-x;
  background-color: #967d78;
}
.header {
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
  width: 980px;
  height: 124px;
}
.main_left {
  background-image: url(../images/main-left.jpg);
  background-repeat: no-repeat;
  width: 704px;
  height: 31px;
}
.space {
  background-image: url(../images/space.jpg);
  background-repeat: no-repeat;
  width: 2px;
  height: 31px;
}
.main_right {
  background-image: url(../images/main-right.jpg);
  background-repeat: no-repeat;
  width: 20px;
  height: 31px;
}
.content {
  background-color: #ffffff;
}
.trenner {
  background-image: url(../images/content-left.gif);
  background-repeat: repeat-y;
}
.ads {
  padding: 25px 0 10px;
  width: 180px;
}
.text {
  width: 590px;
}
.text h1 {
  border-bottom: 2px solid #af4424;
  font-size: 18px;
  color: #000000;
  margin-top: 0px;
  margin-left: 0px;
  font-family: Verdana;
  line-height: 24px;
  margin-bottom: 6px;
  text-align: center;
}
.text h2, h3, h4, h5, h6 {
  margin-top: 0px;
  font-size: 15px;
  margin-bottom: 6px;
  text-align: center;
  color: #af4424;
  font-family: Arial;
  line-height: 15px;
  margin-left: 0px;
}
.text p {
  margin: 20px 0 10px;
  line-height: 20px;
  color: #7c7c7c;
  font-size: 12px;
  font-family: Arial;
}
.text ul {
  margin: 0px;
  padding: 0px;
}
.text ul li {
  margin-top: 10px;
  margin-left: 15px;
  line-height: 20px;
  color: #7c7c7c;
  font-size: 12px;
  font-family: Arial;
}
.navi {
  width: 177px;
}
.navi ul {
  margin: 0px;
  padding: 0px;
  background-image: url(../images/navi-rep.gif);
  background-repeat: repeat-y;
  list-style-type: none;
}
.navi ul li {
  background-image: url(../images/navi.gif);
  background-repeat: no-repeat;
}
.navi ul li a, .navi ul li a:visited, .navi ul li a:active, .navi ul li a:link {
  margin: 0px;
  color: #666666;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  line-height: 17px;
  height: 20px;
  display: block;
}
.navi ul li a:hover {
  background-image: url(../images/navi-h.jpg);
  background-repeat: no-repeat;
  text-decoration: none;
}
.navi ul li ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.navi ul li ul li {
  background-image: url(../images/navi.gif);
  background-repeat: no-repeat;
}
.navi ul li ul li a, .navi ul li ul li a:visited, .navi ul li ul li a:active, .navi ul li ul li a:link {
  margin: 0px;
  color: #af4424;
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  line-height: 17px;
  height: 19px;
  display: block;
}
.navi ul li ul li a:hover {
  background-image: none;
  color: #666666;
  font-weight: bold;
  text-decoration: underline;
}
.trenner_right {
  background-color: #967d78;
  width: 13px;
}
.footer {
  background-image: url(../images/footer.jpg);
  background-repeat: no-repeat;
  width: 980px;
  height: 70px;
}

