body {
  background-color:#3f3f3f;
  background-image:url(../img/background_gradiant.png);
  background-position:center;
  background-repeat:repeat-y;
  padding-bottom:60px;
  font-family: arial;
  font-size: 12px;
  }

img {
  border-width:0px;
  }

#container {
  position:relative;
  margin:auto;
  top:22px;
  width:960px;
  }

#container_header {
  position:absolute;
  top:-13px;
  left:-16px;
  width:992px;
  height:31px;
  background-image:url(../img/container_head.png);
  }

#container_background {
  position:absolute;
  top:18px;
  bottom:19px;
  left:-16px;
  width:992px;
  background-image:url(../img/container_background.png);
  }

#container_footer {
  position:absolute;
  left:-16px;
  bottom:-15px;
  width:992px;
  height:34px;
  background-image:url(../img/container_footer.png);
  }

#header {
  position:relative;
  height:132px;
  background-color:#fff;
/*background-image:url(../img/wp.jpg);
  background-repeat:no-repeat;
  background-position: -300px -500px; */
  z-index:1;
  }

#gradiant_top {
  position:absolute;
  top:132px;
  width:960px;
  height:31px;
  background-image:url(../img/gradiant_top.png);
  }

#logo {
  position:absolute;
  top:38px;
  left:68px;
  }

#claim {
  position:absolute;
  top:68px;
  right:69px;
  }

#header_icon {
  position:absolute;
  top:0px;
  right:0px;
  }

#main {
  position:relative;
  background-color:#d9d9d9;
  }

#navi_top {
  position:absolute;
  top:10px;
  margin-left:-58.5px; /* jeweils um 19,5 erhöhen */
  left:50%;
  height:0px;
  width:120px;
  z-index:4;
  }

.navi_dot {
  position:relative;
  float:left;
  width:19px;
  height:19px;
  margin:0px 10px 0px 10px;
  background-image:url(../img/navi_dot.png);
  cursor:pointer;
  }

.navi_dot:hover {
  background-image:url(../img/navi_dot_hover.png);
  }

#leftControl {
  position:absolute;
  top:52px;
  left:28px;
  height:30px;
  width:20px;
  background-image:url(../img/navi_side_left.png);
  z-index:1;
  cursor:pointer;
}

#leftControl:hover {
  background-image:url(../img/navi_side_left_hover.png);
}

#rightControl {
 position:absolute;
 top:52px;
 right:28px;
 height:30px;
 width:20px;
 background-image:url(../img/navi_side_right.png);
 z-index:1;
 cursor:pointer;
}

#rightControl:hover {
 background-image:url(../img/navi_side_right_hover.png);
}

#slideshow {
 margin:0 auto;
 width:960px;
 position:relative;
 background-color:#d9d9d9;

}
 #slidesContainer {
  #margin:0 auto;
  width:831px;
  #overflow:auto; /* allow scrollbar */
position:relative;
  padding:38px 0px 60px 10px;
  left:60px;
  z-index:3;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:940px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
}

#content {
  position:relative;
  width:821px;
  }

/* -- Footer -- */

#footer {
  position:relative;
  height:236px;
  background-color:#fff;
  }

#gradiant_bottom {
  position:absolute;
  top:-55px;
  width:900px; height:55px;
  background-image:url(../img/gradiant_bottom.png);
  }

#footer > img {
  position:absolute;
  top:39px; left:86px;
}

#footer ul {
 position: relative;
 float:left;
 top:114px; left:87px;
 font-family: arial; font-size:12px; font-weight:bold; color:#4d4d4d;
 list-style:none;
 padding:0px;
 z-index:6;
 margin:0px 70px 0px 0px;
}

#footer .zeile1 {
 margin:0px 30px 0px 0px;
 color:#6e6e6e;
}


#footer li {
 height: 16px;
}

#footer li a {
 text-decoration:none;
 color:#4d4d4d;
}

#footer li a:hover {
 text-decoration:none;
 color:#c42a15;
}

.halbgeviert {
 font-size:8px;
}

.my_clear {
 height:1px;
 overflow:hidden;
 clear:both;
}










