#reisecontainer {
	height: 700px;
	clear: both;
	margin: 0 0 0 3px;
}
.reisebox, .reisebox_wide {
	background: url('../img/startseite_hg.png') repeat-x bottom;
	height: 230px;
	width: 189px;
	border: 0;
	padding: 0;
	text-decoration: none;
	float: left;
	margin: 1px 1px;
}
.reisebox_wide {
	height: 340px;
	width: 100%;
	margin: 0;
}
.reisebox img, .reisebox_wide img {
	border: 0;
}
.reisebox .text {
	display: block;
	margin: 0 10px;
	width: inherit;
	line-height: 15px;
	text-decoration: none;
}
.reisebox .text .text_title {
	height: 62px;
	font-size: 13px;
	line-height: 13px;
	width: 169px;
}
.reisebox .text .text_date {
	text-align: left;
	margin: 0 0 5px 0;
	font-weight: bold;
}
.reisebox .text .text_preis {
	float: right;
	background: #FFC000;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	text-align: right;
}

.reisebox_wide .text {
	display: block;
	margin: 0 10px;
	width: inherit;
	line-height: 15px;
	text-decoration: none;
}
.reisebox_wide .text .text_title {
	height: 24px;
	font-size: 24px;
	line-height: 24px;
	float: left;
}
.reisebox_wide .text .text_date {
	float: left;
	text-align: left;
	margin: 0 10px 5px 0;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	height: 24px;
}
.reisebox_wide .text .text_description {
	clear: both;
	text-align: left;
}
.reisebox_wide .text .text_preis {
	float: right;
	margin-right: 25px;
	background: #FFC000;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	text-align: right;
}

