/* CSS Document */

.terminbox .picture, .terminbox .data, .terminbox .text {  }

.terminbox .entry {
	padding-bottom: 15px;
}
.terminbox .entry.drawPictures {}

.terminbox .entry .terminboxTitel h2 { margin-bottom: 0; font-weight: normal; }
.terminbox .entry.selected .terminboxTitel h2 { font-weight: bold; }
.terminbox .entry .terminboxTitel span { float: right; }

.terminbox .terminboxTitel {
	border-bottom: 1px solid #ABABAC;
	margin-bottom: 5px;
	padding: 0 5px;
}
.terminbox .terminboxPicture {
	border-bottom: 1px solid #ABABAC;
	margin-bottom: 5px;
	padding: 0 5px 5px;
	text-align: center;
}
.terminbox .terminboxText {
	padding: 0 5px;
}

.terminbox .entry.last {
}

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

.terminboxTitel h3 {
	font-weight: bold;
	padding: 0;
	margin: 0;
}

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

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