/* CSS Document */

.terminbox .picture, .terminbox .data, .terminbox .text {  }

.terminbox .entry {
	border: 1px solid #ababac;
	padding: 10px;
	margin-bottom: 10px;
	background-image: url("../../images/layout/bg_box.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}

.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;
}
.terminbox .terminboxTitel A:hover {
	text-decoration: underline;
}
.terminbox P {
	padding: 0 0px;
	margin: 0;
}

