/*******************************************************************************************************************/
/**
 * @author Holger
 * @copyright 2010
 */
/*******************************************************************************************************************/

#car_container_teaser {
  position: relative;
  width: 250px;
  height: auto;
  margin: 0px 0px;
  /*border: 1px solid;*/
}
#car_container_teaser img {
  border: 1px solid #333333;
}
.teaser_pictures {
  vertical-align: top;
}
.teaser_text {
  vertical-align: top;
  
}
/* link zum details aufrufen */
.teaser_text a,
.teaser_text a:hover {
  color: #333333;
  outline: 0;
  text-decoration: none;
  font-weight:  bold;
}
.teaser_text a:hover {
  color: #990000;
}