/* CSS Document */

.terminbox .picture, .terminbox .data, .terminbox .text {  }

.terminbox .terminboxTitel {
	font-weight: bold;
	padding: 0 5px;
}
.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 5px;
	margin-bottom: 10px;
}

.terminbox {
	padding-top: 5px;
}

.terminbox .entry {
	margin-bottom: 10px;
}
.terminbox .entry img {
	margin-bottom: 5px;
}
.terminbox .bb {
	border-bottom: 1px solid #ccd;
}