.reiseBox {
	background-image:url(/img/css/bg_reiseliste.jpg);
	height:136px;
	margin-bottom:20px;
	position:relative;
	width:486px;
}

.reiseInfos .reiseTitel {
	background-image:url(/img/css/arrow_blue.gif);
}

.reiseTitelAktiv {
	/* background-image:url(/img/css/arrow_active.jpg); */
	background-image:url(/img/css/arrow_blue.gif);
}


.reiseInfos .reiseTitel, .reiseTitelAktiv {
	background-position:left 5px;
	background-repeat:no-repeat;
	padding-left:10px;
}

.reisePreis{
	width:218px;
	position:absolute;
	left:248px;
	bottom:15px;
	line-height:20px;
	vertical-align: bottom;
}

