/* CSS Document */

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

.terminbox .entry {
	padding: 10px 5px;
}
.terminbox .subTitle h1 { font-size: 24px; font-weight: 600;}
.terminbox .entry.drawPictures {
}

.terminbox .entry .terminboxTitel a {
	color: #3b3b3b;
}
.terminbox .entry .terminboxTitel h2 {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 20px;
}
.terminbox .entry.selected .terminboxTitel h2 { font-weight: bold; }

.terminbox .terminboxTitel {
	margin-bottom: 15px;
}
.terminbox .terminboxPicture {
	float: left;
	margin-right: 10px;
}
.terminbox .terminboxText {
}

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

.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;
}
