#angebotDerWoche {
	margin: 5px 10px 25px 0px;
	background-color: #BDDCFB;
	padding: 10px;
}

#angebotDerWoche h1 {
	font-size: 16px;
	margin-bottom: 5px;
	border-bottom: 1px solid white;
	padding-bottom: 2px;	
}

#angebotDerWoche .bild {
	float: left;
	width: 130px;
}

#angebotDerWoche .bild img {
	border: 1px solid black;	
}

#angebotDerWoche .bild .noImage {
	border: 1px solid black;
	width: 120px;
	height: 90px;
	background-color: white;
	padding: 2px;
	font-size: 10px;	
}

#angebotDerWoche .fahrzeug {
	margin-left: 135px;
}

#angebotDerWoche .fahrzeug a {
	font-size: 14px;
	color: #285BB4;	
}

#angebotDerWoche .fahrzeug dt {
	float: left;
	width: 65px;
	font-weight: bold;
	
}

#angebotDerWoche .preis {
	font-weight: bold;
	font-size: large;
	margin-top: 10px;
	margin-left: 135px;
}