/* Tourenspuren */
.xxlTopicSelect {
	left: -40px;
	position: relative;	
	top: 0;
}
.xxlTopicSelect li {
	background-color: #F5EFE7;
	border: #D80029 1px solid;
	list-style: none;
	display: inline;
	padding: 10px 5px;
}
.xxlTopicSelect li a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.xxlTopicSelectAct {
	background-color: #D80029 ! important;
}
.xxlTopicSelectAct a {
	color: #FFFFFF ! important;
}

div.xxlTourList {
	width: 590px;
	background-color: #F5EFE7;
	border-top: #D80029 1px solid;
}
	div.xxlTourSearch {
		width: 570px;
		margin: 15px 10px;
		height: 75px;
	}
		div.xxlFormLeftCol {
			float: left;
		}
		div.xxlFormRightCol {
			float: right;
		}
		.xxlTourSearch input {
			width: 170px;
			margin: 3px 0;
		}
		.xxlTourSearch select {
			width: 170px;
			margin: 3px 0;
		}
		.xxlTourSearch label{
			width: 95px;
			padding-top: 5px;
			font-weight: bold;
			display: block;
			float: left;
			clear: left;
		}
		
	div.xxlTour {
		width: 590px;
		margin: 5px 0;
		border-bottom: #D80029 1px dashed;
		color: #666666;
		padding-bottom: 5px;
	}
		div.xxlTourTitle {
			margin-left: 10px;
			width: 330px;
			float: left;
		}
		.xxlTourTitle a , .xxlTourTitle a:hover, .xxlTourTitle a:visited {
			text-decoration: none;
			color: #666666;
		}
		div.xxlTourLoc {
			width: 120px;
			float: left;
		}
		div.xxlTourLen {
			width: 60px;
			float: left;
		}
		div.xxlTourDur {
			width: 60px;
			float: left;
		}

	.xxlClearer {
		clear: both;
	}