#imgtop{
	background-image:url(/images/mietwagen/head.jpg);
}

.carlist{
	width:100%;
}
.carlist li{
	min-height:180px;
	height:auto;
	list-style:none;
	padding:20px 0;
	border-bottom:#CCC 1px solid;
}
li:last-child{border-bottom:0;}
.carlist img{
	width:200px;
	height:125px;
	float:left;
	margin-right:25px;
}
.carlist .inl{margin:0 35px 0 0;}
.subtitle{margin-top:-15px; font-size:15px;}
.icon{
	display:inline-block;
	height:13px;
	background-image:url('/images/icons.png');
	background-repeat:no-repeat;
	background-size:auto 13px;
	margin-left:20px;
}
.firstI{margin-left:0;}
.door{background-position:0; width:14px;}
.seat{background-position:-15px 0; width:11px;}
.badgeGr{background-position:-27px 0; width:13px;}
.badgeGe{background-position:-41px 0; width:13px;}
.badgeR{background-position:-55px 0; width:13px;}
.pricebox{float:right; text-align:center; margin:0 50px 0 0; line-height:32px;}
.pricebox2{float:right; text-align:right; margin:0 50px 0 0; line-height:32px;}
.pricebox .price{font-size:32px; color:#F00; font-weight:400;}
.pricebox2 .price{font-size:26px; color:#F00; font-weight:400; margin-left:10px;}
.stext{font-size:13px; line-height:16px;}
.ask{
	margin:15px auto 0;
	text-align:center;
	width:135px;
	-webkit-border-radius:28;
	-moz-border-radius:28;
	border-radius:28px;
	color:#FC1F1F;
	font-weight:400;
	background:#FFF;
	padding:8px 16px 8px 16px;
	border:solid #FC1F1F 2px;
	text-decoration:none;
	display:block;
	transition:all .25s;
}
.ask:hover{
	color:#FFF;
  	background:#FC1F1F;
  	text-decoration:none;
}
nav a:hover{color:#929292;}
