#news {

}

#news .artikel {
	display: table;
	width: 100%;
	padding-bottom: 45px;
	background: url(/rev/Images/newsBottom.jpg) no-repeat bottom center;
}

#news .artikel h1 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 57px 10px 0px 10px;
	margin: 0px;
	background: white url(/rev/Images/h1Header.jpg) no-repeat bottom left;
	height: 48px;
}

#news .artikel h1.Verein {
	background-image: url(/rev/Images/newsHeaderVerein.jpg);
}

#news .artikel h1.Rollkunstlauf {
	background-image: url(/rev/Images/newsHeaderRollkunst.jpg);
}

#news .artikel h1.Inline-Skaterhockey {
	background-image: url(/rev/Images/newsHeaderSkaterhockey.jpg);
}

#news .artikel h1.Eiskunstlauf {
	background-image: url(/rev/Images/newsHeaderEiskunst.jpg);
}

#news .artikel h1.Rollhockey {
	background-image: url(/rev/Images/newsHeaderRollhockey.jpg);
}

#news .artikel .autor {
	text-align: right;
	padding-right: 25px;
	font-weight: bold;
}

#news .artikel .newsContent {
	padding-left: 25px;
	padding-right: 25px;
}

#news .artikel .newsContent h1 {
	font-size: 1em;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0;
	height: auto;
	color: #1d5780;
	background: white;
}

#news .artikel .newsContent p {
	text-align: justify;
	padding-bottom: 5px;
}

#news .artikel .newsContent ul {
	padding-left: 20px;
}

#news .artikel .newsContent .newsImage {
	float: left;
	width: 228px;
	border: 1px solid #cac9bd;
	margin: 0px 5px 5px 0px;
	padding: 5px;
}

#news .artikel .newsContent .newsImage img {
	border: 1px solid #cac9bd;
}

#news .artikel .newsContent .newsImage .caption {
	font-weight: bold;
	line-height: 120%;
	margin-top: 5px;
}