/* CSS Document */

.contentNews {
}

.contentNews .itemhead * { font-weight: bold; }
.contentNews .vorschautext { padding: 5px; margin-bottom: 10px; }

.contentNewsDetail .newsContent, .contentNewsDetail { margin-bottom: 10px; }

.contentNewsDetail .itemhead TD {
	border-bottom: 1px solid #7f7f7f;
}

.contentNews .contentNewsTitle {
	margin-bottom: 15px;
	border-bottom: 2px solid #58585A;
}
.contentNews .contentNewsTitle h1 {
	margin: 0 0 3px;
}

.contentNews .contentNewsDetail, .contentNews .contentNewsList {

}

/* Crop Gaallery */
.contentNewsPictures {
	text-align: justify;
}
.contentNewsPictures .pic {
	display: block;	
}

.contentNewsPictures .imgbox {
	display: inline-block;
	cursor: pointer;
	background-image: url('../../../../images/layout/bg-imgshadow-200x150.png');
	padding: 3px 7px 7px 3px;
}
.contentNewsPictures .imgbox .overlay {
	background-image: url('../../../../images/layout/overlay-dark-60.png');
	position: absolute;
	width: 190px;
	height: 38px;
	padding: 0px 5px;
	margin-top: -38px;
	text-align: left;
	overflow: hidden;
}
.contentNewsPictures .imgbox .overlay h3 {
	font-weight: bold;
	color: #fff;
	margin-bottom: 3px;
}
.contentNewsPictures .imgbox .overlay p {
	color: #fff;
	line-height: 125%;
	text-align: left;
}