/* CSS für individuelle Contentelemente */


/* zweispaltige Motorradangebote */

div#main_content div#content div.mot_zweispalt {
  margin-top: 16px;
}

  div#main_content div#content div.mot_zweispalt div.left,
  div#main_content div#content div.mot_zweispalt div.right {
    height: 117px;
    width: 420px;
    border-bottom: 1px solid #000;
    float: left;
    position: relative;
  }
  
  div#main_content div#content div.mot_zweispalt div.left {
    margin-right: 62px;
  }
  
    div#main_content div#content div.mot_zweispalt div.left div.mot_image,
    div#main_content div#content div.mot_zweispalt div.right div.mot_image {
      float: left;
    }
    
    div#main_content div#content div.mot_zweispalt div.left div.mot_image img,
    div#main_content div#content div.mot_zweispalt div.right div.mot_image img {
        border: 1px solid #000;
    	margin: 0;
    	padding: 0;
    }
  
    div#main_content div#content div.mot_zweispalt div.left div.mot_title h2,
    div#main_content div#content div.mot_zweispalt div.right div.mot_title h2 {
      text-align: right;
      font-size: 22px;
      font-weight: bold;
      color: #999;
    }
    
    div#main_content div#content div.mot_zweispalt div.left div.mot_title p,
    div#main_content div#content div.mot_zweispalt div.right div.mot_title p {
      text-align: right;
    }
    
    div#main_content div#content div.mot_zweispalt div.left div.mot_preis,
    div#main_content div#content div.mot_zweispalt div.right div.mot_preis {
      position: absolute;
      bottom: 8px;
      right: 0px;
    }
    
    div#main_content div#content div.mot_zweispalt div.left div.mot_preis div.mot_preis_liste,
    div#main_content div#content div.mot_zweispalt div.right div.mot_preis div.mot_preis_liste {
          float: left;
          padding-right: 20px;
    }
    
    div#main_content div#content div.mot_zweispalt div.left div.mot_preis div.mot_preis_bar,
    div#main_content div#content div.mot_zweispalt div.right div.mot_preis div.mot_preis_bar  {
          color: #FF0014;
          float: left;
    }
    
    
/* zweispaltiger Inhalt */

div#main_content div#content div.zweispalt {
  margin-top: 16px;
}

  div#main_content div#content div.zweispalt div.left,
  div#main_content div#content div.zweispalt div.right {
    height: 117px;
    width: 420px;
    float: left;
    position: relative;
  }
  
  div#main_content div#content div.zweispalt div.left {
    margin-right: 62px;
  }

    
    
/* Gebrauchtfahrzeuge - breite Tabelle */

div#main_content div#content div.mot_gebrauchtfzg {
  width: 690px;
  height: 109px; /* 125px minus padding */
  border-bottom: 1px solid #000;
  padding-top: 16px;
  position: relative;
}

  div#main_content div#content div.mot_gebrauchtfzg dl dt {
    color: #999;
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  div#main_content div#content div.mot_gebrauchtfzg div.mot_image {
    float: left;
    width: 150px;
  }
  
    div#main_content div#content div.mot_gebrauchtfzg div.mot_image img {
      border: 1px solid #000;
      margin: 0;
      padding: 0;
    }
  
  div#main_content div#content div.mot_gebrauchtfzg div.mot_modell {
    float: left;
    width: 108px;
  }
  
    div#main_content div#content div.mot_gebrauchtfzg div.mot_modell dl dd {
      font-size: 14px;
    }
  
  div#main_content div#content div.mot_gebrauchtfzg div.mot_farbe {
    float: left;
    width: 70px;
  }
  
  div#main_content div#content div.mot_gebrauchtfzg div.mot_baujahr {
    float: left;
    width: 86px;
  }
  
  div#main_content div#content div.mot_gebrauchtfzg div.mot_kilometer {
    float: left;
    width: 96px;
  }
  
  div#main_content div#content div.mot_gebrauchtfzg div.mot_listenpreis {
    float: left;
    width: 105px;
  }
  
  div#main_content div#content div.mot_gebrauchtfzg div.mot_barpreis {
    float: left;
    width: 75px;
  }
  
    div#main_content div#content div.mot_gebrauchtfzg div.mot_barpreis dl dd {
      color: #FF0014;
    }

  div#main_content div#content div.mot_gebrauchtfzg p {
    position: absolute;
    top: 80px;
    left: 150px;
  }

