#wrap {
    background-image:url(../.img/backgrounds/P1010569.jpg);
    /* background-image:url(../.img/backgrounds/Bild_045.jpg);
    */ background-position: bottom right;
    background-repeat: no-repeat;
    background-color:#E6E6E6;
  }


.pTable_Spalte1 {
    float:left;
    width:40%;
/*    border: 1px solid red;*/
    /*height:100%;
    */
  }


.pTable_Spalte2 {
    float:left;
    width:40%;
/*    border: 1px solid green;*/
    /*height:100%;
    */
  }


.pTable_Cell {
/*    border: 1px solid blue;*/
    min-height : 70px;
    padding-bottom : 40px;
    text-align : left;
/*    vertical-align : middle;*/
  }


.pTable_Cell img {
    border: 0;
  }


