/* CSS Document */

.terminbox .picture, .terminbox .data, .terminbox .text {  }
.terminbox .entry {
	padding: 0 0 0 14px;
	margin-bottom: 10px;
}
.terminbox .entry .date {
	float: right;
}
.terminbox .entry .terminboxPicture {
	max-width: 50%;
	margin-left: 10px;
	float: right;
}
.terminbox .entry .terminboxPicture img {
	max-width: 100%;
}
.terminbox .TerminTitle h3 {
	margin-bottom: 5px;
}
.terminbox .TerminTitle h3 a {
	color: #3F3F3F;
}
.terminbox .entry .terminboxTitel h2 {
	margin-bottom: 0;
	font-size: 140%;
	font-weight: normal;
}
.terminbox .entry.selected .terminboxTitel h2 { font-weight: bold; }
.terminbox .entry .terminboxTitel span { float: right; }

.terminbox .terminboxTitel {
	margin-bottom: 5px;
}
.terminbox .terminboxText {
}

.terminbox .entry.last {
	border-bottom: none;
}

.terminbox .image {
	text-align: center;
}

.terminbox P {
	padding: 0 0px;
	margin: 0;
}

.terminbox .pager .selected {
	font-weight: bold;
}
