/* CSS Document */

.terminbox {
	background-color: #fff;
	margin-bottom: 1em;
}

.terminBoxMore { padding-left: 20px; }

.terminbox .picture, .terminbox .data, .terminbox .text {  }

.terminbox .entry {
	border-bottom: 1px solid #b58b48;
	padding: 10px;
	margin: 0 10px;
}
.terminbox .last {
	border: none;
}

.terminbox .image {
	text-align: center;
}

.terminbox .terminboxDatum A {
	color: #000;
}

.terminbox .terminboxTitel {
	font-weight: bold;
	padding: 0 0px;
}
.terminbox .terminboxTitel A {
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 3px 0;
	color: #000;
}
.terminbox .terminboxTitel A:hover {
	text-decoration: underline;
}
.terminbox P {
	padding: 0 0px;
	margin: 0;
	text-align: justify;
}

