/*-------------------- MAIN --------------------*/

* { margin:0; padding:0 }

html { height: 100%; }

body {
  margin: 0; padding: 0; height: 100%;
  background-color: #f6f6f6;
  background-image: url(../images/back/back.jpg); background-repeat: repeat-x;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 16px;
}

#container {
  width: 989px;
  margin: 0 auto; padding: 0;
}

#slidemenu_container {
  float:left; padding: 100px 0 0 7px; 
}

#referenzen {
  position: relative; width:651px; height: 225px;
}

.clearfloat {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

a {
  color: #dd2a1b;
  text-decoration: none;
}

a:hover {
  color: #dd2a1b;
  text-decoration: underline;
}

/*-------------------- LEFTCOL --------------------*/

#leftcol {
  float: left; 
  width: 657px;
  margin: 0; padding: 0;
}

#header_left {
  width: 657px; height: 89px;
  margin: 0; padding: 0;
  background-image: url(../images/back/header_left.jpg); background-repeat: no-repeat;
}

#middle_left {
  width: 657px; height: 370px;
  background-image: url(../images/back/middle_left.jpg); background-repeat: repeat-x;
}

#bottom_left {
  width: 657px; height: 230px;
  background-image: url(../images/back/bottom_left.jpg); background-repeat: repeat-x;
}

/*-------------------- RIGHTCOL --------------------*/

#rightcol {
  float: right;
  margin: 0; padding: 0;
}

#header_right {
  width: 332px; height: 111px;
  margin: 0; padding: 0;
  background-image: url(../images/back/header_right.jpg); background-repeat: no-repeat;
}

.email {
  padding: 37px 85px 0 0;
  text-align: right;
  font-size: 22px;
  font-weight: bold;
}

#middle_rightm {
  width: 332px; height: 308px;
  margin: 0; padding: 0;
  background-image: url(../images/back/middle_rightm.jpg); background-repeat: no-repeat; background-position: right;
}

#middle_rightm h1 {
  margin: 0; padding: 20px 0 15px 30px;
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.08em;
}

#middle_rightm p {
  margin: 0; padding: 0 0 0 30px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 1.35em;
}

#middle_rightm .link {
  margin-top: 10px;
  line-height: 30px;
}

#middle_rightm .link img {
  margin-right: 10px;
}

#middle_rightb {
  width: 332px; height: 33px;
  margin: 0; padding: 0;
  background-image: url(../images/back/middle_rightb.jpg); background-repeat: no-repeat;
}

#bottom_right {
  width: 332px; height: 237px;
  margin: 0; padding: 0;
  background-image: url(../images/back/bottom_right.jpg); background-repeat: no-repeat;
}

#bottom_right h1 {
  margin: 0; padding: 145px 70px 0 0;
  text-align: right;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.08em;
}

#bottom_right p {
  margin: 0; padding: 5px 70px 0 0;
  color: #fff; 
  text-align: right;
  font-weight: normal; font-size: 12px;
  letter-spacing: 0.08em;
}

/*-------------------- FOOTER --------------------*/

#footer {
  width: 989px; height: 100px;
  margin: 0 auto; padding: 0;
  background-image: url(../images/back/footer.jpg); background-repeat: no-repeat; background-position: top;
}

#footer_left {
  float: left; width: 614px;
  padding: 10px 20px 10px 20px;
  color: #83827e;
  font-size: 9px; text-align: center;
  letter-spacing: 0.08em;
}

#footer_right {
  float: right; width: 220px;
  padding: 10px 70px 10px 20px;
  color: #83827e;
  font-size: 9px; text-align: center;
  letter-spacing: 0.08em;
  text-align: right;
}

/*-------------------- SLIDEMENU ACCORDION --------------------*/

#leistungen {
  width: 340px; height: 165px;
}

.sm { list-style:none; display:block; overflow:hidden }

.sm li { float:left; display:inline; overflow:hidden; }