/* CSS Document */

.terminbox {
	margin-bottom: 2em;
}

.terminbox .entry {
	border: 1px solid #5e5e5e;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.terminbox .image {
	text-align: center;
}

.terminbox .terminboxTitel {
	font-weight: bold;
	padding: 0 0px;
}
.terminbox .terminboxTitel A {
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 3px 0;
	color: #5e5e5e;
}
.terminbox .terminboxTitel A:hover {
	text-decoration: underline;
}
.terminbox P {
	padding: 0 0px;
	margin: 0;
	text-align: justify;
}

