/* CSS Document */

.terminbox .picture, .terminbox .data, .terminbox .text {  }

.terminbox .entry {
	padding: 10px;
	border-bottom: 1px solid #fff;
	transition: all 50ms;
}
.terminbox .entry:hover {
	background: #f1f1f1;
}

.terminbox .entry.last {
	border-bottom: none;
}

.terminbox .image {
	text-align: center;
}

.terminbox .terminboxTitel, .terminboxTitel h3 {
	font-weight: bold;
	padding: 0 0px;
	color: black;
	margin: 0;
}
.terminbox .terminboxTitel A {
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 3px 0;
}
.terminbox .terminboxTitel A:hover {
	text-decoration: underline;
}
.terminbox P {
	padding: 0 0px;
	margin: 0;
}

.terminbox .entry {
	cursor: pointer;
}