/* CSS Document */

#layout_untermenue {
	background-image: url(img/ueber_uns_bg.jpg);
}

/* Menügrafik ausrichtung korrigieren */
#grafik_menue {
	top: -19px;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	color: #fff;
	background-color: #EC8624;
}

#fahrzeuge {
	position: relative;
	width: 630px;
	float: left;
	left: 45px;
	margin: 40px 0px 0px 0px;
}

.fahrzeug {
/*	float: left;
	width: 250px;
	height: 110px;
	margin: 0px 25px 30px 25px; */
	
	float: left;
	width: 180px;
	height: 110px;
	margin: 0px 10px 30px 10px !important;
	margin: 0px 5px 30px 10px;
}

.fahrzeug_name {
	font-size: 12px;
	width: 180px;
	text-align: right;
	vertical-align: top;
}

.fahrzeug_name div {
/*	text-align: right;
	vertical-align: top;
	background-image: url(img/team_neu_bg.gif);
	background-repeat: repeat-y;
	background-position: right top; */
	
	text-align: left;
	vertical-align: top;
	background-image: url(img/team_neu_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#kfz {
	position: relative;
	width: 630px;
	float: left;
	margin: -50px 0px 20px 0px;
}

.kfz_name {
	font-size: 12px;
	width: 250px;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}

.kfz_name p {
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
	margin: 40px 0px 0px 0px;
}

.kfz_name a {
	text-decoration: none;
	color: #000;
}

.kfz_name a:hover {
	color: #fff;
	background-color: #EC8624;
}

.kfz_bilder_klein {
	position: relative;
	float: left;
	display: block;
	width: 116px;
}
