/* CSS Document */

.newsbox {
	background-image: url('newsbox.background.png');
	margin-top: 27px;
	margin-left: 653px;
	width: 272px;
	height: 371px;
	position: absolute;
}

.newsbox .newsboxContent {
	overflow: auto;
	height: 330px;
	padding-top: 16px;
}

.newsbox .newsboxContent .item {
	padding: 10px 5px;
}

.newsbox .newsboxContent .bb {
	border-bottom: 1px solid #58585a;
}

.newsbox .newsboxContent .picture , .newsbox .newsboxContent .data, .newsbox .newsboxContent .text {  }

.newsbox .newsboxContent .picture {
	padding: 10px 0 0 10px;
}

.newsbox .newsboxContent .data {
	padding: 5px 5px 0 5px;
}

.newsbox .newsboxContent .data .datum { 
	width: 106px;
}

.newsbox .newsboxContent .text {
	padding: 5px 5px 5px 5px;
}

.newsbox .newsboxContent .text P {
	margin: 0;
}

.newsbox .newsboxContent .data A {
	font-weight: bold;
	color: #898989;
}

.newsbox .newsboxTitel {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 11px;
	padding-top: 6px;
}

