/* CSS fuer die Ausgabe der Tourenangebote */

#contenttourenliste {
	width: 100%;
	background-color: #fff;
	padding-top: 0.5em;
	margin-bottom: 1em;
}

#tourenliste {
	width: 100%;
	background-color: #edd8b8;
}

#tourenliste h4 {
	background-color: #c27e14;
	color: #fff;
	padding: .4em 0 .4em 1.5em;
}

#tourenliste p {
	padding: 0.5em 0.5em 1em 0.5em;
	margin-top: -1em;
	margin-left: 1.5em;
}

#tourenliste a {
	font-size: 0.95em;
	line-height: 1.5em;
}

.tourabstand {
	width: 30em;
	float: left;
}

