/* Startseite */
.start-cont-wrapper {
  width: 639px;
  height: 396px;
  background-repeat: no-repeat;
}
.cont-inner-start {
  padding-top: 236px;
  padding-left: 28px;
}
.content-col { /* Wrap für alle Cols für Content! */
  margin: 18px;
}
/* 1 Col Layout */
.image-1 {
  height: 174px;
  background-repeat: no-repeat;
}
.cont-image-1 {
  margin: 18px;
}

/* 2 Col Layout */
.image-2 {
  width: 319px;
  height: 174px;
  background-repeat: no-repeat;
}
.image-2-2 {
  width: 320px;
  height: 174px;
  background-repeat: no-repeat;  
}
.l2-col1 {
  width: 319px;
  float:left;
}
.l2-col2 {
  width: 320px;
  float: left;
}

/* 3 Col Layout */
.image-3 {
  width: 213px;
  height: 174px;
  background-repeat: no-repeat;
}
.col1 {
  float: left;
  width: 213px;
}
.col2 {
  float: left;
  width: 213px;
}
.col3 {
  float: left;
  width: 213px;
}
/* Kein Pic */
.cont-no-image {
  padding: 18px;
  background-image: url(../images/layout/no-pic-shadow.jpg);
  background-repeat: repeat-x;
}
/* Referenzen */
.cont-no-margin {
  padding-top: 25px;
  background-image: url(../images/layout/no-pic-shadow.jpg);
  background-repeat: repeat-x;  
}
.text-wrapper-margin {
  margin-left: 18px;
  margin-right: 18px;  
}
/* Kontakt -- keine Margins*/
.cont-images-no-margin {
  margin-top: 18px;
}

.cont-images-no-margin p, .cont-images-no-margin h1, .cont-images-no-margin ul, .cont-images-no-margin ol, .cont-images-no-margin table {
   margin-left: 18px; 
}