/*Style für Seite Marktplatz. Texte linke Spalte werden bei kleinen Seiten im footer angezeigt*/
/*************** Main Spalte**********************/

  .clear{
    clear: both;
    /*background-color: rgb(10, 10, 10);*/
    height: 40px;
    margin: 15px;
  }
   /*Liste*/
        .prodHaupt{
          float: left;
          margin: 5px;
          width: 360px;
        }
        
        .prodHead {
          font-family: Verdana, Arial, Helvetica, sans-serif;
          font-size: 11px; 
          font-weight: bold;
          background-color: #ffc;
          color: #121212; 
          width: 360px;
          border-top: #000000 1px solid; 
          padding-left: 4px;
          padding-right: 4px;
          padding-top: 4px;
          padding-bottom: 4px;
        }
        
        .prodText {
          font-family: Verdana, Arial, Helvetica, sans-serif;
          font-size: 11px; 
          color: #333333; 
          height: 120px;
          padding-left: 4px;
          padding-bottom: 4px;
          width: 360px;
        }
        
        .prodBild{
          height: 170px;
          display: block;
          margin-left: auto;
          margin-right: auto;
          width: 50%;
        }
 /*Ende Liste */
/*************** ENDE Main Spalte******************/

/*******Ende Style für Seite Marktplatz***********************/