/* CSS Document */


#af_fahrzeuge_wrapper table{
  width:650px;
  padding:0px;
  border:1px solid #ccc;
  background:#fff;
  color:#777;
  cursor:pointer;
}

#af_fahrzeuge_wrapper .af_fahrzeuge_title{
  font-size:1.2em;
  
}

#af_fahrzeuge_wrapper .af_fahrzeuge_bild img{
  margin-bottom:-3px;
}

#af_fahrzeuge_wrapper .af_fahrzeuge_preis{
  font-size:1.1em;
  font-weight:bold;
}

#af_fahrzeuge_wrapper .af_fahrzeuge_link{
  padding-right:10px;
  text-align:right;
}


/************
 *
 *HOVER
 *
 ***********/
#af_fahrzeuge_wrapper table:hover, #af_fahrzeuge_wrapper table.sfhover{
  border:1px solid #7e5f7a;
  color:#000;
}   

