

@import "../../_tour.css";



.thumbnail {

	background-color: #ddd;
	float: left;
	margin: 5px 0px 0px 5px;
	color: #333;
	font-size: 10px;
	cursor: pointer;
	width: 120px;
	
}

.thumbnail.highlight {
	
	border: 2px solid #f00;

}

.thumbnaily .thumb {

	margin-bottom: 1px;
	
}



.thumbnail .id {
	
	float: left; 
	padding: 1px 5px 2px 5px;
	color: #fff;
	background-color: #999;
}

.thumbnail .name {
	
	float: right;
	margin: 1px 2px 2px 0px;
	width: 95px;
	height: 12px;
	overflow: hidden;

}


.abschnitt {
	clear: left;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0px 5px 15px;
	border-bottom: 1px solid #999;

}