/* tiedote */

.newsTextColumn {
	width:60%;
	float:left;
	padding:10px 0px 25px 0px;
	text-align: left;
}

.newsHeaderColumn {
	width:35%;
	float:right;
	padding:10px 0px 15px 0px;
	word-spacing:0em;
	line-height:150%;
	color : #111111;
}

.newsHeaderColumnLong {
	width:100%;
	float:right;
	padding:10px 0px 15px 0px;
	word-spacing:0em;
	line-height:150%;
	color : #111111;
}

.newsGroup {
	padding:10px 20px 0px 10px;
	font-weight : bold;
	font-size: 22px;
	color: #515151;
}

.newsHeaderTextColumn {
	padding:10px 0px 15px 0px;
	word-spacing:0em;
	line-height:150%;
	color : #111111;
}

.newsHeaderPicColumn {
	padding:20px 0px 10px 0px;
}



.newsPicColumn {
	padding:20px 20px 25px 10px;
}

.newsDate {
	color:#858585;
	font-size : 13px;
}

.keywords {

}

.keywords h1 {
	display:inline;
	font-size:12px;
	font-weight:normal;
	font-family:arial,helvetica;
}

@media only screen and (max-width: 960px) {

	.newsTextColumn {
		width:100%;
		float:none;
		padding:30px 0px 25px 0px;
		text-align: left;
	}

	.newsHeaderColumn {
		width:100%;
		float:none;
		padding:10px 0px 15px 0px;
		word-spacing:0em;
		line-height:150%;
		color : #111111;
	}
}
/* tiedote */