/* CSS Document */

.newsbox {
	margin-top: 4em;
}

#center .newsbox .centerSubTitle h2 {
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	color: #fff;
	margin-bottom: 0;
}

.newsbox .newsboxContent {
}

.newsbox .newsboxContent .item {
	padding: 10px 0;
}

.newsbox .newsboxContent .bb {
	border-bottom: 1px dashed #fff;
}

.newsbox .newsboxContent .picture , .newsbox .newsboxContent .data, .newsbox .newsboxContent .text {  }

.newsbox .newsboxContent .picture {
	padding: 10px 0 0 10px;
}

.newsbox .newsboxContent .data {
	padding: 5px 0 0;
}

.newsbox .newsboxContent .data .datum { 
	width: 106px;
}

.newsbox .newsboxContent .text {
	padding: 5px 0;
}

.newsbox .newsboxContent .text P {
	margin: 0;
	text-align: justify;
}

.newsbox .newsboxContent .data A {
	font-weight: bold;
	color: #a7036b;
}

.newsbox .newsboxTitel {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 11px;
	padding-top: 6px;
}
