@charset "utf-8";
/* CSS Document */

/*************************************************************************
 * Basic Styles - Screen, Projection & Print
 *
 * @package ventacar
 * @author  Thomas Wirtz
 * @version 1.0, 2008-06-01
 */


    /*************************************************************************
     * Suchformular
     */

#suchform .isset
{
color:#000;	
	
}


#suchform .noset
{
color:#888;	
	
}

#suchform .isset_bold
{
color:#000;	
font-weight:bold;
}




.clear
    {
        clear: both;
        line-height: 0px;
    }






/* listenansicht Fahrzeuge */

.listFhz {
	width:700px;
	height:100px;
	clear:both;
}

.listFhzpic
{
		position: absolute;
		left:0;
	width:120px;
	height:90px;
	float:left;
}

.listFhztitel
{
	position: absolute;
	left:120px;
width:490px;
height:15px;
}

.listFhztext
{
	position: absolute;
	top:15px;
	left:120px;
	width:490px;
	height:60px;
	
}

.listFhzprice
{
width:90px;
height:90px;
}

.listcontainer
{
	position: absolute;
	width:490px;
	height:90px;
	float:left;
}

.listFhzfunktions
{
	position: relative;
	left:120px;
	width:490px;
	height:15px;
	top:75px;
	
}


.listBrand
{
	width: 40px;

float:left;
}

.listModell
{
float:left;
	width: 40px;

}


.listFhzart
{
float:left;
	width: 40px;

}


.listez
{
float:left;
	width: 40px;

}


.listkm
{
float:left;
	width: 40px;

}




.line
{
border-top:1px solid #C1C1C1;
height:2px;
padding-bottom:3px;

padding-top:3px;
}
